/*!
 * 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: sans-serif;
  -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;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! 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('/content/fonts/glyphicons-halflings-regular.eot');
  src: url('/content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/content/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon,
header .header-top ul li.phone,
header .navbar .nav > li > a:after,
.breadcrumb li:first-child a,
.cards-list .dropdown .btn-default:after {
  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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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,
.breadcrumb li:first-child a: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,
header .header-top ul li.phone: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: rgba(0, 0, 0, 0);
}
body {
  font-family: proxima-nova, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0076be;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3366CC;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  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: 27px;
  margin-bottom: 27px;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 63px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 40px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 20px;
}
p {
  margin: 0 0 13.5px;
}
.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul,
ol ul,
ul ol,
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: 27px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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%;
  text-transform: uppercase;
}
blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 22.5px;
  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.5;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.5;
}
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: 13px;
  margin: 0 0 13.5px;
  font-size: 17px;
  line-height: 1.5;
  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: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.row {
  margin-left: -6px;
  margin-right: -6px;
}
.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: 6px;
  padding-right: 6px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 20.25px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 27px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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::-webkit-input-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.form-control:-moz-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.form-control::-moz-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.form-control:-ms-input-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.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: 41px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 27px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 45px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 43px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 50px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.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: 32px;
}
.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: 34px;
}
.form-horizontal .form-group {
  margin-left: -6px;
  margin-right: -6px;
}
@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: 6px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.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: 18px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #0076be;
  background-color: transparent;
  border-color: #0076be;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #0076be;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00273f;
}
.btn-primary:hover {
  color: #0076be;
  background-color: rgba(0, 0, 0, 0);
  border-color: #005081;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #0076be;
  background-color: rgba(0, 0, 0, 0);
  border-color: #005081;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #0076be;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00273f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: transparent;
  border-color: #0076be;
}
.btn-primary .badge {
  color: transparent;
  background-color: #0076be;
}
.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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0076be;
  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: #3366CC;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  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: 18px;
  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: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  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: #337ab7;
}
.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: 16px;
  line-height: 1.5;
  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 {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child: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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  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 {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  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 > 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: #0c0f10;
}
.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: #0c0f10;
  border-color: #0076be;
}
.nav .nav-divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  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: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.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: 82px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 6px;
  padding-left: 6px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -6px;
  margin-left: -6px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 27.5px 6px;
  font-size: 23px;
  line-height: 27px;
  height: 82px;
}
.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: -6px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 6px;
  padding: 9px 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  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: 13.75px -6px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}
@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: 27px;
  }
  .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: 27.5px;
    padding-bottom: 27.5px;
  }
}
.navbar-form {
  margin-left: -6px;
  margin-right: -6px;
  padding: 10px 6px;
  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: 20.5px;
  margin-bottom: 20.5px;
}
@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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn.btn-sm {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-btn.btn-xs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.navbar-text {
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -6px;
  }
  .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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #242829;
  border-color: #0c0e0e;
}
.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: #0c0e0e;
}
.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: #131516;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0c0e0e;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #0c0e0e;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #0c0e0e;
  }
  .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: #0c0e0e;
  }
  .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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 27px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: #7e8082;
}
.breadcrumb > .active {
  color: #7e8082;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 27px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #0076be;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #3366CC;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: 23px;
  line-height: 1.3333333;
}
.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: 16px;
  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: 27px 0;
  list-style: none;
  text-align: center;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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: 16px;
  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 {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0076be;
  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;
}
.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: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.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: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 27px;
  line-height: 1.5;
  background-color: #ffffff;
  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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0076be;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.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: 27px;
  margin-bottom: 27px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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,
button.list-group-item:hover,
a.list-group-item:focus,
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: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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: 27px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-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: 21px;
  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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 27px;
}
.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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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: 27px;
  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 .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@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: proxima-nova, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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;
  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: proxima-nova, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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: 18px;
  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: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #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 {
  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);
}
.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: rgba(0, 0, 0, 0);
}
.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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.homepage-content-footer:before,
.homepage-content-footer:after,
.content-block.industry-product-information .image-grid:before,
.content-block.industry-product-information .image-grid:after,
.family-rollup .rollup .rollup-body:before,
.family-rollup .rollup .rollup-body:after,
.press-release-list .press-release:before,
.press-release-list .press-release:after,
.industries-promos:before,
.industries-promos:after,
ul.video-grid:before,
ul.video-grid:after,
.coveo-results-header:before,
.coveo-results-header:after,
.CoveoResult.coveo-result-frame:before,
.CoveoResult.coveo-result-frame:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.homepage-content-footer:after,
.content-block.industry-product-information .image-grid:after,
.family-rollup .rollup .rollup-body:after,
.press-release-list .press-release:after,
.industries-promos:after,
ul.video-grid:after,
.coveo-results-header:after,
.CoveoResult.coveo-result-frame: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !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;
  }
}
/* 
 ===========================================
  LEGACY VARIABLES (@@ TRY TO REMOVE @@)
 ===========================================
*/
/* 
 ===========================================
  COLORS
 -------------------------------------------
  Color names from: http://www.color-blindness.com/color-name-hue/
 ===========================================
*/
/* BLUE */
/* SHADES OF GRAY */
/*
 ===========================================
  BOOTSTRAP DEFAULTS
 -------------------------------------------
  Configuration Variables from http://getbootstrap.com/customize/#less-variables
 ===========================================
*/
/* Scaffolding */
/* Typography */
/* 27px / @font-size-base */
/* Iconography */
/* Buttons */
/* Forms */
/* Grid */
/* Breadcrumbs */
/*
 ===========================================
  TYPOGRAPHY
 ===========================================
*/
/*
 ===========================================
  BASE PATHS
 ===========================================
*/
/*
 ===========================================
  TRANSITIONS
 ===========================================
*/
/*
 ===========================================
  GLOBAL COMPONENTS
 ===========================================
*/
/*
 ===========================================
 ===========================================
*/
/*
 =================================
  LETTERSPACE
 ---------------------------------
  @usage: .letterspace(100)
  @description: Mixin to match letterspacing used by Photoshop.
 =================================
*/
/*
 =================================
  PLACEHOLDER
 ---------------------------------
  @usage: .placeholder(@color: #000, @line-height: 1.4)
  @description: Mixin to style input placeholder text.
 =================================
*/
/*
 =================================
  GRADIENT
 ---------------------------------
  @usage: .graident(@color: @black, @start: @black, @stop: @woodsmoke)
  @description: Mixin to add background gradient.
 =================================
*/
.gradient-bg-full {
  background: #ffffff;
  /* old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient-bg-sm {
  background: #ffffff;
  /* old browsers */
  background: -webkit-linear-gradient(top, #ffffff 80%, #cccccc 100%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #ffffff 80%, #cccccc 100%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*
 =================================
  VERTICAL ALIGN
 ---------------------------------
  @usage: .vertical-align()
  @description: Mixin to vertically align .
 =================================
*/
.btn {
  text-transform: uppercase;
  transition-property: background-color, color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  letter-spacing: 0.075em;
}
.btn:hover {
  background-color: #0076be;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}
.btn-default {
  background-color: transparent;
  font-size: 14px;
  color: #7e8082;
  border-width: 2px;
  border-color: #cccccc;
  padding: 14px 16px;
}
.btn-default:hover {
  color: #000000;
  background-color: #cccccc;
}
.btn-primary {
  background-color: transparent;
  font-size: 14px;
  border-width: 2px;
  padding: 14px 16px;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0076be;
}
.btn-secondary {
  background-color: #0076be;
  color: #ffffff;
  padding: 6px 12px;
}
.btn-link {
  border-bottom: 2px solid transparent;
  font-weight: 700;
  position: relative;
  padding-left: 0;
  padding-right: 14px;
  text-decoration: none;
  transition-property: border-bottom;
}
.btn-link:after {
  left: calc(96%);
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 118, 190, 0);
  border-left-color: #0076be;
  border-width: 4px;
  margin-top: -4px;
}
.btn-link:hover {
  background-color: transparent;
  border-bottom-color: #0076be;
  color: inherit;
}
.btn-link.btn-yellow {
  color: #ffe900;
}
.btn-link.btn-yellow:after {
  border-left-color: #ffe900;
}
.btn-link.btn-yellow:hover {
  border-bottom-color: #ffe900;
}
.btn-link.btn-xs {
  font-size: 12px;
  padding-right: 9px;
}
.btn-back {
  float: left;
}
.btn-back.btn-link:after {
  content: initial;
}
.btn-back:before {
  left: -14px;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 118, 190, 0);
  border-right-color: #0076be;
  border-width: 4px;
  margin-top: -5px;
}
@font-face {
  font-family: 'NewsGothCnBTRegular';
  src: url('../../fonts/newsgothiccondensed/newsgotc-webfont.eot');
  src: url('../../fonts/newsgothiccondensed/newsgotc-webfontd41d.eot?#iefix') format('eot'), url('../../fonts/newsgothiccondensed/newsgotc-webfont.woff') format('woff'), url('../../fonts/newsgothiccondensed/newsgotc-webfont.ttf') format('truetype'), url('../../fonts/newsgothiccondensed/newsgotc-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NewsGothBTRoman';
  src: url('../../fonts/newsgothic/newsgothicbt-webfont.eot');
  src: url('../../fonts/newsgothic/newsgothicbt-webfontd41d.eot?#iefix') format('eot'), url('../../fonts/newsgothic/newsgothicbt-webfont.woff') format('woff'), url('../../fonts/newsgothic/newsgothicbt-webfont.ttf') format('truetype'), url('../../fonts/newsgothic/newsgothicbt-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NewsGothBTBold';
  src: url('../../fonts/newsgothic/newsgothicboldbt-webfont.eot');
  src: url('../../fonts/newsgothic/newsgothicboldbt-webfontd41d.eot?#iefix') format('eot'), url('../../fonts/newsgothic/newsgothicboldbt-webfont.woff') format('woff'), url('../../fonts/newsgothic/newsgothicboldbt-webfont.ttf') format('truetype'), url('../../fonts/newsgothic/newsgothicboldbt-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Bold';
  src: url('../../fonts/TradeGothic/TradeGothicLTStd-Bold.eot');
  src: url('../../fonts/TradeGothic/TradeGothicLTStd-Bold.html') format('woff'), url('../../fonts/TradeGothic/TradeGothicLTStd-Bold.ttf') format('truetype'), url('../../fonts/TradeGothic/TradeGothicLTStd-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSlab-500';
  src: url('../../fonts/museoslab/2359DE_0_0.html');
  src: url('../../fonts/museoslab/2359DE_0_0d41d.html?#iefix') format('embedded-opentype'), url('../../fonts/museoslab/2359DE_0_0-2.html') format('woff'), url('../../fonts/museoslab/2359DE_0_0-3.html') format('truetype');
}
@font-face {
  font-family: 'MuseoSlab-500Italic';
  src: url('../../fonts/museoslab/2359E2_0_0.html');
  src: url('../../fonts/museoslab/2359E2_0_0d41d.html?#iefix') format('embedded-opentype'), url('../../fonts/museoslab/2359E2_0_0-2.html') format('woff'), url('../../fonts/museoslab/2359E2_0_0-3.html') format('truetype');
}
@font-face {
  font-family: 'enhanced_led_board-7regular';
  src: url('../../fonts/led/enhanced_led_board-7-webfont.eot');
  src: url('../../fonts/led/enhanced_led_board-7-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../../fonts/led/enhanced_led_board-7-webfont.woff') format('woff'), url('../../fonts/led/enhanced_led_board-7-webfont.ttf') format('truetype'), url('../../fonts/led/enhanced_led_board-7-webfont.svg#enhanced_led_board-7regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h5,
.h5 {
  font-weight: 700;
}
.form-container {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.form-container .hidden-querystring {
  display: none;
}
.form-container fieldset legend {
  font-size: 36px;
  color: #0076be;
  text-transform: uppercase;
  font-weight: 300;
}
.form-container label {
  font-weight: 400;
}
.form-container .control-label {
  font-weight: 600;
  color: #7e8082;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 41px;
}
.form-container .field-required {
  color: #ff0000;
}
.form-container .field-panel .form-control {
  border-width: 0 0 1px 0;
  box-shadow: none;
  display: block;
  width: 100%;
}
.form-container .field-panel .form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-container .field-panel .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-container .field-panel .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-container .field-panel .form-control::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.form-container .field-panel .form-control:-moz-placeholder {
  color: #cccccc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.form-container .field-panel .form-control::-moz-placeholder {
  color: #cccccc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.form-container .field-panel .form-control:-ms-input-placeholder {
  color: #cccccc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.form-container .field-validation-error {
  color: #d9534f;
  font-size: 13px;
}
.form-container .btn.btn-primary {
  background-color: #0076be;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-container .form-group {
  padding-left: 6px;
  padding-right: 6px;
}
.form-container .form-group.halfSection {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .form-container .form-group.halfSection {
    float: left;
    width: 50%;
  }
}
.form-container .field-info {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: small;
}
.form-container .help-block {
  font-size: small;
}
.form-container .validation-summary-errors {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 20px;
}
.form-container .validation-summary-errors .list-group-item.list-group-item-error {
  border: 0;
  padding: 0;
  display: list-item;
}
/*
 -----------------------------
  Icon Sprite Styles
 -----------------------------
*/
@font-face {
  font-family: 'rolanddga_icons';
  src: url('/include/roland/local/fonts/roland/rolanddga_icons.eot?mauj0g');
  src: url('/include/roland/local/fonts/roland/rolanddga_icons.eot?mauj0g#iefix') format('embedded-opentype'), url('/include/roland/local/fonts/roland/rolanddga_icons.ttf?mauj0g') format('truetype'), url('@{base-path-fonts/roland/}rolanddga_icons.woff?mauj0g') format('woff'), url('/include/roland/local/fonts/roland/rolanddga_icons.svg?mauj0g#rolanddga_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon-custom,
.feed #next,
.feed #previous {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'rolanddga_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="glyphicon-custom-"],
[class*=" glyphicon-custom-"] {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'rolanddga_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-custom-forward:before {
  content: "\e90c";
}
.glyphicon-custom-print:before {
  content: "\e90d";
}
.glyphicon-custom-download-file:before {
  content: "\e90e";
}
.glyphicon-custom-download-outline:before {
  content: "\e900";
}
.glyphicon-custom-download:before {
  content: "\e901";
}
.glyphicon-custom-upload-outline:before {
  content: "\e90a";
}
.glyphicon-custom-upload:before {
  content: "\e90b";
}
.glyphicon-custom-arrow-down-circle:before {
  content: "\e902";
}
.glyphicon-custom-arrow-down:before {
  content: "\e903";
}
.glyphicon-custom-arrow-left-circle:before {
  content: "\e904";
}
.glyphicon-custom-arrow-left:before,
.feed #previous:before {
  content: "\e905";
}
.glyphicon-custom-arrow-right-circle:before {
  content: "\e906";
}
.glyphicon-custom-arrow-right:before,
.feed #next:before {
  content: "\e907";
}
.glyphicon-custom-arrow-up-circle:before {
  content: "\e908";
}
.glyphicon-custom-arrow-up:before {
  content: "\e909";
}
a:link:not(.btn) {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
.h1 {
  line-height: 1.20634921;
  color: #333333;
}
.h4 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
/* BLOCKQUOTE */
blockquote {
  color: #0076be;
  font-weight: 900;
  line-height: 1.86666667;
  padding-left: 0;
  border-left: none;
}
blockquote q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote q:before {
  content: open-quote;
}
blockquote q:after {
  content: close-quote;
}
.more-arrow {
  font-weight: bold;
}
.more-arrow:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072";
  font-size: .6em;
  margin-left: 10px;
}
/* 
h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.2;
    color: @night-rider;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 2px 0;
    color: @night-rider;

    @media @desktop {
        font-size: 18px;
    }
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 2px 0;
    color: @night-rider;
}
*/
.blog-layout h1,
.blog-layout .h1 {
  font-size: 40px;
}
.blog-layout h2,
.blog-layout .h2 {
  font-size: 32px;
}
.blog-layout h3,
.blog-layout .h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-layout h4,
.blog-layout .h4 {
  font-size: 20px;
  font-weight: 700;
}
.blog-layout h5,
.blog-layout .h5 {
  font-size: 20px;
}
.blog-layout h6,
.blog-layout .h6 {
  font-size: 20px;
}
.blog-layout #content-right aside {
  background: #eeeeee;
  padding: 20px 40px 20px;
  margin: 0 0 20px;
}
.blog-layout #content-right aside li {
  padding: 12px 0;
  line-height: 20px;
}
.blog-layout #content-right .generic-callout {
  background: #eeeeee;
  padding: 2px 20px 20px;
  margin: 0 0 0;
}
.blog-layout .main-content-container {
  padding-top: 40px;
}
.blog-layout .post-title {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .blog-layout .short-image-header {
    height: 300px;
  }
}
.blog-layout .product-image-header {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .blog-layout .product-image-header,
  .blog-layout .product-image-header .container-fluid,
  .blog-layout .product-image-header .container-fluid > .row.vertical-align {
    height: 200px;
  }
}
.blog-layout .h1.headline,
.blog-layout h1.headline {
  margin: 0;
  padding: 0 0 40px;
  font-weight: 700;
  font-size: 42px;
}
.blog-layout .blog-post-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-layout .blog-nav-footer {
  padding-bottom: 30px;
}
.content-footer {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.content-footer .h4 {
  color: #394a4f;
  font-size: 20px;
  margin-top: 0;
}
.content-footer .h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.33333333;
}
.content-footer .h5 a {
  color: #394a4f;
}
.content-footer p,
.content-footer li {
  font-size: 14px;
}
.content-footer p {
  margin-bottom: 20px;
}
.content-footer a {
  color: #666666;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.content-footer a:hover {
  color: #242829;
}
.homepage-content-footer {
  position: relative;
  margin-bottom: 0;
  border: 1px solid transparent;
  background-color: #1f2223;
  border-color: #1f2223;
  color: #ffffff;
}
footer {
  color: #afafaf;
  padding-top: 38px;
  padding-bottom: 20px;
  background: #1f2223;
  /* old browsers */
  background: -webkit-linear-gradient(top, #1f2223 80%, #1A1E1F 90%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #1f2223 80%, #1A1E1F 90%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
footer .container-fluid {
  max-width: 1240px;
}
@media only screen and (max-width: 767px) {
  footer .logo {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 767px) {
  footer .logo img {
    margin: auto;
  }
}
footer .social-icons {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .social-icons {
    text-align: right;
  }
}
footer .social-icons a {
  display: inline-block;
  margin: 0 10px;
}
footer .footer-affiliates {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #394a4f;
}
@media only screen and (min-width: 768px) {
  footer .footer-affiliates .affiliate-row {
    display: flex;
    align-items: center;
  }
  footer .footer-affiliates .affiliate-row > [class^="col-"],
  footer .footer-affiliates .affiliate-row > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-affiliates .affiliate-row .affiliate-item {
  padding: 15px;
  text-align: center;
}
footer .footer-affiliates .affiliate-row .affiliate-item a {
  display: inline-block;
}
footer .affiliate-item img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 52px;
}
footer .affiliate-item img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
                filter: initial;*/
}
footer .footer-links {
  padding-top: 28px;
  padding-bottom: 20px;
  margin: 32px 0 27px 0;
  border-bottom: 1px solid #394a4f;
  border-top: 1px solid #394a4f;
  width: 100%;
}
footer .footer-links .footer-link-group {
  position: relative;
}
footer .footer-links .footer-link-group .list-unstyled li {
  font-weight: 200;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  footer .footer-links .footer-link-group {
    float: left;
    padding: 0 15px;
    width: 20%;
  }
  footer .footer-links .footer-link-group:first-child {
    padding-left: 0;
  }
  footer .footer-links .footer-link-group:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-links .footer-link-group {
    margin-top: 45px;
    text-align: center;
    text-transform: uppercase;
  }
  footer .footer-links .footer-link-group:first-child {
    margin-top: 0;
  }
  footer .footer-links .footer-link-group .list-unstyled li {
    margin-bottom: 8px;
  }
  footer .footer-links .footer-link-group .list-unstyled a {
    font-weight: 300;
  }
}
footer .footer-links a {
  color: #ffffff;
}
footer .list-justified {
  text-align: justify;
  font-weight: 200;
  font-size: 16px;
}
footer .list-justified:after {
  content: "";
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  footer .list-justified {
    text-align: center;
  }
  footer .list-justified > li {
    display: block;
    margin-bottom: 8px;
  }
}
footer .region-selector {
  font-weight: 200;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  footer .region-selector {
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .region-selector .link.region {
  position: relative;
}
footer .region-selector .link.region .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
footer .region-selector .link.region .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  footer .copyright {
    text-align: right;
  }
}
footer [class^="heading-h"],
footer [class*=" heading-h"] {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
footer ul {
  margin-bottom: 0;
}
footer a {
  color: #afafaf;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  footer a {
    transition-property: color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  footer a:hover {
    color: #cacbcb;
  }
}
/*
 ===========================================
  BOOTSTRAP DEFAULT VARIABLES
 ===========================================
*/
/*
 ===========================================
  COMPONENT SPECIFIC VARIABLES
 ===========================================
*/
/*
 ===========================================
  COMPONENT SPECIFIC STYLES
 ===========================================
*/
html.empty-layout {
  height: 100%;
  overflow: scroll;
}
html.empty-layout body {
  background-color: #fff;
  height: 100%;
  overflow: scroll;
  padding: 30px;
}
header {
  display: block;
  width: 100%;
  top: 0;
  z-index: 20;
  font-size: 14px;
}
header > .container-fluid {
  max-width: 1240px;
  padding: 0;
}
header .header-top {
  background-color: #0c0f10;
  display: none;
}
@media (min-width: 768px) {
  header .header-top {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1001;
  }
}
header .header-top .open .language-selector {
  opacity: 1;
  max-height: 250em;
  -moz-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
  transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
  visibility: visible;
}
header .header-top .open .language-selector li a:hover {
  color: #333333;
}
@media (min-width: 768px) {
  header .header-top .top-brow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  header .header-top .top-brow .scroll-header-logo {
    display: none;
  }
}
header .header-top .top-brow .scroll-header-logo > a {
  margin: 3px 0;
}
header .header-top .top-brow .scroll-header-logo > a img {
  height: 15px;
}
@media (min-width: 768px) {
  header .header-top .utility-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  header .header-top .utility-links ul .utility-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  header .header-top .utility-links ul .utility-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  header .header-top .utility-links ul .utility-menu-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  header .header-top .utility-links ul .utility-menu-mobile {
    display: none;
  }
}
header .header-top .utility-links ul .link {
  align-items: center;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-top .utility-links ul .link {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  header .header-top .utility-links ul .link:hover:not(.dealer) {
    background-color: #333333;
  }
  header .header-top .utility-links ul .link:hover:not(.dealer) a {
    color: #ffffff;
  }
  header .header-top .utility-links ul .link:hover .dropdown-menu {
    opacity: 1;
    max-height: 100em;
    -moz-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
    -o-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
    transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
    visibility: visible;
  }
}
header .header-top .utility-links ul .link .dropdown-menu {
  background-color: #333333;
  padding: 0;
  position: absolute;
  left: -10px;
  right: auto;
}
header .header-top .utility-links ul .link .dropdown-menu.one-column {
  white-space: nowrap;
}
header .header-top .utility-links ul .link .dropdown-menu.two-column {
  min-width: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-top .utility-links ul .link .dropdown-menu.two-column {
    min-width: 400px;
  }
}
header .header-top .utility-links ul .link .dropdown-menu ul {
  display: inline-block;
  padding: 10px;
}
header .header-top .utility-links ul .link .dropdown-menu ul li {
  margin: 0;
}
header .header-top .utility-links ul .link .dropdown-menu ul li a {
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
header .header-top .utility-links ul .link .dropdown-menu ul li a:hover {
  color: #0c0f10;
}
header .header-top .utility-links ul .link .dropdown-menu ul li:hover {
  background-color: #f5f5f5;
}
header .header-top ul {
  margin-bottom: 0;
}
header .header-top ul.region-selector {
  font-size: 12px;
  margin-left: 0;
}
header .header-top ul.region-selector li {
  align-items: center;
  display: flex;
  margin-left: 0;
}
header .header-top ul.region-selector li.change a {
  text-transform: lowercase;
  color: #3366CC;
}
header .header-top ul.region-selector li.change a:hover {
  color: #fff;
}
header .header-top ul.region-selector li .flag {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 5px;
}
@media (min-width: 768px) {
}
header .header-top ul li {
  color: #ffffff;
  margin-left: 2.77777778%;
  padding: 0;
}
header .header-top ul li:first-child {
  margin-left: 0;
}
header .header-top ul li.phone a {
  font-family: proxima-nova, Arial, sans-serif;
}
header .header-top ul li.dealer {
  padding-right: 0;
  padding-left: 0;
  margin-left: 2.77777778%;
  max-width: 185px;
  text-align: center;
}
header .header-top ul li.dealer a {
  background-color: #0076be;
  color: #ffffff;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 29px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
header .header-top ul li.dealer a:hover {
  background-color: #00619c;
}
header .header-top a {
  color: #afafaf;
  display: inline-block;
  padding-bottom: 1px;
  padding-top: 1px;
  text-decoration: none;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  letter-spacing: 0.025em;
}
header .header-top a:hover {
  color: #ffffff;
}
header .navbar {
  border: 0;
}
@media only screen and (max-width: 767px) {
  header .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  header .navbar .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
}
header .navbar .navbar-brand {
  position: relative;
  z-index: 1;
}
header .navbar .navbar-brand img {
  height: auto;
  max-width: 219px;
  width: 73%;
}
@media only screen and (max-width: 767px) {
  header .navbar .navbar-brand img {
    height: 20px;
    width: auto;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar .navbar-brand {
    padding-left: 15px;
  }
}
header .navbar .mobile-dealer {
  float: right;
  margin-top: 28px;
  color: #afafaf;
  border-radius: 3px;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #afafaf;
}
header .navbar .mobile-dealer img {
  height: 15px;
  margin-right: 5px;
}
header .navbar .navbar-collapse {
  background-color: #ffffff;
  border-bottom: 2px solid #cccccc;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  header .navbar .navbar-collapse {
    background-color: #242829;
    border-bottom: 0;
  }
}
header .navbar .nav-justified :last-child .dropdown-menu {
  left: inherit;
  right: 0;
}
header .navbar .navbar-toggle {
  background-color: transparent;
  border: none;
  margin-right: 22px;
  padding: 9px 3px 9px 10px;
}
@media only screen and (max-width: 767px) {
  header .navbar .navbar-toggle {
    margin-right: 10px;
    margin-left: 10px;
  }
}
header .navbar .navbar-toggle:hover,
header .navbar .navbar-toggle:focus,
header .navbar .navbar-toggle.collapsed {
  background-color: transparent;
}
header .navbar .navbar-toggle .icon-bar {
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
header .navbar .navbar-toggle .icon-bar:before {
  content: none;
}
header .navbar .navbar-toggle .top-bar {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
header .navbar .navbar-toggle .middle-bar {
  opacity: 0;
}
header .navbar .navbar-toggle .bottom-bar {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
header .navbar .navbar-toggle.collapsed {
  padding: 9px 8px;
}
header .navbar .navbar-toggle.collapsed .top-bar {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
header .navbar .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
header .navbar .navbar-toggle.collapsed .bottom-bar {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
header .navbar .nav {
  position: relative;
}
header .navbar .nav > li {
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #cccccc;
}
@media only screen and (max-width: 767px) {
  header .navbar .nav > li {
    width: 100%;
  }
  header .navbar .nav > li:after {
    clear: both;
    content: "";
    display: table;
  }
}
@media (min-width: 768px) {
  header .navbar .nav > li {
    border-width: 0 0 0 1px;
    border-color: #1A1E1F;
  }
  header .navbar .nav > li:hover {
    background-color: #0c0f10;
  }
}
header .navbar .nav > li > a {
  color: #404041;
  font-size: 22px;
  margin-bottom: 0;
  padding: 27.5px 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  letter-spacing: 0.015em;
}
header .navbar .nav > li > a:after {
  color: #0076be;
  content: "\e259";
  font-size: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: 30px;
}
header .navbar .nav > li > a:hover,
header .navbar .nav > li > a:focus {
  background: none;
}
@media (min-width: 768px) {
  header .navbar .nav > li > a:hover {
    background-color: #0c0f10;
  }
}
header .navbar .nav > li > a.desktop-link {
  display: none;
}
@media (min-width: 768px) {
  header .navbar .nav > li > a.desktop-link {
    display: block;
  }
}
header .navbar .nav > li > a.mobile-toggle {
  display: block;
}
@media (min-width: 768px) {
  header .navbar .nav > li > a.mobile-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  header .navbar .nav > li > a {
    color: #ffffff;
    font-size: 16px;
    height: 82px;
    padding: 27.5px 6px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  header .navbar .nav > li > a:after {
    display: none;
  }
}
header .navbar .nav > li.open .dropdown-menu {
  opacity: 1;
  max-height: 250em;
  -moz-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
  transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  header .navbar .nav > li.open .dropdown-menu .mega-nav-view-all {
    display: none;
  }
}
header .navbar .nav > li.open > a {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  header .navbar .nav > li.open > a {
    background-color: #0c0f10;
    color: #0076be;
  }
}
header .navbar .nav > li.open > a:after {
  content: '\2212';
}
@media (min-width: 768px) {
  header .navbar .nav > li:hover .dropdown-menu {
    opacity: 1;
    max-height: 100em;
    -moz-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
    -o-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
    transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
    visibility: visible;
  }
}
header .navbar .nav > li.nav-dropdown-large,
header .navbar .nav > li.nav-dropdown-large:hover {
  position: static;
}
header .navbar .nav > li.nav-dropdown-large .dropdown-menu,
header .navbar .nav > li.nav-dropdown-large:hover .dropdown-menu {
  position: relative;
  text-align: center;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  header .navbar .nav > li.nav-dropdown-large .dropdown-menu,
  header .navbar .nav > li.nav-dropdown-large:hover .dropdown-menu {
    left: 0;
    padding: 0;
    position: absolute;
    max-width: 100%;
  }
}
header .navbar .nav > li.search-desktop {
  display: none;
}
@media (min-width: 768px) {
  header .navbar .nav > li.search-desktop {
    border-right: 1px solid #1a1e1f;
    display: table-cell;
  }
}
header .navbar .mobile-nav {
  display: block;
}
@media (min-width: 768px) {
  header .navbar .mobile-nav {
    display: none;
  }
}
header .navbar .mobile-nav .flag {
  display: inline-block;
  margin-right: 5px;
}
header .navbar .mobile-nav ul {
  margin-top: 15px;
}
header .navbar .mobile-nav ul li {
  color: #999999;
  display: block;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  text-align: left;
  letter-spacing: 0.025em;
  padding: 10px 28px;
  margin-bottom: 0;
}
header .navbar .mobile-nav ul li.glyphicon {
  display: none;
}
header .navbar .mobile-nav ul li.dealer {
  display: none;
}
header .navbar .mobile-nav a {
  color: #999999;
  display: block;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  text-align: left;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  letter-spacing: 0.025em;
}
header .navbar .mobile-nav .region {
  color: #999999;
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  letter-spacing: 0.025em;
}
header .navbar .mobile-nav .region a {
  color: #0076be;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  header .navbar .mobile-nav .region {
    font-size: 16px;
  }
  header .navbar .mobile-nav .region a {
    font-size: 16px;
  }
}
header .navbar .mobile-nav .form-inline {
  position: relative;
  color: #cccccc;
}
header .navbar .mobile-nav .form-inline .form-control {
  padding-right: 50px;
  border-color: #cccccc;
  display: block;
  width: 100%;
}
header .navbar .mobile-nav .form-inline .form-group {
  display: block;
  width: 100%;
}
header .navbar .mobile-nav .form-inline .btn {
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-color: transparent;
  color: #cccccc;
}
header .dropdown-menu {
  border: 0;
  border-radius: 0;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  min-width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0px 22px;
  font-size: inherit;
  -moz-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 250ms;
  -o-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 250ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 250ms;
  transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 250ms;
  visibility: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  header .dropdown-menu {
    background-color: #242829;
    position: absolute;
    min-width: 160px;
    margin: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
header .dropdown-menu li {
  border-top: 1px solid #cccccc;
}
@media (min-width: 768px) {
  header .dropdown-menu li {
    border-top: 0;
  }
}
header .dropdown-menu a {
  color: #0076be;
  display: block;
  font-size: 19px;
  text-decoration: none;
  padding: 18px 28px;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (min-width: 768px) {
  header .dropdown-menu a {
    color: #ffffff;
    font-size: 14px;
    padding: 3px 20px;
  }
}
header .dropdown-menu a.btn-link:hover,
header .dropdown-menu a.btn-link:active {
  color: #242829;
}
@media only screen and (max-width: 767px) {
  header .dropdown-menu a.btn-link:hover,
  header .dropdown-menu a.btn-link:active {
    border: none;
  }
}
header .dropdown-menu .heading-h3 {
  color: #71c1f1;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-left: 20px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  header .dropdown-menu .heading-h3 {
    margin: 10px 20px;
  }
}
header .dropdown-menu .right-column .heading-h3 {
  padding-left: 6px;
}
header ul.dropdown-menu {
  float: none;
  min-width: 100%;
}
@media (min-width: 768px) {
  header ul.dropdown-menu {
    float: left;
    padding: 10px;
    min-width: 225px;
    background-color: #0c0f10;
  }
}
@media (min-width: 768px) {
  header .general-dropdown-menu {
    background-color: #0c0f10;
  }
}
header .general-dropdown-menu.columns-2 {
  min-width: 100%;
}
@media (min-width: 768px) {
  header .general-dropdown-menu.columns-2 {
    min-width: 450px;
    left: auto;
    right: 0;
    padding: 10px;
  }
}
header .general-dropdown-menu.columns-2 .heading {
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .general-dropdown-menu.columns-3 {
    left: auto;
    width: 650px;
  }
}
header .general-dropdown-menu.columns-3,
header .general-dropdown-menu.columns-4 {
  text-align: center;
  position: relative;
  border: 0;
  padding: 0;
  right: 0;
}
@media (min-width: 768px) {
  header .general-dropdown-menu.columns-3,
  header .general-dropdown-menu.columns-4 {
    position: absolute;
    max-width: 1140px;
    min-width: 250%;
    padding: 10px;
    text-align: left;
  }
}
@media (min-width: 1140px) {
  header .general-dropdown-menu.columns-3,
  header .general-dropdown-menu.columns-4 {
    margin-left: -570px;
    left: 50%;
    text-align: left;
  }
}
header .general-dropdown-menu a:hover,
header .general-dropdown-menu a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
header .products-dropdown-menu {
  padding-bottom: 0;
  background-color: #ffffff;
  /*alter bootstrap columns to give more breathing room*/
}
@media only screen and (min-width: 768px) {
  header .products-dropdown-menu .col-sm-2 {
    width: 19%;
  }
  header .products-dropdown-menu .col-sm-offset-1 {
    margin-left: 3%;
  }
}
header .products-dropdown-menu .mobile-image-links .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  header .products-dropdown-menu .mobile-image-links {
    display: none;
  }
}
header .products-dropdown-menu .mobile-image-links img {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .products-dropdown-menu .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
header .products-dropdown-menu .product-images {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  header .products-dropdown-menu .product-images {
    padding-top: 53px;
  }
}
header .products-dropdown-menu .product-images .choose-btn {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}
header .products-dropdown-menu .product-images .choose-btn a {
  background-color: #0076be;
  color: #ffffff;
  display: block;
  padding: 9px 10px;
  text-transform: uppercase;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  letter-spacing: 0.05em;
}
header .products-dropdown-menu .product-images .choose-btn a:hover {
  background-color: #00619c;
  color: #ffffff;
}
@media (min-width: 768px) {
  header .products-dropdown-menu .product-images .choose-btn {
    display: block;
    left: 20%;
    text-align: left;
    width: 100%;
  }
  header .products-dropdown-menu .product-images .choose-btn > a {
    display: inline-block;
    min-width: 163px;
  }
}
@media (min-width: 768px) {
  header .products-dropdown-menu .product-images [class^="col-"],
  header .products-dropdown-menu .product-images [class*=" col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    border-left: 2px solid #ebebeb;
  }
  header .products-dropdown-menu .product-images [class^="col-"].col-sm-offset-1,
  header .products-dropdown-menu .product-images [class*=" col-"].col-sm-offset-1 {
    border-left: none;
  }
}
header .products-dropdown-menu .product-images .col-md-offset-1 {
  border-left: 0;
}
header .products-dropdown-menu .product-images [class^="heading-h"],
header .products-dropdown-menu .product-images [class*=" heading-h"] {
  color: #394a4f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header .products-dropdown-menu .product-images [class^="heading-h"],
  header .products-dropdown-menu .product-images [class*=" heading-h"] {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  header .products-dropdown-menu .product-images [class^="heading-h"],
  header .products-dropdown-menu .product-images [class*=" heading-h"] {
    font-size: 11px;
  }
  header .products-dropdown-menu .product-images [class^="heading-h"] a,
  header .products-dropdown-menu .product-images [class*=" heading-h"] a {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  header .products-dropdown-menu .product-images ul li {
    margin-top: 20px;
  }
}
header .products-dropdown-menu .product-images ul li:first-child {
  margin-top: 0;
}
header .products-dropdown-menu .product-images a {
  color: #0076be;
  display: block;
  font-size: 19px;
  text-decoration: none;
  padding: 18px 28px;
  text-align: left;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
header .products-dropdown-menu .product-images a img {
  display: none;
  height: auto;
  max-width: 130px;
  margin: 0 auto;
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (min-width: 768px) {
  header .products-dropdown-menu .product-images a img {
    display: block;
  }
}
@media (min-width: 768px) {
  header .products-dropdown-menu .product-images a {
    color: #394a4f;
    font-size: 14px;
    padding: 0;
    text-align: center;
  }
  header .products-dropdown-menu .product-images a:hover {
    color: #0076be;
  }
  header .products-dropdown-menu .product-images a img {
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  header .products-dropdown-menu .product-images a img {
    width: 100px;
  }
}
header .products-dropdown-menu .product-links {
  display: none;
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  header .products-dropdown-menu .product-links {
    display: block;
  }
}
header .products-dropdown-menu .product-links .flex-list {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  header .products-dropdown-menu .product-links li {
    padding-right: 5px;
  }
}
header .products-dropdown-menu .product-links li a {
  color: #0076be;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  letter-spacing: 0.05em;
}
header .products-dropdown-menu .product-links li a:hover {
  color: #71c1f1;
}
header .products-dropdown-menu .product-links li.pull-right {
  background-color: #cacbcb;
  padding: 0;
}
header .products-dropdown-menu .product-links li.pull-right a {
  color: #394a4f;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 991px) {
  header .products-dropdown-menu .product-links li.pull-right a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .products-dropdown-menu .product-links li.pull-right a:hover {
  color: #3366CC;
}
header .products-dropdown-menu .heading-h2 {
  height: 30px;
}
header .products-dropdown-menu .show {
  height: 42px;
}
@media only screen and (max-width: 767px) {
  header .products-dropdown-menu .show {
    height: auto;
  }
}
header .showcase-dropdown-menu {
  background-color: #ffffff;
}
header .showcase-dropdown-menu .heading-h2 {
  color: #394a4f;
  display: none;
  font-size: 19px;
}
@media (min-width: 768px) {
  header .showcase-dropdown-menu .heading-h2 {
    display: block;
  }
}
header .showcase-dropdown-menu .heading-h3 {
  display: none;
  color: #394a4f;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-left: 0;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header .showcase-dropdown-menu .heading-h3 {
    display: block;
  }
}
header .showcase-dropdown-menu a {
  display: inline-block;
  color: #0076be;
}
@media (min-width: 768px) {
  header .showcase-dropdown-menu a {
    padding-left: 0;
    padding-right: 0;
  }
  header .showcase-dropdown-menu a:hover {
    color: #71c1f1;
  }
}
header .showcase-dropdown-menu a.all {
  color: #0076be;
  margin-top: 13.5px;
}
header .showcase-dropdown-menu a.all:hover {
  color: #0076be;
}
@media only screen and (max-width: 767px) {
  header .showcase-dropdown-menu .galleries {
    display: none;
  }
}
header .showcase-dropdown-menu .galleries li {
  margin-bottom: 30px;
  text-align: left;
}
header .showcase-dropdown-menu .galleries li .gallery {
  color: #394a4f;
  text-decoration: none;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  max-width: 100%;
}
header .showcase-dropdown-menu .galleries li .gallery img {
  display: none;
  height: auto;
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (min-width: 768px) {
  header .showcase-dropdown-menu .galleries li .gallery img {
    display: block;
  }
}
header .showcase-dropdown-menu .galleries li .gallery .gallery-heading,
header .showcase-dropdown-menu .galleries li .gallery .gallery-description {
  display: block;
  text-align: left;
}
header .showcase-dropdown-menu .galleries li .gallery .gallery-heading {
  font-size: 14px;
  margin-top: 6px;
  text-transform: uppercase;
}
header .showcase-dropdown-menu .galleries li .gallery .gallery-description {
  display: none;
  font-size: 12px;
}
@media (min-width: 768px) {
  header .showcase-dropdown-menu .galleries li .gallery .gallery-description {
    display: block;
  }
}
header .showcase-dropdown-menu .galleries li .gallery:hover {
  color: #000000;
}
header .showcase-dropdown-menu .galleries li .gallery:hover img {
  opacity: 0.7;
}
header .showcase-dropdown-menu .mobile-image-links .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  header .showcase-dropdown-menu .mobile-image-links {
    display: none;
  }
}
header .showcase-dropdown-menu .mobile-image-links img {
  display: none;
}
header .industries-dropdown-menu {
  background-color: #ffffff;
}
header .industries-dropdown-menu .heading-h2 {
  color: #394a4f;
  font-size: 19px;
}
header .industries-dropdown-menu .mobile-image-links .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  header .industries-dropdown-menu .mobile-image-links {
    display: none;
  }
}
header .industries-dropdown-menu .mobile-image-links img {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .industries-dropdown-menu .industries {
    display: none;
  }
}
header .industries-dropdown-menu .industries li {
  text-align: center;
}
@media (min-width: 768px) {
  header .industries-dropdown-menu .industries li {
    margin-bottom: 30px;
  }
}
header .industries-dropdown-menu .industries li .industry {
  color: #394a4f;
  text-decoration: none;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  max-width: 100%;
}
header .industries-dropdown-menu .industries li .industry img {
  opacity: 1;
  margin: 0 auto;
  height: auto;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
header .industries-dropdown-menu .industries li .industry .industry-heading {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header .industries-dropdown-menu .industries li .industry .industry-heading {
    text-align: left;
  }
}
header .industries-dropdown-menu .industries li .industry:hover {
  color: #000000;
}
header .industries-dropdown-menu .industries li .industry:hover img {
  opacity: 0.7;
}
header .search-dropdown-menu {
  background-color: #0c0f10;
  left: auto !important;
  margin-left: 0 !important;
  right: 0;
}
@media (min-width: 768px) {
  header .search-dropdown-menu {
    max-width: 50.4% !important;
  }
}
header .search-dropdown-menu .form-group {
  width: 100%;
  padding: 12px 14px;
}
header .search-dropdown-menu .form-group .form-control {
  width: 100%;
}
header .search-dropdown-menu .btn {
  display: none;
}
.mobile-products-menu {
  display: block;
}
@media (min-width: 768px) {
  .mobile-products-menu {
    display: none;
  }
}
.mobile-products-menu .btn,
.mobile-products-menu a {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  transition-property: background-color, color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  letter-spacing: 0.05em;
}
.mobile-products-menu a {
  text-align: center;
}
.mobile-products-menu .dropdown .btn {
  background-color: #0076be;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  width: 100%;
}
.mobile-products-menu .dropdown .btn .glyphicon-menu-down {
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 10px;
  padding: 4px 3px 4px 4px;
  top: -1px;
  transform: rotate(0deg);
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.mobile-products-menu .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  display: block;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  min-width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: inherit;
  transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 250ms;
  visibility: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-products-menu .dropdown .dropdown-menu > li {
  border-top: 1px solid #cccccc;
}
.mobile-products-menu .dropdown .dropdown-menu > li:first-child {
  border-top: 0;
}
.mobile-products-menu .dropdown .dropdown-menu > li > a {
  color: #0076be;
  padding-top: 25px;
  padding-bottom: 25px;
  white-space: normal;
}
.mobile-products-menu .dropdown.open .glyphicon-menu-down {
  transform: rotate(180deg);
}
.mobile-products-menu .dropdown.open .dropdown-menu {
  opacity: 1;
  max-height: 200em;
  transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), max-height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0ms 0ms;
  visibility: visible;
}
.middle-button-section {
  display: block;
}
@media (min-width: 768px) {
  .middle-button-section {
    display: none;
  }
}
.middle-button-section a {
  text-align: center;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  transition-property: background-color, color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  margin-top: 5px;
  background-color: #cccccc;
  color: #7e8082;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.middle-button-section a:hover {
  color: #394a4f;
}
/* Product Accessories */
.accessories {
  font-size: 18px;
  color: #000000;
}
.accessories > tbody > tr:nth-child(2n+1) > td {
  background-color: #E7EDF5;
}
.accessories .col-partno {
  width: 25%;
}
.accessories .col-desc {
  width: 60%;
}
.accessories .col-price {
  width: 15%;
}
/* Specifications */
.specTableHead {
  background-color: #084594;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.specifications {
  background-color: #ffffff;
  border: 0 none;
  margin: 30px 0;
}
.specifications tr th {
  background-color: #ebebeb;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 4px;
  text-align: left;
}
.specifications td {
  border-bottom: 1px solid #ebebeb;
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: top;
}
.specifications td.heading {
  font-weight: bold;
}
.application-callouts .application-callout {
  margin: 30px 0;
}
.application-callouts .application-callout .application-image {
  margin-top: 30px;
}
.application-callouts .application-callout .application-image img {
  max-width: 100%;
}
.blog-post .blog-post-body {
  margin-top: 25px;
}
.blog-post {
  margin-bottom: 70px;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .blog-post {
    float: left;
    width: 91.66666667%;
  }
}
.blog-post.col-xs-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
.blog-post .glyphicon-folder-open {
  padding-right: 3px;
}
.blog-post h1.post-title {
  font-size: 40px;
  margin-top: 27px;
  margin-bottom: 13.5px;
}
.blog-post .post-meta-data {
  font-size: 14px;
  margin-bottom: 13.5px;
}
.blog-post .post-meta-data .post-meta > span {
  margin-right: 10px;
}
.blog-post .post-read-more {
  margin-top: 13.5px;
}
.blog-author {
  background-color: #eeeeee;
  clear: both;
  margin: 30px 0;
  padding: 45px 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-author {
    padding: 30px 50px;
  }
}
.blog-author .author-bio .avatar {
  margin-bottom: 30px;
}
.blog-author .author-bio .author-name {
  margin: 0;
}
.blog-author .author-bio .author-description {
  color: #666666;
}
.post-next-page-btn {
  float: right;
  white-space: normal;
}
.post-prev-page-btn {
  float: left;
  white-space: normal;
}
.content-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.media-product-page .content-body {
  padding-top: 60px;
}
.breadcrumb {
  border-radius: 0;
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  padding-left: 30px;
  width: 100%;
}
.breadcrumb li:first-child a {
  font-size: 0;
}
.breadcrumb li:first-child a:before {
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a {
  transition-property: color;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.breadcrumb.dark {
  color: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.breadcrumb.dark a,
.breadcrumb.dark > .active,
.breadcrumb.dark > li + li:before {
  color: #ffffff;
}
.breadcrumb.dark li:first-child a {
  color: #0076be;
}
/* Inverse Color Scheme (typically on photographs) */
.product-sublayout,
.application-page {
  position: relative;
  /*.breadcrumb {
		color: @white;
		position: absolute;
		top: 0;
		z-index: 1;

		a, > .active, > li + li:before {
			color: @white;
		}

		li:first-child a {
			color: @link-color;
		}
	}	*/
}
/* Cards List*/
.cards-list {
  /*  Technology List
        @@ Used on Industry overview page
    */
}
.cards-list .dropdown {
  margin-top: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .cards-list .dropdown {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .cards-list .dropdown {
    margin-top: 70px;
    margin-bottom: 55px;
  }
}
.cards-list .dropdown .btn-default:after {
  color: #0076be;
  content: "\e259";
  margin-left: 40px;
  transform: rotate(0deg);
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.cards-list .dropdown .btn.dropdown-toggle {
  white-space: nowrap;
}
.cards-list .dropdown .filters {
  color: #333333;
}
.cards-list .dropdown .filters .is-selected a {
  color: #3366CC;
  font-weight: 700;
}
.cards-list .dropdown.open .btn-default:after {
  transform: rotate(180deg);
}
.cards-list .form-control {
  margin-top: 25px;
  margin-bottom: 15px;
  width: auto;
}
@media (min-width: 768px) {
  .cards-list .form-control {
    margin-top: 70px;
    margin-bottom: 55px;
  }
}
.cards-list .card {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cards-list .card {
    min-height: 443px;
  }
}
.cards-list .card .card-image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition-property: opacity, color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.cards-list .card .card-image:before {
  content: '';
  display: block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: rotate(45deg) translateY(-60px);
  background-color: rgba(0, 118, 190, 0.85);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.cards-list .card .card-image:after {
  content: '+';
  position: absolute;
  top: -7px;
  right: 7px;
  font-size: 42px;
  font-weight: 100;
  opacity: 0;
  color: #ffffff;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.cards-list .card .card-image img {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (min-width: 768px) {
  .cards-list .card .card-image img {
    width: 100%;
  }
}
.cards-list .card .card-image:hover:before {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
}
.cards-list .card .card-image:hover:after {
  opacity: 1;
  transition-delay: 250ms;
}
.cards-list .card .card-image:hover img {
  opacity: 0.7;
}
.cards-list .card .card-image:hover + .card-title {
  color: #0076be;
}
.cards-list .card .card-title {
  color: #394a4f;
  display: block;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 6px;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.cards-list .card .card-title:hover {
  color: #0076be;
}
.cards-list.technology-list {
  padding-top: 50px;
  padding-bottom: 80px;
}
.cards-list.technology-list .card {
  position: relative;
  font-size: 22px;
  line-height: 1.45454545;
}
@media (min-width: 768px) {
  .cards-list.technology-list .card {
    min-height: 0;
  }
}
.cards-list.technology-list .card a {
  display: block;
}
.cards-list.technology-list .card a:hover .card-title {
  background-color: rgba(0, 118, 190, 0.75);
}
@media (min-width: 768px) {
  .cards-list.technology-list .card img {
    width: 100%;
  }
}
.cards-list.technology-list .card .card-title {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  padding-left: 11.17318436%;
  padding-right: 11.17318436%;
  background-color: rgba(0, 118, 190, 0);
  transition-property: background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .applications .application {
    height: 443px;
  }
  .applications .application .card-image {
    height: 243px;
  }
}
@media only screen and (max-width: 991px) {
  .applications .application {
    height: 443px;
  }
  .applications .application .card-image {
    height: 163px;
  }
}
@media only screen and (max-width: 767px) {
  .applications .application {
    height: auto;
  }
  .applications .application .card {
    margin-bottom: 30px;
  }
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Generic Carousel */
.carousel .carousel-inner .item {
  text-align: center;
}
.carousel .carousel-inner .item img {
  display: inline-block;
  width: 100%;
}
.carousel .carousel-indicators li {
  border: none;
  background-color: #f0f0f3;
  margin: 0 2px;
  transition-property: background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (max-width: 767px) {
  .carousel .carousel-indicators li {
    border: 1px solid #647074;
  }
}
.carousel .carousel-indicators .active {
  height: 10px;
  width: 10px;
  background-color: #647074;
}
.carousel .carousel-control {
  background-image: none;
  display: block;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
/* Carousel base class */
.banner-carousel {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .banner-carousel {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-carousel {
    height: 400px;
  }
  .banner-carousel .item {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-carousel {
    height: 500px;
  }
  .banner-carousel .item {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-carousel {
    height: 530px;
  }
  .banner-carousel .item {
    height: 530px;
  }
}
.banner-carousel .carousel-inner > .item .carousel-content-wrapper {
  height: 100%;
  margin: auto;
  max-width: 1140px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .banner-carousel .carousel-inner > .item .carousel-content-wrapper.middle {
    display: flex;
    align-items: center;
  }
}
.banner-carousel .carousel-inner > .item > div.btn {
  display: block;
}
.banner-carousel .carousel-inner > .item .carousel-caption {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  text-align: left;
  text-shadow: none;
  /*&.middle {
                top:75px;
                
                @media @smalldesk {
                    top:30px;
                }

                @media @mobile {
                    top:0;
                }
            }*/
}
@media only screen and (max-width: 767px) {
  .banner-carousel .carousel-inner > .item .carousel-caption {
    text-align: center;
  }
}
.banner-carousel .carousel-inner > .item .carousel-caption .h1,
.banner-carousel .carousel-inner > .item .carousel-caption p {
  color: #394a4f;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-carousel .carousel-inner > .item .carousel-caption .h1,
  .banner-carousel .carousel-inner > .item .carousel-caption p {
    text-align: left;
  }
}
.banner-carousel .carousel-inner > .item .carousel-caption .h1 {
  font-size: 44px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .banner-carousel .carousel-inner > .item .carousel-caption .h1 {
    font-size: 50px;
    font-weight: 100;
  }
}
.banner-carousel .carousel-inner > .item .carousel-caption .h1,
.banner-carousel .carousel-inner > .item .carousel-caption .h2,
.banner-carousel .carousel-inner > .item .carousel-caption .h3,
.banner-carousel .carousel-inner > .item .carousel-caption h1,
.banner-carousel .carousel-inner > .item .carousel-caption h2,
.banner-carousel .carousel-inner > .item .carousel-caption h3 {
  margin-top: 27px;
  margin-bottom: 0px;
}
.banner-carousel .carousel-inner > .item .carousel-caption .btn-primary {
  background-color: rgba(120, 120, 120, 0.1);
  color: #0076be;
  border-color: #cccccc;
  font-size: 14px;
  border-width: 1px;
  padding: 10px 16px;
}
.banner-carousel .carousel-inner > .item .carousel-caption p {
  font-size: 17px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .banner-carousel .carousel-inner > .item .carousel-caption p {
    font-size: 24px;
  }
}
.banner-carousel .carousel-inner > .item .carousel-caption.carousel-text-left {
  left: 25px;
}
.banner-carousel .carousel-inner > .item .carousel-caption.carousel-text-right {
  left: auto;
  right: 25px;
}
.banner-carousel .carousel-inner > .item .carousel-caption.top {
  top: 0;
}
.banner-carousel .carousel-inner > .item .carousel-caption.bottom {
  bottom: 75px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .banner-carousel .carousel-inner > .item .carousel-caption.bottom {
    top: auto;
    bottom: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .banner-carousel .carousel-inner > .item .carousel-caption {
    left: 0;
    right: 0;
  }
  .banner-carousel .carousel-inner > .item .carousel-caption div,
  .banner-carousel .carousel-inner > .item .carousel-caption p,
  .banner-carousel .carousel-inner > .item .carousel-caption a {
    color: #333333 !important;
  }
}
@media only screen and (min-width: 768px) {
  .banner-carousel .carousel-inner > .item .carousel-text-center {
    position: relative;
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
  }
  .banner-carousel .carousel-inner > .item .carousel-text-right {
    float: right;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .banner-carousel .carousel-inner > .item .carousel-text-center .h1,
  .banner-carousel .carousel-inner > .item .carousel-text-center p {
    text-align: center;
  }
}
.banner-carousel .carousel-inner > .item .carousel-background-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .banner-carousel .carousel-inner > .item .carousel-background-image {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-carousel .carousel-inner > .item .carousel-background-image.no-mobile-img {
    display: block;
    height: 300px;
  }
}
.banner-carousel .carousel-inner > .item .mobile-image {
  display: block;
}
@media only screen and (min-width: 768px) {
  .banner-carousel .carousel-inner > .item .mobile-image {
    display: none;
  }
}
.banner-carousel .carousel-indicators {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .banner-carousel .carousel-indicators {
    bottom: 74px;
  }
}
.banner-carousel .carousel-arrows-wrapper {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .banner-carousel .carousel-arrows-wrapper {
    display: none;
  }
}
.banner-carousel .carousel-arrows-wrapper .carousel-arrows {
  position: relative;
  width: 100%;
  height: 100%;
  left: -50%;
}
.banner-carousel .carousel-arrows-wrapper .carousel-arrows .carousel-control .glyphicon-chevron-left {
  left: 0;
  margin-left: 0;
}
.banner-carousel .carousel-arrows-wrapper .carousel-arrows .carousel-control .glyphicon-chevron-right {
  right: 0;
  margin-right: 0;
}
.banner-carousel .carousel-arrows-wrapper .carousel-arrows a {
  z-index: 999;
  display: block;
}
/* Quotes carousel */
.testimonial-carousel .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  text-shadow: none;
}
.testimonial-carousel .carousel-caption blockquote {
  padding: 0;
  margin: 0;
  border-left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
.testimonial-carousel .carousel-caption blockquote cite {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-top: 35px;
}
.testimonial-carousel .carousel-indicators {
  display: none;
  bottom: 0;
}
.testimonial-carousel .carousel-control {
  background-image: none;
  display: block;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  width: auto;
}
.testimonial-carousel.single .carousel-indicators,
.testimonial-carousel.single .carousel-control {
  display: none;
}
@media only screen and (min-width: 768px) {
  .case-study-article {
    margin-bottom: 60px;
  }
}
.case-study-article .h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 0;
}
.case-study-article .h3 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 6.75px;
}
.case-study-article .h3 em {
  font-style: normal;
  color: #0076be;
}
.case-study-article .pull-quote {
  color: #0076be;
  font-family: proxima-nova, Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
}
.case-study-article .carousel {
  background-color: #999999;
  margin-top: 13.5px;
  margin-bottom: 30px;
}
.case-study-article .carousel .carousel-inner {
  /*height:625px;*/
}
.case-study-article .carousel .carousel-inner .item {
  height: 100%;
}
.case-study-article .carousel .carousel-inner .item.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-article .carousel .carousel-inner .item img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
  max-height: 100%;
}
.support-chat-flyout {
  width: 310px;
  height: 220px;
  border: #000 0px solid;
  background-color: #000000;
  z-index: 1041;
}
@media (max-width: 768px) {
  .support-chat-flyout {
    display: none !important;
  }
}
.support-chat-flyout .support-chat-flyout-handle {
  cursor: pointer;
}
.support-chat-flyout .support-chat-flyout-container {
  margin: 10px;
  border-radius: 0;
}
.support-chat-flyout .support-chat-flyout-container .support-chat-flyout-close-button-container {
  text-align: right;
}
.support-chat-flyout .support-chat-flyout-container .support-chat-flyout-close-button-container .support-chat-flyout-close-button {
  cursor: pointer;
}
.support-chat-flyout .support-chat-flyout-container .support-chat-flyout-body {
  margin: 20px 10px 20px 10px;
  padding: 0 0 0 20px;
  color: #ffffff;
  font-size: 18px;
}
.support-chat-flyout .support-chat-flyout-container .support-chat-flyout-body span {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
.support-chat-flyout .support-chat-flyout-container .support-chat-flyout-chat-button-block {
  text-align: center;
  margin: 15px 0 15px 0;
}
.live-chat-iframe-container {
  width: 640px;
  max-height: 800px;
}
.live-chat-iframe-container .live-chat-iframe {
  width: 640px;
}
.live-chat-iframe-container .live-chat-iframe.pre-sale-support-chat-frame {
  height: 780px;
}
.live-chat-iframe-container .live-chat-iframe.product-support-chat-frame {
  height: 580px;
}
.company-callout-collection {
  margin-top: 10px;
  margin-bottom: 5px;
  background-color: #ebebeb;
  padding-bottom: 5px;
}
.company-callout-collection .company-callout-item-header {
  padding: 12px 12px 0 12px;
}
.company-callout-collection h2 {
  font-size: 36px;
}
.company-callout-collection p {
  margin: 0 10px 5px 12px;
}
.company-callout-collection img {
  max-width: 100%;
  vertical-align: top;
}
.product-media .company-callout-collection {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
/* Contact */
.visit-us {
  margin: 50px 15px;
}
.visit-us .h2 {
  font-size: 36px;
  color: #0076be;
  text-transform: uppercase;
  font-weight: 300;
}
.visit-us .h3 {
  color: #394a4f;
  font-size: 22px;
  font-weight: 700;
}
.visit-us .visit-title {
  font-size: 36px;
  text-transform: uppercase;
  color: #0076be;
}
.visit-us .office-group h2,
.visit-us .office-group .h2 {
  font-size: 22px;
  font-weight: bold;
}
.visit-us .office-group .contact-office {
  margin-bottom: 30px;
}
.visit-us .office-group .contact-office h3,
.visit-us .office-group .contact-office .h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.visit-us .office-group .contact-office .office-address,
.visit-us .office-group .contact-office .office-info,
.visit-us .office-group .contact-office .office-link {
  font-size: 16px;
}
.visit-us .office-group .contact-office p {
  margin: 0;
}
.contact-info-section {
  padding: 60px 0;
}
.contact-info-section .contact-info {
  font-size: 16px;
}
.contact-info-section .contact-info .h2 {
  font-size: 22px;
  font-weight: bold;
}
.content-block {
  padding-top: 80px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .content-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content-block .image-grid a {
  color: #394a4f;
  display: block;
  text-align: center;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.content-block .image-grid a img {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.content-block .image-grid a .btn {
  white-space: normal;
}
.content-block .image-grid a:hover {
  color: #0076be;
}
.content-block .image-grid a:hover img {
  opacity: 0.65;
}
.content-block .printer-list {
  padding-top: 30px;
  padding-bottom: 90px;
  text-align: center;
}
.content-block .printer-list li {
  width: 100%;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .content-block .printer-list li {
    width: 30%;
    margin-top: 0;
  }
}
.content-block.industry-proofs {
  color: #ffffff;
  text-align: left;
  background-color: #0076be;
  background-image: url('/include/roland/local/images/case-story-bg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .content-block.industry-proofs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.content-block.industry-proofs .h3 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.content-block.industry-product-information {
  text-align: center;
}
.content-block.industry-product-information .h3 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.content-block.industry-product-information .image-grid {
  margin-top: 20px;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.content-block.application-usage h3 {
  color: #0076be;
  text-transform: uppercase;
}
.content-block.application-usage a {
  color: #394a4f;
}
.content-block.application-usage a:hover {
  color: #0076be;
}
.content-block.usage {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .content-block.usage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-block.usage.above .h3 {
  margin-top: 0;
}
.content-block.page-callout {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .content-block.page-callout {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-block.page-callout h3 {
  font-family: proxima-nova, arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.content-block.page-callout .title {
  font-family: proxima-nova, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.content-block.page-callout .btn {
  margin-top: 30px;
}
.spotlight .contest-featured-description {
  margin-bottom: 30px;
}
.upcoming-contests .upcoming-contests-list-group .upcoming-contests-list-item {
  border-top: 2px solid #e6e7e7;
  padding-bottom: 35px;
  padding-top: 35px;
}
.upcoming-contests .upcoming-contests-list-group .upcoming-contests-list-item:first-child {
  border-top: 0;
}
.upcoming-contests .upcoming-contests-list-group .upcoming-contests-list-item .h3 {
  font-weight: 300;
  font-size: 36px;
  margin-top: 0;
}
.upcoming-contests .upcoming-contests-list-group .upcoming-contests-list-item .contest-description {
  margin-bottom: 15px;
}
.upcoming-contests .upcoming-contests-list-group .upcoming-contests-list-item .btn-sm {
  padding-left: 0;
  text-align: left;
  width: 100%;
}
.upcoming-contests .upcoming-contests-list-group .upcoming-contests-list-item .btn-sm .glyphicon {
  font-size: 14px;
}
.upcoming-contests .upcoming-contests-list-group .upcoming-contests-list-item .btn-sm:hover {
  background-color: inherit;
  color: inherit;
}
.upcoming-contests .upcoming-contests-list-group .upcoming-contests-list-item .date {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.past-contests {
  padding-top: 50px;
  padding-bottom: 20px;
}
.past-contests .past-contests-list-group {
  text-align: center;
}
.past-contests .past-contests-list-group .past-contests-list-item {
  border-top: 2px solid #e6e7e7;
  padding-bottom: 35px;
  padding-top: 35px;
}
.past-contests .past-contests-list-group .past-contests-list-item:first-child {
  border-top: 0;
}
.past-contests .past-contests-list-group .past-contests-list-item img {
  margin-bottom: 1em;
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .contest-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 695px) {
  .past-contests .past-contests-list-group .past-contests-list-item .contest-images .contest-centered.no-margin-left {
    margin-left: 0;
  }
  .past-contests .past-contests-list-group .past-contests-list-item .contest-images .contest-centered.no-margin-right {
    margin-right: 0;
  }
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo {
  text-align: center;
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo [class^="heading-h"],
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo [class*=" heading-h"] {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0;
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo [class^="padding-bottom-heading-h"],
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo [class*=" padding-bottom-heading-h"] {
  padding-bottom: 20px;
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo .description {
  text-transform: none;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 1.375;
  transition-property: max-height, margin-top;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo .description .contest-image-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo .description .contest-image-subtitle {
  font-style: italic;
  display: block;
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo .description .contest-image-body {
  display: block;
  margin-top: 15px;
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo:hover figcaption {
  background-color: rgba(0, 118, 190, 0.85);
}
.past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo:hover .none {
  background-color: transparent;
}
@media (min-width: 768px) {
  .past-contests .past-contests-list-group .past-contests-list-item .contest-images .promo:hover .description {
    margin-top: 20px;
    max-height: 100%;
  }
}
.contests-galleries {
  background-color: #cccccc;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.contests-galleries .h3 {
  color: #394a4f;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.contests-galleries .btn-group-justified {
  border-spacing: 12px;
}
.contests-galleries .btn-group-justified > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 4px;
}
.contests-galleries .btn-group-justified > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.contests-galleries .btn-group-justified > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.cookie-law-notice-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.cookie-law-notice-container.hidden {
  display: none;
}
.cookie-law-notice-container .cookie-law-notice {
  position: relative;
  margin: 0 auto;
  width: 950px;
  max-width: 100%;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 15px;
}
.cookie-law-notice-container .cookie-law-notice .btn:first-of-type {
  color: inherit;
  float: right;
}
/* Events List*/
.events-list-table {
  border: 0;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin: 30px 0;
}
.events-list-table .events-list-table-body td {
  padding: 4px;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 19px;
  color: #333333;
}
.events-list-table .events-list-table-body td h2 {
  font-size: 22px;
}
.events-list-table .events-list-table-body .event-list-table-header td {
  border-bottom: 1px solid;
}
.events-list-table .events-list-table-body .event-list-table-header .event-type-name {
  font-size: 13px;
  color: #333333;
}
.events-list-table .events-list-table-body .event-list-table-header .event-type-name h2 {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.events-list-table .events-list-table-body .event-list-table-row td {
  padding: 10px 4px 5px 4px;
  border-bottom: 1px solid #EEE;
  font-size: 13px;
}
.events-list-table .events-list-table-body .event-list-table-row td.event-data-field {
  vertical-align: bottom;
  font-size: 13px;
}
.events-list-table .events-list-table-body .event-list-table-row td.event-bullet {
  width: 10px;
  vertical-align: top;
  text-align: center;
}
.events-list-table .events-list-table-body .event-list-table-row td.event-pass-link {
  min-width: 90px;
}
.events-list-table .events-list-table-body .event-list-table-row td p {
  margin: 0;
  font-size: 13px;
}
.events-list-table .events-list-table-body .event-list-table-row .btn-orange {
  background-color: #ff6d01;
  border-color: #ff6d01;
  font-weight: bold;
  color: #fff!important;
  font-size: 13px;
}
.events-list-table .events-list-table-body .event-list-table-row .event-name {
  font-size: 13px;
  font-weight: bold;
}
.events-list-table .events-list-table-body.corporate-tradeshows .event-list-table-header td {
  border-color: #242829;
}
.events-list-table .events-list-table-body.dealer-attended-events .event-list-table-header td {
  border-color: #242829;
}
.events-list-table .events-list-table-body.open-houses .event-list-table-header td {
  border-color: #242829;
}
.events-list-table .events-list-table-body + .events-list-table-body:before {
  content: '';
  display: block;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .creative-center {
    text-align: left;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.creative-center .intro-copy {
  padding: 30px 15px;
  font-size: 16px;
  line-height: 130%;
  color: #666666;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .creative-center .intro-copy {
    color: #000000;
    text-align: left;
  }
}
.creative-center .tiles {
  background-color: #999999;
  color: #ffffff;
  padding: 4px 0 0 30px;
}
.creative-center .tiles .tile {
  padding: 4px;
  text-align: center;
}
.creative-center .tiles .tile:hover {
  opacity: .9;
}
.creative-center .tiles .tile span {
  line-height: 25px;
}
.creative-center .gallery-headline {
  font-family: proxima-nova, arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
  margin-left: -2px;
}
.creative-center .creative-center-body {
  padding: 20px 40px 20px 40px;
}
.creative-center .creative-center-body p {
  margin: 14px 0;
}
.creative-center .creative-center-body a img:hover {
  opacity: .9;
}
.creative-awards,
.woobox-wrapper {
  text-align: center;
}
.creative-awards .intro-copy,
.woobox-wrapper .intro-copy {
  text-align: center;
  margin: 18px auto;
  max-width: 700px;
  font-size: 18px;
  line-height: 140%;
}
/* Gallery Items Filter*/
.gallery-items-filter {
  margin-left: 15px;
  margin-top: 30px;
}
.gallery-items-filter .filter-nav {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.gallery-items-filter .filter-nav li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 5px 5px 0;
  background: none;
  line-height: 1.4em;
  font-size: .75em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gallery-items-filter .filter-nav li a {
  font-size: 11px;
  background: #f0f0f0;
  display: inline-block;
  color: #7d7d7b;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 0 6px 0;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
}
.gallery-items-filter .filter-nav li a:hover {
  background: #6a6a6a;
  color: #fff;
}
.gallery-items-filter .filter-nav li a.selected {
  background: #cc0000;
  color: #fff;
}
.gallery-item-box {
  margin-bottom: 30px;
  padding: 0 0 0 0;
  overflow: hidden;
  background: #e2e2e1;
  height: auto;
  position: relative;
}
.gallery-item-box .ajax-loading {
  width: 16px;
  height: 16px;
  background: transparent url(/Include/Roland/Local/Images/ajax_loading.gif) no-repeat;
  position: absolute;
  left: 3%;
  top: 30px;
  display: block;
  display: none;
}
.gallery-item-box p {
  line-height: 1.7em;
  font-size: 12px;
  margin: 0 0 20px 0;
}
.gallery-item-box .gallery-item-details-holder {
  margin: 0 3% 0 3%;
  height: auto;
  display: none;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details.ajax {
  padding-top: 30px;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .gallery-item-details-header {
  margin-bottom: 20px;
  padding: 0 0 0 0;
  position: relative;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .gallery-item-details-header h1,
.gallery-item-box .gallery-item-details-holder .gallery-item-details .gallery-item-details-header .h1 {
  margin: 0;
  font-size: 1em;
  display: block;
  width: 75%;
  font-weight: bold;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .gallery-item-details-header .gallery-item-details-nav {
  padding-top: 0;
  position: absolute;
  right: -10px;
  top: 0px;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .gallery-item-details-header .gallery-item-details-nav .close-btn {
  background: transparent url(/Include/Roland/Local/Images/close_btn.png) no-repeat;
  background-position: 0 -20px;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .gallery-item-details-header .gallery-item-details-nav .close-btn:hover {
  background-position: 0 0;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .gallery-item-details-header .gallery-item-details-nav div {
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .gallery-item-details-header .gallery-item-details-nav div a {
  display: block !important;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .banner-carousel {
  float: left;
  width: 74.468085%;
  padding: 0;
  margin-bottom: 30px;
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .details {
  float: right;
  width: 22%;
  padding: 0px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .gallery-item-box .gallery-item-details-holder .gallery-item-details .details {
    width: auto;
  }
}
.gallery-item-box .gallery-item-details-holder .gallery-item-details .left h1 {
  font-size: 20px;
  margin-bottom: 15px;
}
.gallery-items-container {
  overflow: hidden;
  position: relative;
  margin-left: 15px;
  margin-right: -15px;
}
.gallery-items-container .thumbs {
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.gallery-items-container .isotope-item {
  z-index: 2;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.gallery-items-container .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.gallery-items-container .gallery-item.small {
  position: relative;
  width: 207px;
  /* 220px; */
  display: block;
  margin: 0 20px 20px 0;
  opacity: 0;
  padding-bottom: 0px;
  cursor: pointer;
  overflow: hidden;
  line-height: 1px;
  background: #000;
  -ms-zoom: 1;
  zoom: 1;
}
.gallery-items-container .gallery-item.small .title {
  display: none;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 17px 12px 17px;
  width: 100%;
  font-size: 11px;
  line-height: 1.1em;
  background: transparent url(/Include/Roland/Local/Images/black_alpha_50.png);
}
.gallery-items-container .gallery-item.small.selected .title {
  -ms-zoom: 1;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  display: block;
  visibility: visible;
}
.gallery-items-container .gallery-item.small img {
  margin: 0;
}
.discover {
  padding-bottom: 50px;
  background: #cacbcb;
  /* old browsers */
  background: -webkit-linear-gradient(top, #cacbcb 0%, #ffffff 30%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #cacbcb 0%, #ffffff 30%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.discover [class^="h"],
.discover [class*=" h"] {
  color: #394a4f;
  text-align: center;
  font-size: 38px;
}
.discover .discover-panel {
  display: block;
  overflow: hidden;
  height: 200px;
  margin: 10px 0;
}
.discover .discover-panel figure {
  display: block;
  position: relative;
  height: 100%;
}
.discover .discover-panel figure .background {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.discover .discover-panel figure .background img {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.discover .discover-panel figure figcaption {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.discover .discover-panel .discover-panel-content {
  display: block;
  position: relative;
  padding: 6px;
  color: #ffffff;
  height: 200px;
  overflow: hidden;
  -moz-transition: height .4s linear;
  -o-transition: height .4s linear;
  -webkit-transition: height .4s linear;
  transition: height .4s linear;
}
.discover .discover-panel .discover-panel-content .container-fluid {
  height: 100%;
}
.discover .discover-panel .discover-panel-content [class^="h"],
.discover .discover-panel .discover-panel-content [class*=" h"] {
  color: #ffffff;
  font-size: 28px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .discover .discover-panel .discover-panel-content [class^="h"],
  .discover .discover-panel .discover-panel-content [class*=" h"] {
    font-size: 22px;
  }
}
.discover .discover-panel .discover-panel-content a {
  color: #ffffff;
}
.discover .discover-panel .discover-panel-content a:hover {
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
.discover .discover-panel .discover-panel-content ul {
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover .discover-panel .discover-panel-content ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width: 767px) {
  .discover .discover-panel .discover-panel-content ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.discover .discover-panel .discover-panel-content ul li {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover .discover-panel .discover-panel-content ul li {
    padding: 6px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .discover .discover-panel .discover-panel-content ul li {
    padding: 10px 15px;
  }
}
.discover .discover-panel:hover {
  height: auto;
}
.discover .discover-panel:hover figure {
  height: auto;
}
.discover .discover-panel:hover figure figcaption {
  background-color: rgba(0, 118, 190, 0.85);
}
.discover .discover-panel:hover figure .discover-panel-content {
  min-height: 200px;
}
.discover .discover-panel:hover figure .discover-panel-content [class^="h"],
.discover .discover-panel:hover figure .discover-panel-content [class*=" h"] {
  top: 30px;
}
.discover .discover-panel:hover figure .discover-panel-content ul {
  height: auto;
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.family-rollup {
  display: inline-block;
}
.family-rollup .rollup {
  font-size: 15px;
  line-height: 1.46666667;
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.family-rollup .rollup .rollup-body {
  margin-left: -6px;
  margin-right: -6px;
}
.family-rollup .rollup .rollup-body .rollup-image {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .family-rollup .rollup .rollup-body .rollup-image {
    float: left;
    width: 41.66666667%;
  }
}
.family-rollup .rollup .rollup-body .rollup-image a {
  display: block;
  text-align: center;
}
.family-rollup .rollup .rollup-body .rollup-image img {
  max-width: 100%;
}
.family-rollup .rollup .rollup-body .rollup-copy {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .family-rollup .rollup .rollup-body .rollup-copy {
    float: left;
    width: 58.33333333%;
  }
}
.family-rollup .rollup .rollup-body .rollup-copy .h3 {
  font-size: 28px;
  margin-top: 0;
}
.family-rollup .rollup .rollup-body .rollup-copy .more-info {
  margin: 10px 0px;
}
/* Product Features List */
.feature-list .feature-item {
  position: relative;
  overflow: hidden;
  /* GRADIENT BACKGROUND */
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .img-responsive {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .feature-list .feature-item {
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item {
    background-image: none !important;
    height: auto !important;
  }
}
.feature-list .feature-item.bg-left .feature-content-wrapper {
  background-position: left center;
  background-size: auto 100%;
}
.feature-list .feature-item.bg-right .feature-content-wrapper {
  background-position: right center;
  background-size: auto 100%;
}
.feature-list .feature-item.bg-wide-left {
  background-position: left center;
  background-size: auto 100%;
}
.feature-list .feature-item.bg-wide-right {
  background-position: right center;
  background-size: auto 100%;
}
.feature-list .feature-item.bg-full-width {
  background-size: cover;
  background-position: center center;
}
.feature-list .feature-item.top {
  /* DEFAULT */
}
.feature-list .feature-item.middle .feature-content-wrapper,
.feature-list .feature-item.middle .feature-right .text-middle,
.feature-list .feature-item.middle .feature-left .text-middle {
  display: flex;
  align-items: center;
}
.feature-list .feature-item.bottom .feature-content-wrapper,
.feature-list .feature-item.bottom .feature-right .text-middle,
.feature-list .feature-item.bottom .feature-left .text-middle {
  display: flex;
  align-items: flex-end;
}
.feature-list .feature-item .desktop-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .feature-list .feature-item .desktop-image {
    display: block;
  }
}
.feature-list .feature-item .mobile-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .mobile-image {
    display: block;
  }
}
.feature-list .feature-item .feature-content-wrapper {
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
  position: static !important;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .feature-content-wrapper {
    background-image: none !important;
    height: auto !important;
  }
}
.feature-list .feature-item .feature-content-wrapper .feature-content {
  padding: 60px 53px;
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .feature-content-wrapper .feature-content [class*=' col-'] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .feature-content-wrapper .feature-content {
    padding: 0;
  }
  .feature-list .feature-item .feature-content-wrapper .feature-content .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.feature-list .feature-item .feature-content-wrapper .feature-content .feature-center img {
  padding-top: 15px;
  padding-bottom: 30px;
}
.feature-list .feature-item .feature-content-wrapper .feature-content .feature-right .vertical-content {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .feature-content-wrapper .feature-content .feature-right .vertical-content {
    padding-left: 0;
  }
}
.feature-list .feature-item .feature-content-wrapper .feature-content .feature-left .vertical-content {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .feature-content-wrapper .feature-content .feature-left .vertical-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .feature-content-wrapper .feature-content .feature-description {
    padding: 0 15px 30px;
  }
  .feature-list .feature-item .feature-content-wrapper .feature-content .feature-description .feature-link {
    text-align: center;
  }
}
.feature-list .feature-item .feature-content-wrapper .feature-content .feature-description .btn {
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .feature-content-wrapper .feature-content .feature-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.feature-list .feature-item .feature-content-wrapper .feature-content .feature-gallery-description {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .feature-list .feature-item .feature-content-wrapper .feature-content .feature-gallery-description {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.feature-list .feature-item .feature-content-wrapper .feature-content .btn {
  margin-top: 30px;
}
.feature-list .feature-item .feature-content-wrapper .feature-content .btn:before {
  content: "";
  display: block;
}
.feature-list .feature-item.gradient {
  background: #ffffff;
  /* old browsers */
  background: -webkit-linear-gradient(top, #ffffff 80%, #cccccc 100%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #ffffff 80%, #cccccc 100%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.feature-list .feature-item .h2 {
  margin: 0;
  padding: 0;
}
.feature-list .feature-item .h3,
.feature-list .feature-item .section-heading {
  font-size: 40px;
  font-weight: 300;
}
.feature-list .feature-item .h4 {
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0em;
}
.feature-list.feature-gallery ul {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feature-list.feature-gallery ul li {
  display: inline-block;
  padding: 6px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .feature-list.feature-gallery ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
.feature-list.feature-gallery ul li a {
  display: inline-block;
  width: 100%;
}
.feature-list.feature-gallery ul li a img {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .feature-list.feature-gallery ul li {
    width: 100%;
  }
}
.feed {
  padding-bottom: 50px;
  position: relative;
}
.feed #next,
.feed #previous {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media (min-width: 1152px) {
  .feed #next,
  .feed #previous {
    display: block;
  }
}
.feed #next:before,
.feed #previous:before {
  color: #cccccc;
  font-size: 120px;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.feed #next:hover:before,
.feed #previous:hover:before {
  color: #666666;
}
.feed #next {
  right: -90px;
}
@media (min-width: 1340px) {
  .feed #next {
    right: -90px;
  }
}
.feed #previous {
  left: -90px;
}
@media (min-width: 1340px) {
  .feed #previous {
    left: -90px;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .feed #next,
  .feed #previous {
    display: block;
    z-index: 99;
  }
  .feed #next {
    right: -8px;
  }
  .feed #previous {
    left: -8px;
  }
}
@media (max-width: 767px) {
  .feed #row-2 {
    display: block !important;
  }
}
.feed [class^="heading-h"],
.feed [class*=" heading-h"] {
  color: #394a4f;
}
.feed .heading-h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.feed .promo [class^="heading-h"],
.feed .promo [class*=" heading-h"] {
  color: #ffffff;
  font-size: 18px;
}
.feed .promo .description {
  text-transform: none;
  max-height: 0;
  overflow: hidden;
  font-size: 18px !important;
  line-height: 1.44444444;
  transition-property: max-height;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.feed .promo:hover figcaption {
  background-color: rgba(0, 118, 190, 0.85);
}
.feed .promo:hover .description {
  max-height: 8em;
}
@media only screen and (max-width: 767px) {
  .feed .promo {
    margin-bottom: 5px;
  }
  .feed .promo figcaption {
    display: none;
  }
}
.feed .mobile-promo-item-link {
  display: none !important;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 767px) {
  .feed .mobile-promo-item-link {
    display: block !important;
  }
  table.feed .mobile-promo-item-link {
    display: table !important;
  }
  tr.feed .mobile-promo-item-link {
    display: table-row !important;
  }
  th.feed .mobile-promo-item-link,
  td.feed .mobile-promo-item-link {
    display: table-cell !important;
  }
}
.feed .view-all-link {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .feed .view-all-link {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .feed .view-all-link .btn {
    color: #0076be;
    font-weight: normal;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-weight: 700;
    position: relative;
    padding-left: 0;
    padding-right: 14px;
    text-decoration: none;
    transition-property: border-bottom;
  }
  .feed .view-all-link .btn,
  .feed .view-all-link .btn:active,
  .feed .view-all-link .btn.active,
  .feed .view-all-link .btn[disabled],
  fieldset[disabled] .feed .view-all-link .btn {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .feed .view-all-link .btn,
  .feed .view-all-link .btn:hover,
  .feed .view-all-link .btn:focus,
  .feed .view-all-link .btn:active {
    border-color: transparent;
  }
  .feed .view-all-link .btn:hover,
  .feed .view-all-link .btn:focus {
    color: #3366CC;
    text-decoration: none;
    background-color: transparent;
  }
  .feed .view-all-link .btn[disabled]:hover,
  fieldset[disabled] .feed .view-all-link .btn:hover,
  .feed .view-all-link .btn[disabled]:focus,
  fieldset[disabled] .feed .view-all-link .btn:focus {
    color: #777777;
    text-decoration: none;
  }
  .feed .view-all-link .btn:after {
    left: calc(96%);
    top: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 118, 190, 0);
    border-left-color: #0076be;
    border-width: 4px;
    margin-top: -4px;
  }
  .feed .view-all-link .btn:hover {
    background-color: transparent;
    border-bottom-color: #0076be;
    color: inherit;
  }
  .feed .view-all-link .btn.btn-yellow {
    color: #ffe900;
  }
  .feed .view-all-link .btn.btn-yellow:after {
    border-left-color: #ffe900;
  }
  .feed .view-all-link .btn.btn-yellow:hover {
    border-bottom-color: #ffe900;
  }
  .feed .view-all-link .btn.btn-xs {
    font-size: 12px;
    padding-right: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .feed .view-all-link .btn {
    color: #0076be;
    border-color: #0076be;
    background-color: transparent;
    font-size: 14px;
    border-width: 2px;
    padding: 14px 16px;
  }
  .feed .view-all-link .btn:focus,
  .feed .view-all-link .btn.focus {
    color: #0076be;
    background-color: rgba(0, 0, 0, 0);
    border-color: #00273f;
  }
  .feed .view-all-link .btn:hover {
    color: #0076be;
    background-color: rgba(0, 0, 0, 0);
    border-color: #005081;
  }
  .feed .view-all-link .btn:active,
  .feed .view-all-link .btn.active,
  .open > .dropdown-toggle.feed .view-all-link .btn {
    color: #0076be;
    background-color: rgba(0, 0, 0, 0);
    border-color: #005081;
  }
  .feed .view-all-link .btn:active:hover,
  .feed .view-all-link .btn.active:hover,
  .open > .dropdown-toggle.feed .view-all-link .btn:hover,
  .feed .view-all-link .btn:active:focus,
  .feed .view-all-link .btn.active:focus,
  .open > .dropdown-toggle.feed .view-all-link .btn:focus,
  .feed .view-all-link .btn:active.focus,
  .feed .view-all-link .btn.active.focus,
  .open > .dropdown-toggle.feed .view-all-link .btn.focus {
    color: #0076be;
    background-color: rgba(0, 0, 0, 0);
    border-color: #00273f;
  }
  .feed .view-all-link .btn:active,
  .feed .view-all-link .btn.active,
  .open > .dropdown-toggle.feed .view-all-link .btn {
    background-image: none;
  }
  .feed .view-all-link .btn.disabled,
  .feed .view-all-link .btn[disabled],
  fieldset[disabled] .feed .view-all-link .btn,
  .feed .view-all-link .btn.disabled:hover,
  .feed .view-all-link .btn[disabled]:hover,
  fieldset[disabled] .feed .view-all-link .btn:hover,
  .feed .view-all-link .btn.disabled:focus,
  .feed .view-all-link .btn[disabled]:focus,
  fieldset[disabled] .feed .view-all-link .btn:focus,
  .feed .view-all-link .btn.disabled.focus,
  .feed .view-all-link .btn[disabled].focus,
  fieldset[disabled] .feed .view-all-link .btn.focus,
  .feed .view-all-link .btn.disabled:active,
  .feed .view-all-link .btn[disabled]:active,
  fieldset[disabled] .feed .view-all-link .btn:active,
  .feed .view-all-link .btn.disabled.active,
  .feed .view-all-link .btn[disabled].active,
  fieldset[disabled] .feed .view-all-link .btn.active {
    background-color: transparent;
    border-color: #0076be;
  }
  .feed .view-all-link .btn .badge {
    color: transparent;
    background-color: #0076be;
  }
  .feed .view-all-link .btn:hover {
    color: #ffffff;
    background-color: #0076be;
  }
}
.flyout-links {
  position: fixed;
  left: -300px;
  top: 100px;
  z-index: 99;
}
@media (max-width: 768px) {
  .flyout-links {
    display: none;
  }
}
.flyout-links .flyout-link {
  position: relative;
  left: 217px;
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(90deg);
}
.flyout-links .flyout-link a.flyout-text {
  background: #0076be;
  color: #fff;
  margin-left: 23px;
  padding: 10px;
  text-transform: uppercase;
  display: inline;
}
.flyout-links .flyout-link a.flyout-text.rotated {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(-180deg);
  -ms-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  transform-origin: 0;
  display: block;
}
.follow-block#follow_block_rolandtv .video-column {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding: 0;
}
@media (min-width: 768px) {
  .follow-block#follow_block_rolandtv .video-column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .follow-block#follow_block_rolandtv .video-column {
    margin-left: 0%;
  }
}
.follow-block#follow_block_rolandtv .follow-block-inner .body {
  background-color: #ffffff;
  padding: 0;
}
.follow-block#follow_block_rolandtv .follow-block-inner .body .videoplayer {
  padding: 0;
}
.follow-block#follow_block_rolandtv .follow-block-inner .body .video-player {
  overflow: hidden;
}
.follow-block#follow_block_facebook .body {
  text-align: center;
}
.follow-block .follow-block-inner .body {
  background-color: #cccccc;
  font-size: 14px;
  min-height: 320px;
  padding: 25px 19px;
}
@media only screen and (max-width: 767px) {
  .follow-block .follow-block-inner .body {
    min-height: 1px;
  }
}
.follow-block#follow_block_tips ul {
  list-style-type: none;
  padding: 0;
}
.follow-block iframe[id^=twitter] {
  width: auto !important;
  min-width: 1px !important;
}
.h1.headline,
h1.headline {
  font-size: 48px;
  font-weight: 300;
}
/* all banners */
.image-header {
  margin-bottom: 0;
  position: relative;
}
.image-header .top-headline {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .image-header .top-headline .vertical-align-content.top {
    position: absolute;
    top: 30px;
  }
  .image-header .top-headline .vertical-align-content.top .h1,
  .image-header .top-headline .vertical-align-content.top .h2,
  .image-header .top-headline .vertical-align-content.top .h3,
  .image-header .top-headline .vertical-align-content.top .h4,
  .image-header .top-headline .vertical-align-content.top .h5,
  .image-header .top-headline .vertical-align-content.top .h6,
  .image-header .top-headline .vertical-align-content.top h1,
  .image-header .top-headline .vertical-align-content.top h2,
  .image-header .top-headline .vertical-align-content.top h3,
  .image-header .top-headline .vertical-align-content.top h4,
  .image-header .top-headline .vertical-align-content.top h5,
  .image-header .top-headline .vertical-align-content.top h6 {
    margin: 15px;
  }
  .image-header .top-headline .vertical-align-content.top.text-right {
    right: 0;
  }
  .image-header .top-headline .vertical-align-content.bottom {
    position: absolute;
    bottom: 30px;
  }
  .image-header .top-headline .vertical-align-content.bottom.text-right {
    right: 0;
  }
}
.image-header .h1,
.image-header .h2,
.image-header .h3,
.image-header .h4,
.image-header .h5,
.image-header .h6,
.image-header h1,
.image-header h2,
.image-header h3,
.image-header h4,
.image-header h5,
.image-header h6 {
  color: #ffffff;
  font-weight: 300;
}
.image-header .h4,
.image-header .h5,
.image-header h4,
.image-header h5 {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .image-header .h1,
  .image-header h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .image-header .h1,
  .image-header h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .image-header .h1,
  .image-header h1 {
    font-size: 63px;
  }
}
@media only screen and (max-width: 991px) {
  .image-header .h2,
  .image-header h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .image-header .h2,
  .image-header h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .image-header .h2,
  .image-header h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .image-header .h3,
  .image-header h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .image-header .h3,
  .image-header h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .image-header .h3,
  .image-header h3 {
    font-size: 40px;
  }
}
.image-header p {
  line-height: 1.5;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .image-header p {
    color: #333333 !important;
    font-size: 14px;
  }
}
.image-header .text-center {
  position: relative;
  text-align: center;
  left: auto;
  right: auto;
}
.image-header .text-right {
  float: right;
}
.single-column.skinny .top-headline .container-fluid {
  max-width: 950px;
}
.single-column.skinny .page-teaser {
  max-width: 950px;
}
.short-image-header {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .short-image-header {
    padding: 50px 0;
  }
}
.short-image-header .container-fluid > .vertical-align {
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .short-image-header,
  .short-image-header .container-fluid,
  .short-image-header .container-fluid > .row.vertical-align {
    min-height: 300px;
    height: 300px;
  }
}
.short-image-header.edit-mode {
  height: auto;
}
.short-image-header.edit-mode .container-fluid {
  height: auto;
}
.short-image-header.edit-mode .headline {
  font-size: 18px;
}
.product-image-header {
  background: black;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .product-image-header {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .product-image-header .container-fluid > .vertical-align {
    align-items: center;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .product-image-header div {
    color: #333333 !important;
  }
}
@media only screen and (max-width: 767px) {
  .product-image-header {
    background: none !important;
  }
}
.product-image-header .mobile-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-image-header .mobile-image {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .product-image-header .h1,
  .product-image-header .h2,
  .product-image-header .h3,
  .product-image-header h1,
  .product-image-header h2,
  .product-image-header h3 {
    color: #333333 !important;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-image-header .top-headline {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .product-image-header,
  .product-image-header .container-fluid,
  .product-image-header .container-fluid > .row.vertical-align {
    height: 500px;
  }
}
.product-image-header .watch-video .play-button {
  width: 181.5px;
  height: 28.5px;
}
@media (min-width: 768px) {
  .product-image-header .watch-video .play-button {
    width: 242px;
    height: 38px;
  }
}
.product-image-header .watch-video .play-button .play-icon {
  opacity: 0.9;
  float: left;
  height: 100%;
  background-color: #0076be;
  color: white;
  top: 0;
  width: 28.5px;
  font-size: 15px;
  padding-top: 4.5px;
  padding-left: 7.5px;
}
@media (min-width: 768px) {
  .product-image-header .watch-video .play-button .play-icon {
    width: 38px;
    font-size: 20px;
    padding-top: 6px;
    padding-left: 10px;
  }
}
.product-image-header .watch-video .play-button .play-text {
  opacity: .9;
  float: left;
  height: 100%;
  background-color: #404041;
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 153px;
  padding: 5.25px;
  line-height: 18.75px;
  font-size: 13.5px;
}
@media (min-width: 768px) {
  .product-image-header .watch-video .play-button .play-text {
    font-size: 18px;
    padding: 7px;
    line-height: 25px;
    width: 204px;
  }
}
.casestory-image-header {
  color: #ffffff;
  text-align: left;
  background-color: #0076be;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .casestory-image-header {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
.casestory-image-header .background-image {
  z-index: 0;
}
.casestory-image-header .background-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 118, 190, 0.7);
  z-index: 1;
}
.casestory-image-header .container-fluid {
  z-index: 2;
}
.casestory-image-header .form-control {
  display: inline-block;
  margin: 5px;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 991px) {
  .casestory-image-header .form-control {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .casestory-image-header .form-control {
    max-width: 100%;
  }
}
.casestory-image-header .h2 {
  color: #ffffff;
}
.casestory-image-header p {
  font-size: 22px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .casestory-image-header p {
    font-weight: 600;
  }
}
.casestory-image-header .filters p {
  padding-top: 14px;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .casestory-image-header .filters p {
    text-align: right;
  }
}
.page-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-banner {
    height: 300px;
  }
}
.page-banner .background-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-banner .background-image {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner .background-image.no-mobile-img {
    display: block;
    height: 300px;
  }
}
.page-banner .mobile-image {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-banner .mobile-image {
    display: none;
  }
}
.lease-span-btn .btn {
  margin-bottom: 10px;
  width: 210px;
  min-height: 35px;
  white-space: normal;
  color: #000000;
}
.lease-span-btn .btn-warning {
  background-color: transparent;
  color: #0076be;
  border-color: #0076be;
  border-width: 2px;
}
.lease-span-btn .btn-warning:hover {
  background-color: #0076be;
  color: #ffffff;
  border-color: #005081;
}
.lease-span-btn .btn-default {
  font-size: 18px;
  background-color: transparent;
  border-width: 2px;
  border-color: #666666;
  color: #666666;
}
.lease-span-btn .btn-default:hover {
  background-color: #666666;
  color: #ffffff;
  border-color: #333333;
}
.lease-span-btn .btn-primary {
  color: #ffffff;
}
.lease-roland-sections {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .lease-roland-sections {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .lease-roland-sections {
    text-align: center !important;
  }
}
.list-price-box {
  padding-top: 70px;
  padding-bottom: 70px;
}
.list-price-box .h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .list-price-box .h2 {
    font-size: 36px;
  }
}
.list-price-box .h2 em {
  display: block;
  font-size: 24px;
  font-style: normal;
  margin-top: 5px;
}
.list-price-box .h2 span {
  display: inline-block;
  margin-right: 5px;
}
.list-price-box .brand-logo {
  height: 32px;
  top: -5px;
  position: relative;
}
.list-price-box .btn-primary {
  margin-top: 30px;
}
.list-price-box .price-block {
  font-size: 24px;
  margin: 0 0 10px;
}
.list-price-box .price-block h6 {
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0 5px;
}
.list-price-box .price-block .price-small {
  font-size: 16px;
  display: inline-block;
}
.list-price-box .price-block small {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.list-price-box .price-block .price-block-link {
  display: block;
}
.list-price-box .price-block a {
  color: #000000;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.list-price-box .price-block a.btn-primary {
  color: #0076be;
}
.list-price-box .price-block a:hover {
  color: #0076be;
}
.list-price-box .price-block a:hover.btn-primary {
  color: #ffffff;
}
.list-price-box .price-block ul {
  display: flex;
  margin-left: 0;
}
.list-price-box .price-block ul li {
  vertical-align: top;
  width: 45%;
  padding-right: 5%;
}
.list-price-box .price-block ul li + li {
  padding-left: 4.38596491%;
  padding-right: 0;
  position: relative;
}
.list-price-box .price-block ul li + li:before {
  background-color: #cccccc;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.mini-sitemap ul {
  color: #333333;
}
.mini-sitemap ul li {
  list-style-image: url('/include/roland/local/images/arrow.gif');
  list-style-type: square;
  margin: 10px;
}
.mini-sitemap ul li ul {
  font-size: 14px;
  padding: 0 20px 10px;
}
.mini-sitemap ul li ul li {
  margin: 8px 0 0;
}
.mini-sitemap .h2 {
  font-size: 20px;
  font-weight: 600;
}
.mini-sitemap hr {
  width: 100%;
  border: 1px inset;
  color: #333333;
}
.modal-result {
  padding: 15px;
  text-align: center;
  max-width: 1240px;
}
.modal-result .message-body {
  max-width: 1140px;
}
.page-title-edit {
  margin: 30px;
  text-align: center;
}
.page-title-edit .headline {
  color: #394a4f !important;
}
/* Partners List*/
.partner-list .partner-row .partner .partner-title {
  font-weight: bold;
}
.press-release-list .press-release-list-title {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.press-release-list .press-release-group-title {
  margin-top: 40px;
  text-transform: uppercase;
  color: #0076be;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.press-release-list .press-release {
  margin: 2px 0;
  margin-left: -6px;
  margin-right: -6px;
}
.press-release-list .press-release .press-release-date {
  float: left;
  width: 95px;
  padding: 4px;
  color: #cccccc;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}
.press-release-list .press-release .press-release-link {
  padding: 4px;
  margin-left: 110px;
  color: #333333;
  font-size: 18px;
}
.press-release-list .press-release .press-release-link a {
  color: #394a4f;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.press-release-list .press-release .press-release-link a:hover {
  color: #0076be;
}
.press-release-list .press-release.press-release-active:first-child {
  margin-top: 95px;
}
.press-release-list .press-release.press-release-active:last-child {
  margin-bottom: 150px;
}
.press-release-list .press-release.press-release-active {
  margin-top: 45px;
}
.press-release-list .press-release.press-release-active .press-release-description {
  margin-left: 30px;
  max-width: 440px;
}
.press-release-list .press-release.press-release-active .press-release-date {
  padding-top: 0;
  width: 100%;
  text-align: left;
}
.press-release-list .press-release.press-release-active .press-release-link {
  font-size: 24px;
  margin-left: 0;
}
.press-release-detail {
  padding-top: 100px;
  padding-bottom: 100px;
}
.press-release-detail .h2 {
  font-weight: 300;
}
.press-release-detail img {
  margin-bottom: 1em;
}
.product-images-list-group {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .product-images-list-group {
    margin-top: 60px;
  }
}
.product-images-list-group .h2 {
  color: #0076be;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.product-images-list-group .product-image-item {
  border: 1px solid #cccccc;
  margin-bottom: 34px;
  min-height: 300px;
  position: relative;
  padding-bottom: 45px;
}
.product-images-list-group .product-image-item .h3 {
  font-size: 18px;
  margin: 12px 20px;
  text-align: center;
}
.product-images-list-group .product-image-item img {
  padding: 4px;
}
.product-images-list-group .product-image-item ul {
  border-top: 1px solid #cccccc;
  font-size: 14px;
  margin: 10px 5px 5px;
  padding-top: 10px;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-images-list-group .product-image-item ul a {
  color: #cccccc;
  color: rgba(0, 0, 0, 0.6);
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.product-images-list-group .product-image-item ul a:hover {
  color: #0076be;
}
.supp-more-column {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .supp-more-column {
    padding-left: 0;
  }
}
.supp-more-column .btn {
  white-space: normal;
}
.support-product-browser {
  background: #eee;
  border-radius: 15px;
  padding: 20px 0;
  margin: 15px 0;
}
.support-product-browser h2 {
  font-weight: bold;
  font-size: 28px;
  margin: .5em 0;
  text-align: center !important;
}
.support-product-browser .btn {
  white-space: normal;
}
.support-product-browser .product-category-row {
  overflow: hidden;
  text-align: center;
}
.support-product-browser .product-category-row .product-category {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  -moz-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-product-browser .product-category-row .product-category {
    width: 18%;
    display: inline-block;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .support-product-browser .product-category-row .product-category {
    width: 18%;
    display: inline-block;
    padding: 15px;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .support-product-browser .product-category-row .product-category {
    font-size: 27px;
    margin-bottom: 60px;
  }
}
.support-product-browser .product-category-row .product-category:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.support-product-browser .product-category-row .product-category:only-child {
  float: none;
  margin: 0 auto 15px;
}
.support-product-browser .product-category-row .product-category img {
  max-width: 100%;
  margin: auto;
  height: auto;
  width: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-filter-container {
    border-bottom: 2px solid #ccc;
    background: #fff;
  }
}
.product-filter-container .product-filter-content {
  padding-bottom: 50px;
}
.product-filter-container .product-filter-content .mobile-product-filters {
  display: none;
}
@media (max-width: 992px) {
  .product-filter-container .product-filter-content .desktop-product-filters {
    display: none;
  }
  .product-filter-container .product-filter-content .mobile-product-filters {
    display: block;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product-filter-container #selector-tabs {
  border-color: #ddd #ddd transparent #ddd;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  overflow: hidden;
}
.product-filter-container #selector-tabs:before,
.product-filter-container #selector-tabs:after {
  content: " ";
  display: table;
}
.product-filter-container #selector-tabs:after {
  clear: both;
}
.product-filter-container #selector-tabs:before,
.product-filter-container #selector-tabs:after {
  content: " ";
  display: table;
}
.product-filter-container #selector-tabs:after {
  clear: both;
}
@media (min-width: 768px) {
  .product-filter-container #selector-tabs {
    border-color: #ddd transparent #ddd #ddd;
  }
}
.product-filter-container #selector-tabs > li {
  display: block;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .product-filter-container #selector-tabs > li {
    display: table-cell;
    width: 1%;
  }
}
.product-filter-container #selector-tabs label {
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  border-color: transparent transparent #ddd transparent;
  border-style: solid;
  border-width: 1px;
  display: block;
  color: #7e8082;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  margin: 0;
  text-transform: uppercase;
  transition-property: color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  letter-spacing: 0.075em;
}
.product-filter-container #selector-tabs label:hover {
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  .product-filter-container #selector-tabs label {
    border-color: transparent #ddd transparent transparent;
    padding-bottom: 5000px;
    margin-bottom: -4990px;
  }
}
.product-filter-container #selector-tabs input[type="radio"] {
  display: none;
}
.product-filter-container #selector-tabs input[type="radio"]:checked + label {
  color: #ffffff;
  background-color: #0076be;
}
.product-filter-container #priceSlider {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .product-filter-container #priceSlider {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.product-filter-container .ui-slider-horizontal {
  height: 5px;
}
.product-filter-container .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  margin-left: -3px;
  -ms-touch-action: none;
  touch-action: none;
}
.product-filter-container .ui-widget-header {
  background: #0076be;
}
.product-filter-container .ui-widget-content {
  background: #cccccc;
  border: 0;
}
.product-filter-container .ui-corner-all {
  border-radius: 2.5px;
}
.product-filter-container .ui-slider .ui-slider-handle {
  border: none;
  background: 0 !important;
  width: 12px;
  height: 30px;
}
.product-filter-container .ui-slider .ui-slider-handle:after {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #ffffff;
  border: 4px solid #0076be;
  display: inline-block;
  position: absolute;
}
.product-filter-container .tooltip {
  position: absolute;
  display: block;
  padding: 10px;
  font-size: 14px;
  visibility: visible;
  margin-top: -2px;
  bottom: 90%;
  opacity: 1;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-filter-container .tooltip .tooltip-inner {
  max-width: 200px;
  padding: 2px 13px;
  color: #394a4f;
  text-align: center;
  text-decoration: none;
  background-color: #ebebeb;
  border-radius: 4px;
}
.product-filter-container .tooltip .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #ebebeb;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
}
.product-filter-container .filter-group-title {
  color: #394a4f;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
}
.product-filter-container .applications-filter-group,
.product-filter-container .price-filter-group,
.product-filter-container .advanced-filter-group {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .product-filter-container .collapse-row {
    display: block;
    height: auto !important;
  }
}
.product-filter-container .collapse-toggle-arrow {
  cursor: pointer;
  position: relative;
  font-size: 30px;
  margin: 10px;
  padding: 0 10px;
}
.product-filter-container .collapse-toggle-arrow:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: .7em;
}
.product-rollup .rollup {
  font-size: 15px;
  line-height: 1.46666667;
  padding-top: 10px;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .product-rollup .rollup {
    border-bottom: 0;
    padding-top: 0;
  }
}
.product-rollup .rollup .rollup-body > a {
  display: block;
  text-align: center;
}
.product-rollup .rollup .rollup-body > a .rollup-image {
  display: block;
  min-height: 160px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.product-rollup .rollup .rollup-body > a .title {
  color: #394a4f;
  font-size: 18px;
  font-weight: 600;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.product-rollup .rollup .rollup-body > a:hover .rollup-image {
  opacity: 0.5;
}
.product-rollup .rollup .rollup-body > a:hover .title {
  color: #0076be;
}
.product-rollup .rollup .rollup-body .teaser {
  text-align: left;
  color: #394a4f;
  font-size: 15px;
}
/* Support Product Listing */
.support-product-listing {
  margin: 15px 0;
}
.support-product-listing h2 {
  border-bottom: 1px solid #999999;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 15px;
}
.support-product-listing .product-row {
  overflow: hidden;
}
.support-product-listing .product-row .product {
  font-size: 13px;
  margin-bottom: 15px;
  text-align: center;
  -moz-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
.support-product-listing .product-row .product:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.support-product-listing .product-row .product img {
  max-width: 100%;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .support-product-listing .product-row .product img {
    display: block;
    margin: auto;
  }
}
/* Support Product Legacy Listing */
.support-product-legacy-listing {
  margin: 15px 0;
}
.support-product-legacy-listing h2 {
  border-bottom: 1px solid #999999;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 15px;
}
.support-product-legacy-listing .product-row {
  overflow: hidden;
}
.support-product-legacy-listing .product-row .product {
  margin-bottom: 15px;
}
.promos .industry {
  padding-bottom: 20px;
}
.promo {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 19px;
}
.promo figure {
  display: block;
  position: relative;
}
.promo figure img {
  width: 100%;
}
.promo figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-property: background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.promo figcaption.center .wrapper .text {
  vertical-align: middle;
  text-transform: inherit;
}
.promo figcaption.bottom .wrapper.show-gradient {
  background: rgba(0, 0, 0, 0);
  /* old browsers */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.promo figcaption.bottom .wrapper.no-gradient {
  background-image: none;
}
.promo figcaption.bottom .wrapper .text {
  vertical-align: bottom;
}
.promo .wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.promo .wrapper .text {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
}
.promo .wrapper [class^="heading-h"],
.promo .wrapper [class*=" heading-h"] {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.promo .wrapper .middle {
  margin-bottom: 0px;
}
.promo .wrapper .description {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.promo .wrapper .disclaimer {
  display: block;
  font-size: 10px;
}
.showcase-image {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .showcase-image {
    max-width: 320px;
  }
}
.promos {
  background-color: #ffffff;
  position: relative;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .promos {
    padding: 0;
  }
}
.promos .promo {
  margin-bottom: 5px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .promos .promo {
    max-height: 279px;
    background-color: transparent;
  }
}
.promos .promo img {
  max-height: 133px;
  width: auto;
}
@media (min-width: 768px) {
  .promos .promo img {
    max-height: none;
    width: 100%;
  }
}
.promos .promo figcaption {
  background-color: rgba(0, 0, 0, 0.3);
}
.promos .promo figcaption:before {
  content: '';
  display: block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: rotate(45deg) translateY(-60px);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.promos .promo figcaption:after {
  content: '+';
  position: absolute;
  top: -7px;
  right: 7px;
  font-size: 42px;
  opacity: 0;
  color: #ffffff;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.promos .promo:hover figcaption {
  background-color: rgba(0, 0, 0, 0.7);
}
.promos .promo:hover figcaption:before {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
}
.promos .promo:hover figcaption:after {
  opacity: 1;
  transition-delay: 250ms;
}
.promos .promo:hover figcaption.orange {
  background-color: rgba(255, 165, 0, 0.6);
}
.promos .promo:hover figcaption.red {
  background-color: rgba(255, 0, 0, 0.6);
}
.promos .promo:hover figcaption.blue {
  background-color: rgba(0, 118, 190, 0.6);
}
.promos .promo:hover figcaption.green {
  background-color: rgba(0, 128, 0, 0.6);
}
.home-page-promos .promos {
  z-index: 2;
}
.home-page-promos .promos:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  -webkit-box-shadow: 0 -10px 20px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -10px 20px -2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .home-page-promos .promos:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .home-page-promos .promos {
    margin-top: -50px;
  }
  .home-page-promos .promos > .row {
    margin-left: 4px;
    margin-right: 4px;
  }
  .home-page-promos .promos > .row > .col-sm-3 {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-promos .promos figure {
    height: 150px;
  }
  .home-page-promos .promos img {
    width: 100%;
    max-height: none;
  }
}
.industries-promos {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.industries-promos .btn-primary {
  white-space: normal;
}
.industries-promos .normal-cursor {
  cursor: context-menu;
}
.industries-promos .image-caption-link {
  margin-top: 15px;
}
.industries-promos .promo {
  text-align: center;
}
.industries-promos .promo [class^="heading-h"],
.industries-promos .promo [class*=" heading-h"] {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0;
}
.industries-promos .promo [class^="padding-bottom-heading-h"],
.industries-promos .promo [class*=" padding-bottom-heading-h"] {
  padding-bottom: 20px;
}
.industries-promos .promo .description {
  text-transform: none;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 1.375;
  transition-property: max-height, margin-top;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.industries-promos .promo .usage-image {
  display: block;
}
.industries-promos .promo .hover-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .industries-promos .promo figcaption {
    display: none;
  }
  .industries-promos .promo [class^="heading-h"],
  .industries-promos .promo .visible-xs[class*=" heading-h"] {
    color: #333333;
  }
  .industries-promos .promo .description {
    max-height: none;
  }
}
.industries-promos .promo:hover figcaption {
  background-color: rgba(0, 118, 190, 0.85);
}
.industries-promos .promo:hover .usage-image {
  display: none;
}
.industries-promos .promo:hover .hover-image {
  display: block;
}
.industries-promos .promo:hover .none {
  background-color: transparent;
}
@media (min-width: 768px) {
  .industries-promos .promo:hover .description {
    margin-top: 20px;
    max-height: 8em;
  }
}
.cartridge-recyling-body p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.cartridge-recyling-body #left_column h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 120%;
  color: #333333;
}
.cartridge-recyling-body #right_column {
  padding: 20px;
  margin-left: 20px;
}
.cartridge-recyling-body #right_column h1 {
  color: #008000;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.cartridge-recyling-body #right_column h2 {
  color: #0076be;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.cartridge-recyling-body #right_column p {
  margin: 5px 0;
}
.cartridge-recyling-body #right_column .cartridge-recycling-instruction {
  margin-bottom: 10px;
}
.cartridge-recyling-body #right_column .cartridge-recycling-instruction h2 {
  margin-top: 0;
}
.cartridge-recyling-body #right_column .cartridge-recycling-instruction img {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .cartridge-recyling-body #right_column .cartridge-recycling-instruction img {
    float: none;
    margin-bottom: 10px;
  }
}
.cartridge-recyling-body hr {
  border: 1px solid #999999;
}
.cartridge-recyling-body a.btnDynRedArrowBGeee {
  background: url(/Include/Roland/Local/images/btn_dyn_arrowRed_bgEEE.png) top left no-repeat;
  color: #333333;
  padding-left: 25px;
  float: left;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
}
.cartridge-recyling-body a.btnDynRedArrowBGeee span {
  background: url(/Include/Roland/Local/images/btn_dyn_arrowRed_bgEEE.png) top right no-repeat;
  padding: 5px 20px 4px 10px;
  float: left;
  font-size: 10px;
}
.cartridge-recyling-body a.btnDynRedArrowBGeee:hover {
  /*hover*/
  background: url(/Include/Roland/Local/images/btn_dyn_arrowRed_bgEEE.png) bottom left no-repeat;
  cursor: pointer;
  /* FOR IE6 */
}
.cartridge-recyling-body a.btnDynRedArrowBGeee:hover span {
  /*hover*/
  background: url(/Include/Roland/Local/images/btn_dyn_arrowRed_bgEEE.png) bottom right no-repeat;
  cursor: pointer;
  /* FOR IE6 */
}
.cartridge-recyling-body .style1 {
  color: #333333;
  margin-left: 5px;
}
.related-content-row {
  background-color: #ccc;
  border-top: solid 5px #ffffff;
}
.related-container {
  display: table;
  margin: auto;
  table-layout: fixed;
  max-width: 1140px;
  font-size: 14px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .related-container {
    width: 100%;
  }
}
.related-container .generic-callout .h2 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 20px;
}
.related-container .related-content,
.related-container .generic-callout {
  background-color: #cccccc;
  position: relative;
  min-height: 268px;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .related-container .related-content,
  .related-container .generic-callout {
    min-height: 1px;
  }
}
@media (min-width: 768px) {
  .related-container .related-content,
  .related-container .generic-callout {
    display: table-cell;
    border-left: 5px solid #ffffff;
    min-height: 268px;
    padding: 30px;
  }
}
.related-container .related-content:first-child,
.related-container .generic-callout:first-child {
  border-left: 0;
}
.related-container .related-content a,
.related-container .generic-callout a {
  color: #666666;
}
@media only screen and (min-width: 1200px) {
  .related-container .related-content:first-child,
  .related-container .generic-callout:first-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .related-content-row .products {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .related-content-row .products .related-product-section {
    padding: 0 30px 30px 30px;
  }
}
.related-content-row .products .h4.related-product-title {
  font-size: 16px;
  text-transform: none;
}
.related-content-row .products ul {
  padding-left: 15px;
}
.related-items {
  border-bottom: 5px solid #ffffff;
  display: table;
  width: 100%;
  margin: 0;
  min-height: 268px;
  table-layout: fixed;
}
.related-items .bottom-buttons {
  margin-top: 30px;
}
.related-items.is-collapsed .extra {
  display: none;
}
.related-items.is-collapsed .view-less {
  display: none;
}
.related-items.is-collapsed .view-more {
  display: block;
}
.related-items.is-expanded .view-less {
  display: block;
}
.related-items.is-expanded .view-more {
  display: none;
}
.related-items .related-content {
  padding: 30px;
}
.related-items .related-content h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.related-items .related-content .related-item {
  font-size: 14px;
  margin-bottom: 15px;
}
.related-items .related-content .related-item .image {
  display: none;
}
.related-items .related-content .related-item .text a {
  display: block;
}
.related-mini-callout {
  margin-bottom: 50px;
  padding-left: 6px;
  padding-right: 6px;
}
.related-mini-callout .h4 {
  display: inline;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .top-video-row {
    max-width: 100%;
  }
}
.top-video-row .featured-video iframe {
  max-width: 100%;
}
.top-video-row .featured-video.placeholder {
  margin-bottom: 15px;
  text-align: center;
}
.top-video-row .featured-video.placeholder:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .top-video-row .featured-video.placeholder {
    max-width: 100%;
    height: auto;
  }
}
.top-video-row .featured-video.placeholder .vid-play img {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -38px;
}
.top-video-row .featured-video.placeholder img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-video-row .featured-video.placeholder img {
    height: auto;
    max-width: 100% !important;
    margin-top: 0;
  }
}
ul.video-grid {
  margin-left: -6px;
  margin-right: -6px;
}
.video-grid {
  margin: auto;
}
.video-grid .grid-item {
  padding: 6px;
  transform: translateZ(0px);
  transition: transform 0.1s ease-in-out 0s;
}
.video-grid .grid-item:hover {
  cursor: pointer;
  transform: scale(1.1);
  z-index: 10;
}
.video-grid .grid-item-wrapper {
  background-color: #ffffff;
  border-color: #999 #ddd #ccc;
  border-style: solid;
  border-width: 0 1px 1px;
  height: 286px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .video-grid .grid-item-wrapper {
    height: 403px;
  }
}
@media only screen and (max-width: 767px) {
  .video-grid .grid-item-wrapper {
    height: auto;
  }
}
.video-grid .grid-image {
  background-color: #000000;
  height: 201px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .video-grid .grid-image {
    height: 333px;
  }
}
@media only screen and (max-width: 767px) {
  .video-grid .grid-image {
    height: auto;
  }
}
.video-grid .grid-title {
  color: #666;
  font-size: 18px;
  height: 85px;
  padding: 6px;
}
.roland-tv.jump-target:before {
  margin-top: -92px;
  height: 92px;
}
@media only screen and (max-width: 767px) {
  .roland-tv.jump-target:before {
    margin-top: -30px;
    height: 30px;
  }
}
.roland-tv .tv-filter {
  border-top: 1px solid #ddd;
  overflow: hidden;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .roland-tv .tv-filter .col-md-4 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .roland-tv .tv-filter .col-md-3 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .roland-tv .tv-filter .col-md-2 {
    text-align: left;
  }
}
.roland-tv .tv-filter .filter-sorter {
  border-right: 0 solid #eeeeee;
  display: block;
  padding-bottom: 0;
  background-color: #ffffff;
  height: 39px;
}
.roland-tv .tv-filter .filter-sorter h3 {
  height: 34px;
  padding: 8px 16px 7px 36px !important;
  text-transform: uppercase;
}
.roland-tv .tv-filter .filter-sorter h3 a {
  color: #999;
}
.roland-tv .tv-filter .menu-content {
  clear: both;
  margin: auto;
}
.roland-tv .tv-filter .menu-content ul {
  margin-bottom: 12px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.roland-tv .tv-filter .menu-content ul li {
  padding-left: 10px;
  margin: 0;
}
.roland-tv .tv-filter .menu-content ul li.selected {
  background-image: url(/Include/Roland/Local/Images/arrow_right2.png);
  background-position: left;
  background-repeat: no-repeat;
}
.roland-tv .tv-filter .search-wrapper {
  background-color: #fff;
  height: 39px;
  margin: 0;
  overflow: hidden;
  padding-top: 6px;
}
.roland-tv .tv-filter .search-wrapper input {
  vertical-align: middle;
}
.roland-tv .tv-filter .search-wrapper .search-box {
  background-color: #eee;
  border: 0 none;
  border-radius: 4px;
  font-family: proxima-nova, arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  padding: 4px;
  width: 120px;
}
.roland-tv .tv-filter .tv-footer {
  clear: both;
  text-align: center;
}
.roland-tv .tv-filter .tv-footer img {
  width: 100%;
}
.roland-tv .ui-accordian .ui-accordion-header {
  margin-top: 0 !important;
  padding: 8px 16px 7px 36px !important;
}
.roland-tv .ui-accordian .ui-accordion-header .ui-accordion-header-icon {
  left: 0.5em;
  margin-top: -8px;
  position: absolute;
  top: 44% !important;
}
.roland-tv .ui-accordian .ui-accordion-content {
  background: none repeat scroll -50px 0 #fff !important;
  line-height: 20px !important;
  padding: 0 !important;
}
.roland-tv .ui-widget-content {
  background: none repeat scroll 0 0 #fff !important;
  border: 0 solid #aaa !important;
  color: #222 !important;
}
.roland-tv .ui-widget-content a {
  color: #0077be !important;
  font-family: proxima-nova, arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  line-height: 22px;
}
.roland-tv .ui-widget-content a:hover {
  color: #666 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}
.roland-tv .ui-state-default,
.roland-tv .ui-widget-content .ui-state-default,
.roland-tv .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #fff !important;
  color: #0077be;
  border: 0 solid #d3d3d3 !important;
  font-weight: normal !important;
}
.roland-tv .ui-corner-all,
.roland-tv .ui-corner-top,
.roland-tv .ui-corner-right,
.roland-tv .ui-corner-tr,
.roland-tv .ui-corner-br {
  border-radius: 0 !important;
}
.roland-tv .ui-state-hover .ui-icon,
.roland-tv .ui-state-focus .ui-icon {
  background-image: url("/Include/Roland/Local/Images/btn_arrow_up.png") !important;
  height: 20px;
  width: 20px;
}
.roland-tv .ui-state-default .ui-icon {
  background-position: 0 0 !important;
  background-image: url("/Include/Roland/Local/Images/btn_arrow_up.png") !important;
  height: 20px;
  opacity: 0.8;
  width: 20px;
}
.roland-tv .ui-state-active {
  background: none;
  border: none;
}
.roland-tv .ui-state-active .ui-icon {
  background-position: 0 0 !important;
  background-image: url("/Include/Roland/Local/Images/btn_arrow_down.png") !important;
  height: 20px;
  width: 20px;
}
.current-video-container-wrapper {
  width: 100vmin;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .current-video-container-wrapper.small-video-player {
    width: 80vmin;
  }
}
.current-video-container-wrapper .current-video-container {
  height: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0;
}
.current-video-container-wrapper .current-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tv-video-player-body {
  padding: 20px;
}
.tv-video-player-body .video-details {
  margin-top: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .tv-video-player-body .video-details {
    font-size: 18px;
  }
}
.search-desktop .search-dropdown-menu {
  overflow: visible;
}
.search-container a.CoveoResult {
  display: block;
  padding-bottom: 15px;
}
.navbar .CoveoSearchInterface {
  border-radius: 4px;
}
.navbar .CoveoOmnibox .magic-box-icon {
  top: 0;
}
.search-sublayout {
  background-color: #eeeeee;
}
.search-sublayout .CoveoSearchInterface {
  background-color: #ffffff;
  border-radius: 4px;
  padding-bottom: 60px;
}
.search-sublayout .CoveoSearchInterface .CoveoSearchButton {
  background-color: #ffffff;
}
.search-sublayout .CoveoSearchInterface a .coveo-highlight,
.search-sublayout .CoveoSearchInterface a .highlight {
  color: #2189c8;
}
.search-sublayout .CoveoSearchInterface .coveo-tab-section {
  background-color: #eeeeee !important;
  border-bottom: none !important;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section {
  max-width: none;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-header-row {
  background-color: #eeeeee;
  padding-bottom: 30px;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-header-row .coveo-results-header {
  box-shadow: none;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-header-row .coveo-results-column {
  width: 80%;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-facet-column {
  width: 100%;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-facet-header-title {
  font-size: 15px;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-facet-value-label-wrapper {
  font-size: 13px;
  font-weight: normal;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-facet-value-label {
  padding: 1px 0;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-results-column {
  width: 100%;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager {
  text-align: right;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager > ul {
  margin-top: 0;
  margin-bottom: 0;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-active .coveo-pager-anchor {
  color: #000;
  font-size: 18px;
}
.search-sublayout .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoSearchbox .CoveoOmnibox .magic-box-icon {
  top: 0;
}
.CoveoResult a:hover,
.CoveoResult a:hover a {
  text-decoration: none !important;
}
.coveo-result-row .lightbox-video {
  display: table;
}
.coveo-result-row a .video-result-row {
  color: #373737;
}
.coveo-result-row .video-container {
  display: table-cell;
  position: relative;
  overflow: hidden;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 300px;
}
.coveo-result-row .video-container .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -45px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.coveo-result-row .video-container .video-play img {
  width: 50%;
}
.coveo-result-row .video-container .video-image img {
  width: 100%;
}
.coveo-result-row .video-container:hover .video-play {
  opacity: 0.7;
}
.coveo-result-row .video-container:hover .video-title {
  opacity: 0.7;
}
.coveo-result-cell {
  cursor: pointer;
}
.coveo-result-cell .CoveoResultTitle {
  font-weight: bold;
}
.coveo-result-cell .child-item-links {
  cursor: default;
  padding-top: 15px;
  padding-left: 0;
}
/* RESULTS */
.coveo-results-header {
  margin-left: -6px;
  margin-right: -6px;
}
.coveo-results-header .coveo-summary-section {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .coveo-results-header .coveo-summary-section {
    float: left;
    width: 50%;
  }
}
.coveo-results-header .coveo-summary-section .CoveoQuerySummary,
.coveo-results-header .coveo-summary-section .CoveoQueryDuration {
  display: inline;
}
.coveo-results-header .CoveoPager {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .coveo-results-header .CoveoPager {
    float: left;
    width: 50%;
  }
}
.ResultListHeader {
  font-size: 48px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 27px;
  margin-bottom: 13.5px;
}
.CoveoResult {
  display: none;
}
.CoveoResult.coveo-result-frame {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin: 20px 0px 20px 20px;
  position: relative;
  min-height: 126px;
  margin-left: -6px;
  margin-right: -6px;
}
.CoveoResult a {
  cursor: pointer;
  text-decoration: none;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.CoveoResult .product-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .CoveoResult .product-thumbnail {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .CoveoResult .product-thumbnail {
    left: 83.33333333%;
  }
}
.CoveoResult .product-result {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .CoveoResult .product-result {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .CoveoResult .product-result {
    right: 16.66666667%;
  }
}
.CoveoResult .coveo-date {
  display: none;
  float: right;
  font-size: 12px;
  margin-left: 10px;
  padding-top: 3px;
  color: #666666;
}
.CoveoResult .coveo-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
}
.CoveoResult .coveo-excerpt {
  max-width: 600px;
  font-size: 14px;
  padding: 5px 0 8px 0;
}
.social {
  padding-top: 50px;
  padding-bottom: 50px;
}
.social [class^="h"],
.social [class*=" h"] {
  color: #394a4f;
}
.social .h3 {
  font-size: 54px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .social .h3 {
    font-size: 34px;
    text-align: center;
  }
}
.social .social-icons {
  text-align: right;
  line-height: 54px;
}
@media only screen and (max-width: 767px) {
  .social .social-icons {
    text-align: center;
    margin-bottom: 30px;
  }
}
.social .social-icons a {
  margin-left: 7px;
}
.social .video-container {
  padding-top: 0;
  padding-bottom: 0;
}
.social .video-container iframe {
  max-width: 100%;
}
.share {
  position: absolute;
  right: 0;
  top: -40px;
}
.share a {
  color: #394a4f;
  font-size: 14px;
  font-weight: 300;
  margin-left: 12px;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  letter-spacing: 0.025em;
}
.share a:first-child {
  margin-left: 0;
}
.share a [class^="glyphicon-custom-"],
.share a [class*=" glyphicon-custom-"] {
  color: #cacbcb;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.share a:hover {
  color: #0076be;
}
.share a:hover [class^="glyphicon-custom-"],
.share a:hover [class*=" glyphicon-custom-"] {
  color: #0076be;
}
.specifications.table td {
  font-size: 14px;
  border: 1px solid #ebebeb;
}
.product-more-info-cta {
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-more-info-cta div {
  display: inline-block;
}
.product-more-info-cta a[data-id='buy-now glyphicon-shopping-cart'] {
  background-color: #ffcd00;
  color: black;
}
.product-more-info-cta a[data-id='media-request glyphicon-share'] {
  background-color: #0076c0;
}
@media only screen and (max-width: 767px) {
  .product-more-info-cta a[data-id='media-request glyphicon-share'] .mobile-call-to-action-txt {
    color: white;
  }
}
.product-more-info-cta a[data-id='icc-profile glyphicon-download'] {
  background-color: #ca5ba7;
  color: #ffffff;
}
.product-more-info-cta a[data-id='glyphicon-download'] {
  background-color: #ca5ba7;
  color: #ffffff;
}
.product-more-info-cta a[data-id='icc-profile glyphicon-download'] {
  background-color: #ca5ba7;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-more-info-cta a[data-id='icc-profile glyphicon-download'] {
    border-radius: 10px 10px 0 0;
  }
  .product-more-info-cta a[data-id='icc-profile glyphicon-download'] .mobile-call-to-action-txt {
    color: white;
  }
  .product-more-info-cta a[data-id='icc-profile glyphicon-download'] + div.rainbow {
    border-radius: 0 0 5px 5px;
  }
}
.product-more-info-cta a[data-id='icc-profile glyphicon-download'] + div.rainbow {
  margin-bottom: 1%;
  height: 5px;
  width: 100%;
  position: relative;
  top: -5px;
  background: #7db9e8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwg dmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ExNWNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2Y0YTIyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2ZmZmY2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGZmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #7db9e8 1%, #1e5799 14%, #a15cbc 37%, #f4a227 59%, #ffff60 82%, #08ff00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #7db9e8), color-stop(14%, #1e5799), color-stop(37%, #a15cbc), color-stop(59%, #f4a227), color-stop(82%, #ffff60), color-stop(100%, #08ff00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7db9e8 1%, #1e5799 14%, #a15cbc 37%, #f4a227 59%, #ffff60 82%, #08ff00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7db9e8 1%, #1e5799 14%, #a15cbc 37%, #f4a227 59%, #ffff60 82%, #08ff00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7db9e8 1%, #1e5799 14%, #a15cbc 37%, #f4a227 59%, #ffff60 82%, #08ff00 100%);
  /* IE10+ */
  background: linear-gradient(to right, #7db9e8 1%, #1e5799 14%, #a15cbc 37%, #f4a227 59%, #ffff60 82%, #08ff00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#08ff00', GradientType=1);
  /* IE6-8 */
}
.product-more-info-cta a {
  display: block;
  margin-bottom: 1%;
  color: white;
  line-height: 50px;
  border: none !important;
  padding-left: 5%;
}
.product-more-info-cta a:hover {
  opacity: .8;
}
@media only screen and (max-width: 767px) {
  .product-more-info-cta a {
    border-radius: 10px;
    line-height: 15px;
  }
  .product-more-info-cta a.icc-profile {
    border-radius: 5px 5px 0 0;
  }
}
.spotlight {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .spotlight {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.spotlight .h2 {
  font-size: 36px;
  font-weight: 300;
}
.spotlight .subhead {
  font-style: italic;
}
.spotlight .btn-group-justified {
  border-spacing: 12px;
}
.spotlight .btn-group-justified > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 4px;
}
.spotlight .btn-group-justified > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.spotlight .btn-group-justified > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .tabbed-header .navbar-collapse > .container-fluid {
    padding: 0;
  }
}
.product-navigation,
.tabbed-navigation {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: auto;
  max-width: none;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .product-navigation,
  .tabbed-navigation {
    border-bottom: 2px solid #e6e7e7;
    border-top: 2px solid #e6e7e7;
  }
}
.product-navigation .navbar,
.tabbed-navigation .navbar {
  border: none;
  min-height: 0;
}
@media only screen and (max-width: 991px) {
  .product-navigation .navbar,
  .tabbed-navigation .navbar {
    padding: 0;
  }
}
.product-navigation .navbar-header,
.tabbed-navigation .navbar-header {
  background-color: #e6e7e7;
  margin: 0;
}
@media (min-width: 768px) {
  .product-navigation .navbar-header,
  .tabbed-navigation .navbar-header {
    display: none;
  }
}
.product-navigation .navbar-header .navbar-brand,
.tabbed-navigation .navbar-header .navbar-brand {
  display: block;
}
.product-navigation .navbar-header .toggle,
.tabbed-navigation .navbar-header .toggle {
  color: #0076be;
  display: block;
  font-size: 22px;
  line-height: 22px;
  padding: 20px 30px;
  position: relative;
}
.product-navigation .navbar-header .toggle:before,
.tabbed-navigation .navbar-header .toggle:before {
  color: #0076be;
  content: "\e260";
  font-family: 'Glyphicons Halflings';
  font-size: 20px;
  margin-top: -12px;
  position: absolute;
  right: 30px;
  top: 50%;
}
.product-navigation .navbar-header .toggle.collapsed:before,
.tabbed-navigation .navbar-header .toggle.collapsed:before {
  content: "\e259";
}
.product-navigation .collapse,
.tabbed-navigation .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (min-width: 768px) {
  .product-navigation .collapse,
  .tabbed-navigation .collapse {
    display: block !important;
    height: auto !important;
  }
}
.product-navigation .collapse.in,
.tabbed-navigation .collapse.in {
  height: auto;
}
@media (min-width: 768px) {
  .product-navigation ul,
  .tabbed-navigation ul {
    min-height: 60px;
  }
}
.product-navigation ul li,
.tabbed-navigation ul li {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-navigation ul li,
  .tabbed-navigation ul li {
    border-top: 1px solid #cccccc;
  }
  .product-navigation ul li a,
  .tabbed-navigation ul li a {
    color: #0076be;
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 10px 30px;
  }
  .product-navigation ul li a.is-selected,
  .tabbed-navigation ul li a.is-selected {
    background: #f5f5f5;
  }
  .product-navigation ul li a:hover,
  .tabbed-navigation ul li a:hover {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-navigation ul li,
  .tabbed-navigation ul li {
    border-right: 2px solid #e6e7e7;
    font-size: 16px;
    height: 60px;
    vertical-align: middle;
  }
  .product-navigation ul li:first-child,
  .tabbed-navigation ul li:first-child {
    border-left: 2px solid #e6e7e7;
  }
  .product-navigation ul li a,
  .tabbed-navigation ul li a {
    color: #394a4f;
    display: table;
    height: 100%;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 10px;
    transition-property: background-color, color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 100%;
  }
  .product-navigation ul li a:hover,
  .tabbed-navigation ul li a:hover {
    background-color: #0076be;
    color: #ffffff;
  }
  .product-navigation ul li a.is-selected,
  .tabbed-navigation ul li a.is-selected {
    color: #394a4f;
    font-weight: 700;
    background: #ffffff;
    /* old browsers */
    background: -webkit-linear-gradient(top, #ffffff 20%, #e6e7e7 100%);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ffffff 20%, #e6e7e7 100%);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .product-navigation ul li a > span,
  .tabbed-navigation ul li a > span {
    display: table-cell;
    vertical-align: middle;
  }
}
.product-navigation.affix,
.tabbed-navigation.affix {
  position: fixed;
}
.product-navigation.affix + .product-navigation-shim,
.tabbed-navigation.affix + .product-navigation-shim {
  height: 82px;
}
.product-navigation .navbar-collapse,
.tabbed-navigation .navbar-collapse {
  border: none;
  box-shadow: none;
  padding: 0;
}
.testimonial-rotator {
  background-color: #2189c8;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: 420px;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.testimonial-rotator .h3 {
  font-weight: 300;
  margin-bottom: 40px;
}
.testimonial-rotator .testimonial-carousel {
  /* Overrides since content is only 10 column width */
}
.testimonial-rotator .testimonial-carousel .carousel-control {
  left: -8.33333333%;
}
.testimonial-rotator .testimonial-carousel .carousel-control.right {
  right: -8.33333333%;
  left: auto;
}
/*Timeline*/
.timeline img {
  max-width: 100%;
}
.timeline-year-links {
  padding-left: 8.333333333333332%;
  padding-right: 8.333333333333332%;
  text-align: justify;
  position: relative;
  z-index: 1;
}
.timeline-year-links ul {
  text-align: justify;
  list-style: none;
  list-style-image: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.timeline-year-links ul .filler {
  width: 100%;
  display: inline-block;
}
.timeline-year-links ul li {
  display: inline;
}
.events-upcoming {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.events-upcoming [class^="h"],
.events-upcoming [class*=" h"] {
  color: #ffffff;
  font-size: 54px;
  margin-top: 0;
}
.events-upcoming .events :nth-child(1) .h2 {
  border-top-color: #4dccdd;
}
.events-upcoming .events :nth-child(1) .h2 a:before {
  background-color: #4dccdd;
}
.events-upcoming .events :nth-child(2) .h2 {
  border-top-color: #ffee31;
}
.events-upcoming .events :nth-child(2) .h2 a:before {
  background-color: #ffee31;
}
.events-upcoming .events :nth-child(3) .h2 {
  border-top-color: #ff015b;
}
.events-upcoming .events :nth-child(3) .h2 a:before {
  background-color: #ff015b;
}
.events-upcoming .event-header {
  color: #394a4f;
  padding: 13px;
  display: block;
  position: relative;
  overflow: hidden;
}
.events-upcoming .events-container {
  background-color: #ffffff;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .events-upcoming .events-container {
    min-height: 340px;
    margin-bottom: 0;
  }
}
.events-upcoming .events-container [class^="h"],
.events-upcoming .events-container [class*=" h"] {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-upcoming .events-container [class^="h"],
  .events-upcoming .events-container [class*=" h"] {
    font-size: 22px;
  }
}
.events-upcoming .events-container [class^="h"] a,
.events-upcoming .events-container [class*=" h"] a {
  color: #394a4f;
  padding: 13px;
  display: block;
  position: relative;
  overflow: hidden;
}
.events-upcoming .events-container [class^="h"] a:before,
.events-upcoming .events-container [class*=" h"] a:before {
  content: '';
  display: block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: -50px;
  right: -65px;
  transform: rotate(45deg) translateY(-60px);
  background-color: #ffffff;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.events-upcoming .events-container [class^="h"] a:after,
.events-upcoming .events-container [class*=" h"] a:after {
  content: '+';
  position: absolute;
  top: -7px;
  right: 7px;
  font-size: 42px;
  opacity: 0;
  color: #ffffff;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.events-upcoming .events-container [class^="h"] a:hover,
.events-upcoming .events-container [class*=" h"] a:hover {
  text-decoration: none;
}
.events-upcoming .events-container [class^="h"] a:hover:before,
.events-upcoming .events-container [class*=" h"] a:hover:before {
  opacity: 1;
  transform: rotate(45deg) translateY(0px);
}
.events-upcoming .events-container [class^="h"] a:hover:after,
.events-upcoming .events-container [class*=" h"] a:hover:after {
  opacity: 1;
}
.events-upcoming .event-block,
.events-upcoming .event-noresults {
  border-top: 1px solid #cccccc;
  margin-left: 13px;
  margin-right: 13px;
}
.events-upcoming .event-noresults {
  padding-top: 20px;
  padding-bottom: 10px;
}
.events-upcoming .event-block {
  padding: 20px 0;
}
.events-upcoming .event-block span {
  display: block;
  line-height: 1.33;
  color: #394a4f;
}
.events-upcoming .event-block a {
  color: #394a4f;
  font-weight: 700;
}
.videoplayer {
  padding-top: 30px;
}
.videoplayer .video-header {
  text-align: center;
}
.videoplayer .video-column {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .videoplayer .video-column {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .videoplayer .video-column {
    margin-left: 8.33333333%;
  }
}
.video-container {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 70px;
}
.video-container a .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33.5px;
  margin-left: -43px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.video-container a .video-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0c0f10;
  background-color: rgba(12, 15, 16, 0.6);
  color: #ffffff;
  padding: 10px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.video-container a .video-title p {
  margin-bottom: 0;
}
.video-container a .video-image img {
  width: 100%;
}
.video-container a:hover .video-play {
  opacity: 0.7;
}
.video-container a:hover .video-title {
  opacity: 0.7;
}
.video-container.video-title-middle a .video-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 2;
}
.video-container.video-title-middle a .video-placeholder .video-play {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0;
  margin-right: 0;
}
.video-container.video-title-middle a .video-placeholder .video-title {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  background-color: transparent;
}
.video-container.video-title-middle a .video-placeholder .video-title .h3 {
  font-size: 28px;
  text-transform: uppercase;
}
.video-container.video-title-middle a .video-image {
  position: relative;
}
.video-container.video-title-middle a .video-image:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0c0f10;
  background-color: rgba(12, 15, 16, 0.6);
  opacity: 1;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.video-container.video-title-middle a .video-image img {
  position: relative;
  z-index: 0;
}
.video-container.video-title-middle a:hover .video-image:before {
  opacity: 0.9;
}
.video-player-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #333333;
  color: #DDDDDD;
  padding: 15px;
  margin: 0;
  height: auto;
  width: 100%;
  max-width: 820px;
}
.video-player-body a {
  color: #333;
}
.video-player-body .video-player .video-strip-wrapper {
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.video-player-body .video-player .video-strip-wrapper #video-strip {
  margin: auto;
  overflow: hidden;
}
.video-player-body .video-player .video-strip-wrapper .video-subtext {
  line-height: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  height: 30px;
  width: 100px;
}
.video-player-body .video-player .video-strip-wrapper .video-image {
  margin-top: -10px;
  overflow: hidden;
}
.video-player-body .video-player .video-strip-wrapper .video-image img {
  max-height: 75px;
  max-width: 100px !important;
}
.video-player-body .video-player .video-strip-wrapper ul {
  margin: 0;
  padding: 0;
}
.video-player-body .video-player .video-strip-wrapper ul li {
  display: inline-block;
  padding: 10px 2px;
  list-style-type: none;
}
.roland-academy .border {
  border-top: 2px solid #3366CC;
  margin-bottom: 30px;
  margin-top: 30px;
}
.roland-academy.locations {
  padding-bottom: 10px;
}
.roland-academy .location {
  border-right: 1px solid #000000;
  text-align: center;
}
.roland-academy .location:last-child {
  border-right: none;
}
.roland-academy .location .headline {
  font-family: proxima-nova-condensed, arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #666666;
  line-height: 26px;
}
.roland-academy .location .location-info {
  min-height: 200px;
}
.roland-academy .location .location-btn .btn {
  white-space: normal;
}
.registration-modal .modal-header {
  text-align: left;
}
.registration-modal .modal-body {
  text-align: center;
  background-color: #ebebeb;
}
.registration-modal .or-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Support Workshop List */
.workshop-list .workshop .image img {
  max-width: 100%;
}
.workshop-list .workshop .summary h2 {
  margin-top: 0;
  color: #3366CC;
  font-size: 18px;
}
.workshop-list .workshop .summary .more-info {
  text-transform: uppercase;
  clear: right;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* Roland Academy */
.roland-academy-description {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* Workshop Location List*/
.workshop-location-list-container .workshop-location-list {
  width: 100%;
  border-collapse: collapse;
}
.workshop-location-list-container .workshop-location-list th {
  padding: 0;
}
.workshop-location-list-container .workshop-location-list th hr {
  width: 100%;
  height: 2px;
  border: 0 none;
  background-color: #3366CC;
  color: #3366CC;
}
.workshop-location-list-container .workshop-location-list .workshop-location-list-row {
  border-bottom: solid 1px #cccccc;
}
.workshop-location-list-container .workshop-location-list .workshop-location-list-row:last-child {
  border-bottom: none;
}
.workshop-location-list-container .workshop-location-list .workshop-location-list-row td {
  padding: 2px 0;
}
.workshop-location-list-container .workshop-location-list .workshop-location-list-registration-column {
  text-align: right;
}
.workshop-location-list-container hr {
  width: 100%;
  height: 2px;
  border: 0 none;
  background-color: #3366CC;
  color: #3366CC;
}
/* Region Selector */
.region-selector-map #worldmap svg {
  width: 100%;
  min-height: 500px;
}
.region-selector-map #worldmap svg:hover {
  cursor: pointer;
}
.region-selector-map #worldmap svg text:hover {
  cursor: pointer;
}
.region-selector-map #worldmap svg rect:hover {
  cursor: pointer;
}
.region-selector-map #worldmap svg tspan:hover {
  cursor: pointer;
}
.region-details {
  padding: 15px;
}
.region-details .modal-backdrop.in {
  z-index: -1000;
}
.region-details .flag {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 5px;
}
.region-details ul.region-column {
  margin-top: -20px;
}
.region-details ul.region-column li {
  margin: 20px 0;
}
.region-details ul.region-column li .region-name {
  padding-left: 15px;
}
.region-details ul.lang-menu {
  line-height: 13px;
}
.region-details ul.lang-menu > li.language {
  display: inline;
  padding: 2px 10px;
  border-right: solid #555 1px;
}
.region-details ul.lang-menu > li.language:last-of-type {
  border-right: none;
  padding-right: 0;
}
.region-details ul.lang-menu > li.language.small {
  font-size: 13px;
}
.region-language {
  color: #afafaf;
}
#continentTooltip {
  position: absolute;
  border: none;
  padding: 10px 20px;
  z-index: 1000;
  /* set this to create word wrap */
  max-width: 200px;
  color: #fff;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
#mobile-sites .panel {
  border-bottom: 1px solid #666666;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
}
#mobile-sites .panel .panel-heading:hover {
  background-color: #e6e7e7;
}
#mobile-sites .panel .panel-heading:hover a {
  display: block;
}
#mobile-sites .panel .panel-body {
  border-top-color: #666666;
}
#mobile-sites .panel .panel-body li {
  border-bottom: #cccccc solid 1px;
  padding: 10px 0 5px 0;
}
#mobile-sites .panel .panel-body li:last-child {
  border-bottom: none;
}
#mobile-sites .panel .panel-body li:hover {
  background-color: #ebebeb;
}
#mobile-sites .panel .panel-body li a {
  display: block;
}
#mobile-sites .panel .panel-body .flag {
  margin-right: 10px;
}
#mobile-sites .header-icon {
  color: #0076be;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 5px;
}
/* Block Sub Nav*/
.block-sub-navigation-item {
  width: 320px;
  height: 220px;
}
.block-sub-navigation-item .block-sub-navigation-text {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .industry-list.promos .promo {
    max-height: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .industry-list.promos .promo img {
    max-height: none;
    width: 100%;
  }
}
.webinar-list .webinar-item {
  padding-top: 30px;
}
.webinar-list .webinar-description {
  padding-bottom: 30px;
}
.warranty-lookup .hover-effect {
  cursor: pointer;
}
.warranty-lookup .btn {
  white-space: normal;
}
.warranty-lookup .modal-backdrop {
  z-index: 0;
}
.warranty-lookup .machine-image {
  width: 100%;
}
.warranty-lookup .warranty-lookup-right > div {
  margin-top: 20px;
}
.modal-backdrop {
  z-index: 1040;
}
.modal-header .close {
  margin-top: -10px;
}
.fancybox-inner .btn-primary {
  padding: 6px 12px;
}
/*BRYAN WAS HERE*/
.support-chat-flyout-body a {
  color: #ffffff;
}
.support-chat-flyout-body h3.h5 {
  margin-bottom: 0;
  color: #Ffffff;
}
#chat_flyout2 {
  height: 290px !important;
}
.support-chat-flyout-body a {
  font-size: 16px;
}
.support-chat-flyout-body .btn {
  width: 95%!important;
  line-height: 18px;
}
.btncf {
  vertical-align: bottom;
  margin-top: 10px;
  text-transform: none;
  width: 90%;
}
.dealerLocatorContent {
  margin: 0em 3em;
}
@media only screen and (max-width: 767px) {
  .dealerLocatorContent {
    margin: 0;
  }
}
.dealerLocatorContent .inputGroup {
  padding: 1em;
}
.dealerLocatorContent .inputGroup label {
  font-weight: normal;
  font-size: 15px;
}
.dealerLocatorContent .inputGroup input,
.dealerLocatorContent .inputGroup select {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  min-width: 20em;
}
.dealerLocatorContent .inputGroup input:focus,
.dealerLocatorContent .inputGroup select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dealerLocatorContent .inputGroup input::-moz-placeholder,
.dealerLocatorContent .inputGroup select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.dealerLocatorContent .inputGroup input:-ms-input-placeholder,
.dealerLocatorContent .inputGroup select:-ms-input-placeholder {
  color: #999;
}
.dealerLocatorContent .inputGroup input::-webkit-input-placeholder,
.dealerLocatorContent .inputGroup select::-webkit-input-placeholder {
  color: #999;
}
.dealerLocatorContent .inputGroup input::-webkit-input-placeholder,
.dealerLocatorContent .inputGroup select::-webkit-input-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.dealerLocatorContent .inputGroup input:-moz-placeholder,
.dealerLocatorContent .inputGroup select:-moz-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.dealerLocatorContent .inputGroup input::-moz-placeholder,
.dealerLocatorContent .inputGroup select::-moz-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.dealerLocatorContent .inputGroup input:-ms-input-placeholder,
.dealerLocatorContent .inputGroup select:-ms-input-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.dealerLocatorContent .inputGroup input[disabled],
.dealerLocatorContent .inputGroup select[disabled],
.dealerLocatorContent .inputGroup input[readonly],
.dealerLocatorContent .inputGroup select[readonly],
fieldset[disabled] .dealerLocatorContent .inputGroup input,
fieldset[disabled] .dealerLocatorContent .inputGroup select {
  background-color: #eeeeee;
  opacity: 1;
}
.dealerLocatorContent .inputGroup input[disabled],
.dealerLocatorContent .inputGroup select[disabled],
fieldset[disabled] .dealerLocatorContent .inputGroup input,
fieldset[disabled] .dealerLocatorContent .inputGroup select {
  cursor: not-allowed;
}
textarea.dealerLocatorContent .inputGroup input,
textarea.dealerLocatorContent .inputGroup select {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .dealerLocatorContent .inputGroup input,
  .dealerLocatorContent .inputGroup select {
    min-width: 150px;
  }
}
.dealerLocatorContent .inputGroup .has-error {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #a94442;
}
.dealerLocatorContent .dealerSubmit {
  margin: .5em;
}
.dealerResultsContent .mapCanvas {
  height: 22em;
  margin: 2em 0em 5em 0em;
  border: solid 1px #999;
}
.dealerResultsContent .dealerHeader {
  margin: .1em 0em;
}
.dealer-no-results {
  margin-bottom: 60px;
}
.dealer-details .detailsButton {
  -webkit-appearance: button;
  -moz-appearance: button;
  text-decoration: none;
  background-color: #0076be;
  color: #ffffff;
  border-color: #ccc;
  padding: .3em;
}
.dealer-details .detailsButton:hover {
  background-color: #00619c;
}
.dealer-details .mapCanvas {
  height: 22em;
  margin: 15px 30px 15px 0;
  border: solid 1px #999;
}
.dealer-details .dealerHeader {
  margin: .1em 0em;
}
.dealer-details .dealer-info-col {
  padding-bottom: 5px;
}
.dealer-details .dealer-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 18px;
  margin-bottom: 5px;
}
.dealer-details .dealer-contact-form .page-header {
  margin: 0;
}
.dealer-details .dealer-contact-form .control-label {
  font-weight: normal;
}
.dealer-details .product-category {
  margin-bottom: 60px;
  margin-top: 30px;
}
.dealer-details .product-category ul {
  padding-left: 0;
}
.dealer-details .product-category ul li {
  margin-bottom: 5px;
}
.dealer-details .product-category.col-md-6 {
  margin-top: 0;
}
.dealer-details .product-category.col-md-6 h5 {
  margin-top: 0;
}
.dealer-details .product-services {
  background-color: #00619c;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
}
.dealer-details .dealer-overview {
  margin-bottom: 30px;
}
#documentationContainer {
  min-height: 350px;
}
#documentationContainer .no-results {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#documentationContainer .inputGroup {
  padding: 1em;
}
#documentationContainer .inputGroup label {
  font-weight: normal;
  font-size: 15px;
}
#documentationContainer .inputGroup input,
#documentationContainer .inputGroup select {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  min-width: 20em;
}
#documentationContainer .inputGroup input:focus,
#documentationContainer .inputGroup select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#documentationContainer .inputGroup input::-moz-placeholder,
#documentationContainer .inputGroup select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#documentationContainer .inputGroup input:-ms-input-placeholder,
#documentationContainer .inputGroup select:-ms-input-placeholder {
  color: #999;
}
#documentationContainer .inputGroup input::-webkit-input-placeholder,
#documentationContainer .inputGroup select::-webkit-input-placeholder {
  color: #999;
}
#documentationContainer .inputGroup input::-webkit-input-placeholder,
#documentationContainer .inputGroup select::-webkit-input-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
#documentationContainer .inputGroup input:-moz-placeholder,
#documentationContainer .inputGroup select:-moz-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
#documentationContainer .inputGroup input::-moz-placeholder,
#documentationContainer .inputGroup select::-moz-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
#documentationContainer .inputGroup input:-ms-input-placeholder,
#documentationContainer .inputGroup select:-ms-input-placeholder {
  color: #666666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
#documentationContainer .inputGroup input[disabled],
#documentationContainer .inputGroup select[disabled],
#documentationContainer .inputGroup input[readonly],
#documentationContainer .inputGroup select[readonly],
fieldset[disabled] #documentationContainer .inputGroup input,
fieldset[disabled] #documentationContainer .inputGroup select {
  background-color: #eeeeee;
  opacity: 1;
}
#documentationContainer .inputGroup input[disabled],
#documentationContainer .inputGroup select[disabled],
fieldset[disabled] #documentationContainer .inputGroup input,
fieldset[disabled] #documentationContainer .inputGroup select {
  cursor: not-allowed;
}
textarea#documentationContainer .inputGroup input,
textarea#documentationContainer .inputGroup select {
  height: auto;
}
@media only screen and (max-width: 767px) {
  #documentationContainer .inputGroup input,
  #documentationContainer .inputGroup select {
    min-width: 150px;
  }
}
#documentationContainer .inputGroup .has-error {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #a94442;
}
/* 
 =================================
  BASE STYLES
 =================================
*/
body {
  font-weight: 400;
}
/*
 =================================
  BOOTSTRAP OVERRIDES
 =================================
*/
.container-fluid {
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media (min-width: 1230px) {
  .container-fluid {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
 =================================
  GENERIC CLASSES
 =================================
*/
@media only screen and (min-width: 768px) {
  .row.vertical-align {
    display: flex;
    align-items: center;
  }
  .row.vertical-align > [class^="col-"],
  .row.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* Verify Owner */
.verify-owner {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .verify-owner .h1,
  .verify-owner h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .verify-owner .h1,
  .verify-owner h1 {
    font-size: 40px;
  }
}
.dropdown-backdrop {
  position: static;
}
.flyout-links .flyout-link {
  left: 235px;
}
