@charset "UTF-8";
/* ==========================================================================
   BOOTSTRAP
   ========================================================================== */
/*@mixin svg-img{
  padding-bottom: 0;
  max-height: 100%;
  width: 100%;
  height: auto;
}*/
.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0; }

/*

@mixin icon-responsive-dimensions($width, $height, $monotone:true){
  width: $width+px;
  height: $height+px;
  
  @if $monotone == true {
    svg{
      *{
        fill: currentColor;
      }
    } 
  }

  &--r-svg{
    height: 0;
    padding-bottom: ($height/$width)*100%;

    
    &--max-scale{
      @include mq($width){
        width: $width+px;
        height: $height+px;
        padding-bottom: 0;
      }
    }
  }
}

/* ==========================================================================
   Default icon properties
   ========================================================================== *
.icon{

  &__img{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
    max-width: 100%;
    
    svg{
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 100%; 
    }

    // Responsive
    &--r-svg{
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      
    }

    // Act like normal image in copy
    &--img{
      margin-bottom: em($base_font_line_height);
    }
  }
}

/* ==========================================================================
   Sizing
   ========================================================================== *
.icon{
  
  // logos
  &--adjacent_logo{
    $color: $color_default_primary;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(103, 25);
    }
  }

  // social
  &--social-facebook,
  &--social-linkedin,
  &--social-twitter,
  &--social-youtube{
    .icon__img{
      @include icon-responsive-dimensions(35, 35);
    }
  }
  &--social-facebook{
    $color: #3a5897;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }
  &--social-linkedin{
    $color: #4876b5;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }
  &--social-twitter{
    $color: #54aced;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }
  &--social-youtube{
    $color: #ff3333;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }

  // utility
  &--arrow-left,
  &--arrow-right{
    $color: $color_font_gray_medium;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(14, 28);
    }
  }
  &--menu{
    $color: $color_font_gray_medium;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(20, 16);
    }
  }
  &--search{
    $color: $color_font_gray_medium;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(17, 18);
    }
  }
}//.icon*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
.nosidepad {
  padding-left: 0;
  padding-right: 0; }

.text-replace {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

html.csstransforms .vert-center {
  position: relative; }
  html.csstransforms .vert-center .vert-center-content {
    position: absolute !important;
    top: 50% !important;
    left: 0;
    width: 100%;
    transform: translate(0, -50%); }

.browsehappy {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  color: #000;
  padding: 2em 1em;
  z-index: 1500;
  line-height: 2;
  text-align: center; }
  .browsehappy span {
    background-color: #000;
    padding: .5em;
    color: #FFF; }
  .browsehappy a:link, .browsehappy a:visited {
    color: #666666;
    font-weight: normal;
    text-decoration: underline; }
  .browsehappy a:focus, .browsehappy a:hover, .browsehappy a:active {
    outline: 0;
    color: #666666; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  -webkit-overflow-scrolling: touch; }

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

a {
  color: #333;
  text-decoration: none; }
  a:hover, a:focus {
    color: #9B3131;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

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

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

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

.text-uppercase, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #fff; }

a.text-primary:hover,
a.text-primary:focus {
  color: #e6e6e6; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

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

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #e6e6e6; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.25; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .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; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.25;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

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

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

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

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

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

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

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

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.25;
    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-of-type(odd) {
  background-color: #f9f9f9; }

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

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

.table > thead > tr > td.success,
.table > 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; }

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

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

.table > thead > tr > td.warning,
.table > 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; }

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

.table > thead > tr > td.danger,
.table > 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; }

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .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 > 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; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

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

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

input[type="range"] {
  display: block;
  width: 100%; }

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.25;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

.radio-inline,
.checkbox-inline {
  position: relative;
  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], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.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 .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #fff;
  border-color: #f2f2f2; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #b3b3b3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d4d4d4; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d4d4d4; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #d4d4d4;
      border-color: #b3b3b3; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #fff;
    border-color: #f2f2f2; }
  .btn-primary .badge {
    color: #fff;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #333;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #9B3131;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.btn-block {
  display: block;
  width: 100%; }

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

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

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

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

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.25;
  color: #777777;
  white-space: nowrap; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.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,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

.btn-group-vertical > .btn-group:last-child:not(:first-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,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

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

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

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #fff; }

.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; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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; } }

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

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

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

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

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

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

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

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #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: #333;
      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;
    background-color: #e7e7e7; }
  .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-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .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: #333;
        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;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #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-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .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; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #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: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.25;
      text-decoration: none;
      color: #333;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #9B3131;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    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: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.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;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .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: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.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:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #fff; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #e6e6e6; }

.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: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #333;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  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,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

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

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

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

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

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

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

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #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; }

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

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  border-color: #fff; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .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: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

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

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

.panel {
  margin-bottom: 20px;
  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: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > 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 > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      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: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

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

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

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

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

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

.close {
  float: right;
  font-size: 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; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .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; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal {
  -webkit-overflow-scrolling: auto; }
  .modal .modal-dialog {
    z-index: 1051;
    -webkit-overflow-scrolling: touch; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .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); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  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); }
  .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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.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;
    -o-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; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .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);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .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: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
   Typography
   ========================================================================== */
html, body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
  font-size: 100%;
  font-weight: 300; }

.site-container {
  font-size: 1em;
  line-height: 1.25; }

::-moz-selection {
  background: rgba(255, 255, 255, 0.5);
  text-shadow: none; }

::selection {
  background: rgba(255, 255, 255, 0.5);
  text-shadow: none; }

.max-text-width {
  max-width: 35em; }

/* ==========================================================================
   Links
   ========================================================================== */
a:link, a:visited {
  color: #333;
  text-decoration: none; }

a:focus {
  outline: 1px dotted invert; }

a:hover, a:active {
  outline: 0;
  color: #9B3131;
  text-decoration: underline; }

/* ==========================================================================
   Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  margin: 0; }
  h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited,
  .h1 a:link,
  .h1 a:visited, .h2 a:link, .h2 a:visited, .h3 a:link, .h3 a:visited, .h4 a:link, .h4 a:visited, .h5 a:link, .h5 a:visited, .h6 a:link, .h6 a:visited {
    text-decoration: none; }

h1, .h1 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  padding-bottom: 1em; }
  @media only screen and (min-width: 37.5em) {
    h1, .h1 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1; } }

h1, h1 a:link, h1 a:visited,
.h1, .h1 a:link, .h1 a:visited {
  color: #333; }

h1 a:hover, h1 a:active,
.h1 a:hover, .h1 a:active {
  color: #333; }

h2, .h2 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
  padding-bottom: 12px;
  padding-bottom: 0.75rem; }
  @media only screen and (min-width: 37.5em) {
    h2, .h2 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.06667;
      padding-bottom: 28px;
      padding-bottom: 1.75rem; } }

h2, h2 a:link, h2 a:visited,
.h2, .h2 a:link, .h2 a:visited {
  color: #333; }

h2 a:hover, h2 a:active,
.h2 a:hover, .h2 a:active {
  color: #333; }

h3, .h3 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.16667;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: 500; }
  @media only screen and (min-width: 37.5em) {
    h3, .h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.16667; } }

h3, h3 a:link, h3 a:visited,
.h3, .h3 a:link, .h3 a:visited {
  color: #333; }

h3 a:hover, h3 a:active,
.h3 a:hover, .h3 a:active {
  color: #333; }

h4, .h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 500; }
  @media only screen and (min-width: 37.5em) {
    h4, .h4 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2; } }

h4, h4 a:link, h4 a:visited,
.h4, .h4 a:link, .h4 a:visited {
  color: #333; }

h4 a:hover, h4 a:active,
.h4 a:hover, .h4 a:active {
  color: #333; }

h5, .h5 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 500; }
  @media only screen and (min-width: 37.5em) {
    h5, .h5 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.3125; } }

h5, h5 a:link, h5 a:visited,
.h5, .h5 a:link, .h5 a:visited {
  color: #333; }

h5 a:hover, h5 a:active,
.h5 a:hover, .h5 a:active {
  color: #333; }

h6, .h6 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }
  @media only screen and (min-width: 37.5em) {
    h6, .h6 {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5; } }

h6, h6 a:link, h6 a:visited,
.h6, .h6 a:link, .h6 a:visited {
  color: #333; }

h6 a:hover, h6 a:active,
.h6 a:hover, .h6 a:active {
  color: #333; }

/* ==========================================================================
   Text Elements
   ========================================================================== */
em, i {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic; }
  em strong, em b, i strong, i b {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: italic; }

q {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal; }

strong, b {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal; }
  strong em, strong i, b em, b i {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: italic; }

p {
  padding: 0 0 1em 0; }

.text-warning {
  color: #9B3131; }

/* ==========================================================================
   Images/Embeds
   ========================================================================== */
/*img, object, embed {
  margin-bottom: em($base_font_line_height);
}
p{
  img, object, embed {
    padding-bottom: 0;
  }
}*/
/*
// Fix for images that are SVG
img[src$=".svg"]{
  padding-bottom: 0;
}

svg{
  pointer-events: none;
}
*/
/* ==========================================================================
   Tables
   ========================================================================== */
table th {
  background: #fff;
  color: white;
  border-right: 2px solid #ffffff; }

table td {
  padding: 0.125em 0.3125em; }

table .group img, table .group .glyphicon {
  padding-right: 0.3125em; }

table a:link, table a:visited {
  text-decoration: none; }

.table-condensed {
  font-size: .75em; }

/* ==========================================================================
   Dropdown menu
   ========================================================================== */
.scrollable-menu {
  height: auto;
  max-height: 13.7em;
  overflow-x: hidden; }

/* ==========================================================================
   Buttons (probably want to move this)
   ========================================================================== */
a.btn-inverse {
  color: white;
  background-color: #fff;
  border-color: #262626; }
  a.btn-inverse:focus, a.btn-inverse.focus {
    color: white;
    background-color: #e6e6e6;
    border-color: black; }
  a.btn-inverse:hover {
    color: white;
    background-color: #e6e6e6;
    border-color: #080808; }
  a.btn-inverse:active, a.btn-inverse.active,
  .open > a.btn-inverse.dropdown-toggle {
    color: white;
    background-color: #e6e6e6;
    border-color: #080808; }
    a.btn-inverse:active:hover, a.btn-inverse:active:focus, a.btn-inverse:active.focus, a.btn-inverse.active:hover, a.btn-inverse.active:focus, a.btn-inverse.active.focus,
    .open > a.btn-inverse.dropdown-toggle:hover,
    .open > a.btn-inverse.dropdown-toggle:focus,
    .open > a.btn-inverse.dropdown-toggle.focus {
      color: white;
      background-color: #d4d4d4;
      border-color: black; }
  a.btn-inverse:active, a.btn-inverse.active,
  .open > a.btn-inverse.dropdown-toggle {
    background-image: none; }
  a.btn-inverse.disabled:hover, a.btn-inverse.disabled:focus, a.btn-inverse.disabled.focus, a.btn-inverse[disabled]:hover, a.btn-inverse[disabled]:focus, a.btn-inverse[disabled].focus,
  fieldset[disabled] a.btn-inverse:hover,
  fieldset[disabled] a.btn-inverse:focus,
  fieldset[disabled] a.btn-inverse.focus {
    background-color: #fff;
    border-color: #262626; }
  a.btn-inverse .badge {
    color: #fff;
    background-color: white; }

a.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  a.btn-default:focus, a.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  a.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  a.btn-default:active, a.btn-default.active,
  .open > a.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    a.btn-default:active:hover, a.btn-default:active:focus, a.btn-default:active.focus, a.btn-default.active:hover, a.btn-default.active:focus, a.btn-default.active.focus,
    .open > a.btn-default.dropdown-toggle:hover,
    .open > a.btn-default.dropdown-toggle:focus,
    .open > a.btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  a.btn-default:active, a.btn-default.active,
  .open > a.btn-default.dropdown-toggle {
    background-image: none; }
  a.btn-default.disabled:hover, a.btn-default.disabled:focus, a.btn-default.disabled.focus, a.btn-default[disabled]:hover, a.btn-default[disabled]:focus, a.btn-default[disabled].focus,
  fieldset[disabled] a.btn-default:hover,
  fieldset[disabled] a.btn-default:focus,
  fieldset[disabled] a.btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  a.btn-default .badge {
    color: #fff;
    background-color: #333; }

a.btn-primary {
  color: #fff;
  background-color: #fff;
  border-color: #f2f2f2; }
  a.btn-primary:focus, a.btn-primary.focus {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #b3b3b3; }
  a.btn-primary:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d4d4d4; }
  a.btn-primary:active, a.btn-primary.active,
  .open > a.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d4d4d4; }
    a.btn-primary:active:hover, a.btn-primary:active:focus, a.btn-primary:active.focus, a.btn-primary.active:hover, a.btn-primary.active:focus, a.btn-primary.active.focus,
    .open > a.btn-primary.dropdown-toggle:hover,
    .open > a.btn-primary.dropdown-toggle:focus,
    .open > a.btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #d4d4d4;
      border-color: #b3b3b3; }
  a.btn-primary:active, a.btn-primary.active,
  .open > a.btn-primary.dropdown-toggle {
    background-image: none; }
  a.btn-primary.disabled:hover, a.btn-primary.disabled:focus, a.btn-primary.disabled.focus, a.btn-primary[disabled]:hover, a.btn-primary[disabled]:focus, a.btn-primary[disabled].focus,
  fieldset[disabled] a.btn-primary:hover,
  fieldset[disabled] a.btn-primary:focus,
  fieldset[disabled] a.btn-primary.focus {
    background-color: #fff;
    border-color: #f2f2f2; }
  a.btn-primary .badge {
    color: #fff;
    background-color: #fff; }

.btn, a.btn {
  color: white;
  background-color: #333;
  border-color: #262626; }
  .btn:focus, .btn.focus, a.btn:focus, a.btn.focus {
    color: white;
    background-color: #1a1a1a;
    border-color: black; }
  .btn:hover, a.btn:hover {
    color: white;
    background-color: #1a1a1a;
    border-color: #080808; }
  .btn:active, .btn.active,
  .open > .btn.dropdown-toggle, a.btn:active, a.btn.active,
  .open > a.btn.dropdown-toggle {
    color: white;
    background-color: #1a1a1a;
    border-color: #080808; }
    .btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus,
    .open > .btn.dropdown-toggle:hover,
    .open > .btn.dropdown-toggle:focus,
    .open > .btn.dropdown-toggle.focus, a.btn:active:hover, a.btn:active:focus, a.btn:active.focus, a.btn.active:hover, a.btn.active:focus, a.btn.active.focus,
    .open > a.btn.dropdown-toggle:hover,
    .open > a.btn.dropdown-toggle:focus,
    .open > a.btn.dropdown-toggle.focus {
      color: white;
      background-color: #080808;
      border-color: black; }
  .btn:active, .btn.active,
  .open > .btn.dropdown-toggle, a.btn:active, a.btn.active,
  .open > a.btn.dropdown-toggle {
    background-image: none; }
  .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .btn.focus, a.btn.disabled:hover, a.btn.disabled:focus, a.btn.disabled.focus, a.btn[disabled]:hover, a.btn[disabled]:focus, a.btn[disabled].focus,
  fieldset[disabled] a.btn:hover,
  fieldset[disabled] a.btn:focus,
  fieldset[disabled] a.btn.focus {
    background-color: #333;
    border-color: #262626; }
  .btn .badge, a.btn .badge {
    color: #333;
    background-color: white; }
  .btn.no-touch:hover, a.btn.no-touch:hover {
    background-color: #333; }

.btn-group button:nth-of-type(even) {
  background-color: #2b2b2b; }

.btn-group button.active {
  background-color: #ffffff; }

.popover--xl + .popover {
  width: 48em; }

.popover--lg + .popover {
  width: 36em; }

.popover--md + .popover {
  width: 24em; }

.popover--sm + .popover {
  width: 18em; }

@media screen and (min-width: 268px) {
  .popover {
    max-width: 188px; } }

@media screen and (min-width: 364px) {
  .popover {
    max-width: 284px; } }

@media screen and (min-width: 460px) {
  .popover {
    max-width: 380px; } }

@media screen and (min-width: 652px) {
  .popover {
    max-width: 572px; } }

@media screen and (min-width: 844px) {
  .popover {
    max-width: 764px; } }

.modal-header {
  padding: .75em 1em .5em 1em; }
  .modal-header button {
    padding: .1em .5em; }
  .modal-header h4 {
    margin-top: .2em;
    text-transform: none; }

/* ==========================================================================
    Remove .text-xs-* .text-sm-* .text-md-* .text-lg-* : once responsive 
    text-align classes are available in Bootstrap v4.*.
    
    $screen-sm-min, $screen-md-min, $screen-lg-min: 
        are defined by ..\bootstrap\_variables.scss.
   ========================================================================== */
.text-xs-left {
  text-align: left; }

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

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media screen and (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-justify {
    text-align: justify; } }

@media screen and (min-width: 992px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }

@media screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-justify {
    text-align: justify; } }

/* ==========================================================================
   Forms
   ========================================================================== */
form ul, form li {
  list-style: none;
  padding: 0;
  margin: 0; }

label {
  padding: 0 0 0.3125em 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #333; }

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
select[multiple="multiple"] {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  font-size: inherit; }
  input[type=text]:focus,
  input[type=url]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  textarea:focus,
  select:focus,
  select[multiple="multiple"]:focus {
    border-color: #DEE5E8; }

input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  transition: all 0.2s ease-in-out; }

textarea,
select[multiple="multiple"] {
  min-height: 5.6em;
  line-height: 1.4;
  resize: none; }

.select-styled {
  position: relative;
  max-width: 28.125em; }
  .select-styled:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    pointer-events: none; }
    .lt-ie10 .select-styled:after {
      display: none; }
  .select-styled select {
    position: relative;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 30px; }
    .select-styled select::-ms-expand {
      display: none; }
  .select-styled--no-arrow-pad:after {
    right: 3px; }
  .select-styled--no-arrow-pad select {
    padding-right: 0; }

select {
  -webkit-border-radius: 0; }

select[multiple="multiple"] option {
  text-indent: 0;
  padding: 0.2em 0.6875em; }

.modal-open {
  overflow: hidden; }

.modal-dialog.modal-wide {
  min-width: 80%; }

.modal-content {
  box-shadow: 0px 20px 20px rgba(255, 255, 255, 0.2);
  border: none; }

.modal-title {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal; }

.modal-body .horizontal-scroll-on-narrow__content {
  max-height: 25em;
  overflow-y: auto; }

.modal-subtitle {
  padding-bottom: 1em; }

.modalBasic--loading {
  background-image: url("../../../themes/shared/waiting.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 100px; }

.modal .hidden-buttons__container {
  display: none; }
  .modal .hidden-buttons__container input {
    display: none; }

/* ==========================================================================
   Nav Panel
   ========================================================================== */
.toggle-nav-panel--myaccount, .toggle-nav-panel--main-menu {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem; }
  @media only screen and (min-width: 31.25em) {
    .toggle-nav-panel--myaccount, .toggle-nav-panel--main-menu {
      padding: 15px 30px;
      padding: 0.9375rem 1.875rem; } }
  .toggle-nav-panel--myaccount:link, .toggle-nav-panel--myaccount:visited, .toggle-nav-panel--main-menu:link, .toggle-nav-panel--main-menu:visited {
    color: white;
    text-decoration: none; }
  .toggle-nav-panel--myaccount:focus, .toggle-nav-panel--main-menu:focus {
    outline: 1px dotted invert; }
  .toggle-nav-panel--myaccount:hover, .toggle-nav-panel--myaccount:active, .toggle-nav-panel--main-menu:hover, .toggle-nav-panel--main-menu:active {
    outline: 0;
    color: white;
    text-decoration: none; }

.toggle-nav-panel--myaccount {
  padding: 12px;
  float: right;
  text-align: right;
  width: 65%; }
  .toggle-nav-panel--myaccount span {
    padding-left: 5px; }

.toggle-nav-panel--main-menu {
  float: left;
  width: 35%; }
  .toggle-nav-panel--main-menu span {
    padding-right: 5px; }

.nav-panel {
  background-color: #fff;
  overflow: visible !important; }
  .nav-panel__top-nav {
    position: relative; }
  .nav-panel__welcome {
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    padding-top: 3.125em; }
    @media only screen and (min-width: 31.25em) {
      .nav-panel__welcome {
        padding-left: 2.30769em;
        padding-right: 2.30769em; } }
  .nav-panel__welcome-link:link, .nav-panel__welcome-link:visited {
    color: white;
    text-decoration: none; }
  .nav-panel__welcome-link:focus {
    outline: 1px dotted invert; }
  .nav-panel__welcome-link:hover, .nav-panel__welcome-link:active {
    outline: 0;
    color: white;
    text-decoration: underline; }
  .nav-panel__welcome-link--logout:link, .nav-panel__welcome-link--logout:visited .nav-panel__welcome-link--logout:hover, .nav-panel__welcome-link--logout:active {
    text-transform: capitalize; }
  .nav-panel__nav-head {
    color: white;
    font-size: 32px;
    font-size: 2rem;
    padding: 0px 0px 5px 0px;
    padding: 0rem 0rem 0.3125rem 0rem;
    padding-left: 0.625em;
    padding-right: 0.625em;
    font-weight: 500; }
    @media only screen and (min-width: 31.25em) {
      .nav-panel__nav-head {
        padding-left: 0.9375em;
        padding-right: 0.9375em; } }
  .nav-panel__quick-search {
    padding-top: 1.5625em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    background-color: #ffffff; }
    @media only screen and (min-width: 31.25em) {
      .nav-panel__quick-search {
        padding-left: 1.875em;
        padding-right: 1.875em; } }
  .nav-panel__footer {
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 20px;
    padding: 1.25rem;
    padding-left: 1.53846em;
    padding-right: 1.53846em; }
    @media only screen and (min-width: 31.25em) {
      .nav-panel__footer {
        padding-left: 2.30769em;
        padding-right: 2.30769em; } }
  .nav-panel__footer-link:link, .nav-panel__footer-link:visited {
    color: white;
    text-decoration: none;
    background: #fff;
    font-weight: 500; }
  .nav-panel__footer-link:focus {
    outline: 1px dotted invert; }
  .nav-panel__footer-link:hover, .nav-panel__footer-link:active {
    outline: 0;
    color: white;
    text-decoration: none; }

.search-options-link:link, .search-options-link:visited {
  text-decoration: none; }

.search-options-link:hover, .search-options-link:focus {
  text-decoration: underline;
  color: #9B3131; }

#KWResetLink:link, #KWResetLink:visited {
  text-decoration: none; }

#KWResetLink:hover, #KWResetLink:focus {
  text-decoration: underline;
  color: #9B3131; }

#BOOLResetLink:link, #BOOLResetLink:visited {
  text-decoration: none; }

#BOOLResetLink:hover, #BOOLResetLink:focus {
  text-decoration: underline;
  color: #9B3131; }

#PHResetLink:link, #PHResetLink:visited {
  text-decoration: none; }

#PHResetLink:hover, #PHResetLink:focus {
  text-decoration: underline;
  color: #9B3131; }

.search-options-link__container {
  padding-top: .3125em;
  text-align: left;
  width: 100%; }
  .search-options-link__container a:link, .search-options-link__container a:visited {
    color: #333;
    text-decoration: none; }
  .search-options-link__container a:hover, .search-options-link__container a:focus {
    color: #9B3131;
    text-decoration: underline; }

div.SearchBoxFlat {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  border-spacing: 1px;
  margin: 0;
  padding: .125em .125em .125em .375em;
  border: 1px; }

div.SearchBoxFlat input,
div.SearchBoxGlow input {
  border: 0;
  margin: .25em 0;
  outline-style: none;
  padding-right: .3125em; }

div.SearchBoxGlow {
  background-color: white;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(102, 175, 233, 0.6);
  outline: 0;
  margin: 0;
  padding: .125em .125em .125em .375em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(102, 175, 233, 0.6); }

.Highlight {
  background-color: #ffffaa;
  border: 1px solid #aaaaaa;
  padding: .25em;
  font-size: 0.875rem;
  font-weight: normal;
  max-width: 12.5rem;
  text-align: center; }

.help-form-link {
  padding: 1.25em 0 1.875em 0;
  text-align: center; }
  .help-form-link a:link, .help-form-link a:visited {
    text-decoration: none; }
  .help-form-link a:hover, .help-form-link a:focus {
    text-decoration: underline; }

.c-search-header {
  position: relative;
  padding-bottom: 1em; }
  .c-search-header__divMessage a:link, .c-search-header__divMessage a:visited {
    color: #333; }
  .c-search-header__divMessage a:hover, .c-search-header__divMessage a:focus {
    color: #9B3131; }
  .c-search-header-advanced {
    padding-top: 1em;
    padding-bottom: 0; }
  .c-search-header-advanced__dropdown {
    height: 1.75em;
    padding-top: 0.25em;
    padding-left: 0;
    padding-right: 0;
    text-align: left; }
  .c-search-header-advanced__find {
    height: 1.75em;
    padding-top: 0.55em;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-left: 0; }
  .c-search-header-advanced__add-list--none {
    height: 0; }
  .c-search-header-advanced__add-list {
    height: 1.75em;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-top: 0.25em;
    padding-bottom: 0.25em; }
  .c-search-header-advanced__dropdowns-styling {
    height: 1.75em;
    margin-top: 0.25em;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-bottom: 0.5em; }
  .c-search-header-advanced__text {
    padding-left: 0;
    margin-bottom: 0.4em; }
  .c-search-header-advanced__dropdowns {
    padding-left: 0;
    padding-bottom: 0.25em; }
  .c-search-header-advanced__search-string {
    border: solid 1px #CCCCCC; }
  .c-search-header__content-container {
    padding-left: 0; }
  .c-search-header-quick__button {
    margin-bottom: .5em; }
  .c-search-header__row-data {
    padding: 0.25em 0;
    padding-left: 0;
    text-align: left; }
  .c-search-header__row--padding {
    margin-top: .3125em; }
  .c-search-header__row-label {
    padding-top: 0.25rem;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    word-break: break-word; }
  .c-search-header__row {
    margin-right: 0;
    margin-left: 0;
    text-align: left; }
  .c-search-header__search-options-link-container {
    padding-bottom: 1em; }
  .c-search-header a.c-search-header__search-options-link:link, .c-search-header a.c-search-header__search-options-link:visited {
    color: #333; }
  .c-search-header a.c-search-header__search-options-link:hover, .c-search-header a.c-search-header__search-options-link:focus {
    color: #9B3131; }
  .c-search-header__search-options-link {
    font-weight: 500;
    padding-left: 1.25em; }
    .c-search-header__search-options-link:link, .c-search-header__search-options-link:hover {
      text-decoration: none; }
    .c-search-header__search-options-link .caret {
      border-right: .25em solid transparent;
      border-left: .25em solid transparent;
      border-bottom: .25em solid;
      border-top: none; }
    .c-search-header__search-options-link.collapsed .caret {
      border-right: .25em solid transparent;
      border-left: .25em solid transparent;
      border-bottom: none;
      border-top: .25em solid; }
  .c-search-header__using-dropdown {
    float: left; }
  .c-search-header__using-label {
    padding-right: 1em;
    float: left; }
  .c-search-header__box--height {
    height: 1.75em; }
  .c-search-header__search-box {
    border: none;
    transition: none;
    margin: 0;
    outline-style: none;
    padding-right: .3125em;
    padding-bottom: 0;
    background-color: white;
    border-bottom-color: none;
    border-top-color: none;
    border-right-color: none;
    border-left-color: none; }
    .c-search-header__search-boxinput {
      border: none;
      transition: none;
      outline-style: none;
      padding-right: .3125em;
      padding-bottom: 0;
      padding-top: 0; }
    .c-search-header__search-box:focus {
      border-color: none; }
  .c-search-header__dropdown {
    border: none;
    width: 15em; }
  .c-search-header__header {
    padding-bottom: 0.3125em; }
    .c-search-header__header:before, .c-search-header__header:after {
      content: " ";
      display: table; }
    .c-search-header__header:after {
      clear: both; }
  .c-search-header__form-label {
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 500;
    color: #a2b6be; }
  .c-search-header__type-container {
    position: relative;
    color: #333; }
  .c-search-header__select-label {
    display: inline-block; }
  .c-search-header__type-select-container {
    display: inline-block; }
  .c-search-header__type-select {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #333;
    background: none;
    display: inline;
    position: relative;
    font-weight: 500; }
  .c-search-header__type-option {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px;
    padding: 0.3125rem; }
  .c-search-header__form-group {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    margin-bottom: 0.9375em;
    text-align: left; }
    .c-search-header__form-group:before, .c-search-header__form-group:after {
      content: " ";
      display: table; }
    .c-search-header__form-group:after {
      clear: both; }
  .c-search-header__label-select-databases {
    font-size: .8125em;
    color: #333;
    margin: .5em 0 !important;
    padding: 0 !important; }
  .c-search-header__form-group--inline .c-search-header__label {
    float: left;
    width: 35%;
    color: white; }
  .c-search-header__form-group--inline .c-search-header__select-container {
    float: right;
    width: 65%; }
  .c-search-header-panel__main {
    padding-bottom: 0.625em; }
  .c-search-header-term {
    padding-bottom: 0.9375em; }
    input[type=text].c-search-header-term__input {
      background: #ffffff;
      max-width: none;
      font-size: 20px;
      font-size: 1.25rem;
      padding: 15px;
      padding: 0.9375rem;
      height: auto;
      border: none; }
    .c-search-header-term__btn {
      border-radius: 0;
      padding: 18px 24px;
      padding: 1.125rem 1.5rem; }
  .c-search-header__glyphicon-search {
    padding: .125em 0;
    vertical-align: baseline; }
  .c-search-header__label {
    color: #333;
    font-size: .8125em;
    margin: .5em 0;
    padding: 0;
    white-space: normal; }
    .c-search-header__label:before, .c-search-header__label:after {
      content: " ";
      display: table; }
    .c-search-header__label:after {
      clear: both; }
  .c-search-header__checkbox-label {
    text-transform: none; }
    .c-search-header__checkbox-label label {
      padding-left: 0.5em; }
  .c-search-header__databases-link {
    padding-top: .3125em; }
  .c-search-header__checkbox--pad {
    padding-top: .3125em; }
  .c-search-header-limit-by:before, .c-search-header-limit-by:after {
    content: " ";
    display: table; }
  .c-search-header-limit-by:after {
    clear: both; }
  .c-search-header-limit-by__label {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 10px 0px 0px;
    padding: 0.625rem 0.625rem 0rem 0rem;
    margin: 0;
    color: #333;
    text-transform: uppercase;
    text-align: right; }
  .c-search-header-limit-by__select-container {
    max-width: 65%;
    width: 100%; }
  .c-search-header-options__link {
    padding: 10px;
    padding: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    background: #849ea9;
    font-weight: 500; }
    .c-search-header-options__link:link, .c-search-header-options__link:visited {
      color: white;
      text-decoration: none; }
    .c-search-header-options__link:hover, .c-search-header-options__link:active {
      outline: 0;
      color: white;
      text-decoration: none; }
    .c-search-header-options__link .caret {
      border-right: .25em solid transparent;
      border-left: .25em solid transparent;
      border-bottom: .25em solid;
      border-top: none; }
    .c-search-header-options__link.collapsed .caret {
      border-right: .25em solid transparent;
      border-left: .25em solid transparent;
      border-bottom: none;
      border-top: .25em solid; }
  .c-search-header-options__container {
    background: #DEE5E8; }
    .c-search-header-options__container:before, .c-search-header-options__container:after {
      content: " ";
      display: table; }
    .c-search-header-options__container:after {
      clear: both; }
  .c-search-header-databases {
    padding: 0 0.9375em 0.9375em 0.9375em; }
    .c-search-header-databases__using {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 0px 0px 5px 0px;
      padding: 0rem 0rem 0.3125rem 0rem;
      color: white;
      font-style: italic; }
  .c-search-header-more-save__container:before, .c-search-header-more-save__container:after {
    content: " ";
    display: table; }
  .c-search-header-more-save__container:after {
    clear: both; }
  .c-search-header-save-search__link {
    text-align: center;
    display: block;
    float: right;
    width: 50%;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 15px 0px;
    padding: 0.9375rem 0rem;
    line-height: 1;
    font-weight: 500; }
    .c-search-header-save-search__link:link, .c-search-header-save-search__link:visited {
      color: white;
      text-decoration: none;
      background-color: #2b2b2b; }
    .c-search-header-save-search__link:focus {
      outline: 1px dotted invert; }
    .c-search-header-save-search__link:hover, .c-search-header-save-search__link:active {
      outline: 0;
      border: none;
      color: #333333;
      text-decoration: none;
      background-color: #ffffff; }
  .c-search-header-more-options__link {
    position: relative;
    text-align: center;
    display: block;
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 15px 0px;
    padding: 0.9375rem 0rem;
    line-height: 1;
    font-weight: 500; }
    .c-search-header-more-options__link:link, .c-search-header-more-options__link:visited {
      color: white;
      text-decoration: none;
      background-color: #333; }
    .c-search-header-more-options__link:focus {
      outline: 1px dotted invert; }
    .c-search-header-more-options__link:hover, .c-search-header-more-options__link:active {
      outline: 0;
      border: none;
      color: #333;
      text-decoration: none;
      background-color: #ffffff; }
    .c-search-header-more-options__link:after {
      content: ' ';
      display: inline-block;
      margin-left: .5em;
      width: 0;
      height: 0;
      border-right: .25em solid transparent;
      border-left: .25em solid transparent;
      border-bottom: .25em solid;
      border-top: none;
      vertical-align: middle; }
    .c-search-header-more-options__link.collapsed:after {
      border-bottom: none;
      border-top: .25em solid;
      border-right: .25em solid transparent;
      border-left: .25em solid transparent; }
  .c-search-header__more-options {
    padding: 0.9375em 0;
    text-align: center; }
    .c-search-header__more-options .btn-group {
      margin-left: auto;
      margin-right: auto; }

@media screen and (min-width: 381px) {
  .c-search-header__dropdown {
    width: 14.375em; }
  .c-search-header__search-box-div--browse {
    width: 17.5em; } }

@media screen and (max-width: 380px) {
  .c-search-header__dropdown {
    width: 100%; }
  .content-module--full-search {
    padding-bottom: 1.25em; } }

@media screen and (max-width: 650px) {
  .c-search-header {
    padding-bottom: 1em; } }

@media screen and (min-width: 500px) {
  .c-search-header__search-options-link {
    padding-left: 1.875em; } }

@media screen and (max-width: 1200px) {
  .c-search-header-advanced__text {
    margin-bottom: 0.75em; } }

@media screen and (min-width: 1201px) {
  .c-search-header__search-options-link {
    display: none; }
  .c-search-header__label-select-databases {
    padding-top: .5625rem; } }

div.c-search-header__search-box-div {
  padding: .125em .125em .125em .375em !important;
  width: 100%; }
  div.c-search-header__search-box-div input.AutoSuggestShowCold,
  div.c-search-header__search-box-div input.AutoSuggestShowHot {
    right: 2.1875em; }

.c-search-header__search-box {
  margin: 0;
  width: calc(100% - 19px - 2.425rem); }

.c-search-header-advanced__search-box input:first-child {
  margin: 0;
  width: calc(100% - 19px - .375rem); }

.c-search-header-community__search-box {
  margin: 0;
  width: calc(100% - 19px - 2.425rem); }

div.c-search-header__search-box-div--browse {
  padding: .125em .125em .125em .375em !important;
  width: 100%; }

.c-search-header__search-box--browse {
  margin: 0;
  width: calc(100% - 2px - 2.125rem); }

.c-search-header__search-label {
  line-height: 100%;
  padding: .1875em .375em;
  position: relative;
  right: 0;
  top: -1px; }

.c-search-header__search-options-label {
  color: black;
  font-size: 1em;
  padding-top: .5em;
  text-align: left; }
  .c-search-header__search-options-label--large {
    font-size: 1.25em; }

.c-search-header__label--search {
  margin: .6625em 0; }

.c-results-utility:before, .c-results-utility:after {
  content: " ";
  display: table; }

.c-results-utility:after {
  clear: both; }

.c-results-utility__nav {
  height: 1.15em;
  padding-left: 1em;
  margin-left: 0;
  margin-right: 0; }

.c-results-utility__row {
  margin-right: 0;
  margin-left: 0;
  padding: 0; }

.c-results-utility-cr__row--bottom {
  padding-bottom: 1em; }

.c-results-utility-cr__row--border {
  border-bottom: 1px solid #ccc; }

.c-results-utility-cr__row--top {
  padding-top: 1em; }

.c-results-utility__container-browse {
  padding-bottom: 0; }
  .c-results-utility__container-browse .c-results-utility-browse-prev .c-results-utility-browse-next {
    display: inline-block;
    width: 100%; }

.c-results-utility__container {
  padding-bottom: 0.1875em; }
  .c-results-utility__container:before, .c-results-utility__container:after {
    content: " ";
    display: table; }
  .c-results-utility__container:after {
    clear: both; }
  .c-results-utility__container--last {
    padding-bottom: 0; }
  .c-results-utility__container--sort-narrow {
    text-align: center; }
  .c-results-utility__container--affix.affix {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
  .c-results-utility__container--full-height {
    height: 100%; }
    .c-results-utility__container--full-height .c-results-utility-narrow,
    .c-results-utility__container--full-height .c-accordion--results-utility,
    .c-results-utility__container--full-height .c-accordion__panel,
    .c-results-utility__container--full-height .panel-collapse,
    .c-results-utility__container--full-height .c-accordion__body {
      height: 100%; }
    .c-results-utility__container--full-height .panel-collapse {
      position: relative; }
    .c-results-utility__container--full-height .c-results-utility-narrow .c-accordion__body {
      overflow-y: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .c-results-utility__container--full-height .close {
      display: block !important;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
    .c-results-utility__container--full-height .c-results-utility-narrow .c-accordion-lvl2 {
      clear: both; }
  .c-results-utility__container--back {
    padding-bottom: 0;
    background: #fff;
    color: white;
    height: 2.25em; }
  .c-results-utility__container--count-nav {
    text-align: center;
    display: table;
    width: 100%; }
    .c-results-utility__container--count-nav:before, .c-results-utility__container--count-nav:after {
      content: none; }
  .c-results-utility__container--browse-nav {
    text-align: center;
    display: table;
    width: calc(100% + 1px);
    height: 2.25em; }
    .c-results-utility__container--browse-nav:before, .c-results-utility__container--browse-nav:after {
      content: none; }

.c-results-utility-result-count {
  float: left;
  width: 50%;
  color: white;
  padding-top: 0.25em;
  text-align: left; }

.c-results-utility-per-page {
  float: left;
  width: 50%;
  text-align: right;
  color: white; }
  .c-results-utility-per-page__select-container {
    display: inline-block; }
    .c-results-utility-per-page__select-container:after {
      margin-top: -2px;
      color: #333; }
  select.c-results-utility-per-page__select {
    background-color: #ffffff;
    width: auto;
    padding: 3px 16px 2px 1px;
    margin-right: 5px; }
  .c-results-utility-per-page__label {
    font-size: 13px;
    font-size: 0.8125rem;
    color: white;
    text-transform: uppercase; }

.c-results-utility-per-page-browse {
  float: left;
  width: 50%;
  text-align: left;
  color: white; }
  .c-results-utility-per-page-browse__select-container {
    display: inline-block;
    margin-left: 1em;
    padding-top: 5px; }
    .c-results-utility-per-page-browse__select-container:after {
      margin-top: -2px;
      color: #333; }
  select.c-results-utility-per-page-browse__select {
    background-color: #ffffff;
    width: auto;
    padding: 3px 1px 2px 1px;
    height: 1.7em; }
  .c-results-utility-per-page-browse__label {
    font-size: 13px;
    font-size: 0.8125rem;
    color: white;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 0px;
    margin-bottom: 5px;
    height: 100%; }

.c-results-utility-sort {
  float: left;
  width: 50%;
  height: 3.75em;
  padding: 0.25em 0.625em 0.3125em 0.375em;
  background-color: #333;
  text-align: left;
  color: white; }
  .c-results-utility-sort__label {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0px 0px 3px 0px;
    padding: 0rem 0rem 0.1875rem 0rem;
    margin: 0;
    text-transform: uppercase;
    color: white; }
  .c-results-utility-sort__option {
    color: #000000; }
  select.c-results-utility-sort__select {
    background-color: #ffffff;
    width: auto;
    padding: 3px 3px 2px 1px;
    margin-right: 5px; }

.js .c-results-utility-narrow {
  display: none; }

.c-results-utility-narrow .close {
  display: none; }

.c-results-utility-full-pagination {
  text-align: left; }
  .c-results-utility-full-pagination .btn-toolbar {
    display: inline-block; }

.c-results-utility-back__link {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  text-transform: uppercase; }
  .c-results-utility-back__link:link, .c-results-utility-back__link:visited {
    color: white;
    text-decoration: none; }
  .c-results-utility-back__link:hover, .c-results-utility-back__link:active {
    outline: 0;
    color: white;
    text-decoration: none; }
  .c-results-utility-back__link:before {
    content: ' ';
    display: inline-block;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid;
    border-left: none; }

.c-results-utility-perpage-browse {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0.4em; }
  .c-results-utility-perpage-browse:link, .c-results-utility-perpage-browse:visited {
    color: white;
    text-decoration: none; }
  .c-results-utility-perpage-browse:hover, .c-results-utility-perpage-browse:active {
    outline: 0;
    color: white;
    text-decoration: none; }

.c-results-utility-display-count, .c-results-utility-prev, .c-results-utility-next {
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #333; }

.c-results-utility-browse-prev--pad {
  margin-right: 0.5em; }

.c-results-utility-browse-prev {
  display: table-cell;
  vertical-align: middle;
  background-color: #1a1a1a; }

.c-results-utility-browse-next {
  display: table-cell;
  vertical-align: middle;
  background: #333; }

.c-results-utility-display-count {
  color: white;
  background: #262626;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem; }
  .c-results-utility-display-count strong {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal; }
  .c-results-utility-display-count span {
    display: inline-block; }

.c-results-utility-prev__link, .c-results-utility-next__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem; }
  .c-results-utility-prev__link:link, .c-results-utility-prev__link:visited, .c-results-utility-next__link:link, .c-results-utility-next__link:visited {
    text-decoration: none;
    color: white;
    background: #333; }
  .c-results-utility-prev__link:hover, .c-results-utility-prev__link:active, .c-results-utility-next__link:hover, .c-results-utility-next__link:active {
    outline: 0;
    background-color: #4d4d4d;
    text-decoration: none; }

.c-results-utility-prev__link:before {
  content: ' ';
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none; }

.c-results-utility-next__link:after {
  content: ' ';
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
  border-left: 4px solid; }

.c-results-utility-prev-browse__link, .c-results-utility-next-browse__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
  height: 100%;
  text-align: left;
  white-space: nowrap; }
  .c-results-utility-prev-browse__link:link, .c-results-utility-prev-browse__link:visited, .c-results-utility-next-browse__link:link, .c-results-utility-next-browse__link:visited {
    text-decoration: none;
    color: white; }
  .c-results-utility-prev-browse__link:hover, .c-results-utility-prev-browse__link:active, .c-results-utility-next-browse__link:hover, .c-results-utility-next-browse__link:active {
    outline: 0;
    text-decoration: none; }

.c-results-utility-browse-next:link, .c-results-utility-browse-next:visited {
  background-color: #333; }

.c-results-utility-browse-next:hover, .c-results-utility-browse-next:active {
  background-color: #4d4d4d; }
  .c-results-utility-browse-next:hover .c-results-utility-next-browse__link, .c-results-utility-browse-next:active .c-results-utility-next-browse__link {
    background-color: #4d4d4d; }

.c-results-utility-browse-prev:link, .c-results-utility-browse-prev:visited {
  background-color: #1a1a1a; }

.c-results-utility-browse-prev:hover, .c-results-utility-browse-prev:active {
  background-color: #4d4d4d; }
  .c-results-utility-browse-prev:hover .c-results-utility-prev-browse__link, .c-results-utility-browse-prev:active .c-results-utility-prev-browse__link {
    background-color: #4d4d4d; }

.c-results-utility--full, .c-results-utility--partial {
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 0.375em;
  padding-bottom: 4px;
  background-color: #fff; }
  @media only screen and (min-width: 31.25em) {
    .c-results-utility--full, .c-results-utility--partial {
      padding-left: 0.6em;
      padding-right: 0.6em; } }

.c-results-utility--section-start {
  margin-bottom: 0.625em; }

.c-results-utility.c-results-utility--detail {
  background-color: #262626; }
  .c-results-utility.c-results-utility--detail.c-results-utility--more {
    background-color: #333; }

.c-results-utility-narrow__link .c-results-utility-narrow__narrow-label {
  display: inline; }

.c-results-utility-narrow__link .c-results-utility-narrow__narrowed-label {
  display: none; }

.c-results-utility-narrow__link.c-results-utility_narrow--narrowed, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover {
  background-color: #ffffaa !important;
  color: #333 !important; }
  .c-results-utility-narrow__link.c-results-utility_narrow--narrowed .c-results-utility-narrow__narrow-label, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited .c-results-utility-narrow__narrow-label, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover .c-results-utility-narrow__narrow-label {
    display: none; }
  .c-results-utility-narrow__link.c-results-utility_narrow--narrowed .c-results-utility-narrow__narrowed-label, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited .c-results-utility-narrow__narrowed-label, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover .c-results-utility-narrow__narrowed-label {
    display: inline; }
  .c-results-utility-narrow__link.c-results-utility_narrow--narrowed.c-results-utility_narrow--narrowed:hover, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited.c-results-utility_narrow--narrowed:hover, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover.c-results-utility_narrow--narrowed:hover {
    color: #9B3131 !important; }

.c-accordion {
  padding-bottom: 0.8125em; }
  .c-accordion__save-search-heading {
    padding: 0; }
    .c-accordion__save-search-heading h5 {
      color: white; }
      .c-accordion__save-search-heading h5:visited, .c-accordion__save-search-heading h5:hover, .c-accordion__save-search-heading h5.focus, .c-accordion__save-search-heading h5:active {
        color: white; }
      .c-accordion__save-search-heading h5 a:link {
        color: white; }
  .c-accordion__save-search-link {
    border: none;
    margin-bottom: 0.5em;
    margin-top: 0.5em; }
    .c-accordion__save-search-link:link, .c-accordion__save-search-link:visited, .c-accordion__save-search-link:hover, .c-accordion__save-search-link:focus {
      text-decoration: none !important; }
  .c-accordion__link-more-less {
    padding-right: 10px;
    font-weight: 500;
    color: #333;
    font-weight: bold;
    text-decoration: none; }
    .c-accordion__link-more-less a:link, .c-accordion__link-more-less b:link {
      color: #333;
      text-decoration: none; }
    .c-accordion__link-more-less a:visited, .c-accordion__link-more-less b:visited {
      color: #333;
      text-decoration: none; }
    .c-accordion__link-more-less a:hover, .c-accordion__link-more-less b:hover {
      color: #9B3131;
      text-decoration: underline; }
  .c-accordion__heading {
    padding: 0.25em 0 0; }
  .c-accordion__title {
    padding: 0; }
    .c-accordion__title a {
      position: relative;
      display: block;
      font-size: 16px;
      font-size: 1rem;
      padding: 10px 15px;
      padding: 0.625rem 0.9375rem;
      font-weight: 500;
      color: white; }
      .c-accordion__title a:after {
        content: ' ';
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 11px;
        width: 0;
        height: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-bottom: 4px solid;
        border-top: none;
        vertical-align: middle; }
      .c-accordion__title a:link, .c-accordion__title a:visited {
        color: #333;
        text-decoration: none;
        background-color: #ffffff; }
      .c-accordion__title a:focus {
        outline: 1px dotted invert; }
      .c-accordion__title a:hover, .c-accordion__title a:active {
        outline: 0;
        color: #333;
        text-decoration: none;
        background-color: #ffffff; }
      .c-accordion__title a.collapsed:after {
        border-bottom: none;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
  .c-accordion__body {
    background-color: #ffffff;
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
    padding-right: 0.625em;
    padding-left: 0.625em;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3; }
    .c-accordion__body p:last-child {
      margin-bottom: 0; }
  .c-accordion__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .c-accordion__list--show-bullets {
      list-style: disc;
      padding-left: 1em; }
    .c-accordion__list :checked + label {
      color: #e66400; }
  .c-accordion__item {
    position: relative;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 5px; }
  .c-accordion__item-webparts {
    padding-bottom: 5px; }
  .c-accordion__item-webparts--no-bullets {
    list-style: none; }
  .c-accordion__item--not-selected {
    list-style: disc;
    padding: 0;
    margin: 0 0 0 11px; }
  .c-accordion__link--not-selected {
    color: #333; }
  .c-accordion__item--selected {
    list-style-image: url(../../../themes/shared/raquo.gif);
    padding: 0;
    margin: 0 0 0 11px;
    color: #e66400; }
  .c-accordion__link--selected {
    padding: 0.3125em 0em;
    color: #e66400;
    text-decoration: none; }
    .c-accordion__link--selected:link {
      text-decoration: none;
      color: #e66400; }
    .c-accordion__link--selected:visited {
      text-decoration: none;
      color: #e66400; }
    .c-accordion__link--selected:hover {
      text-decoration: underline;
      color: #e66400; }
    .c-accordion__link--selected:active {
      text-decoration: none;
      color: #e66400; }
  .c-accordion__link {
    padding: 0.3125em 0em;
    text-decoration: none;
    color: #333; }
    .c-accordion__link:link {
      color: #333;
      text-decoration: none; }
    .c-accordion__link:visited {
      color: #333;
      text-decoration: none; }
    .c-accordion__link:hover {
      color: #9B3131;
      text-decoration: underline; }
    .c-accordion__link:active {
      color: #e66400;
      text-decoration: none; }
  .c-accordion__link-webparts-author {
    color: black; }
  .c-accordion__span-count {
    text-decoration: none;
    color: black;
    font-style: normal;
    font-weight: 300;
    display: inline; }
    .c-accordion__span-count:hover {
      color: black;
      text-decoration: none; }
  .c-accordion__checkbox {
    position: absolute;
    left: 0;
    top: 0; }
    .c-accordion__checkbox:visited {
      color: #333; }
    .c-accordion__checkbox:hover {
      color: #9B3131; }
  .c-accordion__label {
    margin-left: 1.25em;
    text-decoration: none; }
  .c-accordion__item-narrowsearch {
    text-indent: 0em;
    padding-left: 1.5em; }
  .c-accordion__label-narrowsearch {
    text-decoration: none;
    color: #333;
    font-style: normal;
    display: inline;
    font-weight: 300; }
    .c-accordion__label-narrowsearch:visited {
      color: #333;
      text-decoration: none; }
    .c-accordion__label-narrowsearch:hover {
      color: #9B3131;
      text-decoration: underline; }
  .c-accordion-lvl2__title-link-subheading {
    position: relative;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #888;
    font-weight: bold;
    padding-bottom: 0.5em; }
  .c-accordion-lvl2__title a {
    position: relative;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    color: white; }
    .c-accordion-lvl2__title a:after {
      content: ' ';
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: 11px;
      width: 0;
      height: 0;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-bottom: 4px solid;
      border-top: none;
      vertical-align: middle; }
    .c-accordion-lvl2__title a:link, .c-accordion-lvl2__title a:visited {
      color: #333;
      text-decoration: none;
      background-color: #ffffff;
      border-top: 1px solid white; }
    .c-accordion-lvl2__title a:focus {
      outline: 1px dotted invert; }
    .c-accordion-lvl2__title a:hover, .c-accordion-lvl2__title a:active {
      outline: 0;
      color: white;
      text-decoration: none;
      background-color: #333; }
    .c-accordion-lvl2__title a.collapsed:after {
      border-bottom: none;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
  .c-accordion-lvl2__body {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
    padding-right: 0.625em;
    padding-left: 1.25em;
    font-size: 14px;
    font-size: 0.875rem; }
  .c-accordion-lvl2__body-narrowsearch {
    padding-left: 1em; }
  .c-accordion--results-utility {
    padding: 0;
    background: none; }
    .c-accordion--results-utility .c-accordion__panel {
      padding-left: 0;
      padding-right: 0; }
    .c-accordion--results-utility .c-accordion__heading {
      float: right;
      width: 50%;
      height: 3.75em;
      text-align: center;
      padding: 0; }
    .c-accordion--results-utility .c-accordion__title {
      height: 100%; }
      .c-accordion--results-utility .c-accordion__title a {
        font-size: 16px;
        font-size: 1rem;
        padding: 22px 0px 0px 0px;
        padding: 1.375rem 0rem 0rem 0rem;
        height: 100%;
        line-height: 1;
        background-color: #262626;
        vertical-align: middle; }
        .c-accordion--results-utility .c-accordion__title a:after {
          position: relative;
          top: auto;
          right: auto;
          margin-top: 0;
          margin-left: 5px; }
        .c-accordion--results-utility .c-accordion__title a:link, .c-accordion--results-utility .c-accordion__title a:visited {
          color: white;
          text-decoration: none;
          background-color: #262626; }
        .c-accordion--results-utility .c-accordion__title a:focus {
          outline: 1px dotted invert; }
        .c-accordion--results-utility .c-accordion__title a:hover, .c-accordion--results-utility .c-accordion__title a:active {
          outline: 0;
          color: #333333;
          text-decoration: none;
          background-color: #999999;
          border-left: 1px solid #666666; }
    .c-accordion--results-utility .panel-collapse {
      clear: both; }
  .c-accordion__account {
    padding: 1.2em;
    padding-top: .5em; }
  .c-accordion__account-name {
    font-weight: bold;
    padding-bottom: .8em; }
  .c-accordion__account-option {
    padding: .5em 0em .5em .7em; }
  .c-accordion__account-option-highlighted a:link, .c-accordion__account-option-highlighted a:visited {
    color: #e66400; }
  .c-accordion__account-alert {
    padding: .5em 0em .5em 2em; }
    .c-accordion__account-alert a:link, .c-accordion__account-alert a:visited, .c-accordion__account-alert a:hover {
      font-weight: bold; }
  .c-accordion__account-logoff {
    padding-top: 1em; }
    .c-accordion__account-logoff a:link, .c-accordion__account-logoff a:visited, .c-accordion__account-logoff a:hover, .c-accordion__account-logoff a:focus {
      text-decoration: none; }

.content-container--wysiwyg .c-accordion .c-accordion__title a {
  border-bottom: 1px solid #333; }

.c-accordion-lvl2__title > a.c-accordion-lvl2__subheading--filtered.collapsed:not(:hover) {
  color: #e66400; }

#c-accordion__panel-narrow .c-accordion__heading.c-accordion__heading--full {
  height: 60px;
  width: 100%; }

.c-accordion__panel--my-account {
  display: none; }

@media only screen and (min-width: 40.625em) {
  .c-accordion__panel--my-account {
    display: block; } }

@media only screen and (max-width: 768px) {
  .c-accordion__item {
    padding: 0.5em 0; }
  .c-accordion__item-narrowsearch .c-accordion__checkbox {
    margin: 0.5em 0; } }

@media only screen and (min-width: 769px) {
  .c-accordion__item {
    padding: 0.25em 0; }
  .c-accordion__item-narrowsearch .c-accordion__checkbox {
    margin: 0.4em 0; } }

.gbs-preview-div {
  display: none;
  text-align: center; }

/*
.ltfl_header 
{
  	background-color: #F7F7F7;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-weight: bold;
	color: #333366;
}

    */
.c-title-detail:before, .c-title-detail:after {
  content: " ";
  display: table; }

.c-title-detail:after {
  clear: both; }

.c-title-detail-primary-content__section {
  padding: 0px 0px 0px 0px; }

.c-title-detail__title-display {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important; }

.c-title-detail__special-hold {
  display: none;
  border: 1px solid #ccc;
  background-color: #ffffdd;
  padding: 5px;
  margin: 5px 0px 5px 0px;
  text-align: left; }

.c-title-detail__container {
  position: relative;
  padding-bottom: 1.25em; }
  .c-title-detail__container:before, .c-title-detail__container:after {
    content: " ";
    display: table; }
  .c-title-detail__container:after {
    clear: both; }

.c-title-detail__container-full-display {
  padding-bottom: 0; }

.c-title-detail__addthis {
  padding: 15px 0px 0px 8px; }
  .c-title-detail__addthis a:link, .c-title-detail__addthis a:visited {
    color: #333;
    text-decoration: none; }
  .c-title-detail__addthis a:hover, .c-title-detail__addthis a:focus {
    color: #9B3131;
    text-decoration: underline; }

.c-title-detail__container--no-border {
  padding-bottom: 0; }

.c-title-detail__image-container {
  text-align: center;
  padding-bottom: 0.625em;
  max-width: 12.5em; }

.c-title-detail__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 0em; }

.c-title-detail__img--title-display {
  max-height: 8.125em;
  max-width: 6.25em; }

.c-title-detail__thumbnail {
  max-width: 100%;
  padding: 0;
  margin: 0;
  max-height: 8.125em;
  max-width: 6.25em;
  border-style: hidden; }
  .c-title-detail__thumbnail img {
    max-width: 100%;
    padding: 0;
    margin: 0;
    max-height: 8.125em;
    max-width: 6.25em;
    border-style: hidden; }

.c-title-detail-meta {
  position: relative; }
  .c-title-detail-meta:before, .c-title-detail-meta:after {
    content: " ";
    display: table; }
  .c-title-detail-meta:after {
    clear: both; }

.c-title-detail-formats__list {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 6px 2px;
  padding: 0.375rem 0.125rem; }
  .c-title-detail-formats__list:before, .c-title-detail-formats__list:after {
    content: " ";
    display: table; }
  .c-title-detail-formats__list:after {
    clear: both; }

.c-title-detail-formats__img {
  margin-right: .2em;
  margin-left: .2em;
  height: 34px;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  max-height: 34px;
  min-height: 34px;
  margin-bottom: .4em; }

.c-title-detail__3rd-party-list {
  list-style: none;
  max-width: 15em;
  padding: 6px 2px;
  padding: 0.375rem 0.125rem; }
  .c-title-detail__3rd-party-list:before, .c-title-detail__3rd-party-list:after {
    content: " ";
    display: table; }
  .c-title-detail__3rd-party-list:after {
    clear: both; }
  .c-title-detail__3rd-party-list--chilifresh {
    height: auto;
    width: auto !important;
    margin-bottom: 10px;
    align-content: center;
    align-items: center;
    margin: auto;
    max-width: 115px; }
    .c-title-detail__3rd-party-list--chilifresh .chili_menu {
      width: auto; }
      .c-title-detail__3rd-party-list--chilifresh .chili_menu .chili_link {
        width: auto; }

.c-title-detail__3rd-party-item {
  text-align: center;
  padding-bottom: 5px; }

.c-title-detail__3rd-party-img {
  max-width: 100%; }

.c-title-detail__3rd-party-item--google-preview {
  min-height: 1.5em;
  min-width: 4.5em;
  padding: 5px; }

.c-title-detail__pub-year {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }

.c-title-detail__3rd-party {
  text-align: center;
  min-width: 4.5em; }
  .c-title-detail__3rd-party img {
    max-width: 100%; }

.c-title-detail-media__container--no-border .c-title-detail__image-container {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  padding-bottom: 0.3125em; }

.c-title-detail-info__container {
  float: right;
  width: 70%;
  padding-left: 0.3125em; }

.c-title-detail-info__result-num {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(51, 51, 51, 0.35);
  font-style: italic;
  position: relative;
  font-weight: 500; }

.c-title-detail-info__title {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem; }

.c-title-detail-info__author {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.c-title-detail-info__desc {
  position: relative;
  padding-right: 0.625em; }
  .c-title-detail-info__desc.collapsed {
    height: 15.625em;
    overflow: hidden; }
  .c-title-detail-info__desc.open {
    padding-bottom: 3.5em; }

.c-title-detail-info__more-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 1.5625em; }

.c-title-detail-info__more-link {
  position: relative;
  display: inline-block;
  padding: 1.5625em 0.9375em 0.9375em;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem; }
  .c-title-detail-info__more-link--less {
    padding-top: 1.25em;
    padding-bottom: 0.3125em; }

.c-title-detail__meta-term {
  font-weight: 500;
  color: #666666;
  padding: 0px 0px 2px 0px;
  padding: 0rem 0rem 0.125rem 0rem; }

.c-title-detail__meta-desc {
  color: black;
  padding: 0px 0px 12px 0px;
  padding: 0rem 0rem 0.75rem 0rem; }

.c-title-detail-actions__container {
  clear: both; }
  .c-title-detail-actions__container-wrap {
    margin: 10px 0px;
    margin: 0.625rem 0rem; }
    @media only screen and (min-width: 40.625em) {
      .c-title-detail-actions__container-wrap.js-move-to-sidebar {
        display: none; } }
  .c-title-detail-actions__container-full-display {
    background-color: #eaeef0;
    padding: 10px; }

.c-title-detail-actions__add-to-my-list {
  margin-top: 1em;
  text-align: center;
  position: relative; }
  .c-title-detail-actions__add-to-my-list .dropdown-menu {
    width: 100%; }

.c-title-detail-actions__list--none {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: none; }
  .c-title-detail-actions__list--none:before, .c-title-detail-actions__list--none:after {
    content: " ";
    display: table; }
  .c-title-detail-actions__list--none:after {
    clear: both; }

.c-title-detail-actions__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid white; }
  .c-title-detail-actions__list:before, .c-title-detail-actions__list:after {
    content: " ";
    display: table; }
  .c-title-detail-actions__list:after {
    clear: both; }

.c-title-detail-actions__btn--disabled {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  background-color: silver;
  color: #797979; }
  .c-title-detail-actions__btn--disabled:link, .c-title-detail-actions__btn--disabled:visited {
    color: #797979;
    background-color: silver;
    text-decoration: none;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white; }
  .c-title-detail-actions__btn--disabled:hover, .c-title-detail-actions__btn--disabled:active {
    outline: 0;
    color: white;
    background-color: #333;
    text-decoration: none; }

.c-title-detail-actions__btn--restricted {
  color: #797979;
  background-color: silver;
  text-decoration: none;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500; }
  .c-title-detail-actions__btn--restricted:link, .c-title-detail-actions__btn--restricted:visited {
    color: #797979;
    background-color: silver;
    text-decoration: none;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white; }
  .c-title-detail-actions__btn--restricted:focus {
    outline: 1px dotted invert; }
  .c-title-detail-actions__btn--restricted:hover, .c-title-detail-actions__btn--restricted:active {
    outline: 0;
    color: #797979;
    background-color: silver;
    text-decoration: none; }

.c-title-detail-actions__btn {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  word-wrap: break-word; }
  .c-title-detail-actions__btn:link, .c-title-detail-actions__btn:visited {
    color: #333;
    background-color: #ffffff;
    text-decoration: none;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white; }
    .c-title-detail-actions__btn:link .glyphicon, .c-title-detail-actions__btn:visited .glyphicon {
      color: white;
      background: #333;
      float: left;
      padding: 0.5em 0.5em;
      display: inline-block;
      margin-top: -0.4375em;
      margin-left: -0.5625em;
      margin-right: 0.3125em; }
  .c-title-detail-actions__btn:focus {
    outline: 1px dotted invert; }
  .c-title-detail-actions__btn:hover, .c-title-detail-actions__btn:active {
    outline: 0;
    color: white;
    background-color: #333;
    text-decoration: none; }

.c-title-detail-accordion__util {
  text-align: right;
  padding-bottom: 0.9375em;
  padding-left: 1.25em;
  padding-right: 1.25em; }
  @media only screen and (min-width: 31.25em) {
    .c-title-detail-accordion__util {
      padding-left: 1.875em;
      padding-right: 1.875em; } }

.c-title-detail-accordion-util__title-link {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px;
  padding: 0.3125rem;
  text-transform: uppercase; }
  .c-title-detail-accordion-util__title-link:link, .c-title-detail-accordion-util__title-link:visited {
    color: #333;
    text-decoration: none;
    font-weight: 500; }
  .c-title-detail-accordion-util__title-link:focus {
    outline: 1px dotted invert; }
  .c-title-detail-accordion-util__title-link:hover, .c-title-detail-accordion-util__title-link:active {
    outline: 0;
    color: #333;
    text-decoration: none; }

.c-title-detail-accordion__container {
  padding-top: 0.8125em;
  padding-bottom: 0.8125em;
  background-color: #DEE5E8; }

.c-title-detail-accordion__panel {
  padding-left: 1.25em;
  padding-right: 1.25em; }
  @media only screen and (min-width: 31.25em) {
    .c-title-detail-accordion__panel {
      padding-left: 1.875em;
      padding-right: 1.875em; } }

.c-title-detail-accordion__panel--margin {
  margin-right: 20px;
  margin-left: 20px; }

.c-title-detail-accordion__heading {
  padding: 0.25em 0 0; }

.c-title-detail-accordion__title-link {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  color: #333;
  background-color: #ffffff; }
  .c-title-detail-accordion__title-link:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: 10px;
    right: 11px;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid;
    border-top: none;
    vertical-align: middle; }
  .c-title-detail-accordion__title-link:link, .c-title-detail-accordion__title-link:visited {
    color: #333;
    text-decoration: none;
    background-color: #ffffff;
    font-weight: 500; }
  .c-title-detail-accordion__title-link:focus {
    outline: 1px dotted invert; }
  .c-title-detail-accordion__title-link:hover, .c-title-detail-accordion__title-link:active {
    outline: 0;
    color: white;
    text-decoration: none;
    background-color: #333; }
  .c-title-detail-accordion__title-link.collapsed:after {
    border-bottom: none;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.c-title-detail-accordion__body {
  max-width: 100%;
  overflow-x: auto;
  background-color: #ffffff;
  padding: 0.625em 0.9375em; }

.c-title-detail--initial-single-col .c-title-detail-media__container {
  float: left;
  width: 30%;
  padding: 0 4% 0 0;
  max-width: 12.5em; }

.c-title-detail--initial-two-col .c-title-detail-media__container {
  float: left;
  width: 30%;
  padding: 0 4% 0 0;
  max-width: 12.5em; }

.c-title-detail--initial-two-col .c-title-detail-info__container {
  float: right;
  width: 70%;
  padding-left: 0.3125em; }

.c-title-detail--initial-two-col .c-title-detail-formats__list {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none; }
  .c-title-detail--initial-two-col .c-title-detail-formats__list:before, .c-title-detail--initial-two-col .c-title-detail-formats__list:after {
    content: " ";
    display: table; }
  .c-title-detail--initial-two-col .c-title-detail-formats__list:after {
    clear: both; }

.c-title-detail--initial-two-col .c-title-detail__pub-year {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem; }

.c-title-detail-info__more-container {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');
  zoom: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%); }

.c-title-detail-info__more-link:link, .c-title-detail-info__more-link:visited {
  color: #333;
  text-decoration: none; }

.c-title-detail-info__more-link:focus {
  outline: 1px dotted invert; }

.c-title-detail-info__more-link:hover, .c-title-detail-info__more-link:active {
  outline: 0;
  color: #666666;
  text-decoration: none; }

.c-title-detail-info-secondary__container {
  padding-right: 0.5em; }
  .c-title-detail-info-secondary__container table {
    empty-cells: hide; }

.title-list__status {
  color: #9B3131;
  padding: .5em 0 .5em .5em; }

.title-list__remove-icon {
  color: #216c2a;
  margin-right: .1em; }

.c-add-to-my-list.dropdown-toggle:hover {
  cursor: pointer; }

/* ==========================================================================
   Previous Titles
   ========================================================================== */
.c-previous-titles__container {
  position: relative;
  padding-bottom: 1.25em; }

.c-previous-titles__image-title-author-link-ul {
  list-style: none; }

.c-previous-titles__image-title-author-link, .c-previous-titles __image-title-author-link-li, .c-previous-titles __image-title-author-link-ul {
  padding-bottom: 0.125em;
  font-weight: 500;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none; }
  .c-previous-titles__image-title-author-link:link, .c-previous-titles__image-title-author-link:visited, .c-previous-titles __image-title-author-link-li:link, .c-previous-titles __image-title-author-link-li:visited, .c-previous-titles __image-title-author-link-ul:link, .c-previous-titles __image-title-author-link-ul:visited {
    color: #333;
    text-decoration: none; }
  .c-previous-titles__image-title-author-link:hover, .c-previous-titles __image-title-author-link-li:hover, .c-previous-titles __image-title-author-link-ul:hover {
    color: #9B3131;
    text-decoration: underline; }
  .c-previous-titles__image-title-author-link a:link, .c-previous-titles__image-title-author-link a:visited, .c-previous-titles __image-title-author-link-li a:link, .c-previous-titles __image-title-author-link-li a:visited, .c-previous-titles __image-title-author-link-ul a:link, .c-previous-titles __image-title-author-link-ul a:visited {
    color: #333;
    text-decoration: none; }
  .c-previous-titles__image-title-author-link a:hover, .c-previous-titles __image-title-author-link-li a:hover, .c-previous-titles __image-title-author-link-ul a:hover {
    color: #9B3131;
    text-decoration: underline; }

.c-previous-titles__image-title-author-link-img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 0em;
  max-height: 8.125em;
  max-width: 6.25em; }

.c-previous-titles__material-type, .c-previous-titles__material-type-img {
  padding-bottom: 0.125em;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.c-previous-titles__pub-year {
  font-size: 0.75rem;
  text-align: center; }

.c-previous-titles__recently-viewed {
  margin-top: 1.5em;
  margin-left: 0.5em;
  color: #333;
  text-decoration: none; }
  .c-previous-titles__recently-viewed:link, .c-previous-titles__recently-viewed:visited {
    color: #333;
    text-decoration: none; }
  .c-previous-titles__recently-viewed:hover {
    color: #9B3131;
    text-decoration: underline; }
  .c-previous-titles__recently-viewed a:link, .c-previous-titles__recently-viewed a:visited {
    color: #333;
    text-decoration: none; }
  .c-previous-titles__recently-viewed a:hover {
    color: #9B3131;
    text-decoration: underline; }

div.AutoSuggestMenu {
  background-clip: padding-box;
  background-color: transparent;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin: 1px 0 0;
  padding: 0;
  z-index: 9999; }
  div.AutoSuggestMenu ul {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    list-style: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    div.AutoSuggestMenu ul li {
      color: #000;
      margin: 0px;
      padding: 2px 6px;
      white-space: nowrap;
      background-color: white;
      font-size: 16px;
      font-weight: bold; }
      div.AutoSuggestMenu ul li span {
        color: #30465b;
        font-size: 16px;
        font-weight: 100; }
    div.AutoSuggestMenu ul li#AutoSuggestHighlight {
      background-color: #333;
      color: white;
      margin: 0px;
      padding: 2px 6px;
      white-space: nowrap; }
      div.AutoSuggestMenu ul li#AutoSuggestHighlight span {
        color: white; }
  div.AutoSuggestMenu p {
    background: #fff;
    border-left: 8px;
    border-top: 1px solid #eee;
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 4px 4px 4px 4px; }
    div.AutoSuggestMenu p span {
      background: transparent url(../../../themes/shared/hide_suggestions_hot.gif) no-repeat left 50%;
      color: #333;
      font-size: 14px;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 21px;
      text-decoration: underline; }
      div.AutoSuggestMenu p span:hover {
        color: #9B3131; }

input.AutoSuggestShowCold {
  background: transparent url(../../../themes/shared/show_suggestions_cold.gif) no-repeat center 50%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 21px; }

input.AutoSuggestShowHot {
  background: transparent url(../../../themes/shared/show_suggestions_hot.gif) no-repeat center 50%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 21px; }

.AdvancedHint {
  padding: 5px;
  width: 95%;
  color: #333333; }

.nsm-brief-block-subzone {
  float: none;
  margin-bottom: 5px; }

.nsm-brief-hosted-by-group {
  font-size: 100%;
  text-indent: 12px; }

.nsm-brief-iconified-group {
  padding-left: 1em;
  text-indent: -1em; }
  .nsm-brief-iconified-group .glyphicon-new-window {
    padding: 0 .1em;
    text-indent: 0; }

.nsm-brief-inline-subzone {
  float: none; }

.nsm-brief-label {
  color: #71777A;
  font-size: .875em;
  word-wrap: break-word; }

.nsm-brief-label.nsm-e258 {
  color: #000;
  font-weight: bold; }

.nsm-brief-primary-author-group {
  text-indent: 12px;
  word-wrap: break-word; }

.nsm-brief-primary-name-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word; }

.nsm-brief-primary-title-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word; }

.nsm-brief-primary-title-group + .nsm-brief-standard-group,
.nsm-brief-primary-author-group + .nsm-brief-standard-group {
  padding-top: .5em; }

.nsm-brief-standard-group {
  margin-bottom: 2px;
  padding-left: 1em;
  text-indent: -1em; }

.nsm-highlight-local-availability {
  font-weight: bold; }

.nsm-hit-text {
  font-style: italic;
  font-weight: bold; }

.nsm-full-block-subzone {
  float: none;
  margin-bottom: 5px; }

.nsm-full-content {
  line-height: 1.5em;
  font-size: .875em;
  text-align: left;
  width: 75%;
  word-wrap: break-word; }

.nsm-full-label {
  color: #71777A;
  font-size: .875em;
  line-height: 1.5em;
  text-align: right;
  width: 25%;
  word-wrap: break-word; }

.nsm-full-label.nsm-e258 {
  color: #000;
  font-weight: bold; }

.nsm-full-inline-subzone {
  float: none;
  font: .875em; }

.nsm-full-standard-group {
  vertical-align: top; }

tr.nsm-full-standard-group.nsm-full-zone + tr.nsm-full-standard-group.nsm-full-zone,
tr.nsm-full-standard-group:last-child {
  display: none; }

.nsm-short-image {
  border: 0px;
  height: 20px;
  margin: 0px .2em;
  vertical-align: middle;
  width: 20px; }

.nsm-short-item:not(.nsm-e135) {
  font-size: .875em;
  word-wrap: break-word; }

.nsm-summary-block-subzone {
  float: none;
  margin-bottom: 5px; }

.nsm-summary-hosted-by-group {
  font-size: 100%;
  text-indent: 12px; }

.nsm-summary-inline-subzone {
  float: none; }

.nsm-summary-label {
  color: #71777A;
  font-size: .875em;
  margin-top: .5em;
  word-wrap: break-word; }

.nsm-summary-label.nsm-e258 {
  color: #000;
  font-weight: bold; }

.nsm-summary-primary-author-group {
  text-indent: 12px;
  word-wrap: break-word; }

.nsm-summary-primary-name-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word; }

.nsm-summary-primary-title-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word; }

.nsm-summary-primary-title-group + .nsm-summary-standard-group,
.nsm-summary-primary-author-group + .nsm-summary-standard-group {
  padding-top: .5em; }

.nsm-summary-primary-zone {
  margin-top: .5em; }

.nsm-summary-secondary-subzone {
  float: none;
  margin-top: 10px; }

.nsm-summary-secondary-zone {
  margin-top: .5em; }

div.nsm-long-item {
  margin-left: 1em;
  padding-bottom: .1em;
  text-indent: -1em; }

div.nsm-long-item span.nsm-alternate-part a.nsm-browse-link {
  color: #008000;
  text-decoration: none; }

div.nsm-long-item span.nsm-alternate-part a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline; }

div.nsm-long-item a.nsm-browse-link {
  color: #333;
  text-decoration: none; }

div.nsm-long-item a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline; }

div.nsm-long-item a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
  color: #9B3131; }

span.nsm-short-item span.nsm-alternate-part a.nsm-browse-link {
  color: #008000;
  text-decoration: none; }

span.nsm-short-item span.nsm-alternate-part a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline; }

span.nsm-short-item a.nsm-browse-link {
  color: #333;
  text-decoration: none; }

span.nsm-short-item > a {
  color: #333;
  text-decoration: none; }

span.nsm-short-item > a:hover {
  color: #9B3131;
  text-decoration: underline; }

span.nsm-short-item a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
  color: #9B3131; }

a.nsm-brief-action-link {
  text-decoration: none; }

a.nsm-brief-action-link span.nsm-short-item {
  color: #333; }

a.nsm-brief-action-link:hover span.nsm-short-item {
  color: #9B3131;
  text-decoration: underline; }

a.nsm-brief-action-link span.nsm-short-item span.nsm-alternate-part {
  color: #008000; }

a.nsm-brief-action-link:hover span.nsm-short-item span.nsm-browse-text {
  color: #9B3131;
  text-decoration: underline; }

a.nsm-brief-action-link:hover span.nsm-short-item span.nsm-alternate-part span.nsm-browse-text {
  color: #9B3131;
  text-decoration: underline; }

.nsm-e197 a {
  word-break: break-all; }

a.nsm-summary-action-link {
  text-decoration: none; }

a.nsm-summary-action-link span.nsm-browse-text {
  color: #333;
  text-decoration: underline; }

tr.nsm-brief-primary-zone td {
  padding-top: 3px; }

tr.nsm-brief-secondary-zone td {
  padding-top: .5em; }

tr.nsm-brief-secondary-zone td:empty {
  padding-top: 0px; }

body.preview tr.nsm-brief-primary-zone > td > table > tbody > tr > td:nth-of-type(1) {
  display: none; }

body.preview tr.nsm-brief-primary-zone > td > table > tbody > tr > td:nth-of-type(2) {
  padding-left: 0px; }

/* quick hack for result number */
tr.nsm-brief-primary-zone td:first-child[width='1%'] {
  padding-top: 5px; }

tr.nsm-brief-primary-zone td:first-child[width='1%']::after {
  content: "\00a0"; }

.search-results__did-you-mean,
.search-results__follow-on-search,
.search-results__include-related-words {
  margin: 1em; }

.search-results__follow-on-search a:link, .search-results__follow-on-search a:visited,
.search-results__follow-on-search a:hover, .search-results__follow-on-search a:focus {
  text-decoration: none; }

.search-results__results-link-panel {
  background-color: #DEE5E8;
  padding-bottom: 0.5em;
  padding-top: 0.5em; }

.search-results__results-link {
  color: #333; }
  .search-results__results-link:link, .search-results__results-link:visited {
    text-decoration: none; }
  .search-results__results-link:hover, .search-results__results-link:focus {
    text-decoration: underline;
    color: #9B3131; }

.search-results__browse-results {
  color: #333; }
  .search-results__browse-results:link, .search-results__browse-results:visited {
    color: #333;
    text-decoration: none; }
  .search-results__browse-results:hover, .search-results__browse-results:focus {
    color: #9B3131;
    text-decoration: underline; }

@media only screen and (max-width: 40.625em) {
  .nsm-hidden-xs {
    display: none !important; }
  body.page-title .content-module .content-container {
    padding-right: 0 !important; }
  table.nsm-full-record table, table.nsm-full-record tbody {
    display: block !important; }
  table.nsm-full-record tr:not(.nsm-hidden-xs) {
    display: block;
    margin-bottom: .5em; }
  table.nsm-full-record div, table.nsm-full-record th, table.nsm-full-record td {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    width: auto !important; } }

/* ==========================================================================
   Promoted Content
   ========================================================================== */
.c-promoted-content__body a:link, .c-promoted-content__body a:visited {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem; }

.panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f6f8f9; }

.panel-default > .panel-heading {
  background-color: #333; }

.panel-title a:link {
  color: white; }

.c-saved-searches {
  padding: 0px;
  margin: 0;
  padding-right: 1em;
  padding-left: 1em; }
  .c-saved-searches__list {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .c-saved-searches__li-div {
    text-indent: -2.5em;
    padding-left: 5.0em; }
  .c-saved-searches__link {
    text-decoration: none; }
  .c-saved-searches__link-name {
    color: #333;
    text-decoration: none; }
    .c-saved-searches__link-name:link, .c-saved-searches__link-name:visited {
      color: #333;
      text-decoration: none; }
    .c-saved-searches__link-name:hover {
      color: #9B3131;
      text-decoration: underline; }
  .c-saved-searches__show-all {
    margin-top: 1.5em;
    margin-left: 0.5em;
    color: #333;
    text-decoration: none; }
    .c-saved-searches__show-all:hover {
      color: #9B3131;
      text-decoration: underline; }
    .c-saved-searches__show-all a:link, .c-saved-searches__show-all a:visited {
      color: #333;
      text-decoration: none; }
    .c-saved-searches__show-all a:hover {
      color: #9B3131;
      text-decoration: underline; }
  .c-saved-searches__glyphicon-play {
    color: green;
    margin-right: 1em; }
  .c-saved-searches__link-go:link {
    color: green;
    text-decoration: none; }
    .c-saved-searches__link-go:link:link, .c-saved-searches__link-go:link:visited, .c-saved-searches__link-go:link:hover, .c-saved-searches__link-go:link:active {
      color: green; }
  .c-saved-searches__glyphicon-remove {
    color: brown;
    margin-right: 1em; }
  .c-saved-searches__link-delete:link {
    color: brown;
    text-decoration: none; }
    .c-saved-searches__link-delete:link:link, .c-saved-searches__link-delete:link:visited, .c-saved-searches__link-delete:link:hover, .c-saved-searches__link-delete:link:active {
      color: brown; }

.marc_body {
  background-color: #ffffff; }

.marc_table {
  font-family: monospace; }
  .marc_table td {
    vertical-align: top;
    padding: 0.125em; }

.marc_tag {
  color: blue; }

.marc_ind {
  color: #9B3131; }

.marc_sub {
  color: green; }

.marc_data {
  color: black;
  vertical-align: top;
  padding-bottom: .2pt;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.hours {
  text-align: center;
  padding: 15px 0px 25px 0px; }
  .hours__heading {
    font-size: 20px;
    padding-bottom: 15px; }
  .hours__table {
    max-width: 400px;
    margin: 0px auto; }
    .hours__table-header {
      text-align: center; }
  .hours__message {
    max-width: 400px;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0px auto;
    margin-top: 25px; }
  .hours__address-heading {
    font-weight: bold;
    margin: 30px 0px 18px 0px; }

.c-add-to-my-list {
  padding: .5em;
  color: #333; }
  .c-add-to-my-list:link, .c-add-to-my-list:visited {
    color: #333;
    text-decoration: none; }
  .c-add-to-my-list:hover, .c-add-to-my-list:focus {
    text-decoration: underline;
    color: #9B3131; }

.c-title-detail-actions__add-to-my-list {
  font-size: .8125rem; }

#block_ui_content {
  background-clip: border-box;
  background-color: white;
  border: 2px solid #cccccc;
  left: 50%;
  padding: 0;
  position: fixed;
  top: 40%;
  visibility: hidden;
  z-index: 20000; }

#block_ui_body {
  background: url(../../../themes/shared/waiting.gif) no-repeat scroll 14px center;
  padding: 20px 15px 20px 56px; }

#block_ui_overlay {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  background-color: #aaaaaa;
  cursor: wait;
  display: none;
  filter: alpha(opacity=20);
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.message-panel {
  border: solid 1px #cccccc;
  background-color: #fffdea;
  color: #9B3131;
  max-width: 100%;
  padding: 14px;
  margin: 12px 0px; }

.message-panel ul {
  margin: 1em 0;
  padding: 0 0 0 40px; }

.message-panel ul li {
  list-style: disc; }

.drawer-head {
  background-color: #ffffff;
  background-image: url(../../../themes/shared/drawer_head_closed_background.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
  padding: 7px 7px 7px 25px;
  border-top: 1px solid #b1bcdb;
  cursor: pointer; }

.drawer-head-hover {
  background-color: #333;
  color: white; }

.drawer-head-open {
  background-image: url(../../../themes/shared/drawer_head_open_background.gif); }

.drawer-body {
  background-color: #ffffff;
  padding: 7px;
  margin: 0, 20px, 0, 20px; }

.drawer-link {
  background-color: #ffffff;
  background-image: url(../../../themes/shared/drawer_head_link_background.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
  padding: 7px;
  padding-left: 25px;
  border-top: 1px solid #b1bcdb;
  cursor: pointer; }

.drawer-link-hover {
  background-color: #333;
  color: white; }

.drawer a.drawer-link-link:Hover {
  text-decoration: none; }

img.hover__thumbnail {
  cursor: default !important; }

.hover__area {
  display: none; }

.popover-content .nsm-summary-record {
  height: 316px;
  margin-left: 0;
  overflow: auto;
  text-align: left;
  width: 100%; }

.popover-content .hover__share-this {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: .5em;
  padding-top: .3em; }

.popover-content .hover__share-this-text {
  color: #3399cc;
  margin: 1.3em .1em;
  padding-right: 20px;
  float: left;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  width: 70px; }
  .popover-content .hover__share-this-text img {
    margin-top: -1px; }

.popover-content .hover__bookmark-buttons {
  float: left;
  margin-top: .4em;
  margin-right: 1px;
  padding-bottom: 1px;
  margin-bottom: 1em;
  width: calc(100% - 80px); }

.hover__container .popover {
  max-width: 375px; }

@media screen and (min-width: 500px) {
  .popover {
    min-width: 375px; } }

.hover__container .addthis_toolbox a {
  margin: 0; }

.hover__container a.pin-it-button span.at-icon-wrapper {
  margin-top: -2px;
  padding: 0 2px; }

.availability__body {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  width: 100%; }

.availability {
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

.availability__table-container.table-responsive {
  border-width: 0;
  height: 100%;
  overflow: auto; }
  .availability__table-container.table-responsive table.table {
    border-width: 0;
    position: relative; }
    .availability__table-container.table-responsive table.table th {
      font-weight: normal; }
    .availability__table-container.table-responsive table.table tbody tr {
      border: 0; }
      .availability__table-container.table-responsive table.table tbody tr td {
        border: 0; }
      .availability__table-container.table-responsive table.table tbody tr td.course-reserves__title {
        white-space: normal; }
  .availability__table-container.table-responsive img.group {
    padding-bottom: .2em;
    padding-right: .5em; }
  .availability__table-container.table-responsive .glyphicon:focus {
    outline: none; }
  .availability__table-container.table-responsive th.Holdings:first-child {
    padding-left: 5em; }
  .availability__table-container.table-responsive .glyphicon-usd {
    color: #216c2a; }

.availability--full-page {
  height: 100%;
  overflow: hidden; }

a.group {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

i.group {
  padding-right: .5em; }

/* ==========================================================================
   Change Databases
   ========================================================================== */
.change-databases__table-header-text {
  font-size: 1.2em;
  color: white;
  padding: 7px; }

.change-databases__category-text {
  font-weight: bold;
  color: #666666; }

.change-databases__database-name {
  font-weight: normal; }
  .change-databases__database-name--restricted {
    color: #888888; }

.change-databases__restricted-text {
  color: #860608; }

.change-databases__table-container label > input[type=checkbox]:checked + span {
  font-weight: bold; }

.patron-header__refresh-econtent {
  margin-top: 1em;
  margin-bottom: 0.5em;
  word-break: break-word;
  white-space: normal;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal; }

.patron-account__button {
  word-break: break-word;
  white-space: normal; }

.patron-header__more-info {
  color: #333; }

.patron-header__name {
  font-weight: bold; }

.patron-header__section-name {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6em; }

.patron-header-view {
  border-width: 0px;
  padding-right: 5px;
  padding-left: 5px; }

.patron-footer-view {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px; }

.patron-account__basic-info {
  padding-left: 10px; }

.patron-account-view {
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 0px; }

a.patron-account__policy-link,
a.patron-account__click-here {
  text-decoration: none; }
  a.patron-account__policy-link:link, a.patron-account__policy-link:visited,
  a.patron-account__click-here:link,
  a.patron-account__click-here:visited {
    text-decoration: none; }
  a.patron-account__policy-link:hover, a.patron-account__policy-link:focus,
  a.patron-account__click-here:hover,
  a.patron-account__click-here:focus {
    text-decoration: underline; }

tr.headings-patrongrid a {
  color: white;
  padding: .2em;
  text-decoration: underline; }

tr.headings-patrongrid td {
  padding: 1em;
  white-space: normal !important; }

tr.headings-patrongrid th {
  padding: .4em;
  text-align: center;
  border: solid 1px #999; }
  tr.headings-patrongrid th a {
    text-decoration: underline; }

.patrongrid {
  border: solid 1px #bbb; }

@media screen and (max-width: 991px) {
  td.items-patrongrid {
    white-space: normal !important; } }

.patrongrid-headings-pager {
  border: 0px solid #cccccc;
  text-align: right; }

.patrongrid-headings-pager a {
  text-decoration: underline !important; }

.patron-account-action-button {
  margin: 5px; }

a.patron-account-action-button {
  text-decoration: none; }

.patron-account__message {
  padding: 10px 10% 25px 10%; }

.patron-account__dialog-title {
  padding: 20px 5px;
  font-weight: bold;
  font-sice: 1.1em; }

.patron-account__holds-held {
  color: #9B3131;
  font-size: 1.2em; }

.patron-account__holds-held-3m {
  color: green;
  font-size: 0.9em; }

.patron-account__holds-active {
  color: green;
  font-size: 1.2em; }

.patron-account__holds-pending-shipped {
  color: maroon;
  font-size: 1.2em; }

.patron-account__holds-ill-transferred {
  color: navy;
  font-size: 1.2em; }

.patron-account__holds-misc {
  color: #7F7F7F; }

.patron-account__holds-author {
  color: #555555; }

.patron-account__holds-date {
  color: #555555;
  font-size: .85em; }

.patron-account__overdue-date {
  color: #9B3131; }

.patron-account__grid-row {
  background-color: white;
  border-bottom: solid 1px #bbb; }

.patron-account__grid-alternating-row {
  background-color: white;
  border-bottom: solid 1px #bbb; }

.patron-account__grid-row--title {
  min-width: 200px; }

.patron-account__grid-link {
  text-decoration: none;
  color: #333; }
  .patron-account__grid-link:link {
    color: #333;
    text-decoration: none; }
  .patron-account__grid-link:visited {
    color: #333;
    text-decoration: none; }
  .patron-account__grid-link:hover {
    color: #9B3131;
    text-decoration: underline; }
  .patron-account__grid-link:active {
    color: #333;
    text-decoration: none; }

.patron-account__grid-empty-message {
  padding: 30px 5% 30px 5%;
  border: solid 1px #ccc;
  margin-bottom: 15px; }

.patron-account__fine-label {
  font-weight: bold; }

.patron-account__fine-data {
  color: #9B3131; }

.patron-account__estimate-overdue-fines {
  margin: 10px; }
  .patron-account__estimate-overdue-fines__header {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center; }
    @media screen and (max-width: 651px) {
      .patron-account__estimate-overdue-fines__header {
        text-align: left; } }
  .patron-account__estimate-overdue-fines__body .invalid-date-text {
    color: #9B3131;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center; }
  .patron-account__estimate-overdue-fines__footer {
    padding-top: 20px;
    text-align: center; }
  .patron-account__estimate-overdue-fines__amount {
    font-weight: bold; }

.librarything-ratings {
  padding: 5px 0px;
  text-align: center;
  margin: 0 auto;
  word-break: break-all;
  font-size: 0.75em; }

.librarything-ratings span {
  margin: 0 auto;
  display: inline-block;
  max-width: 115px; }
  .librarything-ratings span img {
    max-width: 80%; }

.librarything-ratings a {
  margin: 0 auto;
  display: inline-block;
  max-width: 115px;
  word-break: break-word; }

#showSearchStatusBox {
  margin-left: 0;
  visibility: visible; }
  #showSearchStatusBox a:link, #showSearchStatusBox a:visited,
  #showSearchStatusBox a:hover, #showSearchStatusBox a:focus {
    text-decoration: none; }

.search-status__container {
  margin: .75em 0 1.5em 0; }

.search-status-box__container {
  font-size: 1em;
  margin-top: .5em; }

.c-results-utility--full + .search__position,
.feature-it__panel + .search__position {
  padding-top: .875em; }

.c-results-utility-community--full + .search__position,
.feature-it__panel + .search__position {
  padding-top: .875em; }

.search-status__container + .search__position {
  border-top: 1px solid #eeeeee;
  padding-top: .875em; }

a.status-text-visible {
  visibility: visible; }

a.status-text-hidden {
  visibility: hidden; }

#searchStatusBox .table-responsive {
  min-height: 20em;
  overflow-y: auto;
  position: relative; }

#searchStatusBox .table {
  position: relative; }

.status-text-visible {
  padding: .75em; }

@media screen and (min-width: 992px) {
  .search-status-box__container {
    float: right;
    font-size: 1em;
    margin-top: 0; }
    .search-status-box__container #showSearchStatusBox {
      text-align: right; } }

@media screen and (max-width: 412px) {
  #searchStatusBox .modal-dialog {
    width: 100%; } }

@media screen and (min-width: 1px) {
  .search-status-status-column .popover {
    max-width: 280px !important;
    min-width: 5em !important; }
  #searchStatusBox .modal-header, #searchStatusBox .modal-body, #searchStatusBox .modal-footer {
    padding: 5px; }
  #searchStatusBox .modal-content {
    padding: .28125em .125em; } }

@media screen and (min-width: 412px) {
  #searchStatusBox .modal-header, #searchStatusBox .modal-body, #searchStatusBox .modal-footer {
    padding: 10px; } }

@media screen and (min-width: 650px) {
  .search-status-status-column .popover {
    max-width: 575px !important;
    min-width: 5em !important; }
  #searchStatusBox .modal-header, #searchStatusBox .modal-body, #searchStatusBox .modal-footer {
    padding: 15px; } }

@media screen and (min-width: 1024px) {
  .search-status-status-column .popover {
    max-width: 950px !important;
    min-width: 5em !important; } }

.TableHeader {
  COLOR: white;
  background-color: #333;
  padding: 7px; }

.ColumnHeader {
  font-weight: bold;
  background-color: #6696c8;
  margin-bottom: 3em; }

.c-browse-results__heading {
  BORDER-LEFT-COLOR: #cfcfcf;
  BORDER-BOTTOM-COLOR: #cfcfcf;
  BORDER-TOP-COLOR: #cfcfcf;
  BACKGROUND-COLOR: #ffffff;
  BORDER-RIGHT-COLOR: #cfcfcf;
  padding-bottom: 0.4em;
  font-weight: 500; }

.c-browse-results__link:link, .c-browse-results__link:visited {
  text-decoration: none; }

.c-browse-results__link:hover, .c-browse-results__link:focus {
  text-decoration: underline;
  color: #9B3131; }

.c-browse-results__heading-alt {
  BORDER-LEFT-COLOR: #cfcfcf;
  BORDER-BOTTOM-COLOR: #cfcfcf;
  BORDER-TOP-COLOR: #cfcfcf;
  BACKGROUND-COLOR: #DEE5E8;
  BORDER-RIGHT-COLOR: #cfcfcf; }

/* ==========================================================================
   Community
   ========================================================================== */
/* patroncommunity.aspx styles */
.community-record__list__container {
  padding: 0 10px; }

.community-record__link {
  clear: both;
  margin-bottom: 20px;
  text-align: left; }
  .community-record__link span + span {
    padding: 0 10px; }

/* ajaxEditCommunityRecord.aspx and ajaxEditEvent.aspx shared styles */
/* More page-specific definitions below */
.community-record__body,
.community-event__body {
  background-color: white;
  /* BEGIN: Old Community.css */
  /* END: Old Community.css */ }
  .community-record__body .tabs__container,
  .community-event__body .tabs__container {
    padding-bottom: 10px;
    position: relative;
    overflow: auto; }
  .community-record__body .group__container,
  .community-event__body .group__container {
    margin-bottom: 10px; }
  .community-record__body .form-control,
  .community-event__body .form-control {
    margin-bottom: 10px; }
  .community-record__body .form-label,
  .community-event__body .form-label {
    font-weight: normal; }
    .community-record__body .form-label-header,
    .community-event__body .form-label-header {
      font-weight: normal;
      padding-bottom: 10px; }
      .community-record__body .form-label-header--bold,
      .community-event__body .form-label-header--bold {
        font-weight: bold;
        padding-bottom: 10px; }
    .community-record__body .form-label--bold,
    .community-event__body .form-label--bold {
      font-weight: bold; }
  .community-record__body .subtab-group__container,
  .community-event__body .subtab-group__container {
    margin-bottom: 10px; }
    .community-record__body .subtab-group__container .ui-tabs-hide,
    .community-event__body .subtab-group__container .ui-tabs-hide {
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; }
  .community-record__body .community__whats-this-link,
  .community-event__body .community__whats-this-link {
    text-decoration: underline;
    color: blue;
    cursor: pointer; }
  .community-record__body .hidden-buttons__container,
  .community-event__body .hidden-buttons__container {
    display: none; }
    .community-record__body .hidden-buttons__container input,
    .community-event__body .hidden-buttons__container input {
      display: none; }
  .community-record__body .community-warning-area,
  .community-event__body .community-warning-area {
    Z-INDEX: 750;
    border-right: #222222 1px solid;
    border-bottom: #222222 1px solid;
    padding: 0px;
    POSITION: fixed;
    TOP: 200px;
    LEFT: 300px;
    background: white;
    overflow: hidden;
    width: 400px;
    height: 160px;
    zoom: 1;
    display: none; }

a.community__calendar-link:link, a.community__calendar-link:visited, a.community__calendar-link:hover, a.community__calendar-link:focus {
  text-decoration: none; }

/* ajaxEditCommunityRecord.aspx styles */
.community-record__body {
  /*.community-record__moreinfo__container {
    }*/
  /*.community-record__services__container {
    }*/ }
  .community-record__body .community-record__edit-image {
    cursor: pointer;
    max-height: 100px;
    max-width: 100px; }
    .community-record__body .community-record__edit-image__container {
      height: 105px;
      width: 105px;
      text-align: center;
      padding: 0px;
      margin: 0px; }
    .community-record__body .community-record__edit-image__popup {
      display: none; }
      .community-record__body .community-record__edit-image__popup-header, .community-record__body .community-record__edit-image__popup-footer {
        text-align: center; }
  .community-record__body .community-record__hours__container {
    margin-bottom: 10px;
    padding: 1em 1.4em; }
  .community-record__body .community-record__events__container .community-record__events__event-buttons__container {
    text-align: right; }
  .community-record__body .community-record__event-view-link:link, .community-record__body .community-record__event-view-link:visited, .community-record__body .community-record__event-view-link:hover, .community-record__body .community-record__event-view-link:focus {
    text-decoration: none; }
  .community-record__body .community-record__social__container .community-record__social__share__container {
    margin-left: -15px;
    margin-right: -15px; }
    .community-record__body .community-record__social__container .community-record__social__share__container > div:first-of-type {
      padding-left: 0; }
    .community-record__body .community-record__social__container .community-record__social__share__container > div:last-of-type {
      padding-right: 0; }
  .community-record__body .community-record__social__container .community-record__social__web__container {
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 1em 1.4em; }
    .community-record__body .community-record__social__container .community-record__social__web__container .row > div {
      min-height: 0; }
  .community-record__body .community-record__subjects__container .community-record__subjects__library-added__container {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px; }
    .community-record__body .community-record__subjects__container .community-record__subjects__library-added__container li {
      list-style: disc;
      line-height: 2em; }
  .community-record__body .community-record__subjects__container .community-record__subjects__organization-added__container {
    margin-bottom: 20px; }
  .community-record__body .community-record__contentxchange__container .form-label--bold {
    margin-bottom: 0.5em; }
  .community-record__body .community-record__contentxchange__container .community-record__contentxchange-header {
    margin-bottom: 2em; }
  .community-record__body .community-record__contentxchange__container .community-record__contentxchange-options .row > div {
    margin-bottom: 2em; }
  .community-record__body .community-record__contentxchange__container .community-record__contentxchange-options .btn {
    margin-top: 0.5em; }
  .community-record__body .community-record__contentxchange__container .community-record__contentxchange__popup {
    display: none; }
    .community-record__body .community-record__contentxchange__container .community-record__contentxchange__popup-header {
      font-weight: bold;
      text-align: center; }

/* ajaxEditEvent.aspx styles */
.community-event__body .community-event__timing__container .community-event__date__container {
  /*padding-left: 0;*/ }

@media screen and (min-width: 651px) {
  .community-event__body .community-event__timing__container .community-event__time__container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .community-event__body .community-event__timing__container .community-event__time__container > div {
      padding-left: 0;
      /*padding-right: 0;*/ }
      .community-event__body .community-event__timing__container .community-event__time__container > div select.form-control {
        padding: 6px;
        /*padding-right: 0;*/ } }

.community__thumbnail-cell {
  padding: 1em; }

.community__content-container {
  padding-left: 0px; }

.community__search {
  background-color: #DEE5E8; }

.community__search--instructions {
  background-color: #ffffff; }

.textit-container {
  width: 96%;
  margin: 0, 2%;
  padding: 20px; }

.textit-header-container {
  clear: both;
  padding-bottom: 50px; }
  .textit-header-container .textit-icon {
    font-size: 2em;
    text-align: right; }

.textit-primary-header {
  font-weight: bold; }

.textit-secondary-header {
  font-weight: normal; }

.textit-inputs-container .row {
  margin-bottom: 10px; }
  .textit-inputs-container .row .form-group {
    margin-bottom: 0; }
    .textit-inputs-container .row .form-group .form-control {
      display: inline-block; }

.textit-inputs-container .input-label {
  font-weight: bold; }

.textit-inputs-container #TxtMobile1, .textit-inputs-container #TxtMobile2 {
  width: 60px; }

.textit-inputs-container #TxtMobile3 {
  width: 80px; }

.textit-inputs-container #CarrierList {
  width: 220px; }

.Red {
  color: #9B3131; }

.Results {
  color: black; }

.LibraryHeader {
  font-size: 1.4em;
  text-align: center; }

img.thumbnail {
  max-height: 130px !important;
  max-width: 100px !important;
  -moz-force-broken-image-icon: 1;
  margin: 0px; }

.AvailabilityHoldsMessage {
  margin: 10px 50px;
  padding: 25px;
  border: solid 1px #999999;
  background-color: #FFFFCC; }

.RegularBold {
  font-weight: bold; }

.RegularSmall {
  font-size: .9em; }

.RegularXSmall {
  font-size: .9em; }

.Headings1 {
  background-color: #f3f6f7;
  padding: 5px; }

.Headings2 {
  background-color: White;
  padding: 5px; }

.FormHeader {
  background-color: #ebf0f6; }

.FormBody {
  background-color: #F6F6F6; }

.FormHeaderText {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold; }

.did-you-mean-toggle {
  margin-left: .5em; }
  .did-you-mean-toggle:link, .did-you-mean-toggle:visited, .did-you-mean-toggle:hover, .did-you-mean-toggle:focus {
    text-decoration: none; }
  .did-you-mean-toggle .glyphicon {
    font-size: .7em;
    top: 0; }
  .did-you-mean-toggle__click-here a:link, .did-you-mean-toggle__click-here a:visited,
  .did-you-mean-toggle__click-here a:hover, .did-you-mean-toggle__click-here a:focus {
    text-decoration: none; }
  .did-you-mean-toggle__more {
    display: none;
    padding-right: .25em; }
  .did-you-mean-toggle__less {
    display: inline;
    padding-right: .5em; }
  .did-you-mean-toggle.collapsed .did-you-mean-toggle__more {
    display: inline; }
  .did-you-mean-toggle.collapsed .did-you-mean-toggle__less {
    display: none; }

.DidYouMeanLink:link, .DidYouMeanLink:visited, .DidYouMeanLink:hover, .DidYouMeanLink:focus {
  text-decoration: none; }

.content-carousel__panel .c-accordion__body {
  padding: .3125em 0 1em 0; }

.content-carousel__slider {
  margin-left: -1em;
  display: inline-block;
  width: 118px; }

.content-carousel__link:link, .content-carousel__link:visited {
  text-decoration: none; }

.content-carousel__link:hover, .content-carousel__link:focus {
  text-decoration: underline; }

.content-carousel__item {
  cursor: pointer;
  display: none;
  height: auto;
  max-height: 250px;
  padding: 4px;
  text-align: center;
  width: 118px;
  word-wrap: break-word; }
  .content-carousel__item img {
    display: inline;
    margin: 0; }
  .content-carousel__item:first-child {
    display: block; }

.content-carousel__slider.slick-initialized .content-carousel__item {
  display: block; }

.content-carousel__image_container {
  margin-bottom: .3em;
  width: 110px; }

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

.content-carousel__left-arrow,
.content-carousel__right-arrow {
  background-color: transparent;
  border: none;
  color: #333;
  display: block;
  font-size: 2em;
  height: 20px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 40%;
  /*  fallback for browsers without support for calc() */
  top: calc(50% - 25px);
  width: 20px; }
  .content-carousel__left-arrow:hover,
  .content-carousel__right-arrow:hover {
    color: #333;
    cursor: pointer; }

.slick-disabled {
  display: none !important; }

.content-carousel__left-arrow {
  left: -32px; }

.content-carousel__right-arrow {
  right: -32px; }

.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\E074";
        width: 12px;
        height: 12px;
        font-family: "Glyphicons Halflings";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: .25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: .74; }

.drawer-body--content_carousel {
  text-align: center; }

@media only screen and (min-width: 364px) {
  .content-carousel__slider {
    width: 177px; } }

@media only screen and (min-width: 421px) {
  .content-carousel__slider {
    width: 236px; } }

@media only screen and (min-width: 471px) {
  .content-carousel__slider {
    width: 295px; } }

@media only screen and (min-width: 530px) {
  .content-carousel__slider {
    width: 354px; } }

@media only screen and (min-width: 600px) {
  .content-carousel__slider {
    width: 413px; } }

@media only screen and (min-width: 650px) {
  .content-carousel__slider {
    width: 236px; } }

@media only screen and (min-width: 808px) {
  .content-carousel__slider {
    width: 295px; } }

@media only screen and (min-width: 867px) {
  .content-carousel__slider {
    width: 354px; } }

@media only screen and (min-width: 926px) {
  .content-carousel__slider {
    width: 413px; } }

@media only screen and (min-width: 985px) {
  .content-carousel__slider {
    width: 472px; } }

@media only screen and (min-width: 1090px) {
  .content-carousel__slider {
    width: 531px; } }

@media only screen and (min-width: 1100px) {
  .content-carousel__slider {
    width: 590px; } }

@media only screen and (min-width: 1162px) {
  .content-carousel__slider {
    width: 649px; } }

@media only screen and (min-width: 1221px) {
  .content-carousel__slider {
    width: 708px; } }

@media only screen and (min-width: 1280px) {
  .content-carousel__slider {
    width: 767px; } }

.fusion-content-carousel__slider {
  margin-left: 20px;
  margin-right: 20px; }

@media only screen and (min-width: 250px) and (max-width: 420px) {
  .fusion-content-carousel__slider {
    width: 177px; } }

@media only screen and (max-width: 730px) and (min-width: 649px) {
  .fusion-content-carousel__slider {
    width: 90%; } }

#fancybox-content {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important; }

.c-self-register {
  background-color: #ffffff; }
  .c-self-register .aspNetDisabled {
    background-color: green;
    color: darkgray !important; }
  .c-self-register__row-data {
    padding-left: 1em;
    text-align: left; }
  .c-self-register__row-udf {
    padding-right: 0;
    padding-left: 0; }
  .c-self-register__row-label {
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-right: 1em;
    padding-top: 5px; }
    .c-self-register__row-label input {
      border: none; }
  .c-self-register__button-left {
    text-align: center;
    margin: 0 1em 0 0; }
  .c-self-register__button-row--center {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em; }
  .c-self-register__button-row--left {
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em; }
  .c-self-register__data--bold {
    font-weight: bold; }
  .c-self-register__dropdown, .c-self-register__dropdown--width {
    height: 26px;
    border: solid 1px #ccc;
    background-color: white; }
  .c-self-register__udf-row {
    margin-right: 0;
    margin-left: 0; }
  .c-self-register__row {
    padding-top: 0.5em;
    margin-right: 0;
    margin-left: 0; }
  .c-self-register__row--addnl {
    padding-top: 0.5em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.5em; }
  .c-self-register__row--custom-udf {
    margin-right: 0;
    margin-left: 0; }
  .c-self-register__row--inner {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }
  .c-self-register__zipcode {
    height: 28px;
    border: none;
    transition: none;
    margin: 0em 1em 0em 0em;
    outline-style: none;
    background-color: white;
    border-bottom-color: none;
    border-top-color: none;
    border-right-color: none;
    border-left-color: none; }
    .c-self-register__zipcodeinput {
      padding-left: 1em;
      height: 28px;
      border: none;
      transition: none;
      outline-style: none;
      padding-right: 5px;
      padding-bottom: 0;
      padding-top: 0; }
    .c-self-register__zipcode:focus {
      border-color: none; }
  .c-self-register__label {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    color: #333;
    white-space: nowrap;
    padding-top: 9px;
    margin-bottom: 5px; }
  .c-self-register__list {
    overflow: auto;
    max-width: calc(90% - 10px); }
  .c-self-register__line {
    margin: 0; }
  .c-self-register__notice-element {
    margin-bottom: 0.5em;
    padding-left: 2em; }
  .c-self-register__element {
    margin-bottom: 0.5em; }
  .c-self-register__udf-element {
    margin-bottom: 0.5em; }
  .c-self-register__row-udf-element {
    margin-bottom: 0.5em;
    padding-right: 0;
    padding-left: 0; }
  .c-self-register__text-entry {
    width: 95%;
    max-width: 31.25em;
    border: solid 1px #ccc;
    height: 26px; }
  .c-self-register__textbox {
    border: solid 1px #ccc;
    height: 26px; }

@media (max-width: 767px) {
  .c-self-register__checkbox {
    height: 0; } }

@media (min-width: 768px) {
  .c-self-register__list {
    max-width: 80%; }
  .c-self-register__checkbox {
    height: 20px; } }

.ill-request__message {
  color: #9B3131; }

.place-request__dropdown {
  width: 100%;
  max-width: 350px;
  min-width: 150px; }

.place-request__notes {
  width: 100%;
  max-width: 350px;
  min-width: 150px; }

.place-request__checkbox-label {
  text-transform: none; }
  .place-request__checkbox-label label {
    padding: 0 0 0 0.25em;
    vertical-align: middle; }

#CreateBBMRequest {
  height: .8125em;
  margin-top: .21875em;
  margin-bottom: .21875em; }

.request-header__section-name {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25em; }

.request-footer-btn {
  margin: 5px; }

.request-control {
  margin-left: 5px;
  margin-right: 5px; }

/*
// Extra small screen / phone
$screen-xs:                  480px !default;
$screen-xs-min:              $screen-xs !default;
// Small screen / tablet
$screen-sm:                  768px !default;
$screen-sm-min:              $screen-sm !default;
// Medium screen / desktop
$screen-md:                  992px !default;
$screen-md-min:              $screen-md !default;

$screen-xs-max:              ($screen-sm-min - 1) !default;
$screen-sm-max:              ($screen-md-min - 1) !default;
$screen-md-max:              ($screen-lg-min - 1) !default;
*/
@media (max-width: 991px) and (min-width: 650px) {
  .request-col-sm-6-6 {
    width: 75% !important; } }

@media (max-width: 767px) and (min-width: 650px) {
  .request-col-sm-4-4 {
    width: 50% !important; } }

@media (max-width: 991px) and (min-width: 768px) {
  .request-col-sm-2-2 {
    width: 33.33% !important; } }

@media (max-width: 767px) and (min-width: 650px) {
  .request-col-sm-2-2 {
    width: 50% !important; } }

@media (max-width: 991px) and (min-width: 650px) {
  .request-col-sm-3-3 {
    width: 50% !important; } }

@media (max-width: 649px) {
  .request-col-sm-3-3 {
    width: 75% !important; } }

@media (max-width: 649px) {
  .request__hidden-mobile {
    visibility: hidden; } }

.econtent-body {
  background-color: white;
  margin: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  .econtent-body .session-timeout__container {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-top: 80px;
    text-align: center;
    width: 100%;
    z-index: 1050; }
  .econtent-body .loading__container {
    display: none;
    margin-left: 0;
    margin-right: 0;
    min-height: 150px;
    text-align: center;
    width: 100%;
    z-index: 1050; }
    .econtent-body .loading__container .loading-text {
      font-size: 1.2em;
      margin-top: 1em; }
  .econtent-body .econtent-request__details__container {
    margin-bottom: 1em;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 1.2em; }
  .econtent-body .econtent-request__details__thumbnail {
    padding-left: 0;
    text-align: center; }
    .econtent-body .econtent-request__details__thumbnail img.thumbnail {
      margin: auto;
      max-width: 100% !important; }
  .econtent-body .econtent-request__details__content {
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
    word-wrap: break-word; }
    .econtent-body .econtent-request__details__content-text {
      padding-left: 0;
      padding-right: 0; }
  .econtent-body .econtent-request__details__vendor-logo {
    padding-left: 0;
    padding-right: 0; }
  .econtent-body .econtent-request__details__title {
    font-weight: bold; }
  .econtent-body .econtent-request__details__author {
    padding-left: 0.2em; }
  .econtent-body .econtent-request__action__container {
    margin-bottom: 1em;
    margin-top: 1em; }
    .econtent-body .econtent-request__action__container .btn {
      white-space: normal; }
    .econtent-body .econtent-request__action__container .form-control {
      margin: 0.5em; }
    .econtent-body .econtent-request__action__container .btn-econtent-request {
      margin: 0.5em; }
  .econtent-body .econtent-request__check-in__container {
    margin: 15px;
    text-align: center; }
  .econtent-body .econtent-request__check-out__container {
    margin: 15px;
    text-align: center; }
  .econtent-body .econtent-request__check-out__additional {
    margin-top: 1em;
    margin-bottom: 1em; }
    .econtent-body .econtent-request__check-out__additional .econtent-request__label {
      margin: 0.5em;
      /* from .form-control */
      padding-top: 0.5em; }
    .econtent-body .econtent-request__check-out__additional .form-control {
      margin: 0.5em; }
  .econtent-body .econtent-request__place-hold__container {
    font-size: 1.25em;
    margin: 5px;
    text-align: center; }
  .econtent-body .econtent-request__place-hold__message {
    margin-bottom: 1em; }
  .econtent-body .econtent-request__generic__container {
    font-size: 1.2em;
    margin: 5px;
    text-align: center; }
  .econtent-body .econtent-request__footer__container {
    font-size: 1.2em;
    margin: 5px;
    text-align: center; }
  .econtent-body .econtent-request__errors__container {
    color: #9B3131;
    font-size: 1.2em;
    margin: 5px;
    text-align: center; }
  .econtent-body .econtent-request__errors-reasons__container {
    margin-left: 100px;
    text-align: left; }

.custom-container {
  background-color: #ffffff;
  padding: 10px; }

.new-releases__rows .new-releases__row-item {
  padding: 1em;
  border-bottom: solid 1px #eaeef0; }

.new-releases__img-row {
  padding-right: 5px;
  padding-left: 10px; }
  .new-releases__img-row__img {
    min-width: 35px;
    min-height: 50px; }

.new-releases__heading {
  font-size: 20px;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center; }

.new-releases__message {
  padding-bottom: 1em; }

.new-releases__link a:hover {
  text-decoration: underline; }

.rss-feeds__rows .rss-feeds__row:nth-child(even) {
  background-color: #ffffff; }

.rss-feeds__rows .rss-feeds__row:nth-child(odd) {
  background-color: #f3f6f7; }

.rss-feeds__row {
  padding-right: 1em;
  padding-left: 0;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-right: 0;
  margin-left: 0; }

.rss-feeds__row-heading {
  padding-right: 1em;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0; }

.rss-feeds__img {
  min-width: 36px;
  min-height: 14px; }

.rss-feeds__row-data1 {
  padding-right: 0;
  padding-left: 1em;
  padding-top: 0.5em;
  word-break: break-all; }

.rss-feeds__row-data2 {
  padding-right: 0;
  padding-left: 1em;
  padding-bottom: 0.5em;
  word-break: break-all; }

.rss-feeds__links a:hover {
  text-decoration: underline; }

.rss-feeds__RegularXSmall {
  font-size: .9em; }

.my-record__association-name {
  word-break: break-word; }

.my-record__drawer {
  margin-top: 0; }

.my-record__table {
  margin: 0px auto; }
  .my-record__table-header {
    text-align: center; }

.my-record__messages--scroll {
  overflow-x: auto; }

.my-record__separator {
  height: .7em;
  background-color: #DEE5E8; }

.my-record__table-header-labels {
  color: #ffffff;
  background-color: #fff; }

.my-record__associations {
  overflow-x: auto; }
  .my-record__associations .my-record__association:nth-child(odd) {
    background-color: #ffffff; }
  .my-record__associations .my-record__association:nth-child(even) {
    background-color: #f3f6f7; }

.my-record__buttons--no-padding {
  padding-left: 0;
  overflow-wrap: break-word; }

.my-record__content-container {
  padding-bottom: 1em; }

.my-record__body {
  background-color: #ffffff; }

.my-record__patron-account {
  background-color: #ffffff; }
  .my-record__patron-account .aspNetDisabled {
    background-color: white !important;
    color: darkgray !important; }

.my-record__button--padding {
  padding-bottom: 1em; }

.my-record__info {
  background-color: #DEE5E8;
  padding-left: 5px; }

.my-record__row-element {
  padding-bottom: 0.5em; }

.my-record__message-row {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  padding-right: 0.5em;
  padding-left: 0.5em; }

.my-record__message-checkbox {
  padding: 0 !important; }

.my-record__message-checkbox-label {
  padding: 1.2em; }

.my-record__row {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0.3em; }

.my-record__row--separator {
  margin-right: 0;
  margin-left: 0; }

.my-record__label {
  color: #999999; }

.my-record__data {
  color: #fff;
  margin-left: 1em; }

.my-record__current-blocks {
  color: #fff; }

.my-record__data--blocks {
  color: #9B3131;
  margin-left: 1em; }

.my-record__drawer-head-hover {
  background-color: #ffffff;
  color: #333; }

.my-record__checkbox-label label {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 0 0.5em;
  margin-bottom: 0; }

.my-record__account-view {
  padding-bottom: 5px;
  border-width: 0px; }

.my-record__tableresults {
  font-weight: bold;
  color: #9B3131;
  margin-left: 1em;
  margin-right: 1em; }
  .my-record__tableresults ul, .my-record__tableresults li {
    list-style: disc; }
  .my-record__tableresults ul {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 3em; }

.my-record__label--bold {
  font-weight: bold; }

.my-record__data--bold {
  font-weight: bold; }

/* --- PATRON ACCOUNT ------------------------------------------------------------------- */
.patron-default-body {
  background-color: #F6F6F6;
  border: solid 1px #CCCCCC; }

.MessageInfoHeader {
  font-size: 1.1em;
  font-weight: bold;
  color: #000000; }

.MessageInfoMaroonHeader {
  font-size: 1.1em;
  font-weight: bold;
  color: Maroon; }

.MessageDataGridStyle {
  background-color: ButtonFace;
  padding: 2px 2px 2px 4px; }

.feature-it-icon {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  min-height: 20px; }

.feature-it__panel {
  border-bottom: 0.625em solid #DEE5E8;
  border-top: 0.625em solid #DEE5E8;
  font-size: .875em;
  padding: 0; }
  .feature-it__panel .feature-body {
    max-height: 15em;
    overflow-y: auto;
    padding: 1em 1em 0 1.5em; }

.feature-it__panel + .feature-it__panel {
  border-top-width: 0; }

div.search__position:first-of-type {
  margin-top: .625em; }

.payment__page .row {
  margin-right: 0;
  margin-left: 0; }

.payment__header-name {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center; }

.payment__header-name--left {
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 1em;
  padding-bottom: 1em; }

.payment__data--center {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em; }
  .payment__data--center a:link, .payment__data--center a:visited {
    text-decoration: none; }
  .payment__data--center a:hover, .payment__data--center a:focus {
    text-decoration: underline; }

.payment__table--scroll {
  overflow-x: auto; }

.payment__table--no-padding {
  padding-right: 0;
  padding-left: 0; }

.payment__table--center {
  margin-right: auto;
  margin-left: auto; }
  .payment__table--center table td {
    padding: 0.7em 0.7em 0.7em 0.7em; }
  .payment__table--center table th {
    padding: 0.7em 0.7em 0.7em 0.7em; }
  .payment__table--center table th:last-child {
    border-right: 1px solid grey; }

.payment__row {
  margin-right: 0;
  margin-left: 0; }

.payment__total {
  margin-top: 1em;
  margin-bottom: 1em; }

.payment__label {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.payment__label--col2 {
  margin-top: 0.5em; }

.payment__label--only {
  padding-right: 15px;
  padding-left: 15px; }

.payment__button {
  margin-bottom: 0.5em;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-word; }

#checkboxSendAck {
  height: .8125em;
  margin-top: .21875em;
  margin-bottom: .21875em; }

#checkboxSendAck + label {
  padding: 0 0 0 0.25em;
  vertical-align: middle; }

#linkDeleteList:link, #linkDeleteList:visited, #linkDeleteList:hover, #linkDeleteList:focus {
  text-decoration: none; }

.c-title-list {
  /*&-per-page{
    float: left;
    width: 50%;
    text-align: right;
    color: $color_font_white;
    
    @mixin {
    float: right !important;
    }
  }*/ }
  .c-title-list__link:link, .c-title-list__link:visited, .c-title-list__link:hover, .c-title-list__link:focus {
    text-decoration: none; }
  .c-title-list__table {
    border: none;
    border-collapse: collapse; }
    .c-title-list__table td {
      padding: 5px; }
  .c-title-list__td {
    width: 1%;
    vertical-align: top;
    padding: 6px 6px; }
  .c-title-list__first-col-container {
    display: inline-flex;
    padding-left: 0.6em; }
    @media (max-width: 991px) {
      .c-title-list__first-col-container {
        width: 100%;
        padding-left: 0.425em; } }
  .c-title-list__image-container {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px; }
  .c-title-list__header_row {
    margin-top: 5px;
    margin-bottom: 5px; }
  .c-title-list__image_row {
    /*margin-top: 10px;
        padding: 5px;*/
    text-align: left; }
  .c-title-list__button_row {
    margin-top: 10px;
    padding-left: 15px; }
  .c-title-list__availability_row {
    padding-top: 5px; }
  .c-title-list__heading {
    font-size: 1.4em;
    font-weight: bold; }
  .c-title-list__select-all {
    vertical-align: middle;
    margin: 0 !important; }
  .c-title-list__select-single {
    margin-top: 0.6em !important; }
  .c-title-list__img_bar {
    height: 2px !important;
    max-width: 100% !important;
    width: 100% !important; }
  .c-title-list__sort_container {
    margin-top: 0.25em !important; }
    @media (max-width: 650px) {
      .c-title-list__sort_container {
        width: 100%;
        height: inherit;
        display: inline-flex; } }
    @media (max-width: 650px) {
      .c-title-list__sort_container__sort-keys {
        float: right; } }
    @media (max-width: 650px) {
      .c-title-list__sort_container__label {
        margin-top: 0.5em;
        margin-right: 0.5em; } }
  .c-title-list__format-container {
    display: inline-block;
    text-align: center !important; }
    .c-title-list__format-container__pub-year {
      text-align: center;
      min-width: 3.5em; }
    .c-title-list__format-container__format-img {
      margin-top: .2em;
      text-align: center; }
  @media (max-width: 479px) {
    .c-title-list__col-xs-1 {
      width: 15%;
      min-width: 15%; } }
  @media (max-width: 479px) {
    .c-title-list__col-xs-11 {
      width: 85%; } }
  @media (max-width: 350px) {
    .c-title-list__page-count {
      width: 40%; } }
  .c-title-list__page-per-page {
    text-align: left; }
    @media (max-width: 650px) {
      .c-title-list__page-per-page {
        float: right;
        text-align: right; } }
  .c-title-list__page-select-all-container {
    text-align: left; }
    @media (max-width: 350px) {
      .c-title-list__page-select-all-container {
        width: 10%; } }

#to_list_names {
  width: 15em;
  text-align: center;
  vertical-align: middle; }

.c-title-list__image-container > .c-title-detail__thumbnail {
  height: auto;
  max-width: 100%;
  width: auto; }

@media (min-width: 992px) {
  .c-title-list__image-container > .c-title-detail__thumbnail {
    width: 100%; } }

.ud_body_div {
  padding: 15px 0px 45px 0px;
  overflow-x: auto; }
  .ud_body_div__table {
    width: 100%; }
    .ud_body_div__table th, .ud_body_div__table td {
      padding: 15px; }
    .ud_body_div__table th {
      text-align: center; }
    .ud_body_div__table td {
      text-align: initial; }

.c-results-utility-community:before, .c-results-utility-community:after {
  content: " ";
  display: table; }

.c-results-utility-community:after {
  clear: both; }

.c-results-utility-community__nav {
  height: 1.15em;
  padding-left: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px; }

.c-results-utility-community__container-browse {
  padding-bottom: 0; }
  .c-results-utility-community__container-browse .c-results-utility-browse-prev,
  .c-results-utility-community__container-browse .c-results-utility-browse-next {
    display: inline-block;
    width: 100%; }

.c-results-utility-community__no-results {
  margin: 1em; }

.c-results-utility-community__row {
  margin-right: 0;
  margin-left: 0; }

.c-results-utility-community__row-style {
  background-color: #ffffff;
  border-bottom: solid 1px #ddd; }

.c-results-utility-community__results {
  padding: 1em; }

.c-results-utility-community__container {
  padding-bottom: 0.1875em; }
  .c-results-utility-community__container:before, .c-results-utility-community__container:after {
    content: " ";
    display: table; }
  .c-results-utility-community__container:after {
    clear: both; }
  .c-results-utility-community__container--last {
    padding-bottom: 0; }
  .c-results-utility-community__container--sort-narrow {
    text-align: center; }
  .c-results-utility-community__container--affix.affix {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
  .c-results-utility-community__container--full-height {
    height: 100%; }
    .c-results-utility-community__container--full-height .c-results-utility-community-narrow,
    .c-results-utility-community__container--full-height .c-accordion--results-utility,
    .c-results-utility-community__container--full-height .c-accordion__panel,
    .c-results-utility-community__container--full-height .panel-collapse,
    .c-results-utility-community__container--full-height .c-accordion__body {
      height: 100%; }
    .c-results-utility-community__container--full-height .panel-collapse {
      position: relative; }
    .c-results-utility-community__container--full-height .c-results-utility-community-narrow .c-accordion__body {
      overflow-y: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .c-results-utility-community__container--full-height .close {
      display: block !important;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
    .c-results-utility-community__container--full-height .c-results-utility-community-narrow .c-accordion-lvl2 {
      clear: both; }
  .c-results-utility-community__container--back {
    padding-bottom: 0;
    background: #fff;
    color: white; }
  .c-results-utility-community__container--count-nav {
    text-align: center;
    display: table;
    width: 100%; }
    .c-results-utility-community__container--count-nav:before, .c-results-utility-community__container--count-nav:after {
      content: none; }
  .c-results-utility-community__container--browse-nav {
    text-align: center;
    display: table;
    width: 100%;
    height: 2.25em; }
    .c-results-utility-community__container--browse-nav:before, .c-results-utility-community__container--browse-nav:after {
      content: none; }

.c-results-utility-community-result-count {
  float: left;
  width: 50%;
  color: white;
  padding-top: 0.25em;
  text-align: left; }

.c-results-utility-community-per-page {
  float: left;
  width: 50%;
  text-align: right;
  color: white; }
  .c-results-utility-community-per-page.select {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    pointer-events: none; }
  .c-results-utility-community-per-page.select-styled:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    pointer-events: none; }
  .c-results-utility-community-per-pageselect-styled:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    pointer-events: none; }
  .c-results-utility-community-per-pagedropdown {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    pointer-events: none; }
  .c-results-utility-community-per-page__select-container {
    display: inline-block; }
    .c-results-utility-community-per-page__select-container.select-styled:after {
      content: ' ';
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 11px;
      width: 0;
      height: 0;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      vertical-align: middle;
      pointer-events: none; }
    .c-results-utility-community-per-page__select-containerdropdown {
      content: ' ';
      display: inline-block;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 11px;
      width: 0;
      height: 0;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      vertical-align: middle;
      pointer-events: none; }
    .c-results-utility-community-per-page__select-container:after {
      margin-top: -2px;
      color: #333; }
  select.c-results-utility-community-per-page__select {
    background-color: #ffffff;
    width: auto;
    padding: 3px 16px 2px 1px;
    margin-right: 5px; }
  .c-results-utility-community-per-page__label {
    font-size: 13px;
    font-size: 0.8125rem;
    color: white;
    text-transform: uppercase; }

.c-results-utility-community-per-page-browse {
  float: left;
  text-align: left;
  color: white; }
  .c-results-utility-community-per-page-browse__select-container {
    display: inline-block;
    margin-left: 1em;
    padding-top: 5px; }
    .c-results-utility-community-per-page-browse__select-container:after {
      margin-top: -2px;
      color: #333; }
  select.c-results-utility-community-per-page-browse__select {
    background-color: #ffffff;
    width: auto;
    padding: 3px 1px 2px 1px;
    height: 1.7em; }
  .c-results-utility-community-per-page-browse__label {
    font-size: 13px;
    font-size: 0.8125rem;
    color: white;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 0px;
    margin-bottom: 5px;
    height: 100%; }
  .c-results-utility-community-per-page-browse__display {
    font-size: 13px;
    font-size: 0.8125rem;
    vertical-align: bottom;
    padding: 0px;
    margin-bottom: 5px;
    height: 100%; }

.c-results-utility-community-sort {
  float: left;
  width: 50%;
  height: 3.75em;
  padding: 0.25em 0.625em 0.3125em 0.375em;
  background-color: #333;
  text-align: left;
  color: white; }
  .c-results-utility-community-sort__label {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0px 0px 3px 0px;
    padding: 0rem 0rem 0.1875rem 0rem;
    margin: 0;
    text-transform: uppercase;
    color: white; }
  .c-results-utility-community-sort__option {
    color: #000000; }
  select.c-results-utility-community-sort__select {
    background-color: #ffffff;
    width: auto;
    padding: 3px 3px 2px 1px;
    margin-right: 5px; }

.js .c-results-utility-community-narrow {
  display: none; }

.c-results-utility-community-narrow .close {
  display: none; }

.c-results-utility-community-full-pagination {
  text-align: left; }
  .c-results-utility-community-full-pagination .btn-toolbar {
    display: inline-block; }

.c-results-utility-community-perpage-browse {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0.4em; }
  .c-results-utility-community-perpage-browse:link, .c-results-utility-community-perpage-browse:visited {
    color: white;
    text-decoration: none; }
  .c-results-utility-community-perpage-browse:hover, .c-results-utility-community-perpage-browse:active {
    outline: 0;
    color: white;
    text-decoration: none; }

.c-results-utility-community-display-count, .c-results-utility-community-prev, .c-results-utility-community-next {
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #333; }

.c-results-utility-community-browse-prev--pad {
  margin-right: 0.5em; }

.c-results-utility-community-browse-prev {
  display: table-cell;
  vertical-align: middle;
  background-color: #1a1a1a; }

.c-results-utility-community-browse-next {
  display: table-cell;
  vertical-align: middle;
  background: #333; }

.c-results-utility-community-display-count {
  color: white;
  background: #262626;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem; }
  .c-results-utility-community-display-count strong {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal; }
  .c-results-utility-community-display-count span {
    display: inline-block; }

.c-results-utility-community-prev__link, .c-results-utility-community-next__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem; }
  .c-results-utility-community-prev__link:link, .c-results-utility-community-prev__link:visited, .c-results-utility-community-next__link:link, .c-results-utility-community-next__link:visited {
    text-decoration: none;
    color: white;
    background: #333; }
  .c-results-utility-community-prev__link:hover, .c-results-utility-community-prev__link:active, .c-results-utility-community-next__link:hover, .c-results-utility-community-next__link:active {
    outline: 0;
    background-color: #4d4d4d;
    text-decoration: none; }

.c-results-utility-community-prev__link:before {
  content: ' ';
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none; }

.c-results-utility-community-next__link:after {
  content: ' ';
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
  border-left: 4px solid; }

.c-results-utility-community-prev-browse__link, .c-results-utility-community-next-browse__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px;
  height: 100%;
  text-align: left;
  white-space: nowrap; }
  .c-results-utility-community-prev-browse__link:link, .c-results-utility-community-prev-browse__link:visited, .c-results-utility-community-next-browse__link:link, .c-results-utility-community-next-browse__link:visited {
    text-decoration: none;
    color: white; }
  .c-results-utility-community-prev-browse__link:hover, .c-results-utility-community-prev-browse__link:active, .c-results-utility-community-next-browse__link:hover, .c-results-utility-community-next-browse__link:active {
    outline: 0;
    text-decoration: none; }

.c-results-utility-community-browse-next:link, .c-results-utility-community-browse-next:visited {
  background-color: #333; }

.c-results-utility-community-browse-next:hover, .c-results-utility-community-browse-next:active {
  background-color: #4d4d4d; }
  .c-results-utility-community-browse-next:hover .c-results-utility-community-next-browse__link, .c-results-utility-community-browse-next:active .c-results-utility-community-next-browse__link {
    background-color: #4d4d4d; }

.c-results-utility-community-browse-prev:link, .c-results-utility-community-browse-prev:visited {
  background-color: #1a1a1a; }

.c-results-utility-community-browse-prev:hover, .c-results-utility-community-browse-prev:active {
  background-color: #4d4d4d; }
  .c-results-utility-community-browse-prev:hover .c-results-utility-community-prev-browse__link, .c-results-utility-community-browse-prev:active .c-results-utility-community-prev-browse__link {
    background-color: #4d4d4d; }

.c-results-utility-community--full, .c-results-utility-community--partial {
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 0.375em;
  padding-bottom: 4px;
  background-color: #fff; }
  @media only screen and (min-width: 31.25em) {
    .c-results-utility-community--full, .c-results-utility-community--partial {
      padding-left: 0.6em;
      padding-right: 0.6em; } }

.c-results-utility-community--section-start {
  margin-bottom: 0.625em; }

.c-results-utility-community.c-results-utility--detail {
  background-color: #262626; }
  .c-results-utility-community.c-results-utility--detail.c-results-utility--more {
    background-color: #333; }

.c-results-utility-community-narrow__link .c-results-utility-community-narrow__narrow-label {
  display: inline; }

.c-results-utility-community-narrow__link .c-results-utility-community-narrow__narrowed-label {
  display: none; }

.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover {
  background-color: #ffffaa !important;
  color: #333 !important; }
  .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed .c-results-utility-community-narrow__narrow-label, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited .c-results-utility-community-narrow__narrow-label, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover .c-results-utility-community-narrow__narrow-label {
    display: none; }
  .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed .c-results-utility-community-narrow__narrowed-label, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited .c-results-utility-community-narrow__narrowed-label, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover .c-results-utility-community-narrow__narrowed-label {
    display: inline; }
  .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed.c-results-utility-community_narrow--narrowed:hover, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited.c-results-utility-community_narrow--narrowed:hover, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover.c-results-utility-community_narrow--narrowed:hover {
    color: #9B3131 !important; }

.search-results-community__results-link-panel {
  background-color: #DEE5E8;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-right: 1em;
  text-align: right; }

a.search-results-community__browse-results {
  color: #333; }
  a.search-results-community__browse-results:link, a.search-results-community__browse-results:visited {
    text-decoration: none; }
  a.search-results-community__browse-results:hover, a.search-results-community__browse-results:focus {
    text-decoration: underline; }

.search-results-community__heading {
  color: #333; }
  .search-results-community__heading a:link, .search-results-community__heading a:visited {
    text-decoration: none;
    color: #333; }
  .search-results-community__heading a:hover, .search-results-community__heading a:focus {
    text-decoration: underline;
    color: #9B3131; }

.c-search-header-community {
  position: relative;
  padding-bottom: 1em; }
  .c-search-header-community__content-container {
    padding-left: 0px; }
  .c-search-header-community__row-data {
    padding-top: 0.25em;
    padding-left: 0px;
    text-align: left; }
  .c-search-header-community__dropdown {
    border: none;
    width: 230px; }
  .c-search-header-community__results-dropdown {
    border: none;
    width: 4.5em; }
  .c-search-header-community__per-page-dropdown {
    height: auto;
    border: solid 1px #ccc;
    background-color: white; }
  .c-search-header-community__row--padding {
    margin-top: 5px; }
  .c-search-header-community__row-label {
    padding-top: 0.25em;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    word-break: break-word; }
  .c-search-header-community__row {
    margin-right: 0;
    margin-left: 0;
    text-align: left; }
  .c-search-header-community__label {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
    color: #333;
    white-space: nowrap;
    padding-top: 9px;
    margin-bottom: 5px;
    white-space: normal; }
    .c-search-header-community__label:before, .c-search-header-community__label:after {
      content: " ";
      display: table; }
    .c-search-header-community__label:after {
      clear: both; }
  .c-search-header-community__box--height {
    height: 28px; }
  .c-search-header-community__glyphicon-search {
    padding-top: 2px; }
  .c-search-header-community div.c-search-header-community__search-box-div {
    padding: 2px 2px 2px 6px !important;
    width: 100%; }
    .c-search-header-community div.c-search-header-community__search-box-div input.AutoSuggestShowCold,
    .c-search-header-community div.c-search-header-community__search-box-div input.AutoSuggestShowHot {
      right: 35px; }
  .c-search-header-community .c-search-header-community__search-box {
    width: calc(100% - 37px - 1em); }
  .c-search-header-community .c-search-header-community__search-browse-box {
    width: calc(100% - 20px - 1em); }
  .c-search-header-community .c-search-header-community__search-label {
    padding: 3px 6px;
    position: relative;
    right: 0px;
    top: -1px; }
  .c-search-header-community__search-box {
    border: none;
    transition: none;
    margin: 0;
    outline-style: none;
    padding-right: 5px;
    padding-bottom: 0;
    background-color: white;
    border-bottom-color: none;
    border-top-color: none;
    border-right-color: none;
    border-left-color: none; }
    .c-search-header-community__search-boxinput {
      border: none;
      transition: none;
      outline-style: none;
      padding-right: 5px;
      padding-bottom: 0;
      padding-top: 0; }
    .c-search-header-community__search-box:focus {
      border-color: none; }

@media screen and (min-width: 381px) {
  .c-search-header-community__dropdown {
    width: 230px; } }

@media screen and (max-width: 380px) {
  .c-search-header-community__dropdown {
    width: 90%; } }

@media screen and (max-width: 650px) {
  .c-search-header-community {
    padding-bottom: 1em; } }

.policy__back-column {
  text-align: center;
  padding: 0; }

.policy__container {
  padding: 0;
  width: auto; }

.policy__row {
  padding: 0;
  margin: 1em; }

.policy__column {
  padding: 0; }

.policy__link:link, .policy__link:visited {
  text-decoration: none; }

.policy__link:hover, .policy__link:focus {
  text-decoration: underline; }

/* ==========================================================================
   Content Module - Base Styles
   ========================================================================== */
@-ms-viewport {
  width: auto !important; }

.content-module .content-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  @media only screen and (min-width: 31.25em) {
    .content-module .content-container {
      padding-left: 1.875em;
      padding-right: 1.875em; } }
  .content-module .content-container p:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

/* ==========================================================================
   Content Module - Full Search
   ========================================================================== */
.content-module--full-search {
  background-color: #DEE5E8; }

/* ==========================================================================
   Content Module - Results Utility
   ========================================================================== */
.content-module--results-utility .content-container {
  padding: 0; }

/* ==========================================================================
   Content Module - Search Result
   ========================================================================== */
/* ==========================================================================
   Content Module - Accordion
   ========================================================================== */
.content-module--accordion .content-container {
  padding: 0; }

/* ==========================================================================
   Nav - General
   ========================================================================== */
.navbar-collapse {
  box-shadow: none;
  border: none; }

/* ==========================================================================
   Expandable Block Nav
   ========================================================================== */
.expandable-block-nav {
  padding-left: 0;
  padding-right: 0; }
  .expandable-block-nav .nav__list-level-1 {
    margin: 0; }
  .expandable-block-nav .nav__item-level-1 {
    margin-top: 0.375em; }
    .expandable-block-nav .nav__item-level-1.open .nav__link-level-1:link, .expandable-block-nav .nav__item-level-1.open .nav__link-level-1:visited, .expandable-block-nav .nav__item-level-1.open .nav__link-level-1:focus {
      color: #cccccc;
      background: transparent;
      transition: all 0.2s ease-in-out; }
    .expandable-block-nav .nav__item-level-1.open .nav__link-level-2, .expandable-block-nav .nav__item-level-1.open .nav__link-level-3 {
      padding-left: 1.25em;
      padding-right: 1.25em; }
      @media only screen and (min-width: 31.25em) {
        .expandable-block-nav .nav__item-level-1.open .nav__link-level-2, .expandable-block-nav .nav__item-level-1.open .nav__link-level-3 {
          padding-left: 1.875em;
          padding-right: 1.875em; } }
    .expandable-block-nav .nav__item-level-1--more {
      display: none; }
  .expandable-block-nav .nav__link-level-1 {
    text-align: left;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem; }
    .expandable-block-nav .nav__link-level-1:before, .expandable-block-nav .nav__link-level-1:after {
      content: " ";
      display: table; }
    .expandable-block-nav .nav__link-level-1:after {
      clear: both; }
    @media only screen and (min-width: 31.25em) {
      .expandable-block-nav .nav__link-level-1 {
        padding: 15px 30px;
        padding: 0.9375rem 1.875rem; } }
    .expandable-block-nav .nav__link-level-1 span {
      position: relative;
      float: right;
      margin-top: 0.1875em; }
      .expandable-block-nav .nav__link-level-1 span.caret-right {
        margin-right: 0.1875em; }
    .expandable-block-nav .nav__link-level-1:link, .expandable-block-nav .nav__link-level-1:visited {
      color: white;
      text-decoration: none;
      background-color: white; }
    .expandable-block-nav .nav__link-level-1:focus {
      outline: 1px dotted invert; }
    .expandable-block-nav .nav__link-level-1:hover, .expandable-block-nav .nav__link-level-1:active {
      outline: 0;
      color: white;
      text-decoration: none;
      background: #333; }
  .expandable-block-nav .nav__list-level-2 {
    position: relative !important;
    min-width: 100%;
    border: none;
    box-shadow: 0px 20px 20px rgba(255, 255, 255, 0.2);
    padding: 0; }
  .expandable-block-nav .nav__item-level-2--footer {
    padding-bottom: 0.25em; }
  .expandable-block-nav .nav__link-level-2 {
    white-space: normal; }
    .expandable-block-nav .nav__link-level-2:link, .expandable-block-nav .nav__link-level-2:visited {
      color: white;
      text-decoration: none; }
    .expandable-block-nav .nav__link-level-2:hover, .expandable-block-nav .nav__link-level-2:active, .expandable-block-nav .nav__link-level-2:focus {
      outline: 0;
      color: white;
      text-decoration: none;
      background: #333; }
  .expandable-block-nav .nav__list-level-3 {
    position: relative !important; }
  .expandable-block-nav .nav__link-level-3 {
    white-space: normal; }
    .expandable-block-nav .nav__link-level-3:link, .expandable-block-nav .nav__link-level-3:visited {
      color: white;
      text-decoration: none;
      padding-top: 10px;
      padding-top: 0.625rem;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
    .expandable-block-nav .nav__link-level-3:hover, .expandable-block-nav .nav__link-level-3:active, .expandable-block-nav .nav__link-level-3:focus {
      outline: 0;
      color: #333333;
      text-decoration: none;
      background: #999999; }
  .expandable-block-nav .nav__link-level-3 {
    white-space: normal; }
    .expandable-block-nav .nav__link-level-3:link, .expandable-block-nav .nav__link-level-3:visited {
      color: white;
      text-decoration: none; }
    .expandable-block-nav .nav__link-level-3:hover, .expandable-block-nav .nav__link-level-3:active, .expandable-block-nav .nav__link-level-3:focus {
      outline: 0;
      color: #333333;
      text-decoration: none;
      background: #999999; }
  .expandable-block-nav .dropdown-submenu, .expandable-block-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0; }
    .expandable-block-nav .dropdown-submenu.open, .expandable-block-nav .dropdown-menu.open {
      display: block; }

/* ==========================================================================
   Top Nav
   ========================================================================== */
.top-nav {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 1.25em;
  padding-right: 1.25em; }
  @media only screen and (min-width: 31.25em) {
    .top-nav {
      padding-left: 1.875em;
      padding-right: 1.875em; } }
  .top-nav .nav__list-level-1 {
    margin: 0; }
  .top-nav .nav__item-level-1 {
    padding: 0;
    max-width: 105px;
    color: white; }
  .top-nav .nav__select {
    padding: 10px;
    max-width: 105px;
    background: none;
    font-size: 16px;
    font-size: 1rem;
    color: white; }
  .top-nav .nav__option {
    color: black;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px;
    padding: 0.3125rem; }
  .top-nav--split-header .nav__item-level-1 {
    float: right; }
    .top-nav--split-header .nav__item-level-1:first-child {
      float: left; }

.nav__item-level-1.nav__large-print {
  display: none;
  max-width: none; }
  .nav__item-level-1.nav__large-print a,
  .nav__item-level-1.nav__large-print a:active,
  .nav__item-level-1.nav__large-print a:focus,
  .nav__item-level-1.nav__large-print a:hover,
  .nav__item-level-1.nav__large-print a:visited {
    padding: 10px;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    color: white;
    max-width: none;
    text-decoration: none; }
    .nav__item-level-1.nav__large-print a:hover,
    .nav__item-level-1.nav__large-print a:active:hover,
    .nav__item-level-1.nav__large-print a:focus:hover,
    .nav__item-level-1.nav__large-print a:hover:hover,
    .nav__item-level-1.nav__large-print a:visited:hover {
      text-decoration: underline; }

@media screen and (min-width: 1024px) {
  .nav__item-level-1.nav__large-print {
    display: block; } }

/* ==========================================================================
   Footer Nav
   ========================================================================== */
.nav--footer .expandable-block-nav .nav__item-level-1:first-child {
  border: none; }

@media only screen and (min-width: 37.5em) {
  .nav--footer .expandable-block-nav .nav__list-level-1 {
    float: none;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem; }
    .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
      width: 33%; }
      .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(4) {
        clear: left; }
  .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:link, .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:visited {
    text-decoration: none; }
  .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:focus, .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:hover {
    text-decoration: underline; }
  .nav--footer .expandable-block-nav .nav__item-level-1 {
    display: block;
    float: left;
    border: none;
    padding-bottom: 1.25em; }
  .nav--footer .expandable-block-nav .nav__link-level-1 {
    text-transform: uppercase;
    font-weight: bold; }
    .nav--footer .expandable-block-nav .nav__link-level-1:link, .nav--footer .expandable-block-nav .nav__link-level-1:visited {
      color: white;
      text-decoration: none;
      background: none; }
    .nav--footer .expandable-block-nav .nav__link-level-1:focus {
      outline: 0; }
    .nav--footer .expandable-block-nav .nav__link-level-1:hover, .nav--footer .expandable-block-nav .nav__link-level-1:active {
      outline: 0;
      color: white;
      text-decoration: none;
      background: none;
      cursor: default; }
    .nav--footer .expandable-block-nav .nav__link-level-1 span {
      display: none; }
  .nav--footer .expandable-block-nav .nav__list-level-2 {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    float: none;
    min-width: 0;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding-bottom: 0.625em; }
  .nav--footer .expandable-block-nav .nav__link-level-2 {
    padding-left: 1.25em;
    padding-right: 1.25em; } }
  @media only screen and (min-width: 37.5em) and (min-width: 31.25em) {
    .nav--footer .expandable-block-nav .nav__link-level-2 {
      padding-left: 1.875em;
      padding-right: 1.875em; } }

@media only screen and (min-width: 37.5em) {
    .nav--footer .expandable-block-nav .nav__link-level-2:link, .nav--footer .expandable-block-nav .nav__link-level-2:visited {
      color: white;
      text-decoration: none;
      background: none;
      font-weight: 300; }
    .nav--footer .expandable-block-nav .nav__link-level-2:hover, .nav--footer .expandable-block-nav .nav__link-level-2:active {
      outline: 0;
      color: #fff;
      text-decoration: underline;
      background: none; } }

@media only screen and (min-width: 46.875em) {
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 25%; }
    .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(4) {
      clear: none; }
    .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(5) {
      clear: left; } }

@media only screen and (min-width: 56.25em) {
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 20%; }
    .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(5) {
      clear: none; }
    .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(6) {
      clear: left; } }

@media only screen and (min-width: 65.625em) {
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 16%; }
    .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(6) {
      clear: none; }
    .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(7) {
      clear: left; } }

@media only screen and (min-width: 68.75em) {
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 14%; }
    .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(7) {
      clear: none; }
    .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(8) {
      clear: left; } }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  padding: 0;
  background: #fff; }
  .site-header__branch {
    width: 100%;
    clear: both;
    background-color: #ffffff;
    padding-left: 1.25em;
    padding-right: 1.25em;
    text-align: center;
    padding: 15px;
    padding: 0.9375rem; }
    .site-header__branch:before, .site-header__branch:after {
      content: " ";
      display: table; }
    .site-header__branch:after {
      clear: both; }
    @media only screen and (min-width: 31.25em) {
      .site-header__branch {
        padding-left: 1.875em;
        padding-right: 1.875em; } }
    .site-header__branch-logo, .site-header__branch-name {
      width: 100%; }
    .site-header__branch-logo {
      display: none;
      padding: 0; }
    .site-header__branch-logo-center {
      display: none;
      padding: 0; }
    .site-header__branch-name {
      display: block; }
      .site-header__branch-name-link {
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        color: #333;
        padding-top: 15px;
        padding-top: 0.9375rem;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
        font-weight: 500; }
        .site-header__branch-name-link:link, .site-header__branch-name-link:visited {
          color: #333;
          text-decoration: none; }
        .site-header__branch-name-link:focus {
          outline: 1px dotted invert; }
        .site-header__branch-name-link:hover, .site-header__branch-name-link:active {
          outline: 0;
          color: #333;
          text-decoration: none; }
    .site-header__branch--align-left {
      text-align: left; }
    .site-header__branch--align-right {
      text-align: right; }

.site-header__branch--no-name.site-header__branch--has-logo {
  padding: 0px; }
  .site-header__branch--no-name.site-header__branch--has-logo .site-header__branch-logo {
    display: block; }

.nav-panel--my-account .nav-panel__nav-container .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-top: 1px;
  transition: all 0.2s ease-in-out; }

.nav-panel--my-account .nav-panel__nav-head a:link, .nav-panel--my-account .nav-panel__nav-head a:visited, .nav-panel--my-account .nav-panel__nav-head a:hover, .nav-panel--my-account .nav-panel__nav-head a:active {
  color: white;
  text-decoration: none;
  cursor: default; }

.nav-panel--my-account .nav-panel__nav-head a:focus {
  outline: 1px dotted invert; }

.nav-panel--my-account .nav-panel__nav-head a span {
  display: none; }

.nav__zoom {
  float: right; }

.nav__zoom-in, .nav__zoom-out {
  color: white;
  background-color: transparent; }

@media (max-width: 40.625em) {
  .nav-panel--my-account .nav-panel__nav-container .dropdown-menu {
    position: static;
    display: block;
    float: none;
    border: none;
    box-shadow: none; } }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  position: relative; }
  .site-footer__content-container {
    max-width: 93.75em; }
  .site-footer__main {
    background-color: white; }
  .site-footer__secondary-content {
    padding-left: 1.25em;
    padding-right: 1.25em;
    background-color: #fff;
    color: white;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem; }
    @media only screen and (min-width: 31.25em) {
      .site-footer__secondary-content {
        padding-left: 1.875em;
        padding-right: 1.875em; } }
  .site-footer__copyright {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.16667;
    padding: 5px 0px;
    padding: 0.3125rem 0rem;
    text-align: center;
    padding-bottom: 20px; }
  .site-footer__logo {
    padding-bottom: 0.9375em; }
  .site-footer__kids-mobile {
    text-align: center; }
  .site-footer__kids-mobile-link {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    line-height: 1;
    text-transform: uppercase;
    color: white;
    text-decoration: none; }
    .site-footer__kids-mobile-link:link, .site-footer__kids-mobile-link:visited {
      color: white;
      text-decoration: none; }
    .site-footer__kids-mobile-link:hover, .site-footer__kids-mobile-link:active {
      color: #fff;
      text-decoration: underline; }
  .site-footer__kids-catalog-logo {
    font-size: 24px; }
  .site-footer__virtual-reference {
    text-align: center;
    padding: 0px 0px 30px 0px;
    width: 100%; }
  @media only screen and (min-width: 37.5em) {
    .site-footer__main-col2 {
      text-align: right; }
    .site-footer__secondary-content:before, .site-footer__secondary-content:after {
      content: " ";
      display: table; }
    .site-footer__secondary-content:after {
      clear: both; }
    .site-footer__secondary-content-col1 {
      float: left;
      width: 60%; }
    .site-footer__copyright {
      padding: 0;
      text-align: left; }
    .site-footer__secondary-content-col2 {
      float: right;
      width: 40%;
      text-align: right;
      padding-right: 20px; }
    .site-footer__kids-mobile {
      display: inline-block; } }

body {
  background: #eaeef0; }

.site-container {
  margin-left: auto;
  margin-right: auto;
  min-width: 15.625em;
  max-width: 93.75em;
  background: #ffffff; }
  .site-container img {
    height: auto;
    width: auto\9;
    /* ie8 */
    max-width: 100%; }
  .site-container img[src$=".svg"] {
    width: 100%; }

.scotch-panel-canvas.scotch-is-showing .site-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: ew-resize; }

.content-container--wysiwyg li {
  padding-bottom: 1em; }

.horizontal-scroll-on-narrow {
  position: relative; }
  .horizontal-scroll-on-narrow:after {
    position: absolute;
    top: 0;
    right: 15px;
    width: 90px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
    content: ' '; }
  .horizontal-scroll-on-narrow__content {
    overflow-x: auto;
    padding-right: 90px; }

/* ==========================================================================
   Main Content
   ========================================================================== */
.site-main__container {
  background-color: #DEE5E8; }

.primary-content {
  background: #ffffff; }

@media only screen and (min-width: 37.5em) {
  .site-header__branch {
    padding: 0px; }
    .site-header__branch-logo {
      display: block; }
    .site-header__branch-logo-center {
      display: inline-block;
      align: right;
      vertical-align: middle; }
    .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo img {
      max-width: none;
      width: 100%; }
    .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name {
      padding-left: 1.25em; }
    .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo img {
      max-width: none;
      width: 100%; }
    .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name {
      text-align: left;
      padding-right: 1.25em; }
    .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name, .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name {
      display: table; }
      .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo, .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name, .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo, .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name {
        display: table-cell;
        vertical-align: middle; }
  .site-header__branch-name-link {
    font-size: 22px;
    font-size: 1.375rem; }
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 15%; }
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 85%; } }

@media only screen and (min-width: 40.625em) {
  .site-header {
    position: relative;
    padding: 0 0 3.125em 0;
    border-bottom: 1px solid #eaeef0; }
    .site-header:before, .site-header:after {
      content: " ";
      display: table; }
    .site-header:after {
      clear: both; }
  .toggle-nav-panel--myaccount, .toggle-nav-panel--main-menu {
    display: none; }
  .nav-panel {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    z-index: auto !important;
    overflow: visible !important; }
    .nav-panel--my-account {
      float: right !important;
      width: auto !important;
      height: 3.125em !important; }
      .nav-panel--my-account .nav-panel__welcome {
        font-size: 14px;
        font-size: 0.875rem;
        padding-left: 0.66667em;
        padding-right: 0.66667em;
        padding-top: 15px;
        padding-top: 0.9375rem;
        color: white;
        white-space: nowrap; } }
      @media only screen and (min-width: 40.625em) and (min-width: 31.25em) {
        .nav-panel--my-account .nav-panel__welcome {
          padding-left: 1em;
          padding-right: 1em; } }

@media only screen and (min-width: 40.625em) {
      .nav-panel--my-account .nav-panel__top-nav {
        display: none; }
        .nav-panel--my-account .nav-panel__top-nav nav__large-print {
          display: none; }
      .nav-panel--my-account .nav-panel__nav-container {
        position: relative;
        display: block;
        width: 100%; }
      .nav-panel--my-account .nav-panel__nav-head {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 500;
        padding-left: 1em;
        padding-right: 1em; } }
      @media only screen and (min-width: 40.625em) and (min-width: 31.25em) {
        .nav-panel--my-account .nav-panel__nav-head {
          padding-left: 1.5em;
          padding-right: 1.5em; } }

@media only screen and (min-width: 40.625em) {
        .nav-panel--my-account .nav-panel__nav-head a:link, .nav-panel--my-account .nav-panel__nav-head a:visited {
          cursor: pointer; }
        .nav-panel--my-account .nav-panel__nav-head a:hover, .nav-panel--my-account .nav-panel__nav-head a:active {
          cursor: pointer;
          text-decoration: none; }
        .nav-panel--my-account .nav-panel__nav-head a span {
          display: inline-block;
          float: none;
          margin-left: 0.3125em;
          margin-top: 0; }
      .nav-panel--my-account .dropdown-menu {
        width: 100%;
        margin: 0; }
    .nav-panel--main-menu {
      float: left;
      width: 100% !important;
      height: 0 !important; }
      .nav-panel--main-menu .nav-panel__top-nav {
        position: relative;
        float: left;
        width: auto;
        height: 3.125em;
        top: -3.125em;
        background-color: #fff; }
        .nav-panel--main-menu .nav-panel__top-nav.top-nav--split-header .nav__item-level-1 {
          float: left;
          margin-right: 4.375em; }
        .nav-panel--main-menu .nav-panel__top-nav .nav__list-level-1 {
          float: none; }
        .nav-panel--main-menu .nav-panel__top-nav .nav__option {
          background-color: #ffffff; }
      .nav-panel--main-menu .nav-panel__nav {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        border-top: 4px solid #eaeef0; }
        .nav-panel--main-menu .nav-panel__nav .nav__item-level-1 {
          float: left;
          margin-top: -4px; }
          .nav-panel--main-menu .nav-panel__nav .nav__item-level-1:first-child {
            border-left: 0; }
          .nav-panel--main-menu .nav-panel__nav .nav__item-level-1:last-child .nav__list-level-2 {
            left: auto;
            right: 0; }
        .nav-panel--main-menu .nav-panel__nav .nav__link-level-1 span {
          float: none;
          margin-left: 0.3125em;
          margin-top: 0; }
        .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:link, .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:visited {
          color: #333;
          text-decoration: none;
          background-color: transparent;
          font-weight: 500;
          font-size: 20px;
          font-size: 1.25rem;
          border-top: 4px solid transparent; }
        .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:focus {
          outline: 1px dotted invert; }
        .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:hover, .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:active {
          outline: 0;
          color: #333;
          text-decoration: none;
          background: #ffffff;
          border-color: #333;
          transition: all 0.2s ease-in-out; }
        .nav-panel--main-menu .nav-panel__nav .nav__list-level-2 {
          position: absolute !important;
          background: #fcfdfd;
          box-shadow: 0px 20px 20px rgba(255, 255, 255, 0.2); }
        .nav-panel--main-menu .nav-panel__nav .nav__link-level-2 {
          white-space: nowrap; }
          .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:link, .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:visited {
            color: #333;
            padding-top: 10px;
            padding-top: 0.625rem;
            padding-bottom: 10px;
            padding-bottom: 0.625rem;
            border-bottom: 1px solid #eaeef0;
            text-decoration: none; }
          .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:focus {
            outline: 1px dotted invert; }
          .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:hover, .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:active {
            outline: 0;
            color: white;
            text-decoration: none; }
        .nav-panel--main-menu .nav-panel__nav .nav__link-level-3 {
          white-space: nowrap; }
          .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:link, .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:visited {
            color: #666666;
            text-decoration: none; }
          .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:focus {
            outline: 1px dotted invert; }
          .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:hover, .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:active {
            outline: 0;
            color: #333333;
            text-decoration: none; } }

@media only screen and (min-width: 53.125em) {
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 12%; }
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 88%; } }

@media only screen and (min-width: 59.375em) {
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 11%; }
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 89%; } }

@media only screen and (min-width: 68.75em) {
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 10%; }
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 90%; }
  .nav-panel--myaccount {
    width: 25% !important; }
  .nav-panel--main-menu .nav-panel__top-nav {
    width: 75%; } }

@media only screen and (min-width: 84.375em) {
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 9%; }
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 91%; } }

/* ==========================================================================
   No Sidebar
   ========================================================================== */
.no-sidebar .primary-content {
  max-width: 60em; }

/* ==========================================================================
   Has Sidebar
   ========================================================================== */
@media only screen and (min-width: 0em) and (max-width: 40.625em) {
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container:before, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container:after {
    content: " ";
    display: table; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container:after {
    clear: both; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party {
    width: 100%; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list {
    margin-left: auto;
    margin-right: auto; }
    .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list--chilifresh {
      margin-bottom: 10px;
      align-content: center;
      align-items: center;
      margin: auto;
      width: auto; }
      .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list--chilifresh .chili_menu {
        width: auto; }
        .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list--chilifresh .chili_menu .chili_link {
          width: auto; } }

@media only screen and (min-width: 21.875em) {
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count, .has-sidebar .c-results-utility-community--full .c-results-utility-community-per-page, .has-sidebar .c-results-utility-community--full .c-results-utility-community-per-page-browse {
    width: auto; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count {
    margin-right: 1.5625em; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count, .has-sidebar .c-results-utility-community--partial .c-results-utility-community-per-page, .has-sidebar .c-results-utility-community--partial .c-results-utility-community-per-page-browse {
    width: auto; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count {
    margin-right: 1.5625em; }
  .has-sidebar .c-results-utility--full .c-results-utility-result-count, .has-sidebar .c-results-utility--full .c-results-utility-per-page, .has-sidebar .c-results-utility--full .c-results-utility-per-page-browse {
    width: auto; }
  .has-sidebar .c-results-utility--full .c-results-utility-result-count {
    margin-right: 1.5625em; }
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count, .has-sidebar .c-results-utility--partial .c-results-utility-per-page, .has-sidebar .c-results-utility--partial .c-results-utility-per-page-browse {
    width: auto; }
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count {
    margin-right: 1.5625em; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-formats__list {
    width: 100%; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__pub-year {
    width: 100%; }
  .has-sidebar .c-title-detail-actions__btn {
    font-size: 13px;
    font-size: 0.8125rem; }
  .has-sidebar .c-title-detail-actions__btn--disabled {
    font-size: 13px;
    font-size: 0.8125rem; }
  .has-sidebar .c-title-detail-actions__btn--restricted {
    font-size: 13px;
    font-size: 0.8125rem; } }

@media only screen and (min-width: 32.5em) and (max-width: 40.625em) {
  .has-sidebar .c-results-utility--partial .c-results-utility__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility--partial .c-results-utility__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count {
    padding-bottom: 0.625em; }
  .has-sidebar .c-results-utility--partial .c-results-utility__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%; }
  .has-sidebar .c-results-utility--partial .c-results-utility-full-pagination {
    text-align: right; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count {
    padding-bottom: 0.625em; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-full-pagination {
    text-align: right; } }

@media only screen and (min-width: 31.25em) and (max-width: 40.625em) {
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:before, .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    content: " ";
    display: table; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    clear: both; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right; } }

@media only screen and (min-width: 34.375em) {
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__image-container {
    padding: 10px;
    padding: 0.625rem; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-media__container--no-border .c-title-detail__image-container {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    padding-bottom: 0.625em; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-formats__list {
    padding: 5px;
    padding: 0.3125rem; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__3rd-party-list {
    padding: 10px;
    padding: 0.625rem; } }

@media only screen and (min-width: 40.625em) {
  .has-sidebar .site-main__container {
    position: relative; }
    .has-sidebar .site-main__container:before, .has-sidebar .site-main__container:after {
      content: " ";
      display: table; }
    .has-sidebar .site-main__container:after {
      clear: both; }
  .has-sidebar .primary-content {
    float: left;
    width: 65%; }
  .has-sidebar .secondary-content {
    float: right;
    width: 35%; }
    .has-sidebar .secondary-content .content-module .content-container {
      padding: 0.625em 0.625em 0.625em 0.625em; }
    .has-sidebar .secondary-content .c-title-detail-actions__item {
      float: none; }
    .has-sidebar .secondary-content .c-title-detail-actions__container {
      padding: 0.625em; }
    .has-sidebar .secondary-content .c-title-detail-actions__list {
      border-bottom: 1px solid white; }
    .has-sidebar .secondary-content .c-title-detail-actions__btn:link, .has-sidebar .secondary-content .c-title-detail-actions__btn:visited {
      border-top: 1px solid white;
      border-left: 1px solid white;
      border-right: 1px solid white; }
  .has-sidebar.sidebar-left .site-main__container:before {
    right: auto;
    left: 0; }
  .has-sidebar.sidebar-left .primary-content {
    float: right; }
  .has-sidebar.sidebar-left .secondary-content {
    float: left; }
  .has-sidebar .c-results-utility--full {
    position: relative; }
    .has-sidebar .c-results-utility--full .c-results-utility__container--result-count {
      float: left;
      width: 50%; }
    .has-sidebar .c-results-utility--full .c-results-utility__container--per-page {
      float: left;
      width: 50%; }
    .has-sidebar .c-results-utility--full .c-results-utility-result-count {
      padding-bottom: 0.375em; }
    .has-sidebar .c-results-utility--full .c-results-utility__container--sort-narrow {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      float: right;
      width: 50%;
      text-align: right; }
    .has-sidebar .c-results-utility--full .c-results-utility-sort {
      float: none;
      width: auto;
      height: auto;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      font-size: 14px;
      font-size: 0.875rem; }
    .has-sidebar .c-results-utility--full .c-results-utility__container--pagination {
      clear: both;
      padding-top: 1.25em; }
    .has-sidebar .c-results-utility--full .c-results-utility-narrow {
      display: none !important; }
  .has-sidebar .c-results-utility-community--full {
    position: relative; }
    .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--result-count {
      float: left;
      width: 50%; }
    .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--per-page {
      float: left; }
    .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count {
      padding-bottom: 0.375em; }
    .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--sort-narrow {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      float: right;
      width: 50%;
      text-align: right; }
    .has-sidebar .c-results-utility-community--full .c-results-utility-community-sort {
      float: none;
      width: auto;
      height: auto;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      font-size: 14px;
      font-size: 0.875rem; }
    .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--pagination {
      clear: both;
      padding-top: 1.25em; }
    .has-sidebar .c-results-utility-community--full .c-results-utility-community-narrow {
      display: none !important; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container {
    float: left;
    width: 30%;
    padding: 0 4% 0 0;
    max-width: 12.5em; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-main__container, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-secondary__container {
    float: right;
    width: 70%;
    padding-left: 0.3125em; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none; }
    .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list:before, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list:after {
      content: " ";
      display: table; }
    .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list:after {
      clear: both; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__pub-year {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem; } }

@media only screen and (min-width: 46.875em) {
  .has-sidebar .c-results-utility--full .c-results-utility__container--result-count {
    float: left;
    width: 60%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility--full .c-results-utility__container--per-page {
    float: left;
    width: 60%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility--full .c-results-utility-result-count {
    padding-bottom: 0; }
  .has-sidebar .c-results-utility--full .c-results-utility__container--sort-narrow {
    width: 40%; }
  .has-sidebar .c-results-utility--full .c-results-utility__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: left;
    float: left;
    width: 60%; }
  .has-sidebar .c-results-utility--full .c-results-utility-full-pagination {
    text-align: left; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--result-count {
    float: left;
    width: 60%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--per-page {
    float: left;
    width: 60%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count {
    padding-bottom: 0; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--sort-narrow {
    width: 40%; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: left;
    float: left;
    width: 60%; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-full-pagination {
    text-align: left; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list {
    width: 100%; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__pub-year {
    width: 100%; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__desc.collapsed {
    height: auto !important;
    overflow: auto; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__more-container {
    background: none; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__more-link {
    display: none; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__image-container {
    padding: 10px;
    padding: 0.625rem; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container--no-border .c-title-detail__image-container {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    padding-bottom: 0.625em; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list {
    padding: 5px;
    padding: 0.3125rem; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list {
    padding: 10px;
    padding: 0.625rem; } }

@media only screen and (min-width: 46.875em) and (max-width: 56.25em) {
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:before, .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    content: " ";
    display: table; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    clear: both; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right; } }

@media only screen and (min-width: 50em) {
  .has-sidebar .c-results-utility--partial .c-results-utility__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility--partial .c-results-utility__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count {
    padding-bottom: 0.625em; }
  .has-sidebar .c-results-utility--partial .c-results-utility__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%; }
  .has-sidebar .c-results-utility--partial .c-results-utility-full-pagination {
    text-align: right; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count {
    padding-bottom: 0.625em; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%; }
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-full-pagination {
    text-align: right; } }

@media only screen and (min-width: 56.25em) {
  .has-sidebar .c-search-header:before, .has-sidebar .c-search-header:after {
    content: " ";
    display: table; }
  .has-sidebar .c-search-header:after {
    clear: both; }
  .has-sidebar .c-search-header__form-label {
    font-size: 56px;
    font-size: 3.5rem; }
  .has-sidebar .c-search-header-panel__main {
    float: left;
    width: 50%;
    padding-right: 5%;
    padding-bottom: 0; }
  .has-sidebar .c-search-header-panel__secondary {
    float: right;
    width: 50%;
    margin-top: 8px;
    margin-top: 0.5rem; }
  .has-sidebar .c-search-header__form {
    clear: both; }
  .has-sidebar .c-search-header__more-options {
    background-color: #ffffff;
    margin-left: -100%;
    width: 200%;
    text-align: right; }
    .has-sidebar .c-search-header__more-options .c-search-header__form-group {
      display: inline-block;
      width: 49%;
      padding-left: 2%;
      padding-right: 2%;
      vertical-align: top; }
    .has-sidebar .c-search-header__more-options .btn-group {
      padding-top: 1.25em;
      margin-left: 0;
      margin-right: 2%; } }

@media only screen and (min-width: 59.375em) {
  .has-sidebar .c-results-utility--full .c-results-utility-sort .c-results-utility-sort__label {
    display: inline-block;
    padding: 2px 10px 2px 0px;
    padding: 0.125rem 0.625rem 0.125rem 0rem; }
  .has-sidebar .c-results-utility--full .c-results-utility-sort .c-results-utility-sort__select-container {
    display: inline-block;
    max-width: 100%; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-sort .c-results-utility-community-sort__label {
    display: inline-block;
    padding: 2px 10px 2px 0px;
    padding: 0.125rem 0.625rem 0.125rem 0rem; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-sort .c-results-utility-community-sort__select-container {
    display: inline-block;
    max-width: 100%; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-list:before, .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-list:after {
    content: " ";
    display: table; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-list:after {
    clear: both; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__desc.collapsed {
    height: 25em; } }

@media only screen and (min-width: 60em) {
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail:before, .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail:after {
    content: " ";
    display: table; }
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail:after {
    clear: both; }
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail__container {
    float: left;
    width: 75%;
    padding-bottom: 0; }
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail-actions__container {
    clear: none;
    float: right;
    width: 25%; }
  .has-sidebar .primary-content .c-title-detail-actions__item {
    float: none; } }

@media only screen and (min-width: 68.75em) {
  .has-sidebar .site-main__container:before {
    width: 25%; }
  .has-sidebar .primary-content {
    width: 75%; }
  .has-sidebar .secondary-content {
    width: 25%; }
  .has-sidebar .c-results-utility--detail {
    background-color: #fff !important; }
    .has-sidebar .c-results-utility--detail:before, .has-sidebar .c-results-utility--detail:after {
      content: " ";
      display: table; }
    .has-sidebar .c-results-utility--detail:after {
      clear: both; }
    .has-sidebar .c-results-utility--detail .c-results-utility__container--back {
      float: left;
      width: 35%; }
    .has-sidebar .c-results-utility--detail .c-results-utility-back {
      border-top: none; }
      .has-sidebar .c-results-utility--detail .c-results-utility-back__link {
        padding: 10px;
        padding: 0.625rem; }
    .has-sidebar .c-results-utility--detail .c-results-utility__container--count-nav {
      text-align: right;
      float: right;
      width: 65%; }
    .has-sidebar .c-results-utility--detail .c-results-utility__container--browse-nav {
      text-align: right;
      float: right;
      width: 50%; }
    .has-sidebar .c-results-utility--detail .c-results-utility-display-count, .has-sidebar .c-results-utility--detail .c-results-utility-prev, .has-sidebar .c-results-utility--detail .c-results-utility-next {
      display: inline-block; }
    .has-sidebar .c-results-utility--detail .c-results-utility-browse-prev, .has-sidebar .c-results-utility--detail .c-results-utility-browse-next {
      display: inline-block; }
    .has-sidebar .c-results-utility--detail .c-results-utility-display-count {
      padding: 10px 10px 9px;
      padding: 0.625rem 0.625rem 0.5625rem; }
    .has-sidebar .c-results-utility--detail .c-results-utility-prev__link, .has-sidebar .c-results-utility--detail .c-results-utility-next__link {
      padding: 10px;
      padding: 0.625rem; }
    .has-sidebar .c-results-utility--detail .c-results-utility-prev-browse__link, .has-sidebar .c-results-utility--detail .c-results-utility-next-browse__link {
      padding: 10px;
      padding: 0.625rem; }
  .has-sidebar .c-results-utility-community--detail {
    background-color: #fff !important; }
    .has-sidebar .c-results-utility-community--detail:before, .has-sidebar .c-results-utility-community--detail:after {
      content: " ";
      display: table; }
    .has-sidebar .c-results-utility-community--detail:after {
      clear: both; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community__container--back {
      float: left;
      width: 35%; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community-back {
      border-top: none; }
      .has-sidebar .c-results-utility-community--detail .c-results-utility-community-back__link {
        padding: 10px;
        padding: 0.625rem; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community__container--count-nav {
      text-align: right;
      float: right;
      width: 65%; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community__container--browse-nav {
      text-align: right;
      float: right;
      width: 50%; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community-display-count, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-prev, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-next {
      display: inline-block; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community-browse-prev {
      display: inline-block; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community-browse-next {
      display: inline-block; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community-display-count {
      padding: 10px 10px 9px;
      padding: 0.625rem 0.625rem 0.5625rem; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community-prev__link, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-next__link {
      padding: 10px;
      padding: 0.625rem; }
    .has-sidebar .c-results-utility-community--detail .c-results-utility-community-prev-browse__link, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-next-browse__link {
      padding: 11px;
      padding: 0.6875rem; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__desc.collapsed {
    height: 15.625em; }
  .has-sidebar .c-title-detail--initial-single-col:before, .has-sidebar .c-title-detail--initial-single-col:after {
    content: " ";
    display: table; }
  .has-sidebar .c-title-detail--initial-single-col:after {
    clear: both; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container {
    width: 12.5em;
    padding: 0.625em;
    max-width: none; }
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-main__container, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-secondary__container {
    float: none;
    margin-left: 11.875em;
    width: auto;
    padding-left: 1.875em;
    padding-right: 0em; }
    .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-main__container .c-title-detail-info__desc, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-secondary__container .c-title-detail-info__desc {
      padding-right: 0; } }

@media only screen and (min-width: 78.125em) {
  .has-sidebar .c-results-utility--full .c-results-utility__container--result-count {
    width: 35%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility--full .c-results-utility__container--per-page {
    width: 35%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility--full .c-results-utility__container--sort-narrow {
    width: 25%;
    padding-bottom: 0; }
  .has-sidebar .c-results-utility--full .c-results-utility__container--pagination {
    float: left;
    width: 40%; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--result-count {
    width: 35%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--per-page {
    width: 35%;
    padding-top: 4px; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--sort-narrow {
    width: 25%;
    padding-bottom: 0; }
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--pagination {
    float: left;
    width: 40%; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:before, .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    content: " ";
    display: table; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    clear: both; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right; }
  .has-sidebar .c-title-detail-info-main__container {
    position: relative; }
  .has-sidebar .c-title-detail-info__result-num {
    position: absolute;
    left: -68px;
    width: 60px;
    text-align: right; } }

@media only screen and (min-width: 81.25em) {
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail__container {
    width: 80%; }
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail-actions__container {
    width: 20%; }
  .has-sidebar .c-title-detail--initial-two-col:before, .has-sidebar .c-title-detail--initial-two-col:after {
    content: " ";
    display: table; }
  .has-sidebar .c-title-detail--initial-two-col:after {
    clear: both; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-media__container {
    width: 12.5em;
    padding: 0.625em;
    max-width: none; }
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__container {
    float: none;
    margin-left: 11.875em;
    width: auto;
    padding-left: 1.875em;
    padding-right: 1.875em; }
    .has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__container .c-title-detail-info__desc {
      padding-right: 0; } }

.content-container--portal {
  margin-top: 1.5em; }

.modal-body {
  max-height: calc(100vh - 175px);
  overflow-y: auto; }

/* ==========================================================================
   Template - Page Home
   ========================================================================== */
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  /*
     * Site Specific
     */ }

.modal-body {
  max-height: calc(100% - 175px);
  /* Fallback */
  max-height: calc(100vh - 175px);
  /* Default bootstrap */ }

/* ==========================================================================
   jquery-confirm Overrides
   ========================================================================== */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-content {
  font-size: 16px; }

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  color: white;
  background-color: #333;
  border-color: #262626;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize; }
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.focus {
    color: white;
    background-color: #1a1a1a;
    border-color: black; }
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    color: white;
    background-color: #1a1a1a;
    border-color: #080808; }
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active,
  .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle {
    color: white;
    background-color: #1a1a1a;
    border-color: #080808; }
    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active.focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active.focus,
    .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle:hover,
    .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle:focus,
    .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle.focus {
      color: white;
      background-color: #080808;
      border-color: black; }
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active,
  .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle {
    background-image: none; }
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.disabled:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.disabled:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.disabled.focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled]:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled]:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled].focus,
  fieldset[disabled] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,
  fieldset[disabled] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:focus,
  fieldset[disabled] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.focus {
    background-color: #333;
    border-color: #262626; }
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default .badge {
    color: #333;
    background-color: white; }

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled] {
  cursor: not-allowed; }

/* ==========================================================================
   jQuery-UI Overrides
   ========================================================================== */
.ui-tabs {
  position: relative; }
  .ui-tabs .ui-tabs-nav {
    border-bottom: 0; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 16px; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #DEE5E8;
  font: 400 16px/1.6 "Lato", sans-serif; }

h1, h2, h3, h4 {
  line-height: 1.2; }

h2 {
  font-weight: 400; }

a {
  font-family: "Lato", sans-serif;
  color: #262626;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s ease; }
  a:hover {
    opacity: .7; }

hr {
  max-width: 40%;
  margin: 2rem auto;
  border-top: 1px solid #5F6669;
  border-bottom: 0; }

input[type=text], input[type=url], input[type=email], input[type=tel], input[type=number], input[type=password], textarea, select, select[multiple="multiple"] {
  font-family: "Lato", sans-serif; }

.c-accordion__heading:first-child {
  padding-top: 0; }

.btn, .npl-button {
  display: inline-block;
  padding: .5rem 1.25rem;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  font-size: .875rem;
  text-transform: uppercase;
  transition: opacity .2s ease;
  cursor: pointer; }
  .btn.more, .npl-button.more {
    display: block;
    width: 40%;
    margin: 2rem auto;
    background: #0174A0;
    text-align: center;
    color: #333; }
  .btn:hover, .npl-button:hover {
    opacity: .7; }
  .btn.border, .npl-button.border {
    background: transparent;
    border: 2px solid #0174A0;
    color: #0174A0; }
  .btn.btn-default, .npl-button.btn-default {
    background: #5F6669;
    color: #fff; }
  .btn.disabled, .npl-button.disabled {
    background: transparent !important; }

.row {
  position: relative;
  clear: both;
  max-width: 72.25rem;
  margin: 0 auto;
  padding: 2rem;
  overflow: hidden; }

.npl-container {
  position: relative;
  clear: both;
  max-width: 72.25rem;
  margin: 0 auto;
  padding: 2rem;
  overflow: hidden; }

.primary-content {
  background-color: #DEE5E8; }

.site-header .content-container {
  position: relative;
  clear: both;
  max-width: 72.25rem;
  margin: 0 auto;
  padding: 2rem;
  overflow: hidden; }

.content-container--portal {
  padding-bottom: 2rem !important; }

.has-sidebar .secondary-content .content-module .content-container {
  padding: 0; }

.page-searchresults .site-main__container {
  position: relative;
  clear: both;
  max-width: 72.25rem;
  margin: 0 auto;
  padding: 2rem;
  overflow: hidden; }

.page-title .site-main__container {
  position: relative;
  clear: both;
  max-width: 72.25rem;
  margin: 0 auto;
  padding: 2rem;
  overflow: hidden; }

.section-patronaccount .site-main__container, .section-PatronAccount .site-main__container {
  position: relative;
  clear: both;
  max-width: 72.25rem;
  margin: 0 auto;
  padding: 2rem;
  overflow: hidden; }

.section-root .primary-content {
  width: 100% !important; }

.section-root .secondary-content {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

@media only screen and (min-width: 40.625em) {
  .has-sidebar .primary-content {
    width: calc(75% - 2rem);
    margin-right: 2rem;
    margin-left: 0; } }

@media only screen and (min-width: 40.625em) {
  .has-sidebar.sidebar-left .primary-content {
    width: calc(75% - 2rem);
    margin-left: 2rem;
    margin-right: 0; } }

.site-header {
  padding: 0;
  border-bottom: 0; }

.npl-brand {
  display: inline-block; }
  .npl-brand svg {
    width: 10.625rem;
    height: auto; }

.npl-sub-brand {
  display: inline-block;
  padding: 1.5rem 2rem;
  margin-left: 2rem;
  margin-bottom: .25rem;
  border-left: 1px solid #5F6669;
  font-size: 1.5rem;
  color: #333;
  text-transform: uppercase;
  vertical-align: bottom; }

.npl-site-nav {
  margin-bottom: 0; }
  .npl-site-nav .navbar-nav {
    position: static;
    width: auto;
    float: right;
    margin-top: 2.5rem;
    border-top: 0; }
  .npl-site-nav a {
    display: block;
    margin-left: 2rem;
    padding: 0 !important;
    font-size: 1rem;
    text-transform: uppercase;
    color: #0174A0; }
    .npl-site-nav a:hover {
      border: 0;
      background-color: transparent !important; }
    .npl-site-nav a:focus {
      background-color: transparent !important; }

.npl-meta-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: .5rem;
  left: 0;
  width: 100%;
  padding: 0 2rem;
  text-align: right; }
  .npl-meta-nav li {
    display: inline-block; }
    .npl-meta-nav li a, .npl-meta-nav li select {
      display: block;
      margin-left: 1rem;
      background-color: transparent;
      text-transform: uppercase;
      letter-spacing: .5px;
      color: #5F6669;
      font-size: .875rem;
      text-decoration: none; }
  .npl-meta-nav .npl-language-dropdown {
    position: absolute;
    left: 1rem;
    margin-left: 0; }
    .npl-meta-nav .npl-language-dropdown select {
      padding-right: 1.5rem; }
      .npl-meta-nav .npl-language-dropdown select:after {
        top: 50%;
        margin-top: 0; }

.site-footer {
  background-color: #0174A0;
  color: #fff; }
  .site-footer > .content-container {
    position: relative;
    clear: both;
    max-width: 72.25rem;
    margin: 0 auto;
    padding: 2rem;
    overflow: hidden;
    display: flex; }
  .site-footer a {
    color: #fff; }

.npl-contact {
  width: 50%; }

.npl-brand-no-logo {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: inherit; }

.npl-address {
  margin-top: 0; }

.npl-emailaddress {
  color: inherit; }

.polaris-site-footer {
  width: 50%;
  text-align: right; }

.section-root .c-search-header__content-container:first-of-type {
  background-image: url("../svg/npl-building.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem !important; }

.c-search-header__content-container:first-of-type {
  clear: both;
  background-color: #0174A0; }

.c-search-header__content-container .c-search-header__row {
  padding-top: 0;
  padding-bottom: 0; }

.c-search-header__row-label label {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.c-search-header__search-box-div {
  position: relative;
  display: flex;
  padding: 0;
  background-color: #fff; }
  .c-search-header__search-box-div * {
    font-size: .9rem; }
  .c-search-header__search-box-div input[type=text] {
    width: 100%;
    padding: .75rem;
    background: transparent;
    border: 0;
    font-style: italic;
    color: #333; }
  .c-search-header__search-box-div .c-search-header__search-label {
    top: 0;
    width: auto;
    padding: .75rem 2rem;
    border: 0;
    line-height: 1;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #014f6d;
    color: #fff;
    text-align: center;
    border-radius: 0; }
    .c-search-header__search-box-div .c-search-header__search-label i {
      display: none; }
    .c-search-header__search-box-div .c-search-header__search-label:after {
      display: inline-block;
      margin-top: .5rem;
      content: "Search"; }

#searchContainer {
  padding: 0 !important; }

.content-module--full-search .col-lg-2.c-search-header__row-label {
  width: 0; }

.content-module--full-search .col-lg-10.c-search-header__row-data {
  width: 100%; }

#labelLimitFilter {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

#showSuggestions {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.content-module {
  background-color: #DEE5E8; }

.content-carousel__title {
  margin: 0 0 .5rem;
  text-align: left; }
  .content-carousel__title a:link, .content-carousel__title a:visited {
    background-color: transparent;
    color: #0174A0;
    font-size: 1.125rem;
    text-transform: uppercase; }

.npl-quick-links {
  background-color: #fff; }

.npl-quick-link-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-left: -1rem; }
  .npl-quick-link-buttons li {
    min-width: calc(20% - 1rem);
    margin-left: 1rem; }
    .npl-quick-link-buttons li a {
      display: block;
      padding: 1rem;
      background-color: #0174A0;
      color: #fff;
      text-align: center; }

.c-results-utility--partial {
  background-color: transparent;
  padding: 0; }

.c-results-utility__container {
  display: inline-block;
  margin-bottom: -.5rem; }
  .c-results-utility__container * {
    color: #5F6669;
    background-color: transparent; }

.c-results-utility__container--sort-narrow {
  width: auto !important; }

.c-results-utility-result-count {
  display: inline-block; }
  .c-results-utility-result-count:after {
    content: " Results"; }

.c-results-utility--full {
  padding: 0;
  background-color: #DEE5E8; }

.c-results-utility__container--result-count {
  width: auto !important;
  float: none !important;
  padding: 0 !important; }

.c-results-utility-per-page {
  display: inline-block;
  margin-left: 2rem; }
  .c-results-utility-per-page * {
    display: inline; }
  .c-results-utility-per-page:before {
    content: "Showing "; }

select.c-results-utility-per-page__select {
  margin-right: 2px;
  padding-left: 4px;
  background-color: rgba(255, 255, 255, 0.5); }

.c-results-utility-sort {
  background-color: transparent;
  color: #5F6669; }

.c-results-utility-sort__label {
  color: #5F6669;
  text-transform: none;
  font-size: 1rem; }

.c-results-utility__container--sort-narrow {
  float: right; }
  .c-results-utility__container--sort-narrow * {
    display: inline; }

.content-module--search-result {
  position: relative;
  margin: 1rem 0 2rem;
  padding: 1rem;
  background-color: #fff;
  overflow: hidden; }
  .content-module--search-result hr {
    display: none; }
  .content-module--search-result p {
    margin-top: 0; }

.c-title-detail__container {
  width: 100% !important; }

.c-title-detail-media__container {
  position: relative;
  width: 20% !important;
  margin: 0;
  text-align: center; }

.c-title-detail__image-container img {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none; }

.c-title-detail__3rd-party-item--google-preview {
  margin-top: 2rem; }

.c-title-detail-info__container {
  width: calc(80% - 2rem) !important;
  margin-left: 2rem !important;
  padding: 0 !important; }

.has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__container {
  float: left; }

.nsm-brief-label {
  color: #5F6669; }

.nsm-brief-primary-zone > td > table > tbody > tr > td {
  padding: 0 0 1rem !important; }
  .nsm-brief-primary-zone > td > table > tbody > tr > td:first-child {
    display: none; }

.nsm-brief-primary-title-group {
  font-size: 1.5rem; }

.nsm-brief-label.nsm-e105, .nsm-brief-label.nsm-e147 {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.nsm-brief-label.nsm-e109 {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.nsm-brief-standard-group {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important; }

.nsm-brief-primary-author-group {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important; }

.nsm-short-item:not(.nsm-e135) {
  font-size: 1rem !important; }

.nsm-brief-secondary-zone td {
  padding-bottom: 1rem; }

.c-title-detail__title-display .c-title-detail-actions__container {
  width: auto !important;
  float: none !important;
  margin-left: calc(20% + 2rem); }

.c-title-detail-actions__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1rem;
  padding-left: 25%; }

.c-title-detail-actions__item {
  display: inline-block;
  margin-left: .5rem; }

.c-title-detail-actions__btn:link, .c-title-detail-actions__btn:visited {
  display: block;
  padding: .5rem 2rem;
  background-color: #adb2b4;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .875rem; }

.c-title-detail-actions__btn span {
  display: none !important; }

.button-brief-availability a {
  background-color: #0174A0 !important; }

.content-module--search-result .c-title-detail-actions__add-to-my-list {
  display: inline-block;
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: .75rem; }
  .content-module--search-result .c-title-detail-actions__add-to-my-list a {
    color: #fff; }

.c-results-utility__container--pagination {
  float: right !important; }

.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -.25rem;
  display: inline-block; }
  .pagination li {
    display: inline-block; }

.page-link {
  display: block;
  min-width: .5rem;
  margin: 0 .25rem;
  padding: .25rem .75rem !important;
  background-color: #fff;
  border: 0 !important; }

.active .page-link {
  background-color: #0174A0 !important; }

.page-searchresults .secondary-content {
  float: left;
  width: 25%; }

.page-searchresults .c-accordion__panel {
  margin: 1rem 0 2rem;
  padding: 1rem;
  background-color: #fff;
  overflow: hidden; }
  .page-searchresults .c-accordion__panel:first-child {
    margin-top: 0; }

.c-accordion__save-search-heading a {
  display: block;
  padding: .5rem;
  background-color: #0174A0 !important;
  color: #fff; }

.c-accordion__title {
  margin: 0;
  padding-bottom: 0;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .5px; }
  .c-accordion__title a:link {
    padding: .5rem;
    color: #92999c; }

.c-accordion-lvl2__title {
  margin: 1rem 0 .5rem;
  padding-bottom: .25rem;
  font-size: .875rem;
  border-bottom: 1px solid #92999c;
  line-height: 1; }
  .c-accordion-lvl2__title a {
    padding: 0; }

.c-accordion-lvl2__body {
  padding: 0 !important; }

.c-accordion-lvl2__body-narrowsearch {
  padding-left: 0; }

.c-accordion__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-accordion__item {
  display: table;
  width: 100%;
  padding: 0 !important;
  line-height: 1.2; }

.c-accordion__item--not-selected {
  padding-left: 0;
  margin-left: 0; }

.c-accordion__item-narrowsearch {
  display: table-row;
  width: 100%; }

.c-accordion__label-narrowsearch {
  display: table-cell;
  width: 90%;
  padding: 0; }

.c-accordion__span-count {
  display: table-cell;
  font-size: .875rem;
  text-align: right; }

.c-accordion__checkbox {
  position: static; }

.c-accordion__link {
  display: inline-block;
  padding-bottom: .25rem; }

.content-module--detail .content-container {
  padding: 0; }

.has-sidebar .c-results-utility--detail {
  background-color: transparent !important; }

.c-results-utility--more {
  background-color: transparent !important; }

.c-results-utility__container--count-nav {
  float: right;
  background-color: transparent; }
  .c-results-utility__container--count-nav div {
    display: inline-block; }

.c-results-utility__container--back {
  background-color: transparent; }

.c-results-utility-back__link:link, .c-results-utility-back__link:visited {
  color: inherit; }

.c-results-utility-prev__link:link, .c-results-utility-prev__link:visited, .c-results-utility-next__link:link, .c-results-utility-next__link:visited {
  background-color: transparent;
  color: inherit; }

.c-results-utility-display-count {
  background-color: transparent;
  color: inherit; }

.c-title-detail--initial-single-col {
  padding: 2rem;
  background-color: #fff; }

.nsm-full-record {
  position: relative; }
  .nsm-full-record td {
    display: table-row; }

.nsm-full-label {
  text-align: left;
  font-size: .675rem !important;
  text-transform: uppercase;
  letter-spacing: .5px; }

.nsm-full-content {
  padding-bottom: 1rem;
  line-height: 1.2; }

div.nsm-long-item {
  margin-left: 0;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  text-indent: 0; }

.nsm-e17 {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.nsm-e18 {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.nsm-long-item.nsm-e35 {
  position: relative;
  font-size: 1.5rem !important; }

.nsm-long-item.nsm-e20 {
  padding-bottom: .25rem; }

.nsm-long-item.nsm-e21 {
  padding-bottom: .25rem; }

.nsm-long-item.nsm-e6 {
  padding-bottom: .25rem; }

.nsm-long-item.nsm-e19 {
  padding-bottom: .25rem; }

.nsm-long-item:last-child {
  padding-bottom: 1rem; }

.drawer-head {
  margin-top: 2rem;
  padding: 1rem 2rem;
  background-color: #fff;
  color: #0174A0;
  text-transform: uppercase; }

.drawer-head-open {
  padding-bottom: 0; }

.drawer-body {
  padding: .5rem 2rem 2rem;
  background-color: #fff; }

.availability__table-container table {
  margin-bottom: 0; }

.c-title-detail-actions__list {
  padding-left: 1rem;
  border-bottom: 0 !important; }

.c-title-detail-actions__item {
  margin-left: 0; }

.c-title-detail-actions__btn {
  width: 100%;
  border: 0 !important; }

.has-sidebar .secondary-content .c-title-detail-actions__container {
  padding: 0 !important; }

.c-title-detail-actions__container-full-display {
  background-color: transparent; }

.results-title-action-button .c-title-detail-actions__btn {
  background-color: #0174A0; }

.button-full-request {
  width: 100%; }

.c-title-detail-actions__add-to-my-list {
  padding: .5rem 1rem;
  background-color: #5F6669; }
  .c-title-detail-actions__add-to-my-list a {
    color: #fff;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 1px; }

.addthis_toolbox {
  margin-bottom: 2rem; }

#pt-previoustitles {
  margin-top: -.5rem;
  padding-top: 1rem;
  background-color: #fff; }
  #pt-previoustitles ul {
    padding-left: 0; }

.page-logon #formMain {
  margin-top: -2rem;
  padding: 2rem;
  background-color: #fff; }

.page-logon input[type=text], .page-logon input[type=password] {
  width: 100%;
  padding: .75rem;
  border: 1px solid #5F6669;
  font-size: 90%; }

#tableLogon {
  width: 60%; }

#panelSelfRegistration, #panelNewPasswordLink {
  font-style: italic; }

.section-patronaccount #formMain {
  padding: 2rem;
  background-color: #fff; }

.my-record__row--separator {
  padding: 0; }

.patron-header-view .row {
  padding: 0; }

.patron-header-view div[class*="col-"] {
  padding-left: 0; }

.patron-header__name {
  display: inline-block;
  width: auto !important;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle; }

.patron-header__section-name {
  display: inline-block;
  width: auto !important;
  padding: 2px 0 0;
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle; }
  .patron-header__section-name:before {
    content: "|"; }

.patrongrid {
  width: 100%;
  border: 0; }
  .patrongrid th {
    border-bottom: 1px solid #5F6669;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    text-align: left !important;
    font-size: .675rem;
    text-transform: uppercase; }
  .patrongrid td {
    padding: .5rem;
    border-bottom: 1px solid #5F6669 !important;
    line-height: 1.3; }

.patron-footer-view {
  margin-top: 2rem;
  padding: 0; }
  .patron-footer-view .container-fluid {
    padding: 0; }
  .patron-footer-view .row {
    padding: 0; }

.c-accordion__account-alert {
  padding-left: .5rem; }
  .c-accordion__account-alert a, .c-accordion__account-alert a:visited {
    color: #e66400 !important; }
  .c-accordion__account-alert:before {
    display: inline-block;
    margin-right: .5rem;
    content: "!";
    height: 1.125rem;
    width: 1.125rem;
    font-weight: bold;
    background-color: #e66400;
    border-radius: 50%;
    text-align: center;
    color: white; }

.my-record__account-view {
  padding: 2rem;
  background-color: #fff; }

.my-record__account-view .my-record__row {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #5F6669; }
  .my-record__account-view .my-record__row div:first-child {
    width: 20%;
    color: #5F6669; }

.section-patronaccount .primary-content .container-fluid, .section-patronaccount .primary-content .row {
  padding: 0; }

.section-patronaccount .primary-content p:empty {
  height: 0;
  padding: 0; }

#panelFinesFees {
  margin-top: 2rem; }

.my-record__label--bold {
  font-weight: 400; }

.section-help #formMain {
  padding: 2rem 0 1rem;
  background-color: #fff; }

.LibraryHeader {
  font-size: 1.5rem; }
