@charset "UTF-8";
/* ==========================================================================
   Calculate REMs
   ========================================================================== */
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*!
 * 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 */
@import url("https://use.typekit.net/cae5utx.css");
/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0; }

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

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

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

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

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent; }

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

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

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

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

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

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 85, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important; }
    /* line 88, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
    .table td,
    .table th {
      background-color: #fff !important; }

  /* line 94, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .product-manual:before, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .quickstart-guide:before, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .troubleshooting-guide:before, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .profile-faq:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .product-manual:before {
  content: "\e022"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .profile-faq:before {
  content: "\e085"; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 140, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .troubleshooting-guide:before {
  content: "\e101"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 209, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .quickstart-guide:before {
  content: "\e171"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 238, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201"; }

/* line 239, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202"; }

/* line 240, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203"; }

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204"; }

/* line 242, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205"; }

/* line 243, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206"; }

/* line 252, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209"; }

/* line 253, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210"; }

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211"; }

/* line 255, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212"; }

/* line 256, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213"; }

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214"; }

/* line 258, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215"; }

/* line 259, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216"; }

/* line 260, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa"; }

/* line 261, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218"; }

/* line 262, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219"; }

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff"; }

/* line 264, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221"; }

/* line 265, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b"; }

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223"; }

/* line 267, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224"; }

/* line 268, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225"; }

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226"; }

/* line 270, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227"; }

/* line 271, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227"; }

/* line 272, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227"; }

/* line 273, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5"; }

/* line 274, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5"; }

/* line 275, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd"; }

/* line 276, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd"; }

/* line 277, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230"; }

/* line 278, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231"; }

/* line 279, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

/* line 280, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233"; }

/* line 281, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234"; }

/* line 282, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235"; }

/* line 283, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236"; }

/* line 284, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237"; }

/* line 285, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238"; }

/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239"; }

/* line 287, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240"; }

/* line 288, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241"; }

/* line 289, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242"; }

/* line 290, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243"; }

/* line 291, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244"; }

/* line 292, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245"; }

/* line 293, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

/* line 294, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247"; }

/* line 295, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248"; }

/* line 296, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249"; }

/* line 297, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250"; }

/* line 298, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251"; }

/* line 299, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252"; }

/* line 300, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253"; }

/* line 301, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254"; }

/* line 302, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255"; }

/* line 303, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256"; }

/* line 304, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257"; }

/* line 305, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258"; }

/* line 306, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259"; }

/* line 307, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260"; }

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

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

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

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

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

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none; }
  /* line 52, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  /* line 58, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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

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

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

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

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

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

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

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

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

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.lead, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content .field-name-field-intro, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content .field-name-field-intro, .page-blog .pane-blog-pane .image-none .blog--content .field-name-field-intro {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    /* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
    .lead, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content .field-name-field-intro, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content .field-name-field-intro, .page-blog .pane-blog-pane .image-none .blog--content .field-name-field-intro {
      font-size: 21px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
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); }
  /* line 32, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

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

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

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.container, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-blog-pane .image-none .blog--content, .node-type-blog article .field-name-field-product, .node-type-blog article .field-name-field-intro, .node-type-blog article .field-name-title-field,
.node-type-blog article .required-fields, .view-profile-product-overview .view-mode-profile_product_overview, .node-type-product-tour .carousel-inner, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container:before, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets:before, .page-blog .pane-blog-pane .image-none .blog--content:before, .node-type-blog article .field-name-field-product:before, .node-type-blog article .field-name-field-intro:before, .node-type-blog article .field-name-title-field:before,
  .node-type-blog article .required-fields:before, .view-profile-product-overview .view-mode-profile_product_overview:before, .node-type-product-tour .carousel-inner:before, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes:before, .container:after, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets:after, .page-blog .pane-blog-pane .image-none .blog--content:after, .node-type-blog article .field-name-field-product:after, .node-type-blog article .field-name-field-intro:after, .node-type-blog article .field-name-title-field:after,
  .node-type-blog article .required-fields:after, .view-profile-product-overview .view-mode-profile_product_overview:after, .node-type-product-tour .carousel-inner:after, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes:after {
    content: " ";
    display: table; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container:after, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets:after, .page-blog .pane-blog-pane .image-none .blog--content:after, .node-type-blog article .field-name-field-product:after, .node-type-blog article .field-name-field-intro:after, .node-type-blog article .field-name-title-field:after,
  .node-type-blog article .required-fields:after, .view-profile-product-overview .view-mode-profile_product_overview:after, .node-type-product-tour .carousel-inner:after, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
    .container, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-blog-pane .image-none .blog--content, .node-type-blog article .field-name-field-product, .node-type-blog article .field-name-field-intro, .node-type-blog article .field-name-title-field,
    .node-type-blog article .required-fields, .view-profile-product-overview .view-mode-profile_product_overview, .node-type-product-tour .carousel-inner, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes {
      width: 750px; } }
  @media (min-width: 992px) {
    /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
    .container, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-blog-pane .image-none .blog--content, .node-type-blog article .field-name-field-product, .node-type-blog article .field-name-field-intro, .node-type-blog article .field-name-title-field,
    .node-type-blog article .required-fields, .view-profile-product-overview .view-mode-profile_product_overview, .node-type-product-tour .carousel-inner, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes {
      width: 970px; } }
  @media (min-width: 1200px) {
    /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
    .container, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-blog-pane .image-none .blog--content, .node-type-blog article .field-name-field-product, .node-type-blog article .field-name-field-intro, .node-type-blog article .field-name-title-field,
    .node-type-blog article .required-fields, .view-profile-product-overview .view-mode-profile_product_overview, .node-type-product-tour .carousel-inner, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes {
      width: 1170px; } }

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

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

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .navbar-collapse .nav-user, .col-xs-3, .col-sm-3, .col-md-3, .navbar-collapse .nav-user, .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, .navbar-collapse .nav-main, .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, .navbar-collapse .nav-main, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .navbar-collapse .nav-user, .col-md-4, .col-md-5, .col-md-6, .navbar-collapse .nav-main, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3, .navbar-collapse .nav-user {
    width: 25%; }

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

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

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6, .navbar-collapse .nav-main {
    width: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .navbar-collapse .nav-user, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .navbar-collapse .nav-main, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

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

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  /* line 31, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  /* line 41, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  /* line 57, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  /* line 62, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table .table {
    background-color: #fff; }

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

/* line 88, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd; }
  /* line 94, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  /* line 101, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

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

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

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

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

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

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

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

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

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

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

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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; }

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

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

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

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

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

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

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

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

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

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

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

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  /* line 57, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  /* line 103, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  /* line 107, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control:-ms-input-placeholder {
    color: #999; }
  /* line 108, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-webkit-input-placeholder {
    color: #999; }
  /* line 136, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 146, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  /* line 153, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  /* line 197, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  /* line 202, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

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

/* line 307, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  /* line 315, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

/* line 333, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
/* line 340, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
/* line 344, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
/* line 348, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

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

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

/* line 359, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
/* line 366, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
/* line 370, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
/* line 374, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 478, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 485, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 492, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block; }
  /* line 496, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    /* line 500, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  /* line 508, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%; }
  /* line 512, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 519, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    /* line 526, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  /* line 530, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  /* line 537, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

/* line 559, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
/* line 569, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
/* line 575, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  /* line 582, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
/* line 593, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  /* line 603, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  /* line 611, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.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: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 26, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  /* line 32, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  /* line 39, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 46, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  /* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  /* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    /* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  /* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  /* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  /* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    /* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  /* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  /* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  /* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    /* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  /* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  /* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  /* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    /* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  /* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  /* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  /* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    /* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  /* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  /* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  /* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    /* line 29, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  /* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  /* line 101, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
  .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; }
  /* line 109, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  /* line 115, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  /* line 123, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.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; }

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.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; }

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

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

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box; }
  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  /* line 56, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 61, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff !important;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

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

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

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

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

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

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

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

/* line 182, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
/* line 189, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  /* line 203, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  /* line 208, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    /* line 15, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

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

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

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

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

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

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

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

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

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

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

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

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

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

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

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  /* line 144, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn > .btn {
    position: relative; }
    /* line 146, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    /* line 150, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  /* line 159, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  /* line 165, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

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

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

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

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

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

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  /* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  /* line 199, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    /* line 206, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    /* line 210, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

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

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

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:after {
    clear: both; }
  /* line 59, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    /* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse {
      border-top: 0;
      box-shadow: none; }
      /* line 68, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      /* line 75, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.in {
        overflow-y: visible; }
      /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets > .navbar-header, .page-blog .pane-blog-pane .image-none .blog--content > .navbar-header, .node-type-blog article .field-name-field-product > .navbar-header, .node-type-blog article .field-name-field-intro > .navbar-header, .node-type-blog article .field-name-title-field > .navbar-header,
.node-type-blog article .required-fields > .navbar-header, .view-profile-product-overview .view-mode-profile_product_overview > .navbar-header, .node-type-product-tour .carousel-inner > .navbar-header, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes > .navbar-header,
.container > .navbar-collapse,
.page-blog .pane-views-exp-blog-pane form .views-exposed-widgets > .navbar-collapse,
.page-blog .pane-blog-pane .image-none .blog--content > .navbar-collapse,
.node-type-blog article .field-name-field-product > .navbar-collapse,
.node-type-blog article .field-name-field-intro > .navbar-collapse,
.node-type-blog article .field-name-title-field > .navbar-collapse,
.node-type-blog article .required-fields > .navbar-collapse,
.view-profile-product-overview .view-mode-profile_product_overview > .navbar-collapse,
.node-type-product-tour .carousel-inner > .navbar-collapse,
.page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    /* line 108, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .container > .navbar-header, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets > .navbar-header, .page-blog .pane-blog-pane .image-none .blog--content > .navbar-header, .node-type-blog article .field-name-field-product > .navbar-header, .node-type-blog article .field-name-field-intro > .navbar-header, .node-type-blog article .field-name-title-field > .navbar-header,
    .node-type-blog article .required-fields > .navbar-header, .view-profile-product-overview .view-mode-profile_product_overview > .navbar-header, .node-type-product-tour .carousel-inner > .navbar-header, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes > .navbar-header,
    .container > .navbar-collapse,
    .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets > .navbar-collapse,
    .page-blog .pane-blog-pane .image-none .blog--content > .navbar-collapse,
    .node-type-blog article .field-name-field-product > .navbar-collapse,
    .node-type-blog article .field-name-field-intro > .navbar-collapse,
    .node-type-blog article .field-name-title-field > .navbar-collapse,
    .node-type-blog article .required-fields > .navbar-collapse,
    .view-profile-product-overview .view-mode-profile_product_overview > .navbar-collapse,
    .node-type-product-tour .carousel-inner > .navbar-collapse,
    .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

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

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

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

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

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  /* line 170, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  /* line 175, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    /* line 180, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar > .container .navbar-brand, .page-blog .pane-views-exp-blog-pane form .navbar > .views-exposed-widgets .navbar-brand, .page-blog .pane-blog-pane .image-none .navbar > .blog--content .navbar-brand, .node-type-blog article .navbar > .field-name-field-product .navbar-brand, .node-type-blog article .navbar > .field-name-field-intro .navbar-brand, .node-type-blog article .navbar > .field-name-title-field .navbar-brand,
    .node-type-blog article .navbar > .required-fields .navbar-brand, .view-profile-product-overview .navbar > .view-mode-profile_product_overview .navbar-brand, .node-type-product-tour .navbar > .carousel-inner .navbar-brand, .page-product-select-form #digilab-forms-first-time-user-form .navbar > .form-checkboxes .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  /* line 206, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle:focus {
    outline: 0; }
  /* line 211, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  /* line 217, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    /* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-toggle {
      display: none; } }

/* line 232, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px; }
  /* line 235, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 991px) {
    /* line 243, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      /* line 251, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      /* line 255, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        /* line 257, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    /* line 232, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav {
      float: left;
      margin: 0; }
      /* line 270, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav > li {
        float: left; }
        /* line 272, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    /* line 478, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    /* line 485, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    /* line 492, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control-static {
      display: inline-block; }
    /* line 496, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      /* line 500, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    /* line 508, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group > .form-control {
      width: 100%; }
    /* line 512, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    /* line 519, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      /* line 526, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    /* line 530, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    /* line 537, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    /* line 298, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group {
      margin-bottom: 5px; }
      /* line 302, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    /* line 286, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

/* line 332, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 343, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  /* line 346, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 349, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

/* line 359, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    /* line 359, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

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

  /* line 382, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    /* line 386, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
/* line 397, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  /* line 401, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-brand {
    color: #777; }
    /* line 403, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  /* line 410, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-text {
    color: #777; }
  /* line 415, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    /* line 418, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  /* line 425, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  /* line 433, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  /* line 442, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    /* line 444, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    /* line 448, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  /* line 453, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  /* line 462, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #555; }
  @media (max-width: 991px) {
    /* line 473, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      /* line 475, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: none; }
    /* line 482, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: none; }
    /* line 490, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  /* line 506, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-link {
    color: #777; }
    /* line 508, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-link:hover {
      color: #333; }
  /* line 513, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .btn-link {
    color: #777; }
    /* line 515, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    /* line 521, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

/* line 531, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  /* line 535, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    /* line 537, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  /* line 544, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  /* line 549, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    /* line 552, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  /* line 559, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  /* line 567, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  /* line 577, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    /* line 579, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    /* line 583, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  /* line 588, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  /* line 596, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    /* line 607, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    /* line 610, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    /* line 613, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      /* line 615, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    /* line 622, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    /* line 630, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  /* line 641, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    /* line 643, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  /* line 648, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    /* line 650, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    /* line 656, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

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

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > li {
    display: inline; }
    /* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    /* line 25, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    /* line 32, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  /* line 41, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  /* line 52, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:after {
    clear: both; }
  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
  .pager li {
    display: inline; }
    /* line 14, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    /* line 23, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  /* line 31, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
  .pager .next > a,
  .pager .next > span {
    float: right; }
  /* line 38, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.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; }
  /* line 20, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
  .label:empty {
    display: none; }
  /* line 25, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
  .btn .label {
    position: relative;
    top: -1px; }

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

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

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7; }
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

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

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

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

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

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  /* line 22, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
  .badge:empty {
    display: none; }
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
  .btn .badge {
    position: relative;
    top: -1px; }
  /* line 32, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  /* line 41, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  /* line 47, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
  .list-group-item > .badge {
    float: right; }
  /* line 51, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  /* line 13, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  /* line 24, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  /* line 28, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets .jumbotron, .page-blog .pane-blog-pane .image-none .blog--content .jumbotron, .node-type-blog article .field-name-field-product .jumbotron, .node-type-blog article .field-name-field-intro .jumbotron, .node-type-blog article .field-name-title-field .jumbotron,
  .node-type-blog article .required-fields .jumbotron, .view-profile-product-overview .view-mode-profile_product_overview .jumbotron, .node-type-product-tour .carousel-inner .jumbotron, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron .container, .jumbotron .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-views-exp-blog-pane form .jumbotron .views-exposed-widgets, .jumbotron .page-blog .pane-blog-pane .image-none .blog--content, .page-blog .pane-blog-pane .image-none .jumbotron .blog--content, .jumbotron .node-type-blog article .field-name-field-product, .node-type-blog article .jumbotron .field-name-field-product, .jumbotron .node-type-blog article .field-name-field-intro, .node-type-blog article .jumbotron .field-name-field-intro, .jumbotron .node-type-blog article .field-name-title-field, .node-type-blog article .jumbotron .field-name-title-field,
  .jumbotron .node-type-blog article .required-fields,
  .node-type-blog article .jumbotron .required-fields, .jumbotron .view-profile-product-overview .view-mode-profile_product_overview, .view-profile-product-overview .jumbotron .view-mode-profile_product_overview, .jumbotron .node-type-product-tour .carousel-inner, .node-type-product-tour .jumbotron .carousel-inner, .jumbotron .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes, .page-product-select-form #digilab-forms-first-time-user-form .jumbotron .form-checkboxes {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      /* line 43, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
      .container .jumbotron, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets .jumbotron, .page-blog .pane-blog-pane .image-none .blog--content .jumbotron, .node-type-blog article .field-name-field-product .jumbotron, .node-type-blog article .field-name-field-intro .jumbotron, .node-type-blog article .field-name-title-field .jumbotron,
      .node-type-blog article .required-fields .jumbotron, .view-profile-product-overview .view-mode-profile_product_overview .jumbotron, .node-type-product-tour .carousel-inner .jumbotron, .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      /* line 49, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

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

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

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

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

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

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

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

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .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; } }
/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  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; }

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

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

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c; }
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de; }
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e; }
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f; }
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 1, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px; }
  /* line 5, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
  .media:first-child {
    margin-top: 0; }

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

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px; }

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block; }
  /* line 24, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
  .media-object.img-thumbnail {
    max-width: none; }

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px; }

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px; }

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle; }

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom; }

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

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

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

/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  /* line 31, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  /* line 34, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555; }
  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left; }

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  /* line 78, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.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; }
  /* line 96, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  /* line 101, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

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

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  /* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  /* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

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

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  /* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  /* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

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

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  /* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  /* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

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

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  /* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  /* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

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

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

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

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

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

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

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

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  /* line 67, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  /* line 74, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .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; }
  /* line 82, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .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; }
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

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

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  /* line 115, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  /* line 127, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    /* line 131, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    /* line 135, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  /* line 149, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    /* line 153, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    /* line 157, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
/* line 164, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  /* line 181, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  /* line 185, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  /* line 194, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  /* line 203, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
/* line 210, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px; }
  /* line 226, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    /* line 230, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel + .panel {
      margin-top: 5px; }
  /* line 235, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-heading {
    border-bottom: 0; }
    /* line 238, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  /* line 244, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-footer {
    border-top: 0; }
    /* line 246, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

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

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7; }
  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  /* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

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

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

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

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

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
  .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; }

/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.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); }
  /* line 15, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

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

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

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

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

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

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  /* line 32, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .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; }
  /* line 36, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.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; }

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

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-header:after {
    clear: both; }

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

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

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

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

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

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

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

  /* line 145, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  /* line 149, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px; } }
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  /* line 20, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  /* line 21, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  /* line 22, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

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

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
/* line 80, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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); }
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.top {
    margin-top: -10px; }
  /* line 28, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.right {
    margin-left: 10px; }
  /* line 29, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.bottom {
    margin-top: 10px; }
  /* line 30, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.left {
    margin-left: -10px; }

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px; }

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px; }

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  /* line 77, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  /* line 107, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  /* line 123, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative; }

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  /* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    /* line 22, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      /* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
      .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; }
        /* line 34, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        /* line 39, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        /* line 44, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
        .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; } }
  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  /* line 59, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active {
    left: 0; }
  /* line 63, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 70, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next {
    left: 100%; }
  /* line 73, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .prev {
    left: -100%; }
  /* line 76, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.left {
    left: -100%; }
  /* line 84, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.right {
    left: 100%; }

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  /* line 109, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  /* line 112, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  /* line 119, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 128, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  /* line 138, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  /* line 143, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  /* line 148, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  /* line 158, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  /* line 163, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next:before {
    content: '\203a'; }

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  /* line 185, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  /* line 207, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

/* line 218, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.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); }
  /* line 229, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 240, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  /* line 249, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  /* line 253, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  /* line 260, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  /* line 267, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both; }

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important; }

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important; }

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important; }

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important; }

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important; }

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important; }

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important; }

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important; }

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important; }

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important; }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important; }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 54, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  /* line 59, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important; }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important; }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important; }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important; }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important; }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important; }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 111, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  /* line 116, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  /* line 121, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important; } }
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important; }

  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important; }

  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important; }
  @media print {
    /* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-block {
      display: block !important; } }

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important; }
  @media print {
    /* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline {
      display: inline !important; } }

/* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important; }
  @media print {
    /* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important; } }
/* line 3, ../scss/_icons.scss */
.feature-icon-large i {
  display: inline-block;
  height: 104px;
  width: 104px;
  border: 1px solid #34a798;
  border-radius: 50%;
  text-align: center;
  color: #34a798;
  font-size: 40px;
  padding-top: 31px;
  margin: 32px 0; }
  /* line 14, ../scss/_icons.scss */
  .feature-icon-large i:before {
    font-family: et-line;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block; }

/* line 27, ../scss/_icons.scss */
.feature-icon-large .pull-left {
  width: 25%; }

/* line 30, ../scss/_icons.scss */
.feature-icon-large .pull-right {
  width: 75%; }

/* line 33, ../scss/_icons.scss */
.feature-icon-large .pull-left .icon {
  border: none;
  width: auto;
  font-size: 48px;
  padding-top: 0px; }

/**
* bootstrap-formhelpers.js v2.3.0 by @vincentlamanna
* Copyright 2013 Vincent Lamanna
* http://www.apache.org/licenses/LICENSE-2.0
*/
/* line 7, ../scss/_bs-formhelpers.scss */
.bfh-flag-AD,
.bfh-flag-AE,
.bfh-flag-AF,
.bfh-flag-AG,
.bfh-flag-AI,
.bfh-flag-AL,
.bfh-flag-AM,
.bfh-flag-AN,
.bfh-flag-AO,
.bfh-flag-AQ,
.bfh-flag-AR,
.bfh-flag-AS,
.bfh-flag-AT,
.bfh-flag-AU,
.bfh-flag-AW,
.bfh-flag-AX,
.bfh-flag-AZ,
.bfh-flag-BA,
.bfh-flag-BB,
.bfh-flag-BD,
.bfh-flag-BE,
.bfh-flag-BG,
.bfh-flag-BH,
.bfh-flag-BI,
.bfh-flag-BJ,
.bfh-flag-BL,
.bfh-flag-BM,
.bfh-flag-BN,
.bfh-flag-BO,
.bfh-flag-BR,
.bfh-flag-BS,
.bfh-flag-BT,
.bfh-flag-BW,
.bfh-flag-BY,
.bfh-flag-BZ,
.bfh-flag-CA,
.bfh-flag-CD,
.bfh-flag-CF,
.bfh-flag-CG,
.bfh-flag-CH,
.bfh-flag-CI,
.bfh-flag-CL,
.bfh-flag-CM,
.bfh-flag-CN,
.bfh-flag-CO,
.bfh-flag-CR,
.bfh-flag-CV,
.bfh-flag-CY,
.bfh-flag-CZ,
.bfh-flag-DJ,
.bfh-flag-DK,
.bfh-flag-DM,
.bfh-flag-DO,
.bfh-flag-DZ,
.bfh-flag-EC,
.bfh-flag-EE,
.bfh-flag-EG,
.bfh-flag-EH,
.bfh-flag-ER,
.bfh-flag-ES,
.bfh-flag-ET,
.bfh-flag-EU,
.bfh-flag-FI,
.bfh-flag-FJ,
.bfh-flag-FK,
.bfh-flag-FM,
.bfh-flag-FO,
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF,
.bfh-flag-GA,
.bfh-flag-GB,
.bfh-flag-GD,
.bfh-flag-GE,
.bfh-flag-GG,
.bfh-flag-GH,
.bfh-flag-GL,
.bfh-flag-GM,
.bfh-flag-GN,
.bfh-flag-GQ,
.bfh-flag-GR,
.bfh-flag-GS,
.bfh-flag-GT,
.bfh-flag-GU,
.bfh-flag-GW,
.bfh-flag-GY,
.bfh-flag-HK,
.bfh-flag-HN,
.bfh-flag-HR,
.bfh-flag-HT,
.bfh-flag-HU,
.bfh-flag-ID,
.bfh-flag-IE,
.bfh-flag-IL,
.bfh-flag-IM,
.bfh-flag-IN,
.bfh-flag-IQ,
.bfh-flag-IS,
.bfh-flag-IT,
.bfh-flag-JE,
.bfh-flag-JM,
.bfh-flag-JO,
.bfh-flag-JP,
.bfh-flag-KE,
.bfh-flag-KG,
.bfh-flag-KH,
.bfh-flag-KI,
.bfh-flag-KM,
.bfh-flag-KN,
.bfh-flag-KP,
.bfh-flag-KR,
.bfh-flag-KV,
.bfh-flag-KW,
.bfh-flag-KY,
.bfh-flag-LA,
.bfh-flag-LC,
.bfh-flag-LK,
.bfh-flag-LR,
.bfh-flag-LS,
.bfh-flag-LT,
.bfh-flag-LU,
.bfh-flag-LV,
.bfh-flag-LY,
.bfh-flag-MA,
.bfh-flag-ME,
.bfh-flag-MG,
.bfh-flag-MH,
.bfh-flag-ML,
.bfh-flag-MM,
.bfh-flag-MP,
.bfh-flag-MR,
.bfh-flag-MS,
.bfh-flag-MT,
.bfh-flag-MU,
.bfh-flag-MV,
.bfh-flag-MW,
.bfh-flag-MZ,
.bfh-flag-NA,
.bfh-flag-NE,
.bfh-flag-NF,
.bfh-flag-NG,
.bfh-flag-NI,
.bfh-flag-NL,
.bfh-flag-NO,
.bfh-flag-NP,
.bfh-flag-NR,
.bfh-flag-NZ,
.bfh-flag-OM,
.bfh-flag-PA,
.bfh-flag-PE,
.bfh-flag-PG,
.bfh-flag-PH,
.bfh-flag-PK,
.bfh-flag-PL,
.bfh-flag-PN,
.bfh-flag-PS,
.bfh-flag-PT,
.bfh-flag-PW,
.bfh-flag-PY,
.bfh-flag-QA,
.bfh-flag-RS,
.bfh-flag-RU,
.bfh-flag-RW,
.bfh-flag-SA,
.bfh-flag-SB,
.bfh-flag-SC,
.bfh-flag-SD,
.bfh-flag-SE,
.bfh-flag-SG,
.bfh-flag-SH,
.bfh-flag-SI,
.bfh-flag-SK,
.bfh-flag-SM,
.bfh-flag-SN,
.bfh-flag-SO,
.bfh-flag-SR,
.bfh-flag-SS,
.bfh-flag-ST,
.bfh-flag-SV,
.bfh-flag-SY,
.bfh-flag-SZ,
.bfh-flag-TC,
.bfh-flag-TD,
.bfh-flag-TG,
.bfh-flag-TH,
.bfh-flag-TJ,
.bfh-flag-TM,
.bfh-flag-TN,
.bfh-flag-TP,
.bfh-flag-TR,
.bfh-flag-TT,
.bfh-flag-TV,
.bfh-flag-TW,
.bfh-flag-TZ,
.bfh-flag-UA,
.bfh-flag-UG,
.bfh-flag-US,
.bfh-flag-UY,
.bfh-flag-UZ,
.bfh-flag-VC,
.bfh-flag-VE,
.bfh-flag-VG,
.bfh-flag-VI,
.bfh-flag-VN,
.bfh-flag-VU,
.bfh-flag-WS,
.bfh-flag-YE,
.bfh-flag-ZA,
.bfh-flag-ZM,
.bfh-flag-BF,
.bfh-flag-CU,
.bfh-flag-DE,
.bfh-flag-IR,
.bfh-flag-KZ,
.bfh-flag-LB,
.bfh-flag-LI,
.bfh-flag-MC,
.bfh-flag-MD,
.bfh-flag-MK,
.bfh-flag-MN,
.bfh-flag-MO,
.bfh-flag-MX,
.bfh-flag-MY,
.bfh-flag-PR,
.bfh-flag-RO,
.bfh-flag-SL,
.bfh-flag-TO,
.bfh-flag-VA,
.bfh-flag-ZW {
  width: 16px;
  height: 14px;
  background: url(../images/bootstrap-formhelpers-countries.flags.png) no-repeat; }

/* line 249, ../scss/_bs-formhelpers.scss */
.bfh-flag-AD:empty,
.bfh-flag-AE:empty,
.bfh-flag-AF:empty,
.bfh-flag-AG:empty,
.bfh-flag-AI:empty,
.bfh-flag-AL:empty,
.bfh-flag-AM:empty,
.bfh-flag-AN:empty,
.bfh-flag-AO:empty,
.bfh-flag-AQ:empty,
.bfh-flag-AR:empty,
.bfh-flag-AS:empty,
.bfh-flag-AT:empty,
.bfh-flag-AU:empty,
.bfh-flag-AW:empty,
.bfh-flag-AX:empty,
.bfh-flag-AZ:empty,
.bfh-flag-BA:empty,
.bfh-flag-BB:empty,
.bfh-flag-BD:empty,
.bfh-flag-BE:empty,
.bfh-flag-BG:empty,
.bfh-flag-BH:empty,
.bfh-flag-BI:empty,
.bfh-flag-BJ:empty,
.bfh-flag-BL:empty,
.bfh-flag-BM:empty,
.bfh-flag-BN:empty,
.bfh-flag-BO:empty,
.bfh-flag-BR:empty,
.bfh-flag-BS:empty,
.bfh-flag-BT:empty,
.bfh-flag-BW:empty,
.bfh-flag-BY:empty,
.bfh-flag-BZ:empty,
.bfh-flag-CA:empty,
.bfh-flag-CD:empty,
.bfh-flag-CF:empty,
.bfh-flag-CG:empty,
.bfh-flag-CH:empty,
.bfh-flag-CI:empty,
.bfh-flag-CL:empty,
.bfh-flag-CM:empty,
.bfh-flag-CN:empty,
.bfh-flag-CO:empty,
.bfh-flag-CR:empty,
.bfh-flag-CV:empty,
.bfh-flag-CY:empty,
.bfh-flag-CZ:empty,
.bfh-flag-DJ:empty,
.bfh-flag-DK:empty,
.bfh-flag-DM:empty,
.bfh-flag-DO:empty,
.bfh-flag-DZ:empty,
.bfh-flag-EC:empty,
.bfh-flag-EE:empty,
.bfh-flag-EG:empty,
.bfh-flag-EH:empty,
.bfh-flag-ER:empty,
.bfh-flag-ES:empty,
.bfh-flag-ET:empty,
.bfh-flag-EU:empty,
.bfh-flag-FI:empty,
.bfh-flag-FJ:empty,
.bfh-flag-FK:empty,
.bfh-flag-FM:empty,
.bfh-flag-FO:empty,
.bfh-flag-FR:empty,
.bfh-flag-FX:empty,
.bfh-flag-GF:empty,
.bfh-flag-GP:empty,
.bfh-flag-MQ:empty,
.bfh-flag-NC:empty,
.bfh-flag-PF:empty,
.bfh-flag-PM:empty,
.bfh-flag-RE:empty,
.bfh-flag-TF:empty,
.bfh-flag-WF:empty,
.bfh-flag-GA:empty,
.bfh-flag-GB:empty,
.bfh-flag-GD:empty,
.bfh-flag-GE:empty,
.bfh-flag-GG:empty,
.bfh-flag-GH:empty,
.bfh-flag-GL:empty,
.bfh-flag-GM:empty,
.bfh-flag-GN:empty,
.bfh-flag-GQ:empty,
.bfh-flag-GR:empty,
.bfh-flag-GS:empty,
.bfh-flag-GT:empty,
.bfh-flag-GU:empty,
.bfh-flag-GW:empty,
.bfh-flag-GY:empty,
.bfh-flag-HK:empty,
.bfh-flag-HN:empty,
.bfh-flag-HR:empty,
.bfh-flag-HT:empty,
.bfh-flag-HU:empty,
.bfh-flag-ID:empty,
.bfh-flag-IE:empty,
.bfh-flag-IL:empty,
.bfh-flag-IM:empty,
.bfh-flag-IN:empty,
.bfh-flag-IQ:empty,
.bfh-flag-IS:empty,
.bfh-flag-IT:empty,
.bfh-flag-JE:empty,
.bfh-flag-JM:empty,
.bfh-flag-JO:empty,
.bfh-flag-JP:empty,
.bfh-flag-KE:empty,
.bfh-flag-KG:empty,
.bfh-flag-KH:empty,
.bfh-flag-KI:empty,
.bfh-flag-KM:empty,
.bfh-flag-KN:empty,
.bfh-flag-KP:empty,
.bfh-flag-KR:empty,
.bfh-flag-KV:empty,
.bfh-flag-KW:empty,
.bfh-flag-KY:empty,
.bfh-flag-LA:empty,
.bfh-flag-LC:empty,
.bfh-flag-LK:empty,
.bfh-flag-LR:empty,
.bfh-flag-LS:empty,
.bfh-flag-LT:empty,
.bfh-flag-LU:empty,
.bfh-flag-LV:empty,
.bfh-flag-LY:empty,
.bfh-flag-MA:empty,
.bfh-flag-ME:empty,
.bfh-flag-MG:empty,
.bfh-flag-MH:empty,
.bfh-flag-ML:empty,
.bfh-flag-MM:empty,
.bfh-flag-MP:empty,
.bfh-flag-MR:empty,
.bfh-flag-MS:empty,
.bfh-flag-MT:empty,
.bfh-flag-MU:empty,
.bfh-flag-MV:empty,
.bfh-flag-MW:empty,
.bfh-flag-MZ:empty,
.bfh-flag-NA:empty,
.bfh-flag-NE:empty,
.bfh-flag-NF:empty,
.bfh-flag-NG:empty,
.bfh-flag-NI:empty,
.bfh-flag-NL:empty,
.bfh-flag-NO:empty,
.bfh-flag-NP:empty,
.bfh-flag-NR:empty,
.bfh-flag-NZ:empty,
.bfh-flag-OM:empty,
.bfh-flag-PA:empty,
.bfh-flag-PE:empty,
.bfh-flag-PG:empty,
.bfh-flag-PH:empty,
.bfh-flag-PK:empty,
.bfh-flag-PL:empty,
.bfh-flag-PN:empty,
.bfh-flag-PS:empty,
.bfh-flag-PT:empty,
.bfh-flag-PW:empty,
.bfh-flag-PY:empty,
.bfh-flag-QA:empty,
.bfh-flag-RS:empty,
.bfh-flag-RU:empty,
.bfh-flag-RW:empty,
.bfh-flag-SA:empty,
.bfh-flag-SB:empty,
.bfh-flag-SC:empty,
.bfh-flag-SD:empty,
.bfh-flag-SE:empty,
.bfh-flag-SG:empty,
.bfh-flag-SH:empty,
.bfh-flag-SI:empty,
.bfh-flag-SK:empty,
.bfh-flag-SM:empty,
.bfh-flag-SN:empty,
.bfh-flag-SO:empty,
.bfh-flag-SR:empty,
.bfh-flag-SS:empty,
.bfh-flag-ST:empty,
.bfh-flag-SV:empty,
.bfh-flag-SY:empty,
.bfh-flag-SZ:empty,
.bfh-flag-TC:empty,
.bfh-flag-TD:empty,
.bfh-flag-TG:empty,
.bfh-flag-TH:empty,
.bfh-flag-TJ:empty,
.bfh-flag-TM:empty,
.bfh-flag-TN:empty,
.bfh-flag-TP:empty,
.bfh-flag-TR:empty,
.bfh-flag-TT:empty,
.bfh-flag-TV:empty,
.bfh-flag-TW:empty,
.bfh-flag-TZ:empty,
.bfh-flag-UA:empty,
.bfh-flag-UG:empty,
.bfh-flag-US:empty,
.bfh-flag-UY:empty,
.bfh-flag-UZ:empty,
.bfh-flag-VC:empty,
.bfh-flag-VE:empty,
.bfh-flag-VG:empty,
.bfh-flag-VI:empty,
.bfh-flag-VN:empty,
.bfh-flag-VU:empty,
.bfh-flag-WS:empty,
.bfh-flag-YE:empty,
.bfh-flag-ZA:empty,
.bfh-flag-ZM:empty,
.bfh-flag-BF:empty,
.bfh-flag-CU:empty,
.bfh-flag-DE:empty,
.bfh-flag-IR:empty,
.bfh-flag-KZ:empty,
.bfh-flag-LB:empty,
.bfh-flag-LI:empty,
.bfh-flag-MC:empty,
.bfh-flag-MD:empty,
.bfh-flag-MK:empty,
.bfh-flag-MN:empty,
.bfh-flag-MO:empty,
.bfh-flag-MX:empty,
.bfh-flag-MY:empty,
.bfh-flag-PR:empty,
.bfh-flag-RO:empty,
.bfh-flag-SL:empty,
.bfh-flag-TO:empty,
.bfh-flag-VA:empty,
.bfh-flag-ZW:empty {
  width: 16px; }

/* line 489, ../scss/_bs-formhelpers.scss */
.bfh-flag-AD,
.bfh-flag-AE,
.bfh-flag-AF,
.bfh-flag-AG,
.bfh-flag-AI,
.bfh-flag-AL,
.bfh-flag-AM,
.bfh-flag-AN,
.bfh-flag-AO,
.bfh-flag-AQ,
.bfh-flag-AR,
.bfh-flag-AS,
.bfh-flag-AT,
.bfh-flag-AU,
.bfh-flag-AW,
.bfh-flag-AX,
.bfh-flag-AZ,
.bfh-flag-BA,
.bfh-flag-BB,
.bfh-flag-BD,
.bfh-flag-BE,
.bfh-flag-BG,
.bfh-flag-BH,
.bfh-flag-BI,
.bfh-flag-BJ,
.bfh-flag-BL,
.bfh-flag-BM,
.bfh-flag-BN,
.bfh-flag-BO,
.bfh-flag-BR,
.bfh-flag-BS,
.bfh-flag-BT,
.bfh-flag-BW,
.bfh-flag-BY,
.bfh-flag-BZ,
.bfh-flag-CA,
.bfh-flag-CD,
.bfh-flag-CF,
.bfh-flag-CG,
.bfh-flag-CH,
.bfh-flag-CI,
.bfh-flag-CL,
.bfh-flag-CM,
.bfh-flag-CN,
.bfh-flag-CO,
.bfh-flag-CR,
.bfh-flag-CV,
.bfh-flag-CY,
.bfh-flag-CZ,
.bfh-flag-DJ,
.bfh-flag-DK,
.bfh-flag-DM,
.bfh-flag-DO,
.bfh-flag-DZ,
.bfh-flag-EC,
.bfh-flag-EE,
.bfh-flag-EG,
.bfh-flag-EH,
.bfh-flag-ER,
.bfh-flag-ES,
.bfh-flag-ET,
.bfh-flag-EU,
.bfh-flag-FI,
.bfh-flag-FJ,
.bfh-flag-FK,
.bfh-flag-FM,
.bfh-flag-FO,
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF,
.bfh-flag-GA,
.bfh-flag-GB,
.bfh-flag-GD,
.bfh-flag-GE,
.bfh-flag-GG,
.bfh-flag-GH,
.bfh-flag-GL,
.bfh-flag-GM,
.bfh-flag-GN,
.bfh-flag-GQ,
.bfh-flag-GR,
.bfh-flag-GS,
.bfh-flag-GT,
.bfh-flag-GU,
.bfh-flag-GW,
.bfh-flag-GY,
.bfh-flag-HK,
.bfh-flag-HN,
.bfh-flag-HR,
.bfh-flag-HT,
.bfh-flag-HU,
.bfh-flag-ID,
.bfh-flag-IE,
.bfh-flag-IL,
.bfh-flag-IM,
.bfh-flag-IN,
.bfh-flag-IQ,
.bfh-flag-IS,
.bfh-flag-IT,
.bfh-flag-JE,
.bfh-flag-JM,
.bfh-flag-JO,
.bfh-flag-JP,
.bfh-flag-KE,
.bfh-flag-KG,
.bfh-flag-KH,
.bfh-flag-KI,
.bfh-flag-KM,
.bfh-flag-KN,
.bfh-flag-KP,
.bfh-flag-KR,
.bfh-flag-KV,
.bfh-flag-KW,
.bfh-flag-KY,
.bfh-flag-LA,
.bfh-flag-LC,
.bfh-flag-LK,
.bfh-flag-LR,
.bfh-flag-LS,
.bfh-flag-LT,
.bfh-flag-LU,
.bfh-flag-LV,
.bfh-flag-LY,
.bfh-flag-MA,
.bfh-flag-ME,
.bfh-flag-MG,
.bfh-flag-MH,
.bfh-flag-ML,
.bfh-flag-MM,
.bfh-flag-MP,
.bfh-flag-MR,
.bfh-flag-MS,
.bfh-flag-MT,
.bfh-flag-MU,
.bfh-flag-MV,
.bfh-flag-MW,
.bfh-flag-MZ,
.bfh-flag-NA,
.bfh-flag-NE,
.bfh-flag-NF,
.bfh-flag-NG,
.bfh-flag-NI,
.bfh-flag-NL,
.bfh-flag-NO,
.bfh-flag-NP,
.bfh-flag-NR,
.bfh-flag-NZ,
.bfh-flag-OM,
.bfh-flag-PA,
.bfh-flag-PE,
.bfh-flag-PG,
.bfh-flag-PH,
.bfh-flag-PK,
.bfh-flag-PL,
.bfh-flag-PN,
.bfh-flag-PS,
.bfh-flag-PT,
.bfh-flag-PW,
.bfh-flag-PY,
.bfh-flag-QA,
.bfh-flag-RS,
.bfh-flag-RU,
.bfh-flag-RW,
.bfh-flag-SA,
.bfh-flag-SB,
.bfh-flag-SC,
.bfh-flag-SD,
.bfh-flag-SE,
.bfh-flag-SG,
.bfh-flag-SH,
.bfh-flag-SI,
.bfh-flag-SK,
.bfh-flag-SM,
.bfh-flag-SN,
.bfh-flag-SO,
.bfh-flag-SR,
.bfh-flag-SS,
.bfh-flag-ST,
.bfh-flag-SV,
.bfh-flag-SY,
.bfh-flag-SZ,
.bfh-flag-TC,
.bfh-flag-TD,
.bfh-flag-TG,
.bfh-flag-TH,
.bfh-flag-TJ,
.bfh-flag-TM,
.bfh-flag-TN,
.bfh-flag-TP,
.bfh-flag-TR,
.bfh-flag-TT,
.bfh-flag-TV,
.bfh-flag-TW,
.bfh-flag-TZ,
.bfh-flag-UA,
.bfh-flag-UG,
.bfh-flag-US,
.bfh-flag-UY,
.bfh-flag-UZ,
.bfh-flag-VC,
.bfh-flag-VE,
.bfh-flag-VG,
.bfh-flag-VI,
.bfh-flag-VN,
.bfh-flag-VU,
.bfh-flag-WS,
.bfh-flag-YE,
.bfh-flag-ZA,
.bfh-flag-ZM,
.bfh-flag-BF,
.bfh-flag-CU,
.bfh-flag-DE,
.bfh-flag-IR,
.bfh-flag-KZ,
.bfh-flag-LB,
.bfh-flag-LI,
.bfh-flag-MC,
.bfh-flag-MD,
.bfh-flag-MK,
.bfh-flag-MN,
.bfh-flag-MO,
.bfh-flag-MX,
.bfh-flag-MY,
.bfh-flag-PR,
.bfh-flag-RO,
.bfh-flag-SL,
.bfh-flag-TO,
.bfh-flag-VA,
.bfh-flag-ZW,
.bfh-flag-EUR,
.bfh-flag-XCD {
  margin-right: 5px; }

/* line 731, ../scss/_bs-formhelpers.scss */
.bfh-flag-AD {
  background-position: -1921px 0; }

/* line 735, ../scss/_bs-formhelpers.scss */
.bfh-flag-AE {
  background-position: -1904px 0; }

/* line 739, ../scss/_bs-formhelpers.scss */
.bfh-flag-AF {
  background-position: -3689px 0; }

/* line 743, ../scss/_bs-formhelpers.scss */
.bfh-flag-AG {
  background-position: -34px 0; }

/* line 747, ../scss/_bs-formhelpers.scss */
.bfh-flag-AI {
  background-position: -51px 0; }

/* line 751, ../scss/_bs-formhelpers.scss */
.bfh-flag-AL {
  background-position: -68px 0; }

/* line 755, ../scss/_bs-formhelpers.scss */
.bfh-flag-AM {
  background-position: -85px 0; }

/* line 759, ../scss/_bs-formhelpers.scss */
.bfh-flag-AN {
  background-position: -102px 0; }

/* line 763, ../scss/_bs-formhelpers.scss */
.bfh-flag-AO {
  background-position: -119px 0; }

/* line 767, ../scss/_bs-formhelpers.scss */
.bfh-flag-AQ {
  background-position: -136px 0; }

/* line 771, ../scss/_bs-formhelpers.scss */
.bfh-flag-AR {
  background-position: -153px 0; }

/* line 775, ../scss/_bs-formhelpers.scss */
.bfh-flag-AS {
  background-position: -170px 0; }

/* line 779, ../scss/_bs-formhelpers.scss */
.bfh-flag-AT {
  background-position: -187px 0; }

/* line 783, ../scss/_bs-formhelpers.scss */
.bfh-flag-AU {
  background-position: -204px 0; }

/* line 787, ../scss/_bs-formhelpers.scss */
.bfh-flag-AW {
  background-position: -221px 0; }

/* line 791, ../scss/_bs-formhelpers.scss */
.bfh-flag-AX {
  background-position: -238px 0; }

/* line 795, ../scss/_bs-formhelpers.scss */
.bfh-flag-AZ {
  background-position: -255px 0; }

/* line 799, ../scss/_bs-formhelpers.scss */
.bfh-flag-BA {
  background-position: -272px 0; }

/* line 803, ../scss/_bs-formhelpers.scss */
.bfh-flag-BB {
  background-position: -289px 0; }

/* line 807, ../scss/_bs-formhelpers.scss */
.bfh-flag-BD {
  background-position: -306px 0; }

/* line 811, ../scss/_bs-formhelpers.scss */
.bfh-flag-BE {
  background-position: -323px 0; }

/* line 815, ../scss/_bs-formhelpers.scss */
.bfh-flag-BG {
  background-position: -340px 0; }

/* line 819, ../scss/_bs-formhelpers.scss */
.bfh-flag-BH {
  background-position: -357px 0; }

/* line 823, ../scss/_bs-formhelpers.scss */
.bfh-flag-BI {
  background-position: -374px 0; }

/* line 827, ../scss/_bs-formhelpers.scss */
.bfh-flag-BJ {
  background-position: -391px 0; }

/* line 831, ../scss/_bs-formhelpers.scss */
.bfh-flag-BL {
  background-position: -408px 0; }

/* line 835, ../scss/_bs-formhelpers.scss */
.bfh-flag-BM {
  background-position: -425px 0; }

/* line 839, ../scss/_bs-formhelpers.scss */
.bfh-flag-BN {
  background-position: -442px 0; }

/* line 843, ../scss/_bs-formhelpers.scss */
.bfh-flag-BO {
  background-position: -459px 0; }

/* line 847, ../scss/_bs-formhelpers.scss */
.bfh-flag-BR {
  background-position: -476px 0; }

/* line 851, ../scss/_bs-formhelpers.scss */
.bfh-flag-BS {
  background-position: -493px 0; }

/* line 855, ../scss/_bs-formhelpers.scss */
.bfh-flag-BT {
  background-position: -510px 0; }

/* line 859, ../scss/_bs-formhelpers.scss */
.bfh-flag-BW {
  background-position: -527px 0; }

/* line 863, ../scss/_bs-formhelpers.scss */
.bfh-flag-BY {
  background-position: -544px 0; }

/* line 867, ../scss/_bs-formhelpers.scss */
.bfh-flag-BZ {
  background-position: -561px 0; }

/* line 871, ../scss/_bs-formhelpers.scss */
.bfh-flag-CA {
  background-position: -578px 0; }

/* line 875, ../scss/_bs-formhelpers.scss */
.bfh-flag-CD {
  background-position: -595px 0; }

/* line 879, ../scss/_bs-formhelpers.scss */
.bfh-flag-CF {
  background-position: -612px 0; }

/* line 883, ../scss/_bs-formhelpers.scss */
.bfh-flag-CG {
  background-position: -629px 0; }

/* line 887, ../scss/_bs-formhelpers.scss */
.bfh-flag-CH {
  background-position: -646px 0; }

/* line 891, ../scss/_bs-formhelpers.scss */
.bfh-flag-CI {
  background-position: -663px 0; }

/* line 895, ../scss/_bs-formhelpers.scss */
.bfh-flag-CL {
  background-position: -680px 0; }

/* line 899, ../scss/_bs-formhelpers.scss */
.bfh-flag-CM {
  background-position: -697px 0; }

/* line 903, ../scss/_bs-formhelpers.scss */
.bfh-flag-CN {
  background-position: -714px 0; }

/* line 907, ../scss/_bs-formhelpers.scss */
.bfh-flag-CO {
  background-position: -731px 0; }

/* line 911, ../scss/_bs-formhelpers.scss */
.bfh-flag-CR {
  background-position: -748px 0; }

/* line 915, ../scss/_bs-formhelpers.scss */
.bfh-flag-CV {
  background-position: -765px 0; }

/* line 919, ../scss/_bs-formhelpers.scss */
.bfh-flag-CY {
  background-position: -782px 0; }

/* line 923, ../scss/_bs-formhelpers.scss */
.bfh-flag-CZ {
  background-position: -799px 0; }

/* line 927, ../scss/_bs-formhelpers.scss */
.bfh-flag-DJ {
  background-position: -816px 0; }

/* line 931, ../scss/_bs-formhelpers.scss */
.bfh-flag-DK {
  background-position: -833px 0; }

/* line 935, ../scss/_bs-formhelpers.scss */
.bfh-flag-DM {
  background-position: -850px 0; }

/* line 939, ../scss/_bs-formhelpers.scss */
.bfh-flag-DO {
  background-position: -867px 0; }

/* line 943, ../scss/_bs-formhelpers.scss */
.bfh-flag-DZ {
  background-position: -884px 0; }

/* line 947, ../scss/_bs-formhelpers.scss */
.bfh-flag-EC {
  background-position: -901px 0; }

/* line 951, ../scss/_bs-formhelpers.scss */
.bfh-flag-EE {
  background-position: -918px 0; }

/* line 955, ../scss/_bs-formhelpers.scss */
.bfh-flag-EG {
  background-position: -935px 0; }

/* line 959, ../scss/_bs-formhelpers.scss */
.bfh-flag-EH {
  background-position: -952px 0; }

/* line 963, ../scss/_bs-formhelpers.scss */
.bfh-flag-ER {
  background-position: -969px 0; }

/* line 967, ../scss/_bs-formhelpers.scss */
.bfh-flag-ES {
  background-position: -986px 0; }

/* line 971, ../scss/_bs-formhelpers.scss */
.bfh-flag-ET {
  background-position: -1003px 0; }

/* line 975, ../scss/_bs-formhelpers.scss */
.bfh-flag-EU {
  background-position: -1020px 0; }

/* line 979, ../scss/_bs-formhelpers.scss */
.bfh-flag-FI {
  background-position: -1037px 0; }

/* line 983, ../scss/_bs-formhelpers.scss */
.bfh-flag-FJ {
  background-position: -1054px 0; }

/* line 987, ../scss/_bs-formhelpers.scss */
.bfh-flag-FK {
  background-position: -1071px 0; }

/* line 991, ../scss/_bs-formhelpers.scss */
.bfh-flag-FM {
  background-position: -1088px 0; }

/* line 995, ../scss/_bs-formhelpers.scss */
.bfh-flag-FO {
  background-position: -1105px 0; }

/* line 999, ../scss/_bs-formhelpers.scss */
.bfh-flag-FR,
.bfh-flag-FX,
.bfh-flag-GF,
.bfh-flag-GP,
.bfh-flag-MQ,
.bfh-flag-NC,
.bfh-flag-PF,
.bfh-flag-PM,
.bfh-flag-RE,
.bfh-flag-TF,
.bfh-flag-WF {
  background-position: -1122px 0; }

/* line 1013, ../scss/_bs-formhelpers.scss */
.bfh-flag-GA {
  background-position: -1139px 0; }

/* line 1017, ../scss/_bs-formhelpers.scss */
.bfh-flag-GB {
  background-position: -1156px 0; }

/* line 1021, ../scss/_bs-formhelpers.scss */
.bfh-flag-GD {
  background-position: -1173px 0; }

/* line 1025, ../scss/_bs-formhelpers.scss */
.bfh-flag-GE {
  background-position: -1190px 0; }

/* line 1029, ../scss/_bs-formhelpers.scss */
.bfh-flag-GG {
  background-position: -1207px 0; }

/* line 1033, ../scss/_bs-formhelpers.scss */
.bfh-flag-GH {
  background-position: -1224px 0; }

/* line 1037, ../scss/_bs-formhelpers.scss */
.bfh-flag-GL {
  background-position: -1241px 0; }

/* line 1041, ../scss/_bs-formhelpers.scss */
.bfh-flag-GM {
  background-position: -1258px 0; }

/* line 1045, ../scss/_bs-formhelpers.scss */
.bfh-flag-GN {
  background-position: -1275px 0; }

/* line 1049, ../scss/_bs-formhelpers.scss */
.bfh-flag-GQ {
  background-position: -1292px 0; }

/* line 1053, ../scss/_bs-formhelpers.scss */
.bfh-flag-GR {
  background-position: -1309px 0; }

/* line 1057, ../scss/_bs-formhelpers.scss */
.bfh-flag-GS {
  background-position: -1326px 0; }

/* line 1061, ../scss/_bs-formhelpers.scss */
.bfh-flag-GT {
  background-position: -1343px 0; }

/* line 1065, ../scss/_bs-formhelpers.scss */
.bfh-flag-GU {
  background-position: -1360px 0; }

/* line 1069, ../scss/_bs-formhelpers.scss */
.bfh-flag-GW {
  background-position: -1377px 0; }

/* line 1073, ../scss/_bs-formhelpers.scss */
.bfh-flag-GY {
  background-position: -1394px 0; }

/* line 1077, ../scss/_bs-formhelpers.scss */
.bfh-flag-HK {
  background-position: -1411px 0; }

/* line 1081, ../scss/_bs-formhelpers.scss */
.bfh-flag-HN {
  background-position: -1428px 0; }

/* line 1085, ../scss/_bs-formhelpers.scss */
.bfh-flag-HR {
  background-position: -1445px 0; }

/* line 1089, ../scss/_bs-formhelpers.scss */
.bfh-flag-HT {
  background-position: -1462px 0; }

/* line 1093, ../scss/_bs-formhelpers.scss */
.bfh-flag-HU {
  background-position: -1479px 0; }

/* line 1097, ../scss/_bs-formhelpers.scss */
.bfh-flag-ID {
  background-position: -1496px 0; }

/* line 1101, ../scss/_bs-formhelpers.scss */
.bfh-flag-IE {
  background-position: -1513px 0; }

/* line 1105, ../scss/_bs-formhelpers.scss */
.bfh-flag-IL {
  background-position: -1530px 0; }

/* line 1109, ../scss/_bs-formhelpers.scss */
.bfh-flag-IM {
  background-position: -1547px 0; }

/* line 1113, ../scss/_bs-formhelpers.scss */
.bfh-flag-IN {
  background-position: -1564px 0; }

/* line 1117, ../scss/_bs-formhelpers.scss */
.bfh-flag-IQ {
  background-position: -1581px 0; }

/* line 1121, ../scss/_bs-formhelpers.scss */
.bfh-flag-IS {
  background-position: -1598px 0; }

/* line 1125, ../scss/_bs-formhelpers.scss */
.bfh-flag-IT {
  background-position: -1615px 0; }

/* line 1129, ../scss/_bs-formhelpers.scss */
.bfh-flag-JE {
  background-position: -1632px 0; }

/* line 1133, ../scss/_bs-formhelpers.scss */
.bfh-flag-JM {
  background-position: -1649px 0; }

/* line 1137, ../scss/_bs-formhelpers.scss */
.bfh-flag-JO {
  background-position: -1666px 0; }

/* line 1141, ../scss/_bs-formhelpers.scss */
.bfh-flag-JP {
  background-position: -1683px 0; }

/* line 1145, ../scss/_bs-formhelpers.scss */
.bfh-flag-KE {
  background-position: -1700px 0; }

/* line 1149, ../scss/_bs-formhelpers.scss */
.bfh-flag-KG {
  background-position: -1717px 0; }

/* line 1153, ../scss/_bs-formhelpers.scss */
.bfh-flag-KH {
  background-position: -1734px 0; }

/* line 1157, ../scss/_bs-formhelpers.scss */
.bfh-flag-KI {
  background-position: -1751px 0; }

/* line 1161, ../scss/_bs-formhelpers.scss */
.bfh-flag-KM {
  background-position: -1768px 0; }

/* line 1165, ../scss/_bs-formhelpers.scss */
.bfh-flag-KN {
  background-position: -1785px 0; }

/* line 1169, ../scss/_bs-formhelpers.scss */
.bfh-flag-KP {
  background-position: -1802px 0; }

/* line 1173, ../scss/_bs-formhelpers.scss */
.bfh-flag-KR {
  background-position: -1819px 0; }

/* line 1177, ../scss/_bs-formhelpers.scss */
.bfh-flag-KV {
  background-position: -1836px 0; }

/* line 1181, ../scss/_bs-formhelpers.scss */
.bfh-flag-KW {
  background-position: -1853px 0; }

/* line 1185, ../scss/_bs-formhelpers.scss */
.bfh-flag-KY {
  background-position: -1870px 0; }

/* line 1189, ../scss/_bs-formhelpers.scss */
.bfh-flag-LA {
  background-position: -1887px 0; }

/* line 1193, ../scss/_bs-formhelpers.scss */
.bfh-flag-LC {
  background-position: 0 0; }

/* line 1197, ../scss/_bs-formhelpers.scss */
.bfh-flag-LK {
  background-position: -17px 0; }

/* line 1201, ../scss/_bs-formhelpers.scss */
.bfh-flag-LR {
  background-position: -1938px 0; }

/* line 1205, ../scss/_bs-formhelpers.scss */
.bfh-flag-LS {
  background-position: -1955px 0; }

/* line 1209, ../scss/_bs-formhelpers.scss */
.bfh-flag-LT {
  background-position: -1972px 0; }

/* line 1213, ../scss/_bs-formhelpers.scss */
.bfh-flag-LU {
  background-position: -1989px 0; }

/* line 1217, ../scss/_bs-formhelpers.scss */
.bfh-flag-LV {
  background-position: -2006px 0; }

/* line 1221, ../scss/_bs-formhelpers.scss */
.bfh-flag-LY {
  background-position: -2023px 0; }

/* line 1225, ../scss/_bs-formhelpers.scss */
.bfh-flag-MA {
  background-position: -2040px 0; }

/* line 1229, ../scss/_bs-formhelpers.scss */
.bfh-flag-ME {
  background-position: -2057px 0; }

/* line 1233, ../scss/_bs-formhelpers.scss */
.bfh-flag-MG {
  background-position: -2074px 0; }

/* line 1237, ../scss/_bs-formhelpers.scss */
.bfh-flag-MH {
  background-position: -2091px 0; }

/* line 1241, ../scss/_bs-formhelpers.scss */
.bfh-flag-ML {
  background-position: -2108px 0; }

/* line 1245, ../scss/_bs-formhelpers.scss */
.bfh-flag-MM {
  background-position: -2125px 0; }

/* line 1249, ../scss/_bs-formhelpers.scss */
.bfh-flag-MP {
  background-position: -2142px 0; }

/* line 1253, ../scss/_bs-formhelpers.scss */
.bfh-flag-MR {
  background-position: -2159px 0; }

/* line 1257, ../scss/_bs-formhelpers.scss */
.bfh-flag-MS {
  background-position: -2176px 0; }

/* line 1261, ../scss/_bs-formhelpers.scss */
.bfh-flag-MT {
  background-position: -2193px 0; }

/* line 1265, ../scss/_bs-formhelpers.scss */
.bfh-flag-MU {
  background-position: -2210px 0; }

/* line 1269, ../scss/_bs-formhelpers.scss */
.bfh-flag-MV {
  background-position: -2227px 0; }

/* line 1273, ../scss/_bs-formhelpers.scss */
.bfh-flag-MW {
  background-position: -2244px 0; }

/* line 1277, ../scss/_bs-formhelpers.scss */
.bfh-flag-MZ {
  background-position: -2261px 0; }

/* line 1281, ../scss/_bs-formhelpers.scss */
.bfh-flag-NA {
  background-position: -2278px 0; }

/* line 1285, ../scss/_bs-formhelpers.scss */
.bfh-flag-NE {
  background-position: -2295px 0; }

/* line 1289, ../scss/_bs-formhelpers.scss */
.bfh-flag-NF {
  background-position: -2312px 0; }

/* line 1293, ../scss/_bs-formhelpers.scss */
.bfh-flag-NG {
  background-position: -2329px 0; }

/* line 1297, ../scss/_bs-formhelpers.scss */
.bfh-flag-NI {
  background-position: -2346px 0; }

/* line 1301, ../scss/_bs-formhelpers.scss */
.bfh-flag-NL {
  background-position: -2363px 0; }

/* line 1305, ../scss/_bs-formhelpers.scss */
.bfh-flag-NO {
  background-position: -2380px 0; }

/* line 1309, ../scss/_bs-formhelpers.scss */
.bfh-flag-NP {
  background-position: -2397px 0; }

/* line 1313, ../scss/_bs-formhelpers.scss */
.bfh-flag-NR {
  background-position: -2414px 0; }

/* line 1317, ../scss/_bs-formhelpers.scss */
.bfh-flag-NZ {
  background-position: -2431px 0; }

/* line 1321, ../scss/_bs-formhelpers.scss */
.bfh-flag-OM {
  background-position: -2448px 0; }

/* line 1325, ../scss/_bs-formhelpers.scss */
.bfh-flag-PA {
  background-position: -2465px 0; }

/* line 1329, ../scss/_bs-formhelpers.scss */
.bfh-flag-PE {
  background-position: -2482px 0; }

/* line 1333, ../scss/_bs-formhelpers.scss */
.bfh-flag-PG {
  background-position: -2499px 0; }

/* line 1337, ../scss/_bs-formhelpers.scss */
.bfh-flag-PH {
  background-position: -2516px 0; }

/* line 1341, ../scss/_bs-formhelpers.scss */
.bfh-flag-PK {
  background-position: -2533px 0; }

/* line 1345, ../scss/_bs-formhelpers.scss */
.bfh-flag-PL {
  background-position: -2550px 0; }

/* line 1349, ../scss/_bs-formhelpers.scss */
.bfh-flag-PN {
  background-position: -2567px 0; }

/* line 1353, ../scss/_bs-formhelpers.scss */
.bfh-flag-PS {
  background-position: -2584px 0; }

/* line 1357, ../scss/_bs-formhelpers.scss */
.bfh-flag-PT {
  background-position: -2601px 0; }

/* line 1361, ../scss/_bs-formhelpers.scss */
.bfh-flag-PW {
  background-position: -2618px 0; }

/* line 1365, ../scss/_bs-formhelpers.scss */
.bfh-flag-PY {
  background-position: -2635px 0; }

/* line 1369, ../scss/_bs-formhelpers.scss */
.bfh-flag-QA {
  background-position: -2652px 0; }

/* line 1373, ../scss/_bs-formhelpers.scss */
.bfh-flag-RS {
  background-position: -2669px 0; }

/* line 1377, ../scss/_bs-formhelpers.scss */
.bfh-flag-RU {
  background-position: -2686px 0; }

/* line 1381, ../scss/_bs-formhelpers.scss */
.bfh-flag-RW {
  background-position: -2703px 0; }

/* line 1385, ../scss/_bs-formhelpers.scss */
.bfh-flag-SA {
  background-position: -2720px 0; }

/* line 1389, ../scss/_bs-formhelpers.scss */
.bfh-flag-SB {
  background-position: -2737px 0; }

/* line 1393, ../scss/_bs-formhelpers.scss */
.bfh-flag-SC {
  background-position: -2754px 0; }

/* line 1397, ../scss/_bs-formhelpers.scss */
.bfh-flag-SD {
  background-position: -2771px 0; }

/* line 1401, ../scss/_bs-formhelpers.scss */
.bfh-flag-SE {
  background-position: -2788px 0; }

/* line 1405, ../scss/_bs-formhelpers.scss */
.bfh-flag-SG {
  background-position: -2805px 0; }

/* line 1409, ../scss/_bs-formhelpers.scss */
.bfh-flag-SH {
  background-position: -2822px 0; }

/* line 1413, ../scss/_bs-formhelpers.scss */
.bfh-flag-SI {
  background-position: -2839px 0; }

/* line 1417, ../scss/_bs-formhelpers.scss */
.bfh-flag-SK {
  background-position: -2856px 0; }

/* line 1421, ../scss/_bs-formhelpers.scss */
.bfh-flag-SM {
  background-position: -2873px 0; }

/* line 1425, ../scss/_bs-formhelpers.scss */
.bfh-flag-SN {
  background-position: -2890px 0; }

/* line 1429, ../scss/_bs-formhelpers.scss */
.bfh-flag-SO {
  background-position: -2907px 0; }

/* line 1433, ../scss/_bs-formhelpers.scss */
.bfh-flag-SR {
  background-position: -2924px 0; }

/* line 1437, ../scss/_bs-formhelpers.scss */
.bfh-flag-SS {
  background-position: -2941px 0; }

/* line 1441, ../scss/_bs-formhelpers.scss */
.bfh-flag-ST {
  background-position: -2958px 0; }

/* line 1445, ../scss/_bs-formhelpers.scss */
.bfh-flag-SV {
  background-position: -2975px 0; }

/* line 1449, ../scss/_bs-formhelpers.scss */
.bfh-flag-SY {
  background-position: -2992px 0; }

/* line 1453, ../scss/_bs-formhelpers.scss */
.bfh-flag-SZ {
  background-position: -3009px 0; }

/* line 1457, ../scss/_bs-formhelpers.scss */
.bfh-flag-TC {
  background-position: -3026px 0; }

/* line 1461, ../scss/_bs-formhelpers.scss */
.bfh-flag-TD {
  background-position: -3043px 0; }

/* line 1465, ../scss/_bs-formhelpers.scss */
.bfh-flag-TG {
  background-position: -3060px 0; }

/* line 1469, ../scss/_bs-formhelpers.scss */
.bfh-flag-TH {
  background-position: -3077px 0; }

/* line 1473, ../scss/_bs-formhelpers.scss */
.bfh-flag-TJ {
  background-position: -3094px 0; }

/* line 1477, ../scss/_bs-formhelpers.scss */
.bfh-flag-TM {
  background-position: -3111px 0; }

/* line 1481, ../scss/_bs-formhelpers.scss */
.bfh-flag-TN {
  background-position: -3128px 0; }

/* line 1485, ../scss/_bs-formhelpers.scss */
.bfh-flag-TP {
  background-position: -3145px 0; }

/* line 1489, ../scss/_bs-formhelpers.scss */
.bfh-flag-TR {
  background-position: -3162px 0; }

/* line 1493, ../scss/_bs-formhelpers.scss */
.bfh-flag-TT {
  background-position: -3179px 0; }

/* line 1497, ../scss/_bs-formhelpers.scss */
.bfh-flag-TV {
  background-position: -3196px 0; }

/* line 1501, ../scss/_bs-formhelpers.scss */
.bfh-flag-TW {
  background-position: -3213px 0; }

/* line 1505, ../scss/_bs-formhelpers.scss */
.bfh-flag-TZ {
  background-position: -3230px 0; }

/* line 1509, ../scss/_bs-formhelpers.scss */
.bfh-flag-UA {
  background-position: -3247px 0; }

/* line 1513, ../scss/_bs-formhelpers.scss */
.bfh-flag-UG {
  background-position: -3264px 0; }

/* line 1517, ../scss/_bs-formhelpers.scss */
.bfh-flag-US {
  background-position: -3281px 0; }

/* line 1521, ../scss/_bs-formhelpers.scss */
.bfh-flag-UY {
  background-position: -3298px 0; }

/* line 1525, ../scss/_bs-formhelpers.scss */
.bfh-flag-UZ {
  background-position: -3315px 0; }

/* line 1529, ../scss/_bs-formhelpers.scss */
.bfh-flag-VC {
  background-position: -3332px 0; }

/* line 1533, ../scss/_bs-formhelpers.scss */
.bfh-flag-VE {
  background-position: -3349px 0; }

/* line 1537, ../scss/_bs-formhelpers.scss */
.bfh-flag-VG {
  background-position: -3366px 0; }

/* line 1541, ../scss/_bs-formhelpers.scss */
.bfh-flag-VI {
  background-position: -3383px 0; }

/* line 1545, ../scss/_bs-formhelpers.scss */
.bfh-flag-VN {
  background-position: -3400px 0; }

/* line 1549, ../scss/_bs-formhelpers.scss */
.bfh-flag-VU {
  background-position: -3417px 0; }

/* line 1553, ../scss/_bs-formhelpers.scss */
.bfh-flag-WS {
  background-position: -3434px 0; }

/* line 1557, ../scss/_bs-formhelpers.scss */
.bfh-flag-YE {
  background-position: -3451px 0; }

/* line 1561, ../scss/_bs-formhelpers.scss */
.bfh-flag-ZA {
  background-position: -3468px 0; }

/* line 1565, ../scss/_bs-formhelpers.scss */
.bfh-flag-ZM {
  background-position: -3485px 0; }

/* line 1569, ../scss/_bs-formhelpers.scss */
.bfh-flag-BF {
  background-position: -3502px 0; }

/* line 1573, ../scss/_bs-formhelpers.scss */
.bfh-flag-CU {
  background-position: -3519px 0; }

/* line 1577, ../scss/_bs-formhelpers.scss */
.bfh-flag-DE {
  background-position: -3536px 0; }

/* line 1581, ../scss/_bs-formhelpers.scss */
.bfh-flag-IR {
  background-position: -3553px 0; }

/* line 1585, ../scss/_bs-formhelpers.scss */
.bfh-flag-KZ {
  background-position: -3570px 0; }

/* line 1589, ../scss/_bs-formhelpers.scss */
.bfh-flag-LB {
  background-position: -3587px 0; }

/* line 1593, ../scss/_bs-formhelpers.scss */
.bfh-flag-LI {
  background-position: -3604px 0; }

/* line 1597, ../scss/_bs-formhelpers.scss */
.bfh-flag-MC {
  background-position: -3621px 0; }

/* line 1601, ../scss/_bs-formhelpers.scss */
.bfh-flag-MD {
  background-position: -3638px 0; }

/* line 1605, ../scss/_bs-formhelpers.scss */
.bfh-flag-MK {
  background-position: -3655px 0; }

/* line 1609, ../scss/_bs-formhelpers.scss */
.bfh-flag-MN {
  background-position: -3672px 0; }

/* line 1613, ../scss/_bs-formhelpers.scss */
.bfh-flag-MO {
  background-position: -3706px 0; }

/* line 1617, ../scss/_bs-formhelpers.scss */
.bfh-flag-MX {
  background-position: -3723px 0; }

/* line 1621, ../scss/_bs-formhelpers.scss */
.bfh-flag-MY {
  background-position: -3740px 0; }

/* line 1625, ../scss/_bs-formhelpers.scss */
.bfh-flag-PR {
  background-position: -3757px 0; }

/* line 1629, ../scss/_bs-formhelpers.scss */
.bfh-flag-RO {
  background-position: -3774px 0; }

/* line 1633, ../scss/_bs-formhelpers.scss */
.bfh-flag-SL {
  background-position: -3791px 0; }

/* line 1637, ../scss/_bs-formhelpers.scss */
.bfh-flag-TO {
  background-position: -3808px 0; }

/* line 1641, ../scss/_bs-formhelpers.scss */
.bfh-flag-VA {
  background-position: -3825px 0; }

/* line 1645, ../scss/_bs-formhelpers.scss */
.bfh-flag-ZW {
  background-position: -3842px 0; }

/* line 1649, ../scss/_bs-formhelpers.scss */
.bfh-flag-EUR {
  background: url(../images/eu.png) no-repeat; }

/* line 1653, ../scss/_bs-formhelpers.scss */
.bfh-flag-XCD {
  background: url(../images/xcd.png) no-repeat; }

/* line 1657, ../scss/_bs-formhelpers.scss */
.bfh-flag-AUD,
.bfh-flag-CHF,
.bfh-flag-DKK,
.bfh-flag-EUR,
.bfh-flag-XAF,
.bfh-flag-XCD,
.bfh-flag-XOF,
.bfh-flag-XPF,
.bfh-flag-ZAR {
  width: 16px;
  height: 14px;
  background: url(../images/bootstrap-formhelpers-currencies.flags.png) no-repeat; }

/* line 1671, ../scss/_bs-formhelpers.scss */
.bfh-flag-AUD:empty,
.bfh-flag-CHF:empty,
.bfh-flag-DKK:empty,
.bfh-flag-EUR:empty,
.bfh-flag-XAF:empty,
.bfh-flag-XCD:empty,
.bfh-flag-XOF:empty,
.bfh-flag-XPF:empty,
.bfh-flag-ZAR:empty {
  width: 16px; }

/* line 1683, ../scss/_bs-formhelpers.scss */
.bfh-flag-AUD,
.bfh-flag-CHF,
.bfh-flag-DKK,
.bfh-flag-EUR,
.bfh-flag-XAF,
.bfh-flag-XCD,
.bfh-flag-XOF,
.bfh-flag-XPF,
.bfh-flag-ZAR {
  margin-right: 5px; }

/* line 1695, ../scss/_bs-formhelpers.scss */
.bfh-flag-AUD {
  background-position: -32px 0; }

/* line 1699, ../scss/_bs-formhelpers.scss */
.bfh-flag-CHF {
  background-position: -224px 0; }

/* line 1703, ../scss/_bs-formhelpers.scss */
.bfh-flag-DKK {
  background-position: -64px -16px; }

/* line 1707, ../scss/_bs-formhelpers.scss */
.bfh-flag-EUR {
  background-position: -96px -16px; }

/* line 1711, ../scss/_bs-formhelpers.scss */
.bfh-flag-XAF {
  background-position: -160px -80px; }

/* line 1715, ../scss/_bs-formhelpers.scss */
.bfh-flag-XCD {
  background-position: -176px -80px; }

/* line 1719, ../scss/_bs-formhelpers.scss */
.bfh-flag-XOF {
  background-position: -192px -80px; }

/* line 1723, ../scss/_bs-formhelpers.scss */
.bfh-flag-XPF {
  background-position: -208px -80px; }

/* line 1727, ../scss/_bs-formhelpers.scss */
.bfh-flag-ZAR {
  background-position: -224px -80px; }

/* line 1731, ../scss/_bs-formhelpers.scss */
.bfh-selectbox {
  position: relative; }

/* line 1735, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-toggle {
  display: inline-block;
  padding: 0px 0px 0px 10px;
  text-decoration: none;
  margin-top: 3px; }

/* line 1742, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-toggle:focus {
  outline: 0; }

/* line 1746, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
  display: inline-block;
  float: left;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 1755, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
  float: right;
  margin-top: 8px;
  margin-right: -16px;
  margin-left: -10px; }

/* line 1762, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 90px;
  padding: 5px 0;
  margin: -1px 0 0;
  font-size: 14px;
  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; }

/* line 1782, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options.pull-right {
  right: 0;
  left: auto; }

/* line 1787, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

/* line 1794, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options .bfh-selectbox-filter-container {
  width: 100%;
  padding: 5px; }

/* line 1799, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options ul {
  max-width: 500px;
  max-height: 200px;
  padding: 0;
  margin: 5px 0 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none; }

/* line 1809, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options ul li > a {
  display: block;
  width: 100%;
  min-height: 26px;
  padding: 3px 20px;
  overflow-x: hidden;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 1823, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options ul li > a:hover,
.bfh-selectbox .bfh-selectbox-options ul li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

/* line 1830, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options ul .bfh-selectbox-options-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999; }

/* line 1838, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options ul .disabled > a {
  color: #999; }

/* line 1842, ../scss/_bs-formhelpers.scss */
.bfh-selectbox .bfh-selectbox-options ul .disabled > a:hover,
.bfh-selectbox .bfh-selectbox-options ul .disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

/* line 1852, ../scss/_bs-formhelpers.scss */
.bfh-selectbox.open > .bfh-selectbox-options {
  display: block; }

/* line 1856, ../scss/_bs-formhelpers.scss */
.bfh-selectbox.open a {
  outline: 0; }

/* line 1860, ../scss/_bs-formhelpers.scss */
.pull-right > .bfh-selectbox-options {
  right: 0;
  left: auto; }

/* line 1865, ../scss/_bs-formhelpers.scss */
.bfh-selectbox-up .caret,
.navbar-fixed-bottom .bfh-selectbox .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #272727;
  content: ""; }

/* line 1872, ../scss/_bs-formhelpers.scss */
.bfh-selectbox-up .bfh-selectbox-options,
.navbar-fixed-bottom .bfh-selectbox .bfh-selectbox-options {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  /* line 1880, ../scss/_bs-formhelpers.scss */
  .navbar-right .bfh-selectbox-options {
    right: 0;
    left: auto; } }
/* line 1886, ../scss/_bs-formhelpers.scss */
.bfh-googlefonts .bfh-selectbox-options a {
  width: 230px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(../images/bootstrap-formhelpers-googlefonts.png); }

/* line 1893, ../scss/_bs-formhelpers.scss */
.bfh-googlefonts .bfh-selectbox-options a:focus {
  background-color: transparent;
  background-repeat: no-repeat;
  outline: 0;
  filter: none; }

/* line 1900, ../scss/_bs-formhelpers.scss */
.bfh-googlefonts .bfh-selectbox-options .active > a,
.bfh-googlefonts .bfh-selectbox-options .active > a:hover {
  background-color: transparent;
  background-image: url(../images/bootstrap-formhelpers-googlefonts.png);
  background-repeat: no-repeat;
  outline: 0;
  filter: none; }

/* line 1909, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 296px; }

/* line 1919, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar > table.calendar {
  width: 376px;
  background: #fff; }

/* line 1924, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar > table.calendar .months-header > th {
  font-size: 12px;
  text-align: center; }

/* line 1929, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar > table.calendar .months-header > th.month > span {
  display: inline-block;
  width: 100px; }

/* line 1934, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar > table.calendar .months-header > th.year > span {
  display: inline-block;
  width: 50px; }

/* line 1939, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar > table.calendar .days-header > th {
  width: 30px;
  font-size: 11px;
  line-height: 12px;
  text-align: center; }

/* line 1946, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar > table.calendar > tbody > tr > td {
  width: 30px;
  font-size: 11px;
  line-height: 12px;
  text-align: center; }

/* line 1953, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar > table.calendar > tbody > tr > td.today {
  color: #fff;
  background-color: #428bca; }

/* line 1958, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar > table.calendar > tbody > tr > td.off {
  color: #999; }

/* line 1962, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-calendar > table.calendar > tbody > tr > td:not(.off):hover {
  color: #262626;
  cursor: pointer;
  background-color: #f5f5f5; }

/* line 1968, ../scss/_bs-formhelpers.scss */
.bfh-datepicker {
  position: relative; }

/* line 1972, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-toggle {
  *margin-bottom: -3px; }

/* line 1976, ../scss/_bs-formhelpers.scss */
.bfh-datepicker-toggle > input[readonly] {
  cursor: inherit;
  background-color: inherit; }

/* line 1981, ../scss/_bs-formhelpers.scss */
.open > .bfh-datepicker-calendar {
  display: block; }

/* line 1985, ../scss/_bs-formhelpers.scss */
.bfh-timepicker-popover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  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; }

/* line 2002, ../scss/_bs-formhelpers.scss */
.bfh-timepicker-popover > table {
  width: 180px;
  margin: 0; }

/* line 2007, ../scss/_bs-formhelpers.scss */
.bfh-timepicker-popover > table > tbody > tr > td {
  text-align: center;
  border: 0; }

/* line 2012, ../scss/_bs-formhelpers.scss */
.bfh-timepicker-popover > table > tbody > tr > td.separator {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px; }

/* line 2018, ../scss/_bs-formhelpers.scss */
.bfh-timepicker-popover > table > tbody > tr > td > div > input {
  width: 42px !important;
  text-align: center; }

/* line 2023, ../scss/_bs-formhelpers.scss */
.bfh-timepicker {
  position: relative; }

/* line 2027, ../scss/_bs-formhelpers.scss */
.bfh-timepicker-toggle {
  *margin-bottom: -3px; }

/* line 2031, ../scss/_bs-formhelpers.scss */
.bfh-timepicker-toggle > input[readonly] {
  cursor: inherit;
  background-color: inherit; }

/* line 2036, ../scss/_bs-formhelpers.scss */
.open > .bfh-timepicker-popover {
  display: block; }

/* line 2040, ../scss/_bs-formhelpers.scss */
.bfh-slider {
  height: 20px;
  margin-top: 8px;
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none; }

/* line 2054, ../scss/_bs-formhelpers.scss */
.bfh-slider > .bfh-slider-handle {
  position: absolute;
  width: 20px;
  height: 34px;
  margin-top: -7px;
  cursor: col-resize;
  background: #efefef;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

/* line 2066, ../scss/_bs-formhelpers.scss */
.bfh-slider > .bfh-slider-handle > .bfh-slider-value {
  position: absolute;
  width: 48px;
  height: 20px;
  margin-top: 5px;
  margin-left: -15px;
  line-height: 20px;
  text-align: center;
  cursor: col-resize;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

/* line 2081, ../scss/_bs-formhelpers.scss */
.bfh-slider > .bfh-slider-handle > .bfh-slider-value .disabled {
  color: #999; }

/* line 2085, ../scss/_bs-formhelpers.scss */
.bfh-slider.disabled .bfh-slider-value {
  color: #999; }

/* line 2089, ../scss/_bs-formhelpers.scss */
.bfh-colorpicker-popover {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 20px;
  cursor: default;
  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; }

/* line 2108, ../scss/_bs-formhelpers.scss */
.bfh-colorpicker-popover > canvas {
  width: 384px;
  height: 256px; }

/* line 2113, ../scss/_bs-formhelpers.scss */
.bfh-colorpicker {
  position: relative; }

/* line 2117, ../scss/_bs-formhelpers.scss */
.bfh-colorpicker-toggle {
  *margin-bottom: -3px; }

/* line 2121, ../scss/_bs-formhelpers.scss */
.bfh-colorpicker-toggle > input[readonly] {
  cursor: inherit;
  background-color: inherit; }

/* line 2126, ../scss/_bs-formhelpers.scss */
.bfh-colorpicker-toggle .bfh-colorpicker-icon {
  display: block;
  width: 16px;
  height: 16px; }

/* line 2132, ../scss/_bs-formhelpers.scss */
.open > .bfh-colorpicker-popover {
  display: block; }

/* line 2136, ../scss/_bs-formhelpers.scss */
.input-group > .bfh-number {
  border-right: 0; }

/* line 2140, ../scss/_bs-formhelpers.scss */
.input-group > .bfh-number-btn:hover {
  background-color: #ccc; }

/* line 5, ../scss/_overrides.scss */
ul {
  list-style: none;
  padding: 0px; }

/* line 9, ../scss/_overrides.scss */
a:hover {
  text-decoration: none; }

/* line 17, ../scss/_overrides.scss */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* line 27, ../scss/_overrides.scss */
.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  /* line 33, ../scss/_overrides.scss */
  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  /* line 40, ../scss/_overrides.scss */
  .col-md-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  /* line 47, ../scss/_overrides.scss */
  .col-lg-5ths {
    width: 20%;
    float: left; } }
/* line 54, ../scss/_overrides.scss */
.center-block {
  display: table;
  margin: auto !important;
  float: none !important; }

/* line 60, ../scss/_overrides.scss */
.clearfix {
  clear: both !important; }

/* line 64, ../scss/_overrides.scss */
.clear-left {
  clear: left; }

/* line 69, ../scss/_overrides.scss */
html {
  width: auto;
  min-width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: 100%; }

/* line 77, ../scss/_overrides.scss */
a.link-underline, .link-underline a {
  text-decoration: underline !important; }

/* line 80, ../scss/_overrides.scss */
.panels-flexible-column-new-main {
  float: left;
  width: 100vw !important;
  max-width: 100vw;
  overflow: hidden; }

/* line 87, ../scss/_overrides.scss */
.panels-flexible-region-new-center {
  float: left;
  width: 100vw !important;
  max-width: 100vw;
  overflow: hidden; }

/* line 94, ../scss/_overrides.scss */
.ds-2col > .group-left, .page-blog .pane-blog-pane .views-row-odd .ds-2col > .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .ds-2col > .blog--content {
  width: 49%; }

/* line 3, ../scss/partials/_layout.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

/* line 9, ../scss/partials/_layout.scss */
.panels-flexible-region-1-center {
  width: 100%; }

/* line 12, ../scss/partials/_layout.scss */
.panel-separator {
  margin: 0 !important;
  padding: 0 !important;
  display: none; }

/* line 18, ../scss/partials/_layout.scss */
.no-pad {
  padding: 0px !important; }

/* line 21, ../scss/partials/_layout.scss */
.no-pad-top {
  padding-top: 0px !important; }

/* line 24, ../scss/partials/_layout.scss */
.no-pad-left {
  padding-left: 0px !important; }

/* line 27, ../scss/partials/_layout.scss */
.no-pad-right {
  padding-right: 0px !important; }

/* line 30, ../scss/partials/_layout.scss */
.no-pad-bottom {
  padding-bottom: 0px !important; }

/* line 33, ../scss/partials/_layout.scss */
.space-top-small {
  margin-top: 12px !important; }

/* line 36, ../scss/partials/_layout.scss */
.space-bottom-medium {
  margin-bottom: 40px !important; }

/* line 39, ../scss/partials/_layout.scss */
.space-bottom-large {
  margin-bottom: 80px !important; }

/* line 42, ../scss/partials/_layout.scss */
.space-bottom-xlarge {
  margin-bottom: 160px !important; }

/* line 45, ../scss/partials/_layout.scss */
.no-margin {
  margin: 0 !important; }

/* line 48, ../scss/partials/_layout.scss */
.no-margin-bottom {
  margin-bottom: 0px !important; }

/* line 51, ../scss/partials/_layout.scss */
.section-pad {
  padding-top: 80px;
  padding-bottom: 80px; }
  /* line 55, ../scss/partials/_layout.scss */
  .section-pad.pane-bean-homepage-product-grid-copy {
    padding-bottom: 0; }

/* line 59, ../scss/partials/_layout.scss */
.text-center {
  text-align: center !important; }

/* line 63, ../scss/partials/_layout.scss */
body {
  overflow-x: hidden; }

/* line 68, ../scss/partials/_layout.scss */
.panels-flexible-region-2-center {
  float: none;
  width: auto; }

/* line 75, ../scss/partials/_layout.scss */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left !important; }

/* line 4, ../scss/partials/_beans.scss */
.bean-large-callout .panel-body, .page-blog .pane-blog-pane .views-row-odd article .panel-body, .page-blog .pane-blog-pane .views-row-even article .panel-body {
  padding-top: 0; }
/* line 7, ../scss/partials/_beans.scss */
.bean-large-callout .group-right, .page-blog .pane-blog-pane .views-row-odd article .group-right, .page-blog .pane-blog-pane .views-row-even article .group-right, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content, .bean-large-callout .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even .bean-large-callout .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article .field-name-field-featured-image, .bean-large-callout .group-left, .page-blog .pane-blog-pane .views-row-odd article .group-left, .page-blog .pane-blog-pane .views-row-even article .group-left, .bean-large-callout .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .bean-large-callout .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content {
  width: 41.66667%; }
/* line 10, ../scss/partials/_beans.scss */
.bean-large-callout .group-right, .page-blog .pane-blog-pane .views-row-odd article .group-right, .page-blog .pane-blog-pane .views-row-even article .group-right, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content, .bean-large-callout .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even .bean-large-callout .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article .field-name-field-featured-image {
  float: right; }
/* line 13, ../scss/partials/_beans.scss */
.bean-large-callout .group-left, .page-blog .pane-blog-pane .views-row-odd article .group-left, .page-blog .pane-blog-pane .views-row-even article .group-left, .bean-large-callout .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .bean-large-callout .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content {
  float: left; }
/* line 17, ../scss/partials/_beans.scss */
.bean-large-callout.view-mode-left .group-right, .page-blog .pane-blog-pane .views-row-odd article .group-right, .page-blog .pane-blog-pane .views-row-even article.view-mode-left .group-right, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content, .bean-large-callout.view-mode-left .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even .bean-large-callout.view-mode-left .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article.view-mode-left .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even .views-row-odd article .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .views-row-even article .field-name-field-featured-image {
  margin-right: 16.66667%;
  width: 33.33333%;
  padding: 20px 0; }
@media (max-width: 767px) {
  /* line 25, ../scss/partials/_beans.scss */
  .bean-large-callout.view-mode-left .group-left, .page-blog .pane-blog-pane .views-row-odd article .group-left, .page-blog .pane-blog-pane .views-row-even article.view-mode-left .group-left, .bean-large-callout.view-mode-left .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .bean-large-callout.view-mode-left .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article.view-mode-left .views-row-odd .field-name-field-featured-image, .bean-large-callout.view-mode-left .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .bean-large-callout.view-mode-left .blog--content, .page-blog .pane-blog-pane .views-row-even article.view-mode-left article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) article.view-mode-left .blog--content, .page-blog .pane-blog-pane .views-row-even .views-row-odd article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-odd .views-row-even article:not(.image-none) .blog--content {
    display: none; }
  /* line 28, ../scss/partials/_beans.scss */
  .bean-large-callout.view-mode-left .group-right, .page-blog .pane-blog-pane .views-row-odd article .group-right, .page-blog .pane-blog-pane .views-row-even article.view-mode-left .group-right, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content, .bean-large-callout.view-mode-left .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even .bean-large-callout.view-mode-left .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article.view-mode-left .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even .views-row-odd article .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .views-row-even article .field-name-field-featured-image {
    width: 66.66667%;
    margin-left: 16.66667%; } }
/* line 37, ../scss/partials/_beans.scss */
.bean-large-callout.view-mode-right .group-left, .page-blog .pane-blog-pane .views-row-odd article.view-mode-right .group-left, .page-blog .pane-blog-pane .views-row-even article .group-left, .bean-large-callout.view-mode-right .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .bean-large-callout.view-mode-right .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article.view-mode-right .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even .views-row-odd article .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .views-row-even article .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content {
  margin-left: 16.66667%;
  padding: 20px 0;
  width: 33.33333%; }
@media (max-width: 767px) {
  /* line 43, ../scss/partials/_beans.scss */
  .bean-large-callout.view-mode-right .group-left, .page-blog .pane-blog-pane .views-row-odd article.view-mode-right .group-left, .page-blog .pane-blog-pane .views-row-even article .group-left, .bean-large-callout.view-mode-right .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .bean-large-callout.view-mode-right .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article.view-mode-right .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even .views-row-odd article .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .views-row-even article .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content {
    margin-left: 16.66667%;
    width: 66.66667%; }
  /* line 47, ../scss/partials/_beans.scss */
  .bean-large-callout.view-mode-right .group-right, .page-blog .pane-blog-pane .views-row-odd article.view-mode-right .group-right, .page-blog .pane-blog-pane .views-row-even article .group-right, .bean-large-callout.view-mode-right .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .bean-large-callout.view-mode-right .blog--content, .page-blog .pane-blog-pane .views-row-odd article.view-mode-right article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) article.view-mode-right .blog--content, .page-blog .pane-blog-pane .views-row-even .views-row-odd article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-odd .views-row-even article:not(.image-none) .blog--content, .bean-large-callout.view-mode-right .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even .bean-large-callout.view-mode-right .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd article.view-mode-right .views-row-even .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-even article .field-name-field-featured-image {
    display: none; } }

/* line 53, ../scss/partials/_beans.scss */
.more-info-modal {
  padding: 80px 0 !important; }

/* line 56, ../scss/partials/_beans.scss */
.pane-bean-ready-to-purchase, .more-info-modal {
  background: url("../images/conecting-lines-hero-1.jpg") 50% 0% !important;
  background-size: cover !important;
  text-align: center; }
  /* line 60, ../scss/partials/_beans.scss */
  .pane-bean-ready-to-purchase h2, .more-info-modal h2 {
    color: #fff; }
  /* line 64, ../scss/partials/_beans.scss */
  .pane-bean-ready-to-purchase .button, .more-info-modal .button {
    border-color: #fff;
    background: none;
    color: #fff;
    min-width: 0px; }
    /* line 70, ../scss/partials/_beans.scss */
    .pane-bean-ready-to-purchase .button:hover, .more-info-modal .button:hover {
      background: #fff;
      color: #333;
      border-color: #fff; }

/* line 78, ../scss/partials/_beans.scss */
.pane-bean-questions-were-here-to-help {
  background: url("../images/conecting-lines-hero-1.jpg") 50% 0%;
  background-size: cover !important; }

/* line 84, ../scss/partials/_beans.scss */
.bean-page-banner {
  position: relative;
  height: 308px; }
  /* line 87, ../scss/partials/_beans.scss */
  .bean-page-banner .background-image-holder {
    position: absolute;
    height: 308px;
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-position: 50% 50% !important; }
  /* line 96, ../scss/partials/_beans.scss */
  .bean-page-banner .group-banner-copy {
    position: absolute;
    left: 16.66667%;
    width: 33.33333%; }
    @media (max-width: 767px) {
      /* line 96, ../scss/partials/_beans.scss */
      .bean-page-banner .group-banner-copy {
        width: 100%;
        left: 0;
        padding: 30px; } }
    /* line 106, ../scss/partials/_beans.scss */
    .bean-page-banner .group-banner-copy span.text-white {
      color: #fff;
      text-transform: uppercase;
      text-shadow: 4px, 4px, 2px, black; }
    /* line 111, ../scss/partials/_beans.scss */
    .bean-page-banner .group-banner-copy h1 {
      color: #fff;
      text-shadow: 4px, 4px, 2px, black; }
    /* line 115, ../scss/partials/_beans.scss */
    .bean-page-banner .group-banner-copy p.lead, .bean-page-banner .group-banner-copy .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content p.field-name-field-intro, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content .bean-page-banner .group-banner-copy p.field-name-field-intro, .bean-page-banner .group-banner-copy .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content p.field-name-field-intro, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content .bean-page-banner .group-banner-copy p.field-name-field-intro, .bean-page-banner .group-banner-copy .page-blog .pane-blog-pane .image-none .blog--content p.field-name-field-intro, .page-blog .pane-blog-pane .image-none .blog--content .bean-page-banner .group-banner-copy p.field-name-field-intro {
      color: #fff;
      text-shadow: 4px, 4px, 2px, black; }

/* line 121, ../scss/partials/_beans.scss */
body.page-taxonomy-term .bean-page-banner {
  height: 500px; }
  /* line 123, ../scss/partials/_beans.scss */
  body.page-taxonomy-term .bean-page-banner .background-image-holder {
    height: 500px; }

/* line 128, ../scss/partials/_beans.scss */
.pane-bean-head-bean-termelementary {
  clear: both;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media all and (max-width: 991px) {
    /* line 128, ../scss/partials/_beans.scss */
    .pane-bean-head-bean-termelementary {
      padding-top: 40px;
      padding-bottom: 40px; } }
  /* line 138, ../scss/partials/_beans.scss */
  .pane-bean-head-bean-termelementary h2 {
    text-align: center; }

/* line 3, ../scss/partials/_buttons.scss */
.button a, a.button, button.button {
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 155px; }
  /* line 7, ../scss/partials/_buttons.scss */
  .button a:hover, a.button:hover, button.button:hover {
    background: none;
    color: #fff;
    border-color: #8d8886;
    background-color: #8d8886; }

/* line 15, ../scss/partials/_buttons.scss */
.button-primary a, .field-name-field-c-hero-primary-cta a a, .ps-widget[ps-sku] a, .ps-widget[data-ps-sku] a, .view-profile-product-overview .view-mode-profile_product_overview .ds-right a a, .product-tour--nav-back a, .product-tour--nav-continue a, .product-tour--nav-done a, .container-material-item .item-body a a, a.button-primary, .field-name-field-c-hero-primary-cta a, a.ps-widget[ps-sku], a.ps-widget[data-ps-sku], .view-profile-product-overview .view-mode-profile_product_overview .ds-right a, a.product-tour--nav-back, a.product-tour--nav-continue, a.product-tour--nav-done, .container-material-item .item-body a, button.button-primary, button.ps-widget[ps-sku], button.ps-widget[data-ps-sku], button.product-tour--nav-back, button.product-tour--nav-continue, button.product-tour--nav-done,
.button-secondary a, a.button-secondary, button.button-primary, button.ps-widget[ps-sku], button.ps-widget[data-ps-sku], button.product-tour--nav-back, button.product-tour--nav-continue, button.product-tour--nav-done, .primary-button {
  font-family: proxima-nova;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  padding: 1.125rem 2.25rem;
  letter-spacing: .2em;
  display: inline-block;
  color: #272727;
  border: 2px solid #272727;
  background-color: #fff;
  font-family: 'proxima-nova',sans-serif;
  font-size: 10px;
  color: #272727;
  font-weight: 600;
  line-height: 1; }

/* line 31, ../scss/partials/_buttons.scss */
.button-primary a:hover, .field-name-field-c-hero-primary-cta a a:hover, .ps-widget[ps-sku] a:hover, .ps-widget[data-ps-sku] a:hover, .view-profile-product-overview .view-mode-profile_product_overview .ds-right a a:hover, .product-tour--nav-back a:hover, .product-tour--nav-continue a:hover, .product-tour--nav-done a:hover, .container-material-item .item-body a a:hover, a.button-primary:hover, .field-name-field-c-hero-primary-cta a:hover, a.ps-widget[ps-sku]:hover, a.ps-widget[data-ps-sku]:hover, .view-profile-product-overview .view-mode-profile_product_overview .ds-right a:hover, a.product-tour--nav-back:hover, a.product-tour--nav-continue:hover, a.product-tour--nav-done:hover, .container-material-item .item-body a:hover, button.button-primary:hover, button.ps-widget[ps-sku]:hover, button.ps-widget[data-ps-sku]:hover, button.product-tour--nav-back:hover, button.product-tour--nav-continue:hover, button.product-tour--nav-done:hover,
.primary-hover {
  background: #272727;
  color: #fff;
  border-color: #272727;
  background-color: #272727; }
  /* line 37, ../scss/partials/_buttons.scss */
  .button-primary a:hover.disabled, .field-name-field-c-hero-primary-cta a a:hover.disabled, .ps-widget[ps-sku] a:hover.disabled, .ps-widget[data-ps-sku] a:hover.disabled, .view-profile-product-overview .view-mode-profile_product_overview .ds-right a a:hover.disabled, .product-tour--nav-back a:hover.disabled, .product-tour--nav-continue a:hover.disabled, .product-tour--nav-done a:hover.disabled, .container-material-item .item-body a a:hover.disabled, a.button-primary:hover.disabled, .field-name-field-c-hero-primary-cta a:hover.disabled, a.ps-widget[ps-sku]:hover.disabled, a.ps-widget[data-ps-sku]:hover.disabled, .view-profile-product-overview .view-mode-profile_product_overview .ds-right a:hover.disabled, a.product-tour--nav-back:hover.disabled, a.product-tour--nav-continue:hover.disabled, a.product-tour--nav-done:hover.disabled, .container-material-item .item-body a:hover.disabled, button.button-primary:hover.disabled, button.ps-widget[ps-sku]:hover.disabled, button.ps-widget[data-ps-sku]:hover.disabled, button.product-tour--nav-back:hover.disabled, button.product-tour--nav-continue:hover.disabled, button.product-tour--nav-done:hover.disabled,
  .primary-hover.disabled {
    cursor: default; }

/* line 42, ../scss/partials/_buttons.scss */
.button-secondary a, a.button-secondary, button.button-secondary {
  border: 1px solid #8d8886;
  color: #8d8886; }

/* line 46, ../scss/partials/_buttons.scss */
.button-secondary a:hover, a.button-secondary:hover, button.button-secondary:hover {
  border: 1px solid #8d8886;
  color: #fff;
  background-color: #8d8886; }

/* line 52, ../scss/partials/_buttons.scss */
.button-primary.button-filled a, .field-name-field-c-hero-primary-cta a.button-filled a, .button-filled.ps-widget[ps-sku] a, .button-filled.ps-widget[data-ps-sku] a, .view-profile-product-overview .view-mode-profile_product_overview .ds-right a.button-filled a, .button-filled.product-tour--nav-back a, .button-filled.product-tour--nav-continue a, .button-filled.product-tour--nav-done a, .container-material-item .item-body a.button-filled a, a.button-primary.button-filled, .field-name-field-c-hero-primary-cta a.button-filled, a.button-filled.ps-widget[ps-sku], a.button-filled.ps-widget[data-ps-sku], .view-profile-product-overview .view-mode-profile_product_overview .ds-right a.button-filled, a.button-filled.product-tour--nav-back, a.button-filled.product-tour--nav-continue, a.button-filled.product-tour--nav-done, .container-material-item .item-body a.button-filled {
  background: #272727;
  color: #fff; }

/* line 56, ../scss/partials/_buttons.scss */
.button-white a, a.button-white, button.button-white {
  border-color: #fff;
  background: none;
  color: #fff;
  min-width: 0px; }
  /* line 62, ../scss/partials/_buttons.scss */
  .button-white a:hover, a.button-white:hover, button.button-white:hover {
    background: #fff;
    color: #333;
    border-color: #fff; }

/* line 68, ../scss/partials/_buttons.scss */
.button-white.button-filled a, a.button-white.button-filled button.button-white.button-filled {
  background: #fff;
  color: #424651; }

/* line 72, ../scss/partials/_buttons.scss */
.button-grey a, a.button-grey {
  border-color: #777777;
  color: #333; }
  /* line 75, ../scss/partials/_buttons.scss */
  .button-grey a:hover, a.button-grey:hover {
    background-color: #333;
    color: #fff;
    border-color: #333; }

/* line 81, ../scss/partials/_buttons.scss */
.button-lg a, a.button-lg, button.button-lg {
  padding: 18px 40px; }

/* line 84, ../scss/partials/_buttons.scss */
.button-sm a, a.button-sm, button.button-sm {
  padding: 10px 15px;
  font-size: 11px;
  letter-spacing: 0px; }

/* line 89, ../scss/partials/_buttons.scss */
.button-xs a, a.button-xs, button.button-xs {
  padding: 5px 15px !important;
  font-size: 9px !important; }

/* line 93, ../scss/partials/_buttons.scss */
.button-text-only a, a.button-text-only, button.button-text-only {
  border-color: transparent; }
  /* line 95, ../scss/partials/_buttons.scss */
  .button-text-only a:hover, a.button-text-only:hover, button.button-text-only:hover {
    background: none;
    color: #8d8886;
    border-color: transparent; }

/* line 102, ../scss/partials/_buttons.scss */
.bg__image--dark .field-name-field-c-hero-primary-cta a {
  border-color: #fff; }

/* line 105, ../scss/partials/_buttons.scss */
.bg__image--dark .field-name-field-c-hero-primary-cta a:hover {
  border-color: #e55551; }

/* line 110, ../scss/partials/_buttons.scss */
.field-name-field-c-hero-primary-cta a {
  border: 2px solid #272727;
  font-family: 'proxima-nova',sans-serif;
  font-size: 10px;
  color: #272727;
  font-weight: 600;
  line-height: 1; }

/* line 116, ../scss/partials/_buttons.scss */
body .ps-widget[ps-sku], body .ps-widget[data-ps-sku], .ps-widget[ps-sku], .ps-widget[data-ps-sku] {
  background-color: rgba(39, 39, 39, 0.2);
  border-color: white !important;
  color: white !important;
  padding: 0.3125rem 3.5rem !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s easeInOut;
  -moz-transition: all 0.3s easeInOut;
  transition: all 0.3s easeInOut; }
  /* line 125, ../scss/partials/_buttons.scss */
  body .ps-widget[ps-sku]:focus, body .ps-widget[ps-sku]:hover, body .ps-widget[data-ps-sku]:focus, body .ps-widget[data-ps-sku]:hover, .ps-widget[ps-sku]:focus, .ps-widget[ps-sku]:hover, .ps-widget[data-ps-sku]:focus, .ps-widget[data-ps-sku]:hover {
    background-color: #272727; }
  /* line 129, ../scss/partials/_buttons.scss */
  body .ps-widget[ps-sku] span, body .ps-widget[data-ps-sku] span, .ps-widget[ps-sku] span, .ps-widget[data-ps-sku] span {
    padding: 0 !important;
    font-family: 'proxima-nova',sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: .1em !important; }

/* line 4, ../scss/partials/_faq.scss */
.pane-faq-list .views-row {
  padding-bottom: 20px; }

/* line 5, ../scss/partials/_flexpages.scss */
.node-type-flexpage .hero-content .field-name-field-c-hero-primary-cta {
  margin-top: 0; }
  /* line 7, ../scss/partials/_flexpages.scss */
  .node-type-flexpage .hero-content .field-name-field-c-hero-primary-cta a {
    background-color: rgba(39, 39, 39, 0.2);
    border-color: white;
    color: white;
    -webkit-transition: all 0.3s easeInOut;
    -moz-transition: all 0.3s easeInOut;
    transition: all 0.3s easeInOut; }
    /* line 13, ../scss/partials/_flexpages.scss */
    .node-type-flexpage .hero-content .field-name-field-c-hero-primary-cta a:focus, .node-type-flexpage .hero-content .field-name-field-c-hero-primary-cta a:hover {
      background-color: #272727; }
/* line 19, ../scss/partials/_flexpages.scss */
.node-type-flexpage .hero-content .field-name-field-c-start-guide-url a {
  color: #fff;
  font-family: 'proxima-nova',sans-serif;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300))); }
  /* line 22, ../scss/partials/_flexpages.scss */
  .node-type-flexpage .hero-content .field-name-field-c-start-guide-url a:hover {
    background-color: none;
    text-decoration: underline;
    color: #fff; }
/* line 28, ../scss/partials/_flexpages.scss */
.node-type-flexpage .hero-content--start-guide:after {
  content: '';
  height: 52px;
  width: 52px;
  display: inline-block;
  background: url("../images/pdf-icon.png") no-repeat;
  position: relative;
  top: 17px;
  left: 15px; }
/* line 40, ../scss/partials/_flexpages.scss */
.node-type-flexpage .plain-hero .hero-content {
  padding-top: 3.125rem; }
/* line 45, ../scss/partials/_flexpages.scss */
.node-type-flexpage h2 {
  margin-bottom: 48px;
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 100; }
/* line 51, ../scss/partials/_flexpages.scss */
.node-type-flexpage .bg__image--dark a {
  color: #fff;
  font-weight: 400; }
  /* line 54, ../scss/partials/_flexpages.scss */
  .node-type-flexpage .bg__image--dark a:hover {
    color: #fff; }
/* line 60, ../scss/partials/_flexpages.scss */
.node-type-flexpage .paragraphs-item-icon-circle-content-block h6 {
  margin: 0 0 10px 0; }
/* line 63, ../scss/partials/_flexpages.scss */
.node-type-flexpage .paragraphs-item-icon-circle-content-block p {
  font-family: 'proxima-nova',sans-serif;
  margin: 0 0 28px 0; }
/* line 67, ../scss/partials/_flexpages.scss */
.node-type-flexpage .paragraphs-item-icon-circle-content-block::before {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #34a798;
  border-radius: 50%;
  text-align: center;
  color: #34a798;
  font-size: 25px;
  padding-top: 12px;
  margin-bottom: 12px; }
/* line 80, ../scss/partials/_flexpages.scss */
.node-type-flexpage h2.teaser {
  text-align: center; }
/* line 84, ../scss/partials/_flexpages.scss */
.node-type-flexpage .paragraphs-items ul::after {
  display: table;
  content: ' ';
  margin-bottom: 20px; }
/* line 89, ../scss/partials/_flexpages.scss */
.node-type-flexpage .paragraphs-items ul li {
  list-style: disc;
  margin-left: 20px; }
/* line 94, ../scss/partials/_flexpages.scss */
.node-type-flexpage .flexpage-block-callout {
  height: 250px; }
  /* line 96, ../scss/partials/_flexpages.scss */
  .node-type-flexpage .flexpage-block-callout a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(204, 204, 204, 0.6); }
    /* line 104, ../scss/partials/_flexpages.scss */
    .node-type-flexpage .flexpage-block-callout a:hover {
      background: rgba(204, 204, 204, 0.4); }
  /* line 108, ../scss/partials/_flexpages.scss */
  .node-type-flexpage .flexpage-block-callout h2, .node-type-flexpage .flexpage-block-callout h3 {
    color: #fff;
    display: table;
    margin: 0 auto; }
/* line 115, ../scss/partials/_flexpages.scss */
.node-type-flexpage .view h2 {
  margin-bottom: 10px;
  text-align: center; }
/* line 119, ../scss/partials/_flexpages.scss */
.node-type-flexpage .view .button {
  margin-bottom: 20px; }

/* line 3, ../scss/partials/_footer-giant.scss */
footer {
  background-color: #fff;
  color: white;
  margin-right: -15px !important; }
  /* line 7, ../scss/partials/_footer-giant.scss */
  footer .pre-footer {
    padding: 80px 0; }
    /* line 10, ../scss/partials/_footer-giant.scss */
    footer .pre-footer > .row {
      padding: 0 30px; }
    /* line 13, ../scss/partials/_footer-giant.scss */
    footer .pre-footer a {
      color: red; }
  @media (max-width: 991px) {
    /* line 19, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-pre-footer-menu > ul > li {
      padding-left: 0;
      padding-right: 0; } }
  /* line 24, ../scss/partials/_footer-giant.scss */
  footer #block-menu-menu-pre-footer-menu > .menu > li {
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    /* line 29, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-pre-footer-menu li.footer--bold-col {
      border-bottom: 1px solid #ccc; } }
  /* line 33, ../scss/partials/_footer-giant.scss */
  footer #block-menu-menu-pre-footer-menu li.footer--bold-col .menu li a {
    font-weight: 700 !important; }
  /* line 39, ../scss/partials/_footer-giant.scss */
  footer #block-menu-menu-pre-footer-menu .menu li {
    color: #787878;
    font-weight: 700; }
    /* line 42, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-pre-footer-menu .menu li span {
      display: block;
      margin-bottom: 15px;
      font-size: 16px; }
    /* line 47, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-pre-footer-menu .menu li a {
      font-size: 16px;
      padding: 0;
      color: #787878;
      margin-bottom: 15px; }
      /* line 52, ../scss/partials/_footer-giant.scss */
      footer #block-menu-menu-pre-footer-menu .menu li a:hover {
        background: none; }
      /* line 55, ../scss/partials/_footer-giant.scss */
      footer #block-menu-menu-pre-footer-menu .menu li a:focus {
        background: none; }
  /* line 60, ../scss/partials/_footer-giant.scss */
  footer #block-menu-menu-pre-footer-menu .menu .menu li {
    text-transform: none;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 100; }
    /* line 65, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-pre-footer-menu .menu .menu li a {
      padding: 0;
      color: #858585;
      margin-bottom: 15px;
      font-weight: 100;
      -webkit-transition: color .5s ease-out;
      -moz-transition: color .5s ease-out;
      -o-transition: color .5s ease-out;
      transition: color .5s ease-out; }
      /* line 74, ../scss/partials/_footer-giant.scss */
      footer #block-menu-menu-pre-footer-menu .menu .menu li a:hover {
        color: #595959;
        background: none; }
  /* line 80, ../scss/partials/_footer-giant.scss */
  footer #block-menu-menu-pre-footer-menu .footer-nav--toggle {
    display: inline-block; }
    /* line 84, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-pre-footer-menu .footer-nav--toggle-down:after {
      font-weight: 100;
      font-size: 0.75rem;
      margin-left: 5px;
      font-family: 'Glyphicons Halflings';
      content: '\e114';
      position: absolute;
      right: 15px;
      top: 0; }
    /* line 94, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-pre-footer-menu .footer-nav--toggle-down:hover {
      cursor: pointer; }
    /* line 99, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-pre-footer-menu .footer-nav--toggle-up:after {
      font-weight: 100;
      font-size: 0.75rem;
      margin-left: 5px;
      font-family: 'Glyphicons Halflings';
      content: '\e113';
      position: absolute;
      right: 15px;
      top: 0; }
    /* line 109, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-pre-footer-menu .footer-nav--toggle-up:hover {
      cursor: pointer; }
  /* line 116, ../scss/partials/_footer-giant.scss */
  footer #block-menu-menu-footer-menu {
    text-align: center; }
    @media (min-width: 992px) {
      /* line 116, ../scss/partials/_footer-giant.scss */
      footer #block-menu-menu-footer-menu {
        text-align: right; } }
  /* line 123, ../scss/partials/_footer-giant.scss */
  footer #block-menu-menu-footer-menu .menu > li {
    display: inline-block; }
    /* line 125, ../scss/partials/_footer-giant.scss */
    footer #block-menu-menu-footer-menu .menu > li a {
      color: white;
      opacity: .8; }
      /* line 128, ../scss/partials/_footer-giant.scss */
      footer #block-menu-menu-footer-menu .menu > li a:hover {
        background: transparent;
        color: white;
        opacity: 1; }
      /* line 133, ../scss/partials/_footer-giant.scss */
      footer #block-menu-menu-footer-menu .menu > li a:visited {
        background: transparent;
        color: white;
        opacity: .8; }
      /* line 138, ../scss/partials/_footer-giant.scss */
      footer #block-menu-menu-footer-menu .menu > li a.no-hover {
        cursor: default;
        opacity: .5; }
  /* line 144, ../scss/partials/_footer-giant.scss */
  footer .connect-with-us {
    text-align: right; }
    @media (max-width: 991px) {
      /* line 144, ../scss/partials/_footer-giant.scss */
      footer .connect-with-us {
        text-align: center; } }
    /* line 149, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us ul li {
      float: left;
      margin-right: 10px; }
    /* line 153, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us li {
      margin: 7px 0; }
      /* line 155, ../scss/partials/_footer-giant.scss */
      footer .connect-with-us li a {
        padding: 0; }
    /* line 160, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon {
      font-family: 'proxima-nova',sans-serif;
      font-size: 12px;
      color: #fff;
      background: transparent;
      font-weight: 600;
      font-variant: normal;
      line-height: 1.4;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block; }
      /* line 170, ../scss/partials/_footer-giant.scss */
      footer .connect-with-us .icon:hover {
        color: #fff;
        background: transparent; }
        /* line 173, ../scss/partials/_footer-giant.scss */
        footer .connect-with-us .icon:hover:before {
          -webkit-transition: background .5s ease-out, color .2s ease-out;
          -moz-transition: background .5s ease-out, color .2s ease-out;
          -o-transition: background .5s ease-out, color .2s ease-out;
          transition: background .5s ease-out, color .2s ease-out; }
      /* line 180, ../scss/partials/_footer-giant.scss */
      footer .connect-with-us .icon:visited {
        color: #fff;
        background: transparent; }
      /* line 184, ../scss/partials/_footer-giant.scss */
      footer .connect-with-us .icon::before {
        margin-right: 5px;
        font-family: ElegantIcons;
        speak: none;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    /* line 196, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-twitter:before {
      display: block;
      content: "\e094";
      height: 30px;
      width: 30px;
      border: 2px solid black;
      color: black;
      border-radius: 50%;
      padding: 6px;
      font-size: 14px; }
    /* line 207, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-twitter:hover:before {
      background: #38A1F3;
      color: #fff; }
    /* line 211, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-facebook:before {
      display: block;
      content: "\e093";
      height: 30px;
      width: 30px;
      border: 2px solid black;
      color: black;
      border-radius: 50%;
      padding: 6px;
      font-size: 14px; }
    /* line 222, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-facebook:hover:before {
      background: #3b5998;
      color: #fff; }
    /* line 226, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-instagram:before {
      display: block;
      content: "\e09a";
      height: 30px;
      width: 30px;
      border: 2px solid black;
      color: black;
      border-radius: 50%;
      padding: 6px;
      font-size: 14px; }
    /* line 237, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-instagram:hover:before {
      background: #f09433;
      background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
      color: #fff; }
    /* line 245, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-youtube:before {
      display: block;
      content: "\e0a3";
      height: 30px;
      width: 30px;
      border: 2px solid black;
      color: black;
      border-radius: 50%;
      padding: 6px;
      font-size: 14px; }
    /* line 256, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-youtube:hover:before {
      background: #ff0000; }
    /* line 259, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-pintrest:before {
      display: block;
      content: "\e095";
      height: 30px;
      width: 30px;
      border: 2px solid black;
      color: black;
      border-radius: 50%;
      padding: 6px;
      font-size: 14px; }
    /* line 270, ../scss/partials/_footer-giant.scss */
    footer .connect-with-us .icon-pintrest:hover:before {
      background: #c8232c;
      color: #fff; }
  /* line 276, ../scss/partials/_footer-giant.scss */
  footer .footer-wrapper {
    background: #858585;
    padding: 20px 0;
    text-transform: none;
    font-size: 12px;
    color: #ccc; }
    /* line 282, ../scss/partials/_footer-giant.scss */
    footer .footer-wrapper .row {
      max-width: 100%; }
    /* line 285, ../scss/partials/_footer-giant.scss */
    footer .footer-wrapper .copyright {
      padding: 10px 0;
      height: 44px;
      text-align: center; }
    /* line 290, ../scss/partials/_footer-giant.scss */
    footer .footer-wrapper .nav > li > a {
      padding: 10px 7px; }
      /* line 292, ../scss/partials/_footer-giant.scss */
      footer .footer-wrapper .nav > li > a:focus {
        background: none; }
    @media (min-width: 767px) {
      /* line 297, ../scss/partials/_footer-giant.scss */
      footer .footer-wrapper img {
        width: 100%;
        margin: 0;
        position: relative;
        left: -15px; }
      /* line 303, ../scss/partials/_footer-giant.scss */
      footer .footer-wrapper .container, footer .footer-wrapper .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-views-exp-blog-pane form footer .footer-wrapper .views-exposed-widgets, footer .footer-wrapper .page-blog .pane-blog-pane .image-none .blog--content, .page-blog .pane-blog-pane .image-none footer .footer-wrapper .blog--content, footer .footer-wrapper .node-type-blog article .field-name-field-product, .node-type-blog article footer .footer-wrapper .field-name-field-product, footer .footer-wrapper .node-type-blog article .field-name-field-intro, .node-type-blog article footer .footer-wrapper .field-name-field-intro, footer .footer-wrapper .node-type-blog article .field-name-title-field, .node-type-blog article footer .footer-wrapper .field-name-title-field,
      footer .footer-wrapper .node-type-blog article .required-fields,
      .node-type-blog article footer .footer-wrapper .required-fields, footer .footer-wrapper .view-profile-product-overview .view-mode-profile_product_overview, .view-profile-product-overview footer .footer-wrapper .view-mode-profile_product_overview, footer .footer-wrapper .node-type-product-tour .carousel-inner, .node-type-product-tour footer .footer-wrapper .carousel-inner, footer .footer-wrapper .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes, .page-product-select-form #digilab-forms-first-time-user-form footer .footer-wrapper .form-checkboxes {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center; } }

/* line 318, ../scss/partials/_footer-giant.scss */
.siq_bR {
  bottom: 150px !important; }

@media (min-width: 992px) {
  /* line 4, ../scss/partials/_header.scss */
  .navbar-collapse .nav-user {
    position: absolute;
    top: -25px;
    right: 30px; } }
@media (min-width: 1380px) {
  /* line 4, ../scss/partials/_header.scss */
  .navbar-collapse .nav-user {
    top: -2.5em;
    right: 10px; } }

/* line 16, ../scss/partials/_header.scss */
.navbar-collapse .request-info {
  align-self: center;
  text-align: center; }
  @media (max-width: 991px) {
    /* line 16, ../scss/partials/_header.scss */
    .navbar-collapse .request-info {
      margin: 1em 0; } }
  /* line 23, ../scss/partials/_header.scss */
  .navbar-collapse .request-info a {
    background-color: #666;
    border: 2px solid #666;
    color: white;
    padding: 8px 12px 7px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    /* line 34, ../scss/partials/_header.scss */
    .navbar-collapse .request-info a:hover {
      background-color: rgba(102, 102, 102, 0);
      color: #666; }

/* line 42, ../scss/partials/_header.scss */
#admin-menu, #admin-menu .dropdown {
  z-index: 1500; }

@media (max-width: 767px) {
  /* line 45, ../scss/partials/_header.scss */
  #AstuteWidget {
    display: none; } }
/* line 50, ../scss/partials/_header.scss */
header {
  padding: 0; }
  /* line 52, ../scss/partials/_header.scss */
  header .container-fluid {
    padding: 0 30px; }
    /* line 55, ../scss/partials/_header.scss */
    header .container-fluid .navbar-header a.logo {
      position: relative; }
      /* line 57, ../scss/partials/_header.scss */
      header .container-fluid .navbar-header a.logo img {
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    /* line 63, ../scss/partials/_header.scss */
    header .container-fluid .nav > li {
      display: block; }
      @media (min-width: 992px) {
        /* line 63, ../scss/partials/_header.scss */
        header .container-fluid .nav > li {
          display: inline-block; } }
    /* line 70, ../scss/partials/_header.scss */
    header .container-fluid section {
      float: right;
      margin-top: 20px;
      clear: right; }
      @media (max-width: 767px) {
        /* line 70, ../scss/partials/_header.scss */
        header .container-fluid section {
          float: none;
          margin-top: 0; } }
    /* line 80, ../scss/partials/_header.scss */
    header .container-fluid .block-menu .nav > li a {
      font-family: 'proxima-nova',sans-serif;
      font-size: 12px;
      color: #4e4e4e;
      font-weight: normal;
      line-height: 14px;
      padding-bottom: 54px; }
      /* line 83, ../scss/partials/_header.scss */
      header .container-fluid .block-menu .nav > li a.active {
        background: #eeeeee; }
      @media (max-width: 767px) {
        /* line 80, ../scss/partials/_header.scss */
        header .container-fluid .block-menu .nav > li a {
          font-size: 12px;
          font-weight: bolder;
          line-height: 14px;
          padding-bottom: 10px;
          color: #777; } }
  @media (min-width: 768px) {
    /* line 98, ../scss/partials/_header.scss */
    header .navbar {
      border-radius: 0px; } }
  @media (max-width: 767px) {
    /* line 104, ../scss/partials/_header.scss */
    header .navbar-toggle {
      display: block;
      position: absolute;
      top: 20px;
      right: 10px;
      padding: 9px 10px;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px; } }
  /* line 117, ../scss/partials/_header.scss */
  header .gradient-bar {
    width: 100%;
    height: 4px;
    background: #e0e721;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTcyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNGE3OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e0e721 0%, #34a798 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e0e721 0%, #34a798 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e0e721 0%, #34a798 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e721', endColorstr='#34a798',GradientType=1 );
    /* IE6-8 */ }

/* line 131, ../scss/partials/_header.scss */
.nav-sticky {
  position: fixed !important;
  top: 0;
  z-index: 1499;
  width: 100%;
  background: rgba(255, 255, 255, 0.9); }
  /* line 137, ../scss/partials/_header.scss */
  .nav-sticky a.logo {
    margin-top: 35px !important;
    top: 0 !important; }
    /* line 140, ../scss/partials/_header.scss */
    .nav-sticky a.logo img {
      margin-top: 0 !important;
      max-height: 30px !important;
      bottom: 5px !important; }
  /* line 146, ../scss/partials/_header.scss */
  .nav-sticky #block-menu-menu-education-lefel {
    margin-top: 0;
    padding-top: 32px; }
    /* line 149, ../scss/partials/_header.scss */
    .nav-sticky #block-menu-menu-education-lefel li a {
      padding-bottom: 32px; }
  /* line 153, ../scss/partials/_header.scss */
  .nav-sticky .region-navigation {
    display: none; }
  /* line 156, ../scss/partials/_header.scss */
  .nav-sticky nav {
    margin-top: 20px; }

/* line 161, ../scss/partials/_header.scss */
.navbar-nav {
  margin: 0; }

/* line 3, ../scss/partials/_modals.scss */
.hero-modal .modal-dialog {
  width: 90%; }
  @media (max-width: 767px) {
    /* line 3, ../scss/partials/_modals.scss */
    .hero-modal .modal-dialog {
      margin: 10vh auto 0 auto; } }
  @media (min-width: 767px) {
    /* line 3, ../scss/partials/_modals.scss */
    .hero-modal .modal-dialog {
      width: 75%; } }
  /* line 11, ../scss/partials/_modals.scss */
  .hero-modal .modal-dialog .modal-header {
    padding: 0;
    border: 0; }
  /* line 15, ../scss/partials/_modals.scss */
  .hero-modal .modal-dialog .modal-body {
    padding: 15px; }
    @media (min-width: 767px) {
      /* line 15, ../scss/partials/_modals.scss */
      .hero-modal .modal-dialog .modal-body {
        padding: 30px; } }
/* line 22, ../scss/partials/_modals.scss */
.hero-modal .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
/* line 28, ../scss/partials/_modals.scss */
.hero-modal .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 40, ../scss/partials/_modals.scss */
.modal#faqask .modal-body .container, .modal#faqask .modal-body .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-views-exp-blog-pane form .modal#faqask .modal-body .views-exposed-widgets, .modal#faqask .modal-body .page-blog .pane-blog-pane .image-none .blog--content, .page-blog .pane-blog-pane .image-none .modal#faqask .modal-body .blog--content, .modal#faqask .modal-body .node-type-blog article .field-name-field-product, .node-type-blog article .modal#faqask .modal-body .field-name-field-product, .modal#faqask .modal-body .node-type-blog article .field-name-field-intro, .node-type-blog article .modal#faqask .modal-body .field-name-field-intro, .modal#faqask .modal-body .node-type-blog article .field-name-title-field, .node-type-blog article .modal#faqask .modal-body .field-name-title-field,
.modal#faqask .modal-body .node-type-blog article .required-fields,
.node-type-blog article .modal#faqask .modal-body .required-fields, .modal#faqask .modal-body .view-profile-product-overview .view-mode-profile_product_overview, .view-profile-product-overview .modal#faqask .modal-body .view-mode-profile_product_overview, .modal#faqask .modal-body .node-type-product-tour .carousel-inner, .node-type-product-tour .modal#faqask .modal-body .carousel-inner, .modal#faqask .modal-body .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes, .page-product-select-form #digilab-forms-first-time-user-form .modal#faqask .modal-body .form-checkboxes,
.modal#requestinformaation .modal-body .container,
.modal#requestinformaation .modal-body .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets,
.page-blog .pane-views-exp-blog-pane form .modal#requestinformaation .modal-body .views-exposed-widgets,
.modal#requestinformaation .modal-body .page-blog .pane-blog-pane .image-none .blog--content,
.page-blog .pane-blog-pane .image-none .modal#requestinformaation .modal-body .blog--content,
.modal#requestinformaation .modal-body .node-type-blog article .field-name-field-product,
.node-type-blog article .modal#requestinformaation .modal-body .field-name-field-product,
.modal#requestinformaation .modal-body .node-type-blog article .field-name-field-intro,
.node-type-blog article .modal#requestinformaation .modal-body .field-name-field-intro,
.modal#requestinformaation .modal-body .node-type-blog article .field-name-title-field,
.node-type-blog article .modal#requestinformaation .modal-body .field-name-title-field,
.modal#requestinformaation .modal-body .node-type-blog article .required-fields,
.node-type-blog article .modal#requestinformaation .modal-body .required-fields,
.modal#requestinformaation .modal-body .view-profile-product-overview .view-mode-profile_product_overview,
.view-profile-product-overview .modal#requestinformaation .modal-body .view-mode-profile_product_overview,
.modal#requestinformaation .modal-body .node-type-product-tour .carousel-inner,
.node-type-product-tour .modal#requestinformaation .modal-body .carousel-inner,
.modal#requestinformaation .modal-body .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes,
.page-product-select-form #digilab-forms-first-time-user-form .modal#requestinformaation .modal-body .form-checkboxes,
.modal#registerproduct .modal-body .container,
.modal#registerproduct .modal-body .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets,
.page-blog .pane-views-exp-blog-pane form .modal#registerproduct .modal-body .views-exposed-widgets,
.modal#registerproduct .modal-body .page-blog .pane-blog-pane .image-none .blog--content,
.page-blog .pane-blog-pane .image-none .modal#registerproduct .modal-body .blog--content,
.modal#registerproduct .modal-body .node-type-blog article .field-name-field-product,
.node-type-blog article .modal#registerproduct .modal-body .field-name-field-product,
.modal#registerproduct .modal-body .node-type-blog article .field-name-field-intro,
.node-type-blog article .modal#registerproduct .modal-body .field-name-field-intro,
.modal#registerproduct .modal-body .node-type-blog article .field-name-title-field,
.node-type-blog article .modal#registerproduct .modal-body .field-name-title-field,
.modal#registerproduct .modal-body .node-type-blog article .required-fields,
.node-type-blog article .modal#registerproduct .modal-body .required-fields,
.modal#registerproduct .modal-body .view-profile-product-overview .view-mode-profile_product_overview,
.view-profile-product-overview .modal#registerproduct .modal-body .view-mode-profile_product_overview,
.modal#registerproduct .modal-body .node-type-product-tour .carousel-inner,
.node-type-product-tour .modal#registerproduct .modal-body .carousel-inner,
.modal#registerproduct .modal-body .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes,
.page-product-select-form #digilab-forms-first-time-user-form .modal#registerproduct .modal-body .form-checkboxes {
  width: 100%; }
  /* line 44, ../scss/partials/_modals.scss */
  .modal#faqask .modal-body .container .links, .modal#faqask .modal-body .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets .links, .page-blog .pane-views-exp-blog-pane form .modal#faqask .modal-body .views-exposed-widgets .links, .modal#faqask .modal-body .page-blog .pane-blog-pane .image-none .blog--content .links, .page-blog .pane-blog-pane .image-none .modal#faqask .modal-body .blog--content .links, .modal#faqask .modal-body .node-type-blog article .field-name-field-product .links, .node-type-blog article .modal#faqask .modal-body .field-name-field-product .links, .modal#faqask .modal-body .node-type-blog article .field-name-field-intro .links, .node-type-blog article .modal#faqask .modal-body .field-name-field-intro .links, .modal#faqask .modal-body .node-type-blog article .field-name-title-field .links, .node-type-blog article .modal#faqask .modal-body .field-name-title-field .links,
  .modal#faqask .modal-body .node-type-blog article .required-fields .links,
  .node-type-blog article .modal#faqask .modal-body .required-fields .links, .modal#faqask .modal-body .view-profile-product-overview .view-mode-profile_product_overview .links, .view-profile-product-overview .modal#faqask .modal-body .view-mode-profile_product_overview .links, .modal#faqask .modal-body .node-type-product-tour .carousel-inner .links, .node-type-product-tour .modal#faqask .modal-body .carousel-inner .links, .modal#faqask .modal-body .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .links, .page-product-select-form #digilab-forms-first-time-user-form .modal#faqask .modal-body .form-checkboxes .links,
  .modal#requestinformaation .modal-body .container .links,
  .modal#requestinformaation .modal-body .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets .links,
  .page-blog .pane-views-exp-blog-pane form .modal#requestinformaation .modal-body .views-exposed-widgets .links,
  .modal#requestinformaation .modal-body .page-blog .pane-blog-pane .image-none .blog--content .links,
  .page-blog .pane-blog-pane .image-none .modal#requestinformaation .modal-body .blog--content .links,
  .modal#requestinformaation .modal-body .node-type-blog article .field-name-field-product .links,
  .node-type-blog article .modal#requestinformaation .modal-body .field-name-field-product .links,
  .modal#requestinformaation .modal-body .node-type-blog article .field-name-field-intro .links,
  .node-type-blog article .modal#requestinformaation .modal-body .field-name-field-intro .links,
  .modal#requestinformaation .modal-body .node-type-blog article .field-name-title-field .links,
  .node-type-blog article .modal#requestinformaation .modal-body .field-name-title-field .links,
  .modal#requestinformaation .modal-body .node-type-blog article .required-fields .links,
  .node-type-blog article .modal#requestinformaation .modal-body .required-fields .links,
  .modal#requestinformaation .modal-body .view-profile-product-overview .view-mode-profile_product_overview .links,
  .view-profile-product-overview .modal#requestinformaation .modal-body .view-mode-profile_product_overview .links,
  .modal#requestinformaation .modal-body .node-type-product-tour .carousel-inner .links,
  .node-type-product-tour .modal#requestinformaation .modal-body .carousel-inner .links,
  .modal#requestinformaation .modal-body .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .links,
  .page-product-select-form #digilab-forms-first-time-user-form .modal#requestinformaation .modal-body .form-checkboxes .links,
  .modal#registerproduct .modal-body .container .links,
  .modal#registerproduct .modal-body .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets .links,
  .page-blog .pane-views-exp-blog-pane form .modal#registerproduct .modal-body .views-exposed-widgets .links,
  .modal#registerproduct .modal-body .page-blog .pane-blog-pane .image-none .blog--content .links,
  .page-blog .pane-blog-pane .image-none .modal#registerproduct .modal-body .blog--content .links,
  .modal#registerproduct .modal-body .node-type-blog article .field-name-field-product .links,
  .node-type-blog article .modal#registerproduct .modal-body .field-name-field-product .links,
  .modal#registerproduct .modal-body .node-type-blog article .field-name-field-intro .links,
  .node-type-blog article .modal#registerproduct .modal-body .field-name-field-intro .links,
  .modal#registerproduct .modal-body .node-type-blog article .field-name-title-field .links,
  .node-type-blog article .modal#registerproduct .modal-body .field-name-title-field .links,
  .modal#registerproduct .modal-body .node-type-blog article .required-fields .links,
  .node-type-blog article .modal#registerproduct .modal-body .required-fields .links,
  .modal#registerproduct .modal-body .view-profile-product-overview .view-mode-profile_product_overview .links,
  .view-profile-product-overview .modal#registerproduct .modal-body .view-mode-profile_product_overview .links,
  .modal#registerproduct .modal-body .node-type-product-tour .carousel-inner .links,
  .node-type-product-tour .modal#registerproduct .modal-body .carousel-inner .links,
  .modal#registerproduct .modal-body .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .links,
  .page-product-select-form #digilab-forms-first-time-user-form .modal#registerproduct .modal-body .form-checkboxes .links {
    display: none; }

/* line 49, ../scss/partials/_modals.scss */
.modal-body .container, .modal-body .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-views-exp-blog-pane form .modal-body .views-exposed-widgets, .modal-body .page-blog .pane-blog-pane .image-none .blog--content, .page-blog .pane-blog-pane .image-none .modal-body .blog--content, .modal-body .node-type-blog article .field-name-field-product, .node-type-blog article .modal-body .field-name-field-product, .modal-body .node-type-blog article .field-name-field-intro, .node-type-blog article .modal-body .field-name-field-intro, .modal-body .node-type-blog article .field-name-title-field, .node-type-blog article .modal-body .field-name-title-field,
.modal-body .node-type-blog article .required-fields,
.node-type-blog article .modal-body .required-fields, .modal-body .view-profile-product-overview .view-mode-profile_product_overview, .view-profile-product-overview .modal-body .view-mode-profile_product_overview, .modal-body .node-type-product-tour .carousel-inner, .node-type-product-tour .modal-body .carousel-inner, .modal-body .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes, .page-product-select-form #digilab-forms-first-time-user-form .modal-body .form-checkboxes {
  width: auto !important; }

/* line 59, ../scss/partials/_modals.scss */
.pane-bean-request-additional-information button[data-toggle^="modal"] {
  display: none; }

/* line 64, ../scss/partials/_modals.scss */
.views-field-field-product-fetures-image .modal {
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  background-color: black;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s; }
  /* line 77, ../scss/partials/_modals.scss */
  .views-field-field-product-fetures-image .modal .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: none; }
    /* line 83, ../scss/partials/_modals.scss */
    .views-field-field-product-fetures-image .modal .modal-content .field-collection-view {
      margin: 0;
      padding: 0; }
    /* line 87, ../scss/partials/_modals.scss */
    .views-field-field-product-fetures-image .modal .modal-content .entity {
      background: #272727; }
      /* line 89, ../scss/partials/_modals.scss */
      .views-field-field-product-fetures-image .modal .modal-content .entity img {
        cursor: zoom-in;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        /* line 93, ../scss/partials/_modals.scss */
        .views-field-field-product-fetures-image .modal .modal-content .entity img.zoomed {
          cursor: zoom-out;
          height: 1080px;
          width: 1920px;
          opacity: 1;
          max-width: none; }
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* line 112, ../scss/partials/_modals.scss */
.view-product-modals .modal .tech-specification .logo {
  text-align: center; }
  /* line 114, ../scss/partials/_modals.scss */
  .view-product-modals .modal .tech-specification .logo i {
    height: 69px;
    width: 88px;
    display: inline-block; }
    /* line 118, ../scss/partials/_modals.scss */
    .view-product-modals .modal .tech-specification .logo i.windows {
      background: url("../images/windows.png") no-repeat; }
    /* line 121, ../scss/partials/_modals.scss */
    .view-product-modals .modal .tech-specification .logo i.mac {
      background: url("../images/mac.png") no-repeat; }
    /* line 124, ../scss/partials/_modals.scss */
    .view-product-modals .modal .tech-specification .logo i.ubuntu {
      background: url("../images/ubuntu.png") no-repeat; }

/* line 131, ../scss/partials/_modals.scss */
.modal a.close,
.modal button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 42px;
  width: 42px;
  font-size: 20px;
  line-height: 42px;
  color: white;
  opacity: 1;
  text-align: center;
  transition: 0.3s;
  background-color: #e55551;
  border-radius: 50%;
  z-index: 1070; }
  /* line 148, ../scss/partials/_modals.scss */
  .modal a.close:hover, .modal a.close:focus,
  .modal button.close:hover,
  .modal button.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }
/* line 156, ../scss/partials/_modals.scss */
.modal .modal-header button.close:hover, .modal .modal-header button.close:focus {
  color: white;
  background: #333; }

@media (max-width: 767px) {
  /* line 166, ../scss/partials/_modals.scss */
  .views-field-field-product-features-block .modal .modal-content {
    width: 100%; } }

/* line 173, ../scss/partials/_modals.scss */
.views-field-field-product-fetures-image .modal .close {
  top: 80px;
  right: 160px; }

/* line 2, ../scss/partials/_page.scss */
body.node-type-page .pane-title {
  display: none; }

/* line 1, ../scss/partials/_products.scss */
.node-type-product .main-container > .row {
  margin-left: 0;
  margin-right: 0; }

/* line 6, ../scss/partials/_products.scss */
.ps-container {
  top: 12%; }

/* line 9, ../scss/partials/_products.scss */
.node-type-product .pane-node > .pane-content {
  max-width: 1170px;
  margin: 0 auto; }

/* line 16, ../scss/partials/_products.scss */
.node-type-product .button {
  margin-top: 0; }
/* line 19, ../scss/partials/_products.scss */
.node-type-product .pane-node {
  background: url(../images/grey-bg.jpg) 50% 0%;
  background-size: cover;
  width: 100%;
  padding: 40px 0 0 0; }
  /* line 69, ../scss/_mixins.scss */
  .node-type-product .pane-node li::before {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\35";
    color: #777; }
  /* line 28, ../scss/partials/_products.scss */
  .node-type-product .pane-node .field-name-field-prod-rating {
    clear: both; }
/* line 32, ../scss/partials/_products.scss */
.node-type-product .group-pkg-list .field-item {
  text-align: left; }
  /* line 69, ../scss/_mixins.scss */
  .node-type-product .group-pkg-list .field-item::before {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\35";
    color: #777; }
/* line 36, ../scss/partials/_products.scss */
.node-type-product .price-wrapper {
  display: block;
  clear: both;
  padding: 10px;
  border-top: 1px solid gainsboro; }
  /* line 42, ../scss/partials/_products.scss */
  .node-type-product .price-wrapper span {
    display: inline-block;
    font-family: 'proxima-nova',sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px; }
  /* line 47, ../scss/partials/_products.scss */
  .node-type-product .price-wrapper h3.price {
    display: inline-block;
    font-weight: 600; }
  /* line 52, ../scss/partials/_products.scss */
  .node-type-product .price-wrapper .buynow {
    display: inline-block; }
/* line 56, ../scss/partials/_products.scss */
.node-type-product .product-software-link {
  margin: 20px 0; }
/* line 63, ../scss/partials/_products.scss */
.node-type-product .pane-node-comment-form .pane-title,
.node-type-product .pane-node-comments .pane-title {
  text-align: center;
  cursor: pointer;
  border: 1px solid gainsboro;
  padding: 5px;
  background: rgba(177, 177, 177, 0.1);
  margin: 20px 0 0 0; }
  /* line 71, ../scss/partials/_products.scss */
  .node-type-product .pane-node-comment-form .pane-title:hover,
  .node-type-product .pane-node-comments .pane-title:hover {
    color: #272727; }
/* line 75, ../scss/partials/_products.scss */
.node-type-product .pane-node-comment-form .pane-content,
.node-type-product .pane-node-comments .pane-content {
  display: none; }
/* line 80, ../scss/partials/_products.scss */
.node-type-product .fivestar-average-text {
  background: rgba(255, 255, 255, 0.5);
  margin: 20px 0;
  padding: 14px 14px 0 14px; }

/* line 87, ../scss/partials/_products.scss */
.product-feature-teaser {
  padding: 20px 0 40px 0; }
  /* line 91, ../scss/partials/_products.scss */
  .product-feature-teaser .teaser-1:hover, .product-feature-teaser .teaser-2:hover, .product-feature-teaser .teaser-3:hover {
    cursor: pointer; }

/* line 99, ../scss/partials/_products.scss */
.node-product.view-mode-full {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 105, ../scss/partials/_products.scss */
  .node-product.view-mode-full .field-name-field-hero-text {
    margin-bottom: 20px; }
  /* line 109, ../scss/partials/_products.scss */
  .node-product.view-mode-full .key-features-label, .node-product.view-mode-full .highlights-overview-label {
    margin: 10px 0;
    font-weight: 400; }
    /* line 112, ../scss/partials/_products.scss */
    .node-product.view-mode-full .key-features-label:hover, .node-product.view-mode-full .highlights-overview-label:hover {
      cursor: pointer; }
  /* line 116, ../scss/partials/_products.scss */
  .node-product.view-mode-full .key-features, .node-product.view-mode-full .highlights-overview {
    display: none; }
  /* line 119, ../scss/partials/_products.scss */
  .node-product.view-mode-full .key-features-closed::before, .node-product.view-mode-full .highlights-overview-closed::before {
    float: left;
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 5px 3px 0 0;
    content: "\4C";
    color: #777; }
  /* line 132, ../scss/partials/_products.scss */
  .node-product.view-mode-full .key-features-open::before, .node-product.view-mode-full .highlights-overview-open::before {
    display: block;
    float: left;
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 5px 3px 0 0;
    content: "\4b";
    color: #777; }
  /* line 148, ../scss/partials/_products.scss */
  .node-product.view-mode-full .field-name-product-modal-buttons a {
    color: #777;
    display: block;
    clear: both;
    font-weight: 400;
    margin-bottom: 10px; }
    /* line 154, ../scss/partials/_products.scss */
    .node-product.view-mode-full .field-name-product-modal-buttons a::before {
      display: block;
      float: left;
      font-family: ElegantIcons;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin: 5px 3px 0 0;
      content: "\030";
      color: #777; }
  /* line 170, ../scss/partials/_products.scss */
  .node-product.view-mode-full .base-price {
    margin-top: 40px; }
  /* line 174, ../scss/partials/_products.scss */
  .node-product.view-mode-full .field-name-buy-now {
    float: left;
    margin: 0 10px 10px 0; }

/* line 181, ../scss/partials/_products.scss */
.default-progress-bar {
  margin-bottom: 20px;
  background: #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 2px #ccc; }

/* line 188, ../scss/partials/_products.scss */
.default-progress-bar div {
  background-color: #194790;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#194790));
  background: -webkit-linear-gradient(top, #0099FF, #194790);
  background: -moz-linear-gradient(top, #0099FF, #194790);
  background: -ms-linear-gradient(top, #0099FF, #194790);
  background: -o-linear-gradient(top, #0099FF, #194790); }

/* line 198, ../scss/partials/_products.scss */
.field-name-field-flexible-features h2 {
  text-align: left;
  margin-bottom: 1.2em; }
/* line 202, ../scss/partials/_products.scss */
.field-name-field-flexible-features .field-name-field-blurb-copy {
  margin-bottom: 2em; }
/* line 206, ../scss/partials/_products.scss */
.field-name-field-flexible-features .entity-paragraphs-item {
  border-bottom: 1px solid #ccc; }
  /* line 208, ../scss/partials/_products.scss */
  .field-name-field-flexible-features .entity-paragraphs-item .entity-paragraphs-item {
    padding: 0;
    border: none; }
/* line 213, ../scss/partials/_products.scss */
.field-name-field-flexible-features .field-item:last-child .entity-paragraphs-item {
  border: none; }

/* line 219, ../scss/partials/_products.scss */
.node-product.view-mode-block, .node-product.view-mode-product_selling_points {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 225, ../scss/partials/_products.scss */
  .node-product.view-mode-block .group-left, .node-product.view-mode-block .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .node-product.view-mode-block .field-name-field-featured-image, .node-product.view-mode-block .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .node-product.view-mode-block .blog--content,
  .node-product.view-mode-block .group-right,
  .node-product.view-mode-block .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content,
  .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .node-product.view-mode-block .blog--content,
  .node-product.view-mode-block .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image,
  .page-blog .pane-blog-pane .views-row-even .node-product.view-mode-block .field-name-field-featured-image, .node-product.view-mode-product_selling_points .group-left, .node-product.view-mode-product_selling_points .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .node-product.view-mode-product_selling_points .field-name-field-featured-image, .node-product.view-mode-product_selling_points .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .node-product.view-mode-product_selling_points .blog--content,
  .node-product.view-mode-product_selling_points .group-right,
  .node-product.view-mode-product_selling_points .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content,
  .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .node-product.view-mode-product_selling_points .blog--content,
  .node-product.view-mode-product_selling_points .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image,
  .page-blog .pane-blog-pane .views-row-even .node-product.view-mode-product_selling_points .field-name-field-featured-image {
    float: none; }
  /* line 230, ../scss/partials/_products.scss */
  .node-product.view-mode-block .field-collection-container, .node-product.view-mode-product_selling_points .field-collection-container {
    border-bottom: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1em; }
    /* line 240, ../scss/partials/_products.scss */
    .node-product.view-mode-block .field-collection-container:before, .node-product.view-mode-block .field-collection-container:after, .node-product.view-mode-product_selling_points .field-collection-container:before, .node-product.view-mode-product_selling_points .field-collection-container:after {
      content: default;
      display: none; }
    /* line 246, ../scss/partials/_products.scss */
    .node-product.view-mode-block .field-collection-container .field-collection-view, .node-product.view-mode-product_selling_points .field-collection-container .field-collection-view {
      border-bottom: none;
      clear: none !important;
      margin: 0;
      padding: 1em 0 0.3em;
      width: 48%; }
      /* line 253, ../scss/partials/_products.scss */
      .node-product.view-mode-block .field-collection-container .field-collection-view h6, .node-product.view-mode-product_selling_points .field-collection-container .field-collection-view h6 {
        font-family: 'proxima-nova',sans-serif;
        font-size: 16px;
        color: #4e4e4e;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 16px; }
  @media all and (max-width: 991px) {
    /* line 261, ../scss/partials/_products.scss */
    .node-product.view-mode-block .group-left, .node-product.view-mode-block .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .node-product.view-mode-block .field-name-field-featured-image, .node-product.view-mode-block .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .node-product.view-mode-block .blog--content,
    .node-product.view-mode-block .group-right,
    .node-product.view-mode-block .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content,
    .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .node-product.view-mode-block .blog--content,
    .node-product.view-mode-block .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image,
    .page-blog .pane-blog-pane .views-row-even .node-product.view-mode-block .field-name-field-featured-image, .node-product.view-mode-product_selling_points .group-left, .node-product.view-mode-product_selling_points .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image, .page-blog .pane-blog-pane .views-row-odd .node-product.view-mode-product_selling_points .field-name-field-featured-image, .node-product.view-mode-product_selling_points .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .node-product.view-mode-product_selling_points .blog--content,
    .node-product.view-mode-product_selling_points .group-right,
    .node-product.view-mode-product_selling_points .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content,
    .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .node-product.view-mode-product_selling_points .blog--content,
    .node-product.view-mode-product_selling_points .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image,
    .page-blog .pane-blog-pane .views-row-even .node-product.view-mode-product_selling_points .field-name-field-featured-image {
      width: 100%; } }
  @media all and (max-width: 991px) {
    /* line 267, ../scss/partials/_products.scss */
    .node-product.view-mode-block .field-name-field-product-image img, .node-product.view-mode-product_selling_points .field-name-field-product-image img {
      margin: 0 auto; } }

/* line 275, ../scss/partials/_products.scss */
.product-reviews {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #999;
  padding: 20px; }
  @media (max-width: 767px) {
    /* line 275, ../scss/partials/_products.scss */
    .product-reviews {
      display: block; } }
  /* line 284, ../scss/partials/_products.scss */
  .product-reviews h4 {
    margin: 0; }
  /* line 288, ../scss/partials/_products.scss */
  .product-reviews #BVRRSummaryContainer {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0 20px; }
    /* line 292, ../scss/partials/_products.scss */
    .product-reviews #BVRRSummaryContainer * {
      font-family: 'Open Sans',Helvetica,Arial,sans-serif !important; }
  @media (max-width: 767px) {
    /* line 297, ../scss/partials/_products.scss */
    .product-reviews h4 {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    /* line 303, ../scss/partials/_products.scss */
    .product-reviews .product-reviews__overall,
    .product-reviews #BVRRSummaryContainer {
      margin: 10px 0; } }
  @media (max-width: 767px) {
    /* line 310, ../scss/partials/_products.scss */
    .product-reviews .product-reviews__link {
      margin-top: 10px; } }
  /* line 316, ../scss/partials/_products.scss */
  .product-reviews .product-reviews__overall {
    border-left: 1px solid #ccc;
    margin-left: 20px;
    padding-left: 20px; }
    @media (max-width: 767px) {
      /* line 316, ../scss/partials/_products.scss */
      .product-reviews .product-reviews__overall {
        border: none;
        margin: 10px 0;
        padding: 0; } }

/* line 1, ../scss/partials/_blog.scss */
.blog_usernames_blog {
  display: none !important; }

/* line 7, ../scss/partials/_blog.scss */
.page-blog .blog--summary {
  margin-bottom: 20px; }
/* line 12, ../scss/partials/_blog.scss */
.page-blog .panels-flexible-region-48-center {
  width: 100%; }
/* line 15, ../scss/partials/_blog.scss */
.page-blog .view-blog-slider {
  max-height: 646px;
  overflow: hidden; }
/* line 19, ../scss/partials/_blog.scss */
.page-blog .background-image-holder {
  position: relative; }
/* line 22, ../scss/partials/_blog.scss */
.page-blog .background-image-holder:before {
  display: block;
  content: ' ';
  height: 100%;
  background: rgba(102, 102, 102, 0.5); }
/* line 28, ../scss/partials/_blog.scss */
.page-blog .background-image-holder .container, .page-blog .background-image-holder .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-views-exp-blog-pane form .background-image-holder .views-exposed-widgets, .page-blog .background-image-holder .pane-blog-pane .image-none .blog--content, .page-blog .pane-blog-pane .image-none .background-image-holder .blog--content, .page-blog .background-image-holder .node-type-blog article .field-name-field-product, .node-type-blog article .page-blog .background-image-holder .field-name-field-product, .page-blog .background-image-holder .node-type-blog article .field-name-field-intro, .node-type-blog article .page-blog .background-image-holder .field-name-field-intro, .page-blog .background-image-holder .node-type-blog article .field-name-title-field, .node-type-blog article .page-blog .background-image-holder .field-name-title-field,
.page-blog .background-image-holder .node-type-blog article .required-fields,
.node-type-blog article .page-blog .background-image-holder .required-fields, .page-blog .background-image-holder .view-profile-product-overview .view-mode-profile_product_overview, .view-profile-product-overview .page-blog .background-image-holder .view-mode-profile_product_overview, .page-blog .background-image-holder .node-type-product-tour .carousel-inner, .node-type-product-tour .page-blog .background-image-holder .carousel-inner, .page-blog .background-image-holder .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes, .page-product-select-form #digilab-forms-first-time-user-form .page-blog .background-image-holder .form-checkboxes {
  position: relative;
  top: -100%;
  margin: 0 auto; }
/* line 34, ../scss/partials/_blog.scss */
.page-blog .view-mode-slide .field-name-field-edu-level {
  float: left; }
  /* line 36, ../scss/partials/_blog.scss */
  .page-blog .view-mode-slide .field-name-field-edu-level a {
    font-family: 'proxima-nova',sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
    /* line 39, ../scss/partials/_blog.scss */
    .page-blog .view-mode-slide .field-name-field-edu-level a:after {
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 11px;
      color: #fff;
      font-weight: normal;
      line-height: 1;
      padding-top: 3px;
      display: inline-block;
      content: '>';
      margin: 0 5px 0 7px; }
  /* line 47, ../scss/partials/_blog.scss */
  .page-blog .view-mode-slide .field-name-field-edu-level .field-item:nth-child(n+2) {
    display: none; }
/* line 51, ../scss/partials/_blog.scss */
.page-blog .view-mode-slide .field-name-field-product {
  font-size: 11px;
  color: #fff;
  position: relative;
  top: 1px; }
/* line 57, ../scss/partials/_blog.scss */
.page-blog .view-mode-slide .field-name-title {
  clear: both; }
  /* line 59, ../scss/partials/_blog.scss */
  .page-blog .view-mode-slide .field-name-title a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    line-height: 1; }
/* line 63, ../scss/partials/_blog.scss */
.page-blog .view-mode-slide .field-name-field-intro {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: 100;
  line-height: 1.4em; }
/* line 67, ../scss/partials/_blog.scss */
.page-blog .blog-intro {
  padding-bottom: 10px; }
  /* line 69, ../scss/partials/_blog.scss */
  .page-blog .blog-intro h1 {
    color: #272727;
    margin: 20px 0 10px 0; }
  /* line 73, ../scss/partials/_blog.scss */
  .page-blog .blog-intro p {
    color: #272727;
    margin-bottom: 25px; }
  /* line 78, ../scss/partials/_blog.scss */
  .page-blog .blog-intro .category--education {
    font-family: 'proxima-nova',sans-serif;
    font-size: 14px;
    color: #272727;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
  /* line 82, ../scss/partials/_blog.scss */
  .page-blog .blog-intro .category--product {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #272727;
    font-weight: normal;
    line-height: 1; }
    /* line 84, ../scss/partials/_blog.scss */
    .page-blog .blog-intro .category--product:before {
      font-family: 'Open Sans', Helvetica, Arial, sans-serif;
      font-size: 10px;
      color: #272727;
      font-weight: normal;
      line-height: 0.8;
      padding-top: 3px;
      display: block;
      content: '>';
      float: left;
      margin: 0 6px 0 8px; }
  /* line 95, ../scss/partials/_blog.scss */
  .page-blog .blog-intro .no-education:before {
    display: none !important; }
  /* line 99, ../scss/partials/_blog.scss */
  .page-blog .blog-intro .sort-by {
    font-family: 'proxima-nova',sans-serif;
    font-size: 14px;
    color: #272727;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
    /* line 102, ../scss/partials/_blog.scss */
    .page-blog .blog-intro .sort-by:hover {
      cursor: pointer; }
    /* line 105, ../scss/partials/_blog.scss */
    .page-blog .blog-intro .sort-by span {
      font-size: 18px;
      line-height: 12px; }
@keyframes rotating-up {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(180deg); } }
@keyframes rotating-down {
  from {
    transform: rotate(180deg); }
  to {
    transform: rotate(0deg); } }
    /* line 132, ../scss/partials/_blog.scss */
    .page-blog .blog-intro .sort-by .rotated-arrow {
      -webkit-animation: rotating-up .5s 1;
      /* Safari 4+ */
      -moz-animation: rotating-up .5s 1;
      /* Fx 1+ */
      -o-animation: rotating-up .5s 1;
      /* Opera 12+ */
      animation: rotating-up .5s 1;
      /* IE 10+, Fx 29+ */
      animation-fill-mode: forwards; }
    /* line 139, ../scss/partials/_blog.scss */
    .page-blog .blog-intro .sort-by .rotated-arrow-down {
      -webkit-animation: rotating-down .5s 1;
      /* Safari 4+ */
      -moz-animation: rotating-down .5s 1;
      /* Fx 1+ */
      -o-animation: rotating-down .5s 1;
      /* Opera 12+ */
      animation: rotating-down .5s 1;
      /* IE 10+, Fx 29+ */
      animation-fill-mode: forwards; }
  /* line 147, ../scss/partials/_blog.scss */
  .page-blog .blog-intro span {
    display: block;
    float: left; }
/* line 155, ../scss/partials/_blog.scss */
.page-blog .pane-views-exp-blog-pane form .views-exposed-form {
  margin-top: 20px;
  background: #E7E7E7;
  display: none; }
/* line 160, ../scss/partials/_blog.scss */
.page-blog .pane-views-exp-blog-pane form .views-exposed-widget {
  margin: 20px 0; }
  /* line 162, ../scss/partials/_blog.scss */
  .page-blog .pane-views-exp-blog-pane form .views-exposed-widget label {
    text-transform: uppercase;
    font-family: 'proxima-nova',sans-serif;
    font-size: 11px;
    color: #272727;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px; }
  /* line 167, ../scss/partials/_blog.scss */
  .page-blog .pane-views-exp-blog-pane form .views-exposed-widget .form-type-select {
    width: 100%; }
    /* line 169, ../scss/partials/_blog.scss */
    .page-blog .pane-views-exp-blog-pane form .views-exposed-widget .form-type-select .form-group {
      float: left;
      width: 45%; }
      /* line 172, ../scss/partials/_blog.scss */
      .page-blog .pane-views-exp-blog-pane form .views-exposed-widget .form-type-select .form-group a {
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #272727;
        font-weight: normal;
        line-height: 2.2em; }
        @media (min-width: 767px) {
          /* line 172, ../scss/partials/_blog.scss */
          .page-blog .pane-views-exp-blog-pane form .views-exposed-widget .form-type-select .form-group a {
            font-family: 'Open Sans', Helvetica, Arial, sans-serif;
            font-size: 21px;
            color: #272727;
            font-weight: normal;
            line-height: 1.9em; } }
        /* line 177, ../scss/partials/_blog.scss */
        .page-blog .pane-views-exp-blog-pane form .views-exposed-widget .form-type-select .form-group a:hover {
          color: #e55551; }
      /* line 181, ../scss/partials/_blog.scss */
      .page-blog .pane-views-exp-blog-pane form .views-exposed-widget .form-type-select .form-group .active {
        color: #e55551; }
/* line 187, ../scss/partials/_blog.scss */
.page-blog .pane-views-exp-blog-pane form .views-exposed-widgets {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets:before, .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets:after {
    content: " ";
    display: table; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets:after {
    clear: both; }
/* line 191, ../scss/partials/_blog.scss */
.page-blog .pane-views-exp-blog-pane form .views-submit-button {
  display: none; }
/* line 199, ../scss/partials/_blog.scss */
.page-blog .pane-blog-pane .category--main {
  font-family: 'proxima-nova',sans-serif;
  font-size: 11px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase; }
/* line 203, ../scss/partials/_blog.scss */
.page-blog .pane-blog-pane .category--product {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #272727;
  font-weight: normal;
  line-height: 1; }
/* line 208, ../scss/partials/_blog.scss */
.page-blog .pane-blog-pane .views-row-odd article {
  display: flex;
  background: #F8F8F8; }
  /* line 214, ../scss/partials/_blog.scss */
  .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content {
    padding: 100px 0; }
    /* line 217, ../scss/partials/_blog.scss */
    .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content h2 > a {
      color: #4e4e4e; }
    /* line 220, ../scss/partials/_blog.scss */
    .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content .field-name-field-intro {
      margin-top: 30px; }
/* line 227, ../scss/partials/_blog.scss */
.page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image {
  margin-right: 140px;
  background-size: cover !important; }
  /* line 231, ../scss/partials/_blog.scss */
  .page-blog .pane-blog-pane .views-row-odd .field-name-field-featured-image img {
    display: none; }
/* line 237, ../scss/partials/_blog.scss */
.page-blog .pane-blog-pane .views-row-even article {
  display: flex; }
  @media (min-width: 767px) {
    /* line 237, ../scss/partials/_blog.scss */
    .page-blog .pane-blog-pane .views-row-even article {
      flex-direction: row-reverse; } }
  /* line 245, ../scss/partials/_blog.scss */
  .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content {
    padding: 100px 0; }
    /* line 248, ../scss/partials/_blog.scss */
    .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content h2 > a {
      color: #4e4e4e; }
    /* line 251, ../scss/partials/_blog.scss */
    .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content .field-name-field-intro {
      margin-top: 30px; }
/* line 258, ../scss/partials/_blog.scss */
.page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image {
  background-size: cover !important;
  margin-left: 140px; }
  /* line 262, ../scss/partials/_blog.scss */
  .page-blog .pane-blog-pane .views-row-even .field-name-field-featured-image img {
    display: none; }
/* line 267, ../scss/partials/_blog.scss */
.page-blog .pane-blog-pane .image-none .blog--content {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 100px 0; }
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .page-blog .pane-blog-pane .image-none .blog--content:before, .page-blog .pane-blog-pane .image-none .blog--content:after {
    content: " ";
    display: table; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .page-blog .pane-blog-pane .image-none .blog--content:after {
    clear: both; }
  /* line 273, ../scss/partials/_blog.scss */
  .page-blog .pane-blog-pane .image-none .blog--content h2 > a {
    color: #4e4e4e; }
  /* line 276, ../scss/partials/_blog.scss */
  .page-blog .pane-blog-pane .image-none .blog--content .field-name-field-intro {
    margin-top: 30px; }

/* line 287, ../scss/partials/_blog.scss */
.node-type-blog article {
  position: relative; }
  /* line 289, ../scss/partials/_blog.scss */
  .node-type-blog article .field-name-field-featured-image {
    height: 646px;
    background-size: cover !important; }
    /* line 292, ../scss/partials/_blog.scss */
    .node-type-blog article .field-name-field-featured-image img {
      display: none; }
    /* line 295, ../scss/partials/_blog.scss */
    .node-type-blog article .field-name-field-featured-image:before {
      display: block;
      content: ' ';
      height: 100%;
      background: rgba(102, 102, 102, 0.5); }
  /* line 302, ../scss/partials/_blog.scss */
  .node-type-blog article .field-name-field-product, .node-type-blog article .field-name-field-intro, .node-type-blog article .field-name-title-field,
  .node-type-blog article .required-fields {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
    .node-type-blog article .field-name-field-product:before, .node-type-blog article .field-name-field-product:after, .node-type-blog article .field-name-field-intro:before, .node-type-blog article .field-name-field-intro:after, .node-type-blog article .field-name-title-field:before, .node-type-blog article .field-name-title-field:after,
    .node-type-blog article .required-fields:before,
    .node-type-blog article .required-fields:after {
      content: " ";
      display: table; }
    /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
    .node-type-blog article .field-name-field-product:after, .node-type-blog article .field-name-field-intro:after, .node-type-blog article .field-name-title-field:after,
    .node-type-blog article .required-fields:after {
      clear: both; }
  /* line 307, ../scss/partials/_blog.scss */
  .node-type-blog article .field-name-field-product {
    position: relative;
    top: -430px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
  /* line 313, ../scss/partials/_blog.scss */
  .node-type-blog article .field-name-title-field {
    position: relative;
    top: -410px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    line-height: 1; }
  /* line 318, ../scss/partials/_blog.scss */
  .node-type-blog article .field-name-field-intro {
    position: relative;
    top: -390px;
    margin-bottom: -400px;
    height: 360px;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 100;
    line-height: 1.4em; }
    @media (min-width: 767px) {
      /* line 318, ../scss/partials/_blog.scss */
      .node-type-blog article .field-name-field-intro {
        margin-bottom: -360px; } }
  /* line 329, ../scss/partials/_blog.scss */
  .node-type-blog article .field-name-field-author {
    float: left;
    margin: 0 20px 0 0; }
  /* line 333, ../scss/partials/_blog.scss */
  .node-type-blog article .field-name-body {
    margin: 40px auto 40px auto; }
  /* line 337, ../scss/partials/_blog.scss */
  .node-type-blog article .field-name-field-edu-level .field-item {
    float: left;
    margin: 0 5px; }
/* line 344, ../scss/partials/_blog.scss */
.node-type-blog article.no-feature .field-name-field-product {
  position: static;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #999;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase; }
/* line 349, ../scss/partials/_blog.scss */
.node-type-blog article.no-feature .field-name-title-field {
  position: static;
  margin: 40px auto;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #999;
  font-weight: normal;
  line-height: 1; }
/* line 354, ../scss/partials/_blog.scss */
.node-type-blog article.no-feature .field-name-field-intro {
  display: none; }
/* line 357, ../scss/partials/_blog.scss */
.node-type-blog article.no-feature .field-name-body {
  margin: 20px auto 40px auto; }
/* line 360, ../scss/partials/_blog.scss */
.node-type-blog article.no-feature .field-name-field-edu-level {
  margin: 0 auto; }
  /* line 362, ../scss/partials/_blog.scss */
  .node-type-blog article.no-feature .field-name-field-edu-level .field-item {
    float: left;
    margin: 0 5px; }
/* line 367, ../scss/partials/_blog.scss */
.node-type-blog article.no-feature .field-name-field-author {
  position: static;
  float: left;
  margin: 0 20px 0 0; }

/**
 * @printer-registration.scss
 *
 *
 * Printer Registration styles
 */
/* line 7, ../scss/partials/_printer-registration.scss */
.register_printers {
  display: none !important;
  pointer-events: none !important; }
  /* line 10, ../scss/partials/_printer-registration.scss */
  .register_printers .loading {
    background: url("../images/loading.gif") no-repeat 50% 50%;
    background-size: 150px 150px;
    height: 200px; }
  /* line 15, ../scss/partials/_printer-registration.scss */
  .register_printers .register-printers {
    padding: 15px 0; }
  /* line 18, ../scss/partials/_printer-registration.scss */
  .register_printers .register_printers-list {
    background: #fff;
    min-height: 400px; }

/* line 3, ../scss/partials/_slides.scss */
.node-slide, .page-blog {
  position: relative; }
  /* line 5, ../scss/partials/_slides.scss */
  .node-slide .background-image-holder, .page-blog .background-image-holder {
    height: 646px;
    max-height: 646px;
    overflow: hidden;
    position: relative; }
  /* line 11, ../scss/partials/_slides.scss */
  .node-slide .outer-wrapper, .page-blog .outer-wrapper {
    position: absolute;
    width: 83.33333%;
    margin-left: 8.33333%; }
    /* line 16, ../scss/partials/_slides.scss */
    .node-slide .outer-wrapper .wrapper h1, .page-blog .outer-wrapper .wrapper h1 {
      position: relative;
      font-size: 38px;
      line-height: 56px;
      margin-bottom: 40px;
      color: #fff; }
    /* line 23, ../scss/partials/_slides.scss */
    .node-slide .outer-wrapper .wrapper .button, .page-blog .outer-wrapper .wrapper .button {
      position: relative; }

/* line 31, ../scss/partials/_slides.scss */
.pane-homepage-slider + .panel-separator {
  padding: 0; }

/* line 36, ../scss/partials/_slides.scss */
.flexslider .slides > li:hover img,
.flexslider .slides > li.flex-active-slide img {
  border: 0 !important;
  border-radius: 0; }

/* line 44, ../scss/partials/_slides.scss */
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0; }

/* line 50, ../scss/partials/_slides.scss */
.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 57, ../scss/partials/_slides.scss */
.flexslider {
  padding: 0; }

/* line 60, ../scss/partials/_slides.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  padding: 0; }

/* line 65, ../scss/partials/_slides.scss */
.flexslider .slides img {
  width: 100%;
  display: block; }

/* line 69, ../scss/partials/_slides.scss */
.flex-pauseplay span {
  text-transform: capitalize; }

/* line 70, ../scss/partials/_slides.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 78, ../scss/partials/_slides.scss */
html[xmlns] .slides {
  display: block; }

/* line 79, ../scss/partials/_slides.scss */
* html .slides {
  height: 1%; }

/* line 80, ../scss/partials/_slides.scss */
.no-js .slides > li:first-child {
  display: block; }

/* line 83, ../scss/partials/_slides.scss */
.flexslider {
  max-height: 646px;
  margin: 0;
  background: #fff;
  border: 0;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0, 0, 0;
  -webkit-box-shadow: 0, 0, 0;
  box-shadow: 0, 0, 0; }

/* line 92, ../scss/partials/_slides.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

/* line 96, ../scss/partials/_slides.scss */
.loading .flex-viewport {
  max-height: 300px; }

/* line 99, ../scss/partials/_slides.scss */
.flexslider .slides {
  zoom: 1; }

/* line 102, ../scss/partials/_slides.scss */
.carousel li {
  margin-right: 5px; }

/* line 107, ../scss/partials/_slides.scss */
.flex-control-paging {
  bottom: 30px;
  z-index: 2; }

/* line 111, ../scss/partials/_slides.scss */
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 20px;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  /* line 125, ../scss/partials/_slides.scss */
  .flex-control-paging li a:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.7); }
  /* line 129, ../scss/partials/_slides.scss */
  .flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    cursor: default; }

@media (max-width: 767px) {
  /* line 137, ../scss/partials/_slides.scss */
  .flex-direction-nav {
    display: none; } }
/* line 142, ../scss/partials/_slides.scss */
.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
  display: block !important;
  width: 60px;
  height: 60px !important;
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 50% !important;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
/* line 161, ../scss/partials/_slides.scss */
.flex-direction-nav a:hover {
  background: rgba(255, 255, 255, 0.3); }
/* line 164, ../scss/partials/_slides.scss */
.flex-direction-nav a.flex-prev {
  left: 35px; }
/* line 167, ../scss/partials/_slides.scss */
.flex-direction-nav a.flex-next {
  right: 30px;
  text-align: right; }
/* line 171, ../scss/partials/_slides.scss */
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  font-family: ElegantIcons !important;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: '#' !important;
  position: relative;
  color: #fff;
  padding-bottom: 22px;
  top: 11px;
  font-size: 36px;
  left: -3px; }
/* line 191, ../scss/partials/_slides.scss */
.flex-direction-nav a.flex-next:before {
  content: '$' !important;
  right: 8px;
  left: 2px; }

/* line 199, ../scss/partials/_slides.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 35px;
  border-radius: 50%; }

/* line 204, ../scss/partials/_slides.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 30px;
  border-radius: 50%; }

/* line 213, ../scss/partials/_slides.scss */
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  height: 60px; }

/* line 219, ../scss/partials/_slides.scss */
.flex-disabled {
  opacity: 0 !important; }

@media (max-width: 767px) {
  /* line 226, ../scss/partials/_slides.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  /* line 227, ../scss/partials/_slides.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* line 231, ../scss/partials/_slides.scss */
.youtube-text {
  position: absolute;
  top: 0;
  left: 18%; }

/* line 236, ../scss/partials/_slides.scss */
.field-name-field-youtube-background {
  background: rgba(0, 0, 0, 0.5);
  height: 100%; }
  /* line 239, ../scss/partials/_slides.scss */
  .field-name-field-youtube-background iframe {
    z-index: -1 !important; }

/* line 4, ../scss/partials/_support.scss */
.page-support .pane-faq .pane-title {
  text-align: center;
  cursor: pointer; }
  /* line 7, ../scss/partials/_support.scss */
  .page-support .pane-faq .pane-title:hover {
    color: #272727; }
/* line 11, ../scss/partials/_support.scss */
.page-support .pane-faq .pane-content {
  display: none; }
/* line 18, ../scss/partials/_support.scss */
.page-support .pane-additional-support-3d .text-center {
  margin-bottom: 20px; }
@media all and (max-width: 991px) {
  /* line 22, ../scss/partials/_support.scss */
  .page-support .pane-additional-support-3d .pane-clone-of-contert-grid-by-prod {
    clear: both;
    float: none;
    width: 100%; } }
/* line 30, ../scss/partials/_support.scss */
.page-support .pane-additional-support-3d .view.row {
  margin-left: 0;
  margin-right: 0; }

/* line 4, ../scss/partials/_user.scss */
body.page-user .main-container {
  width: 100%;
  height: 100%;
  min-height: 640px;
  z-index: 0; }
  /* line 14, ../scss/partials/_user.scss */
  body.page-user .main-container ul.tabs--primary li {
    display: inline-block !important;
    float: none !important; }
    /* line 17, ../scss/partials/_user.scss */
    body.page-user .main-container ul.tabs--primary li a {
      border-radius: 0;
      color: #666; }
      /* line 22, ../scss/partials/_user.scss */
      body.page-user .main-container ul.tabs--primary li a.active, body.page-user .main-container ul.tabs--primary li a:hover {
        color: #337ab7; }
  /* line 31, ../scss/partials/_user.scss */
  body.page-user .main-container .form-wrapper label {
    display: block; }
  /* line 34, ../scss/partials/_user.scss */
  body.page-user .main-container .form-wrapper input.form-text {
    width: 50%;
    border-radius: 25px;
    display: inline-block; }
  /* line 39, ../scss/partials/_user.scss */
  body.page-user .main-container .form-wrapper button.form-submit {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    border: 1px solid #e55551;
    background-color: #fff;
    font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #e55551;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px; }
    /* line 128, ../scss/_mixins.scss */
    body.page-user .main-container .form-wrapper button.form-submit:hover {
      background: none;
      color: #fff;
      border-color: #e55551;
      background-color: #e55551; }
  /* line 44, ../scss/partials/_user.scss */
  body.page-user .main-container #user-pass-reset,
  body.page-user .main-container .pane-user-register-form,
  body.page-user .main-container #user-profile-form .pane-form,
  body.page-user .main-container .pane-user-edit,
  body.page-user .main-container .pane-user-password-form,
  body.page-user .main-container .pane-user-login-form {
    background-color: #f4f4f4;
    background-color: rgba(255, 255, 255, 0.75); }
  /* line 55, ../scss/partials/_user.scss */
  body.page-user .main-container fieldset#edit-timezone {
    background: transparent; }
    /* line 57, ../scss/partials/_user.scss */
    body.page-user .main-container fieldset#edit-timezone legend {
      background: transparent; }
    /* line 60, ../scss/partials/_user.scss */
    body.page-user .main-container fieldset#edit-timezone select {
      width: 60%;
      margin: 0 auto;
      background: transparent;
      text-align: center; }
      @media (max-width: 767px) {
        /* line 60, ../scss/partials/_user.scss */
        body.page-user .main-container fieldset#edit-timezone select {
          width: 100%; } }
      /* line 68, ../scss/partials/_user.scss */
      body.page-user .main-container fieldset#edit-timezone select option {
        display: inline-block; }
  /* line 76, ../scss/partials/_user.scss */
  body.page-user .main-container .pane-user-password-form label,
  body.page-user .main-container .pane-user-login-form label {
    display: block; }
  /* line 79, ../scss/partials/_user.scss */
  body.page-user .main-container .pane-user-password-form input.form-text,
  body.page-user .main-container .pane-user-login-form input.form-text {
    width: 50%;
    border-radius: 25px;
    display: inline-block; }
  /* line 84, ../scss/partials/_user.scss */
  body.page-user .main-container .pane-user-password-form button.form-submit,
  body.page-user .main-container .pane-user-login-form button.form-submit {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    border: 1px solid #e55551;
    background-color: #fff;
    font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #e55551;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px; }
    /* line 128, ../scss/_mixins.scss */
    body.page-user .main-container .pane-user-password-form button.form-submit:hover,
    body.page-user .main-container .pane-user-login-form button.form-submit:hover {
      background: none;
      color: #fff;
      border-color: #e55551;
      background-color: #e55551; }
  /* line 88, ../scss/partials/_user.scss */
  body.page-user .main-container fieldset {
    border: none;
    box-shadow: none; }
    /* line 92, ../scss/partials/_user.scss */
    body.page-user .main-container fieldset.collapsible {
      height: auto; }
  /* line 98, ../scss/partials/_user.scss */
  body.page-user .main-container .form-item-pass .form-type-password,
  body.page-user .main-container .form-type-password-confirm .form-type-password {
    display: block;
    clear: both;
    float: none; }

/* line 109, ../scss/partials/_user.scss */
body.page-user-reset h1 {
  display: none; }
/* line 110, ../scss/partials/_user.scss */
body.page-user-reset form {
  background-color: #f4f4f4;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 20px; }
  /* line 119, ../scss/partials/_user.scss */
  body.page-user-reset form #edit-actions {
    padding-top: 40px; }

/* line 125, ../scss/partials/_user.scss */
.user-profile-wrapper {
  background: #333; }
  /* line 128, ../scss/partials/_user.scss */
  .user-profile-wrapper h1, .user-profile-wrapper h2, .user-profile-wrapper h3, .user-profile-wrapper h4, .user-profile-wrapper h5, .user-profile-wrapper h6 {
    color: #fff; }
  /* line 131, ../scss/partials/_user.scss */
  .user-profile-wrapper h2 {
    font-family: 'proxima-nova',sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase; }
  /* line 136, ../scss/partials/_user.scss */
  .user-profile-wrapper--subtitle {
    font-family: 'proxima-nova',sans-serif;
    font-size: 18px;
    font-weight: regular;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #ccc; }

/* line 146, ../scss/partials/_user.scss */
body.page-user- .main-container ul.tabs--primary {
  background: #E7E7E7;
  border-bottom: none; }

/* line 154, ../scss/partials/_user.scss */
.page-user .pane-register {
  background-color: #f4f4f4;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: 80px;
  margin-top: 80px;
  text-align: center; }

/* line 5, ../scss/partials/_views.scss */
.products-term .views-row {
  padding-bottom: 40px; }

/* line 12, ../scss/partials/_views.scss */
body.page-taxonomy-term .lesson-plans-term .view-header,
.node-type-flexpage .lesson-plans-term .view-header {
  font-family: 'proxima-nova',sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 48px;
  text-align: center; }
/* line 17, ../scss/partials/_views.scss */
body.page-taxonomy-term .lesson-plans-term .ds-1col,
.node-type-flexpage .lesson-plans-term .ds-1col {
  text-align: center; }
  /* line 19, ../scss/partials/_views.scss */
  body.page-taxonomy-term .lesson-plans-term .ds-1col h2,
  .node-type-flexpage .lesson-plans-term .ds-1col h2 {
    text-align: center;
    margin-bottom: 15px; }
  /* line 23, ../scss/partials/_views.scss */
  body.page-taxonomy-term .lesson-plans-term .ds-1col .field-name-field-lesson-description,
  .node-type-flexpage .lesson-plans-term .ds-1col .field-name-field-lesson-description {
    text-align: center; }
  /* line 26, ../scss/partials/_views.scss */
  body.page-taxonomy-term .lesson-plans-term .ds-1col .field-name-field-prod-type,
  .node-type-flexpage .lesson-plans-term .ds-1col .field-name-field-prod-type {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px; }
  /* line 31, ../scss/partials/_views.scss */
  body.page-taxonomy-term .lesson-plans-term .ds-1col .field-name-lesson-plan-download,
  .node-type-flexpage .lesson-plans-term .ds-1col .field-name-lesson-plan-download {
    display: inline-block;
    text-align: center; }
    /* line 35, ../scss/partials/_views.scss */
    body.page-taxonomy-term .lesson-plans-term .ds-1col .field-name-lesson-plan-download span.file,
    .node-type-flexpage .lesson-plans-term .ds-1col .field-name-lesson-plan-download span.file {
      text-decoration: underline; }
      /* line 38, ../scss/partials/_views.scss */
      body.page-taxonomy-term .lesson-plans-term .ds-1col .field-name-lesson-plan-download span.file img,
      .node-type-flexpage .lesson-plans-term .ds-1col .field-name-lesson-plan-download span.file img {
        display: none; }
      /* line 39, ../scss/partials/_views.scss */
      body.page-taxonomy-term .lesson-plans-term .ds-1col .field-name-lesson-plan-download span.file span.file-size,
      .node-type-flexpage .lesson-plans-term .ds-1col .field-name-lesson-plan-download span.file span.file-size {
        display: none; }

/* line 45, ../scss/partials/_views.scss */
.pane-homepage-testimonials {
  background: url("../images/conecting-lines-hero-1.jpg") 50% 0%;
  background-size: cover !important; }
  /* line 48, ../scss/partials/_views.scss */
  .pane-homepage-testimonials #flexslider-testimonials {
    background: transparent;
    margin: 0;
    color: #fff;
    text-align: center; }

/* line 57, ../scss/partials/_views.scss */
.pane-home-product-grid .node-product.view-mode-teaser {
  padding-bottom: 20px; }
  /* line 59, ../scss/partials/_views.scss */
  .pane-home-product-grid .node-product.view-mode-teaser img {
    display: inline-block; }

/* line 68, ../scss/partials/_views.scss */
.pane-video-page-block .form-item-edit-field-edu-level-tid-all,
.pane-video-page-block .form-item-edit-taxonomy-forums-tid-all,
.pane-video-page-block .form-item-edit-field-prod-type-tid-all,
.pane-forum-page-block .form-item-edit-field-edu-level-tid-all,
.pane-forum-page-block .form-item-edit-taxonomy-forums-tid-all,
.pane-forum-page-block .form-item-edit-field-prod-type-tid-all,
.pane-lesson-plans-page-block .form-item-edit-field-edu-level-tid-all,
.pane-lesson-plans-page-block .form-item-edit-taxonomy-forums-tid-all,
.pane-lesson-plans-page-block .form-item-edit-field-prod-type-tid-all {
  display: none !important; }
/* line 71, ../scss/partials/_views.scss */
.pane-video-page-block .views-exposed-widget,
.pane-forum-page-block .views-exposed-widget,
.pane-lesson-plans-page-block .views-exposed-widget {
  float: none;
  padding: 0; }
/* line 72, ../scss/partials/_views.scss */
.pane-video-page-block .bef-select-as-links > .form-item,
.pane-forum-page-block .bef-select-as-links > .form-item,
.pane-lesson-plans-page-block .bef-select-as-links > .form-item {
  text-align: center; }
  /* line 75, ../scss/partials/_views.scss */
  .pane-video-page-block .bef-select-as-links > .form-item .form-type-bef-link,
  .pane-forum-page-block .bef-select-as-links > .form-item .form-type-bef-link,
  .pane-lesson-plans-page-block .bef-select-as-links > .form-item .form-type-bef-link {
    display: inline-block;
    padding: 0 3px 80px 3px; }
    /* line 79, ../scss/partials/_views.scss */
    .pane-video-page-block .bef-select-as-links > .form-item .form-type-bef-link a,
    .pane-forum-page-block .bef-select-as-links > .form-item .form-type-bef-link a,
    .pane-lesson-plans-page-block .bef-select-as-links > .form-item .form-type-bef-link a {
      background: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      min-width: 155px;
      border-radius: 25px;
      display: inline-block;
      padding: 14px 28px 13px 28px;
      border: 1px solid #e55551;
      background-color: #fff;
      font-family: 'proxima-nova',sans-serif;
      font-size: 11px;
      color: #e55551;
      font-weight: bold;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px; }
      /* line 92, ../scss/partials/_views.scss */
      .pane-video-page-block .bef-select-as-links > .form-item .form-type-bef-link a:hover,
      .pane-forum-page-block .bef-select-as-links > .form-item .form-type-bef-link a:hover,
      .pane-lesson-plans-page-block .bef-select-as-links > .form-item .form-type-bef-link a:hover {
        background: none;
        color: #fff;
        border-color: #e55551;
        background-color: #e55551; }
      /* line 98, ../scss/partials/_views.scss */
      .pane-video-page-block .bef-select-as-links > .form-item .form-type-bef-link a.active,
      .pane-forum-page-block .bef-select-as-links > .form-item .form-type-bef-link a.active,
      .pane-lesson-plans-page-block .bef-select-as-links > .form-item .form-type-bef-link a.active {
        background: none;
        color: #fff;
        border-color: #e55551;
        background-color: #e55551; }

/* line 110, ../scss/partials/_views.scss */
.view-contert-grid-by-term .feature-icon-small i, .view-mode-product_selling_points .feature-icon-small i {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #34a798;
  border-radius: 50%;
  text-align: center;
  color: #34a798;
  font-size: 25px;
  padding-top: 12px;
  margin-bottom: 12px; }

/* line 125, ../scss/partials/_views.scss */
.view-clone-of-contert-grid-by-prod .views-row {
  padding-bottom: 10px; }

/* line 130, ../scss/partials/_views.scss */
.view-profile-product-overview {
  background: #E7E7E7;
  padding: 20px 0; }
  /* line 133, ../scss/partials/_views.scss */
  .view-profile-product-overview .view-mode-profile_product_overview {
    display: flex;
    padding: 20px;
    background: #fff;
    border: 3px solid #333; }
    @media (max-width: 767px) {
      /* line 133, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview {
        flex-direction: column;
        margin: 10px; } }
    /* line 143, ../scss/partials/_views.scss */
    .view-profile-product-overview .view-mode-profile_product_overview .file-size {
      display: none; }
    /* line 146, ../scss/partials/_views.scss */
    .view-profile-product-overview .view-mode-profile_product_overview .ds-left {
      width: 20%; }
      /* line 148, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left a {
        font-size: 16px; }
      /* line 151, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left .file {
        display: block;
        margin-bottom: 10px; }
      /* line 156, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left .product-manual img {
        display: none; }
      /* line 159, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left .product-manual:before {
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        margin: 3px 5px 10px 0; }
      /* line 170, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left .quickstart-guide img {
        display: none; }
      /* line 173, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left .quickstart-guide:before {
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        margin: 3px 5px 10px 0; }
      /* line 183, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left .troubleshooting-guide {
        margin-bottom: 10px; }
        /* line 185, ../scss/partials/_views.scss */
        .view-profile-product-overview .view-mode-profile_product_overview .ds-left .troubleshooting-guide img {
          display: none; }
        /* line 188, ../scss/partials/_views.scss */
        .view-profile-product-overview .view-mode-profile_product_overview .ds-left .troubleshooting-guide:before {
          display: block;
          width: 20px;
          height: 20px;
          float: left;
          margin: 3px 5px 10px 0; }
      /* line 199, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left .profile-faq img {
        display: none; }
      /* line 202, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left .profile-faq:before {
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        margin: 3px 5px 10px 0; }
      /* line 212, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-left h2 {
        white-space: nowrap; }
      @media (max-width: 767px) {
        /* line 146, ../scss/partials/_views.scss */
        .view-profile-product-overview .view-mode-profile_product_overview .ds-left {
          width: 100%; }
          /* line 215, ../scss/partials/_views.scss */
          .view-profile-product-overview .view-mode-profile_product_overview .ds-left h2 {
            text-align: center;
            white-space: normal; }
          /* line 218, ../scss/partials/_views.scss */
          .view-profile-product-overview .view-mode-profile_product_overview .ds-left .product-manual, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .quickstart-guide, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .troubleshooting-guide, .view-profile-product-overview .view-mode-profile_product_overview .ds-left .profile-faq {
            max-width: 150px;
            margin: 0 auto; } }
    /* line 224, ../scss/partials/_views.scss */
    .view-profile-product-overview .view-mode-profile_product_overview .ds-center {
      width: 60%; }
      /* line 226, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-center img {
        display: block;
        margin: 0 auto; }
      @media (max-width: 767px) {
        /* line 224, ../scss/partials/_views.scss */
        .view-profile-product-overview .view-mode-profile_product_overview .ds-center {
          width: 100%; } }
    /* line 234, ../scss/partials/_views.scss */
    .view-profile-product-overview .view-mode-profile_product_overview .ds-right {
      width: 20%; }
      /* line 236, ../scss/partials/_views.scss */
      .view-profile-product-overview .view-mode-profile_product_overview .ds-right a {
        width: 100%;
        text-align: center;
        margin-top: 20px; }
      @media (max-width: 767px) {
        /* line 234, ../scss/partials/_views.scss */
        .view-profile-product-overview .view-mode-profile_product_overview .ds-right {
          width: 100%; } }

/* line 2, ../scss/partials/_webforms.scss */
.container-fluid#newsletter {
  background: url("../images/conecting-lines-hero-1.jpg") 50% 0%;
  background-size: cover !important; }
  /* line 6, ../scss/partials/_webforms.scss */
  .container-fluid#newsletter form.webform-client-form-18 {
    color: white; }
    /* line 9, ../scss/partials/_webforms.scss */
    .container-fluid#newsletter form.webform-client-form-18 .webform-component--e-mail label {
      font-family: 'proxima-nova',sans-serif;
      font-size: 26px;
      color: #fff;
      font-weight: 600;
      line-height: 32px;
      margin-bottom: 12px; }
    /* line 13, ../scss/partials/_webforms.scss */
    .container-fluid#newsletter form.webform-client-form-18 .webform-component--e-mail input {
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      padding: 24px 24px;
      margin-bottom: 12px; }
    /* line 20, ../scss/partials/_webforms.scss */
    .container-fluid#newsletter form.webform-client-form-18 .form-actions button.button-primary, .container-fluid#newsletter form.webform-client-form-18 .form-actions button.ps-widget[ps-sku], .container-fluid#newsletter form.webform-client-form-18 .form-actions button.ps-widget[data-ps-sku], .container-fluid#newsletter form.webform-client-form-18 .form-actions button.product-tour--nav-back, .container-fluid#newsletter form.webform-client-form-18 .form-actions button.product-tour--nav-continue, .container-fluid#newsletter form.webform-client-form-18 .form-actions button.product-tour--nav-done {
      background: #e55551;
      color: #fff; }
  /* line 27, ../scss/partials/_webforms.scss */
  .container-fluid#newsletter .webform-confirmation p {
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0; }
  /* line 35, ../scss/partials/_webforms.scss */
  .container-fluid#newsletter .links a {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    border: 1px solid #e55551;
    background-color: #fff;
    font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #e55551;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px; }
    /* line 128, ../scss/_mixins.scss */
    .container-fluid#newsletter .links a:hover {
      background: none;
      color: #fff;
      border-color: #e55551;
      background-color: #e55551; }

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

/* line 55, ../scss/partials/_webforms.scss */
.node-type-webform .main-container h1, .page-node-666 .main-container h1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .node-type-webform .main-container h1:before, .node-type-webform .main-container h1:after, .page-node-666 .main-container h1:before, .page-node-666 .main-container h1:after {
    content: " ";
    display: table; }
  /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .node-type-webform .main-container h1:after, .page-node-666 .main-container h1:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 55, ../scss/partials/_webforms.scss */
    .node-type-webform .main-container h1, .page-node-666 .main-container h1 {
      width: 750px; } }
  @media (min-width: 992px) {
    /* line 55, ../scss/partials/_webforms.scss */
    .node-type-webform .main-container h1, .page-node-666 .main-container h1 {
      width: 970px; } }
  @media (min-width: 1200px) {
    /* line 55, ../scss/partials/_webforms.scss */
    .node-type-webform .main-container h1, .page-node-666 .main-container h1 {
      width: 1170px; } }

/* line 70, ../scss/partials/_webforms.scss */
label[for="edit-submitted-right-col-question-panel-inside-sales-reps"],
label[for="edit-submitted-right-col-question-panel-large-customer-base"],
label[for="edit-submitted-right-col-question-panel-website-ecommerce"],
label[for="edit-submitted-right-col-question-panel-tradeshows"] {
  display: inline-block;
  width: 200px; }

/* line 77, ../scss/partials/_webforms.scss */
label[for="edit-submitted-right-col-question-panel-reseller-ingram-micro"],
label[for="edit-submitted-right-col-question-panel-reseller-synnex"] {
  display: inline-block;
  width: 100px; }

@media (max-width: 767px) {
  /* line 84, ../scss/partials/_webforms.scss */
  .form-item {
    width: 100% !important; } }
@media (min-width: 767px) {
  /* line 84, ../scss/partials/_webforms.scss */
  .form-item {
    padding-right: 15px; } }

/* line 92, ../scss/partials/_webforms.scss */
.radio input[type="radio"], .radio-inline input[type="radio"] {
  margin-right: 5px; }

/* line 95, ../scss/partials/_webforms.scss */
input[type="radio"], input[type="checkbox"] {
  margin-right: 5px; }

/* line 98, ../scss/partials/_webforms.scss */
.panel-heading {
  background: none;
  position: relative;
  top: 20px; }

/* line 105, ../scss/partials/_webforms.scss */
form .webform-submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #fff; }
  /* line 110, ../scss/partials/_webforms.scss */
  form .webform-submit:hover {
    color: #fff; }

/* line 115, ../scss/partials/_webforms.scss */
.form-type-checkbox label {
  display: inline-block; }

/* line 119, ../scss/partials/_webforms.scss */
.pane-bean-newsletter-signup {
  height: 0;
  overflow: hidden; }

@media screen and (max-width: 991px) {
  /* line 126, ../scss/partials/_webforms.scss */
  #newsletter-popup img {
    display: none; } }
/* line 130, ../scss/partials/_webforms.scss */
#newsletter-popup .modal-header {
  border: none;
  padding: 15px 0 0; }
  /* line 133, ../scss/partials/_webforms.scss */
  #newsletter-popup .modal-header h4 {
    display: none; }
/* line 138, ../scss/partials/_webforms.scss */
#newsletter-popup .modal-body h1 {
  letter-spacing: 0;
  line-height: 1; }
/* line 142, ../scss/partials/_webforms.scss */
#newsletter-popup .modal-body .col-md-6 p, #newsletter-popup .modal-body .navbar-collapse .nav-main p, .navbar-collapse #newsletter-popup .modal-body .nav-main p {
  font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1600 - 300)));
  letter-spacing: 0.02em; }
/* line 146, ../scss/partials/_webforms.scss */
#newsletter-popup .modal-body .container, #newsletter-popup .modal-body .page-blog .pane-views-exp-blog-pane form .views-exposed-widgets, .page-blog .pane-views-exp-blog-pane form #newsletter-popup .modal-body .views-exposed-widgets, #newsletter-popup .modal-body .page-blog .pane-blog-pane .image-none .blog--content, .page-blog .pane-blog-pane .image-none #newsletter-popup .modal-body .blog--content, #newsletter-popup .modal-body .node-type-blog article .field-name-field-product, .node-type-blog article #newsletter-popup .modal-body .field-name-field-product, #newsletter-popup .modal-body .node-type-blog article .field-name-field-intro, .node-type-blog article #newsletter-popup .modal-body .field-name-field-intro, #newsletter-popup .modal-body .node-type-blog article .field-name-title-field, .node-type-blog article #newsletter-popup .modal-body .field-name-title-field,
#newsletter-popup .modal-body .node-type-blog article .required-fields,
.node-type-blog article #newsletter-popup .modal-body .required-fields, #newsletter-popup .modal-body .view-profile-product-overview .view-mode-profile_product_overview, .view-profile-product-overview #newsletter-popup .modal-body .view-mode-profile_product_overview, #newsletter-popup .modal-body .node-type-product-tour .carousel-inner, .node-type-product-tour #newsletter-popup .modal-body .carousel-inner, #newsletter-popup .modal-body .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes, .page-product-select-form #digilab-forms-first-time-user-form #newsletter-popup .modal-body .form-checkboxes, #newsletter-popup .modal-body .row {
  padding: 0; }
@media screen and (min-width: 992px) {
  /* line 151, ../scss/partials/_webforms.scss */
  #newsletter-popup .modal-body .row {
    display: flex;
    align-items: center; } }
/* line 157, ../scss/partials/_webforms.scss */
#newsletter-popup .terms {
  font-size: 10px;
  line-height: 10px; }
/* line 161, ../scss/partials/_webforms.scss */
#newsletter-popup .form-radios .form-item {
  display: inline; }
/* line 164, ../scss/partials/_webforms.scss */
#newsletter-popup .webform-component-radios {
  width: 60%;
  float: left; }
/* line 168, ../scss/partials/_webforms.scss */
#newsletter-popup .form-actions {
  width: 40%;
  float: right;
  margin-top: 30px; }
  @media screen and (max-width: 991px) {
    /* line 168, ../scss/partials/_webforms.scss */
    #newsletter-popup .form-actions {
      float: none;
      margin: 0 auto; } }

/* line 182, ../scss/partials/_webforms.scss */
.webform-client-form-23 label[for=edit-submitted-main-col-segment-decdate-lead-source],
.webform-client-form-23 label[for=edit-submitted-main-col-quantities-segment-leadcf20] {
  width: 200px;
  display: inline-block; }
/* line 190, ../scss/partials/_webforms.scss */
.webform-client-form-23 .webform-component--main-col--quantities-segment--quantities--quantities-fields {
  margin-left: 0; }
/* line 193, ../scss/partials/_webforms.scss */
.webform-client-form-23 .webform-component--main-col--quantities-segment--quantities--quantities-markup {
  clear: both;
  display: block; }
/* line 197, ../scss/partials/_webforms.scss */
.webform-client-form-23 .webform-component--main-col--quantities-segment--quantities .form-item {
  display: flex; }
  /* line 199, ../scss/partials/_webforms.scss */
  .webform-client-form-23 .webform-component--main-col--quantities-segment--quantities .form-item label, .webform-client-form-23 .webform-component--main-col--quantities-segment--quantities .form-item input {
    width: 40%; }

/** @file _custom-sections.scss
  * 'Custom Classes' styles
  * -----------------------------------------------------------------------------
  *
  * Custom styles available for use in the 'Custom Classes' field on paragraph
  * sections. Use extra notes in this file to ensure clearity.
  *
**/
/* line 14, ../scss/partials/_custom-sections.scss */
.homepage-hero .hero-content .hero-content-container {
  width: 100%; }
  /* line 16, ../scss/partials/_custom-sections.scss */
  .homepage-hero .hero-content .hero-content-container .hero-body {
    padding: 0; }
  /* line 19, ../scss/partials/_custom-sections.scss */
  .homepage-hero .hero-content .hero-content-container .hero-title-top {
    font-family: proxima-nova;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 2.1em;
    text-transform: uppercase;
    margin-bottom: -15px;
    color: #fff; }
  /* line 30, ../scss/partials/_custom-sections.scss */
  .homepage-hero .hero-content .hero-content-container .hero-title-bottom {
    font-family: proxima-nova;
    font-weight: 800;
    font-style: normal;
    font-size: calc(45px + (50 * ((100vw - 300px) / 1300)));
    letter-spacing: 0em;
    line-height: 1em;
    margin-top: 0.25em;
    text-transform: uppercase;
    color: #fff; }
  @media (max-width: 500px) {
    /* line 44, ../scss/partials/_custom-sections.scss */
    .homepage-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-items {
      display: flex;
      flex-direction: column; }
      /* line 47, ../scss/partials/_custom-sections.scss */
      .homepage-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-items .field-item {
        width: 100%;
        margin-bottom: 0.3125rem; }
        /* line 50, ../scss/partials/_custom-sections.scss */
        .homepage-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-items .field-item a {
          width: 100%; } }
  /* line 57, ../scss/partials/_custom-sections.scss */
  .homepage-hero .hero-content .hero-content-container .button-primary a, .homepage-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a a, .field-name-field-c-hero-primary-cta .homepage-hero .hero-content .hero-content-container a a, .homepage-hero .hero-content .hero-content-container .ps-widget[ps-sku] a, .homepage-hero .hero-content .hero-content-container .ps-widget[data-ps-sku] a, .homepage-hero .hero-content .hero-content-container .view-profile-product-overview .view-mode-profile_product_overview .ds-right a a, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .homepage-hero .hero-content .hero-content-container a a, .homepage-hero .hero-content .hero-content-container .product-tour--nav-back a, .homepage-hero .hero-content .hero-content-container .product-tour--nav-continue a, .homepage-hero .hero-content .hero-content-container .product-tour--nav-done a, .homepage-hero .hero-content .hero-content-container .container-material-item .item-body a a, .container-material-item .item-body .homepage-hero .hero-content .hero-content-container a a, .homepage-hero .hero-content .hero-content-container a.button-primary, .homepage-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a, .field-name-field-c-hero-primary-cta .homepage-hero .hero-content .hero-content-container a, .homepage-hero .hero-content .hero-content-container a.ps-widget[ps-sku], .homepage-hero .hero-content .hero-content-container a.ps-widget[data-ps-sku], .homepage-hero .hero-content .hero-content-container .view-profile-product-overview .view-mode-profile_product_overview .ds-right a, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .homepage-hero .hero-content .hero-content-container a, .homepage-hero .hero-content .hero-content-container a.product-tour--nav-back, .homepage-hero .hero-content .hero-content-container a.product-tour--nav-continue, .homepage-hero .hero-content .hero-content-container a.product-tour--nav-done, .homepage-hero .hero-content .hero-content-container .container-material-item .item-body a, .container-material-item .item-body .homepage-hero .hero-content .hero-content-container a, .homepage-hero .hero-content .hero-content-container button.button-primary, .homepage-hero .hero-content .hero-content-container button.ps-widget[ps-sku], .homepage-hero .hero-content .hero-content-container button.ps-widget[data-ps-sku], .homepage-hero .hero-content .hero-content-container button.product-tour--nav-back, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-continue, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-done, .homepage-hero .hero-content .hero-content-container .button-secondary a, .homepage-hero .hero-content .hero-content-container a.button-secondary, .homepage-hero .hero-content .hero-content-container button.button-primary, .homepage-hero .hero-content .hero-content-container button.ps-widget[ps-sku], .homepage-hero .hero-content .hero-content-container button.ps-widget[data-ps-sku], .homepage-hero .hero-content .hero-content-container button.product-tour--nav-back, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-continue, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-done, .homepage-hero .hero-content .hero-content-container .primary-button {
    background-color: rgba(39, 39, 39, 0.2);
    border-color: white;
    color: white;
    -webkit-transition: all 0.3s easeInOut;
    -moz-transition: all 0.3s easeInOut;
    transition: all 0.3s easeInOut; }
    /* line 64, ../scss/partials/_custom-sections.scss */
    .homepage-hero .hero-content .hero-content-container .button-primary a:focus, .homepage-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a a:focus, .field-name-field-c-hero-primary-cta .homepage-hero .hero-content .hero-content-container a a:focus, .homepage-hero .hero-content .hero-content-container .ps-widget[ps-sku] a:focus, .homepage-hero .hero-content .hero-content-container .ps-widget[data-ps-sku] a:focus, .homepage-hero .hero-content .hero-content-container .view-profile-product-overview .view-mode-profile_product_overview .ds-right a a:focus, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .homepage-hero .hero-content .hero-content-container a a:focus, .homepage-hero .hero-content .hero-content-container .product-tour--nav-back a:focus, .homepage-hero .hero-content .hero-content-container .product-tour--nav-continue a:focus, .homepage-hero .hero-content .hero-content-container .product-tour--nav-done a:focus, .homepage-hero .hero-content .hero-content-container .container-material-item .item-body a a:focus, .container-material-item .item-body .homepage-hero .hero-content .hero-content-container a a:focus, .homepage-hero .hero-content .hero-content-container .button-primary a:hover, .homepage-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a a:hover, .field-name-field-c-hero-primary-cta .homepage-hero .hero-content .hero-content-container a a:hover, .homepage-hero .hero-content .hero-content-container .ps-widget[ps-sku] a:hover, .homepage-hero .hero-content .hero-content-container .ps-widget[data-ps-sku] a:hover, .homepage-hero .hero-content .hero-content-container .view-profile-product-overview .view-mode-profile_product_overview .ds-right a a:hover, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .homepage-hero .hero-content .hero-content-container a a:hover, .homepage-hero .hero-content .hero-content-container .product-tour--nav-back a:hover, .homepage-hero .hero-content .hero-content-container .product-tour--nav-continue a:hover, .homepage-hero .hero-content .hero-content-container .product-tour--nav-done a:hover, .homepage-hero .hero-content .hero-content-container .container-material-item .item-body a a:hover, .container-material-item .item-body .homepage-hero .hero-content .hero-content-container a a:hover, .homepage-hero .hero-content .hero-content-container a.button-primary:focus, .homepage-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a:focus, .field-name-field-c-hero-primary-cta .homepage-hero .hero-content .hero-content-container a:focus, .homepage-hero .hero-content .hero-content-container a.ps-widget[ps-sku]:focus, .homepage-hero .hero-content .hero-content-container a.ps-widget[data-ps-sku]:focus, .homepage-hero .hero-content .hero-content-container .view-profile-product-overview .view-mode-profile_product_overview .ds-right a:focus, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .homepage-hero .hero-content .hero-content-container a:focus, .homepage-hero .hero-content .hero-content-container a.product-tour--nav-back:focus, .homepage-hero .hero-content .hero-content-container a.product-tour--nav-continue:focus, .homepage-hero .hero-content .hero-content-container a.product-tour--nav-done:focus, .homepage-hero .hero-content .hero-content-container .container-material-item .item-body a:focus, .container-material-item .item-body .homepage-hero .hero-content .hero-content-container a:focus, .homepage-hero .hero-content .hero-content-container a.button-primary:hover, .homepage-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a:hover, .field-name-field-c-hero-primary-cta .homepage-hero .hero-content .hero-content-container a:hover, .homepage-hero .hero-content .hero-content-container a.ps-widget[ps-sku]:hover, .homepage-hero .hero-content .hero-content-container a.ps-widget[data-ps-sku]:hover, .homepage-hero .hero-content .hero-content-container .view-profile-product-overview .view-mode-profile_product_overview .ds-right a:hover, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .homepage-hero .hero-content .hero-content-container a:hover, .homepage-hero .hero-content .hero-content-container a.product-tour--nav-back:hover, .homepage-hero .hero-content .hero-content-container a.product-tour--nav-continue:hover, .homepage-hero .hero-content .hero-content-container a.product-tour--nav-done:hover, .homepage-hero .hero-content .hero-content-container .container-material-item .item-body a:hover, .container-material-item .item-body .homepage-hero .hero-content .hero-content-container a:hover, .homepage-hero .hero-content .hero-content-container button.button-primary:focus, .homepage-hero .hero-content .hero-content-container button.ps-widget[ps-sku]:focus, .homepage-hero .hero-content .hero-content-container button.ps-widget[data-ps-sku]:focus, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-back:focus, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-continue:focus, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-done:focus, .homepage-hero .hero-content .hero-content-container button.button-primary:hover, .homepage-hero .hero-content .hero-content-container button.ps-widget[ps-sku]:hover, .homepage-hero .hero-content .hero-content-container button.ps-widget[data-ps-sku]:hover, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-back:hover, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-continue:hover, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-done:hover, .homepage-hero .hero-content .hero-content-container .button-secondary a:focus, .homepage-hero .hero-content .hero-content-container .button-secondary a:hover, .homepage-hero .hero-content .hero-content-container a.button-secondary:focus, .homepage-hero .hero-content .hero-content-container a.button-secondary:hover, .homepage-hero .hero-content .hero-content-container button.button-primary:focus, .homepage-hero .hero-content .hero-content-container button.ps-widget[ps-sku]:focus, .homepage-hero .hero-content .hero-content-container button.ps-widget[data-ps-sku]:focus, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-back:focus, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-continue:focus, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-done:focus, .homepage-hero .hero-content .hero-content-container button.button-primary:hover, .homepage-hero .hero-content .hero-content-container button.ps-widget[ps-sku]:hover, .homepage-hero .hero-content .hero-content-container button.ps-widget[data-ps-sku]:hover, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-back:hover, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-continue:hover, .homepage-hero .hero-content .hero-content-container button.product-tour--nav-done:hover, .homepage-hero .hero-content .hero-content-container .primary-button:focus, .homepage-hero .hero-content .hero-content-container .primary-button:hover {
      background-color: rgba(39, 39, 39, 0.75); }

/* line 75, ../scss/partials/_custom-sections.scss */
.hero-cta .entity-paragraphs-item.paragraphs-item-c-hero {
  height: auto; }
/* line 78, ../scss/partials/_custom-sections.scss */
.hero-cta .hero-content {
  height: auto; }
  /* line 80, ../scss/partials/_custom-sections.scss */
  .hero-cta .hero-content .hero-content-container {
    height: auto; }
    /* line 82, ../scss/partials/_custom-sections.scss */
    .hero-cta .hero-content .hero-content-container h1 {
      font-family: proxima-nova;
      font-weight: 100;
      font-style: normal;
      font-size: 40px;
      letter-spacing: .075em;
      line-height: 1.2em;
      text-transform: none;
      color: #272727; }
/* line 95, ../scss/partials/_custom-sections.scss */
.hero-cta--sub-head .entity-paragraphs-item.paragraphs-item-c-hero {
  height: auto; }
/* line 98, ../scss/partials/_custom-sections.scss */
.hero-cta--sub-head .hero-content {
  height: auto; }
  /* line 100, ../scss/partials/_custom-sections.scss */
  .hero-cta--sub-head .hero-content .hero-content-container {
    height: auto; }
    /* line 102, ../scss/partials/_custom-sections.scss */
    .hero-cta--sub-head .hero-content .hero-content-container h1 {
      font-family: proxima-nova;
      font-weight: 100;
      font-style: normal;
      font-size: 19px;
      letter-spacing: .07em;
      line-height: 1.4em;
      text-transform: none;
      color: rgba(82, 82, 82, 0.78); }
    /* line 112, ../scss/partials/_custom-sections.scss */
    .hero-cta--sub-head .hero-content .hero-content-container .field-name-field-c-hero-sub-header {
      font-family: proxima-nova;
      font-weight: 100;
      font-style: normal;
      font-size: 40px;
      letter-spacing: .075em;
      line-height: 1.2em;
      text-transform: none;
      color: #272727; }
/* line 126, ../scss/partials/_custom-sections.scss */
.hero-cta--centered-header .hero-content-container {
  justify-content: center; }
/* line 130, ../scss/partials/_custom-sections.scss */
.hero-cta--centered-header h2 a {
  color: #333;
  text-transform: uppercase;
  font-weight: 500; }

/* line 141, ../scss/partials/_custom-sections.scss */
.complete-set {
  height: 945px;
  text-align: center; }
  /* line 144, ../scss/partials/_custom-sections.scss */
  .complete-set .field-name-field-c-image-image img {
    margin: 0 auto;
    width: 60px; }
  /* line 148, ../scss/partials/_custom-sections.scss */
  .complete-set .pre-header {
    font-size: 30px;
    letter-spacing: 1px;
    color: #343434;
    font-weight: 100;
    display: block;
    margin-bottom: 30px; }
  /* line 156, ../scss/partials/_custom-sections.scss */
  .complete-set h2 {
    font-size: 92px;
    font-weight: 100;
    letter-spacing: 5px;
    margin-bottom: 30px !important; }

/* line 166, ../scss/partials/_custom-sections.scss */
.unleash-creativity .field-name-field-c-images-grid-images .field-items, .image-grid .field-name-field-c-images-grid-images .field-items {
  display: flex;
  flex-wrap: wrap; }
/* line 170, ../scss/partials/_custom-sections.scss */
.unleash-creativity .field-name-field-c-images-grid-images .field-item, .image-grid .field-name-field-c-images-grid-images .field-item {
  width: 100%;
  margin-bottom: 1.25rem; }
  /* line 173, ../scss/partials/_custom-sections.scss */
  .unleash-creativity .field-name-field-c-images-grid-images .field-item img, .image-grid .field-name-field-c-images-grid-images .field-item img {
    width: 100%; }
  @media (min-width: 768px) {
    /* line 170, ../scss/partials/_custom-sections.scss */
    .unleash-creativity .field-name-field-c-images-grid-images .field-item, .image-grid .field-name-field-c-images-grid-images .field-item {
      width: 33%;
      padding-right: 1.25rem;
      margin-bottom: 1.25rem; } }
/* line 184, ../scss/partials/_custom-sections.scss */
.unleash-creativity-2 .field-items, .image-grid-2 .field-items {
  display: flex;
  flex-wrap: wrap; }
/* line 188, ../scss/partials/_custom-sections.scss */
.unleash-creativity-2 .field-item, .image-grid-2 .field-item {
  width: 100%;
  margin-bottom: 1.25rem; }
  /* line 191, ../scss/partials/_custom-sections.scss */
  .unleash-creativity-2 .field-item img, .image-grid-2 .field-item img {
    width: 100%; }
  @media (min-width: 768px) {
    /* line 188, ../scss/partials/_custom-sections.scss */
    .unleash-creativity-2 .field-item, .image-grid-2 .field-item {
      width: 50%;
      padding-right: 1.25rem;
      margin-bottom: 1.25rem; } }
/* line 202, ../scss/partials/_custom-sections.scss */
.unleash-creativity-3 .field-items, .image-grid-3 .field-items {
  display: flex;
  flex-wrap: wrap; }
/* line 206, ../scss/partials/_custom-sections.scss */
.unleash-creativity-3 .field-item, .image-grid-3 .field-item {
  width: 100%;
  margin-bottom: 1.25rem; }
  /* line 209, ../scss/partials/_custom-sections.scss */
  .unleash-creativity-3 .field-item img, .image-grid-3 .field-item img {
    width: 100%; }
  @media (min-width: 768px) {
    /* line 206, ../scss/partials/_custom-sections.scss */
    .unleash-creativity-3 .field-item, .image-grid-3 .field-item {
      width: 33%;
      padding-right: 1.25rem;
      margin-bottom: 1.25rem; } }
/* line 220, ../scss/partials/_custom-sections.scss */
.unleash-creativity-4 .field-items, .image-grid-4 .field-items {
  display: flex;
  flex-wrap: wrap; }
/* line 224, ../scss/partials/_custom-sections.scss */
.unleash-creativity-4 .field-item, .image-grid-4 .field-item {
  width: 100%;
  margin-bottom: 1.25rem; }
  /* line 227, ../scss/partials/_custom-sections.scss */
  .unleash-creativity-4 .field-item img, .image-grid-4 .field-item img {
    width: 100%; }
  @media (min-width: 768px) {
    /* line 224, ../scss/partials/_custom-sections.scss */
    .unleash-creativity-4 .field-item, .image-grid-4 .field-item {
      width: 25%;
      padding-right: 1.25rem;
      margin-bottom: 1.25rem; } }
/* line 238, ../scss/partials/_custom-sections.scss */
.unleash-creativity-5 .field-items, .image-grid-5 .field-items {
  display: flex;
  flex-wrap: wrap; }
/* line 242, ../scss/partials/_custom-sections.scss */
.unleash-creativity-5 .field-item, .image-grid-5 .field-item {
  width: 100%;
  margin-bottom: 1.25rem; }
  /* line 245, ../scss/partials/_custom-sections.scss */
  .unleash-creativity-5 .field-item img, .image-grid-5 .field-item img {
    width: 100%; }
  @media (min-width: 768px) {
    /* line 242, ../scss/partials/_custom-sections.scss */
    .unleash-creativity-5 .field-item, .image-grid-5 .field-item {
      width: 20%;
      padding-right: 1.25rem;
      margin-bottom: 1.25rem; } }
/* line 256, ../scss/partials/_custom-sections.scss */
.unleash-creativity-6 .field-items, .image-grid-6 .field-items {
  display: flex;
  flex-wrap: wrap; }
/* line 260, ../scss/partials/_custom-sections.scss */
.unleash-creativity-6 .field-item, .image-grid-6 .field-item {
  width: 100%;
  margin-bottom: 1.25rem; }
  /* line 263, ../scss/partials/_custom-sections.scss */
  .unleash-creativity-6 .field-item img, .image-grid-6 .field-item img {
    width: 100%; }
  @media (min-width: 768px) {
    /* line 260, ../scss/partials/_custom-sections.scss */
    .unleash-creativity-6 .field-item, .image-grid-6 .field-item {
      width: 16.6%;
      padding-right: 1.25rem;
      margin-bottom: 1.25rem; } }

/* line 277, ../scss/partials/_custom-sections.scss */
.logos-grid .field-name-field-c-images-grid-images .field-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
/* line 283, ../scss/partials/_custom-sections.scss */
.logos-grid .field-name-field-c-images-grid-images img {
  width: 100%; }
/* line 286, ../scss/partials/_custom-sections.scss */
.logos-grid .field-name-field-c-images-grid-images .field-item {
  width: 100%;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    /* line 286, ../scss/partials/_custom-sections.scss */
    .logos-grid .field-name-field-c-images-grid-images .field-item {
      width: 25%;
      padding-right: 1.25rem;
      margin-bottom: 1.25rem; }
      /* line 294, ../scss/partials/_custom-sections.scss */
      .logos-grid .field-name-field-c-images-grid-images .field-item img {
        max-width: 75%; } }

/* line 303, ../scss/partials/_custom-sections.scss */
.testimonials p {
  font-family: proxima-nova;
  font-weight: 100;
  font-style: normal;
  font-size: 19px;
  letter-spacing: .07em;
  line-height: 1.4em;
  text-transform: none;
  color: rgba(82, 82, 82, 0.78); }
/* line 313, ../scss/partials/_custom-sections.scss */
.testimonials p.testimonial-source {
  font-family: proxima-nova;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  letter-spacing: .2em;
  line-height: 2.1em;
  text-transform: uppercase; }

/* line 324, ../scss/partials/_custom-sections.scss */
.plain-hero {
  height: 20rem;
  overflow: hidden; }

/* line 329, ../scss/partials/_custom-sections.scss */
.plain-hero-full {
  height: 31.25rem;
  overflow: hidden; }

/* line 336, ../scss/partials/_custom-sections.scss */
.sub-header {
  font-family: proxima-nova;
  font-weight: 100;
  font-style: normal;
  font-size: 19px;
  letter-spacing: .07em;
  line-height: 1.4em;
  text-transform: none;
  color: rgba(82, 82, 82, 0.78); }

/* line 348, ../scss/partials/_custom-sections.scss */
.product-teaser .paragraphs-items {
  height: 100%; }
  /* line 350, ../scss/partials/_custom-sections.scss */
  .product-teaser .paragraphs-items .paragraphs-item-c-flexblock {
    height: 100%;
    align-items: center; }
  /* line 354, ../scss/partials/_custom-sections.scss */
  .product-teaser .paragraphs-items .paragraphs-item-c-image {
    text-align: left; }
    /* line 356, ../scss/partials/_custom-sections.scss */
    .product-teaser .paragraphs-items .paragraphs-item-c-image .sub-heading {
      margin-bottom: 0; }
    /* line 359, ../scss/partials/_custom-sections.scss */
    .product-teaser .paragraphs-items .paragraphs-item-c-image h3 {
      font-family: proxima-nova;
      font-weight: 300;
      font-size: 1.5rem;
      color: #272727; }
/* line 368, ../scss/partials/_custom-sections.scss */
.product-teaser .button-primary a, .product-teaser .field-name-field-c-hero-primary-cta a a, .field-name-field-c-hero-primary-cta .product-teaser a a, .product-teaser .ps-widget[ps-sku] a, .product-teaser .ps-widget[data-ps-sku] a, .product-teaser .view-profile-product-overview .view-mode-profile_product_overview .ds-right a a, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .product-teaser a a, .product-teaser .product-tour--nav-back a, .product-teaser .product-tour--nav-continue a, .product-teaser .product-tour--nav-done a, .product-teaser .container-material-item .item-body a a, .container-material-item .item-body .product-teaser a a, .product-teaser a.button-primary, .product-teaser .field-name-field-c-hero-primary-cta a, .field-name-field-c-hero-primary-cta .product-teaser a, .product-teaser a.ps-widget[ps-sku], .product-teaser a.ps-widget[data-ps-sku], .product-teaser .view-profile-product-overview .view-mode-profile_product_overview .ds-right a, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .product-teaser a, .product-teaser a.product-tour--nav-back, .product-teaser a.product-tour--nav-continue, .product-teaser a.product-tour--nav-done, .product-teaser .container-material-item .item-body a, .container-material-item .item-body .product-teaser a, .product-teaser button.button-primary, .product-teaser button.ps-widget[ps-sku], .product-teaser button.ps-widget[data-ps-sku], .product-teaser button.product-tour--nav-back, .product-teaser button.product-tour--nav-continue, .product-teaser button.product-tour--nav-done, .product-teaser .button-secondary a, .product-teaser a.button-secondary, .product-teaser button.button-primary, .product-teaser button.ps-widget[ps-sku], .product-teaser button.ps-widget[data-ps-sku], .product-teaser button.product-tour--nav-back, .product-teaser button.product-tour--nav-continue, .product-teaser button.product-tour--nav-done, .product-teaser .primary-button {
  background-color: none;
  background: none;
  padding: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #272727;
  border: 1px solid #272727;
  font-family: 'proxima-nova',sans-serif;
  font-size: 10px;
  color: #272727;
  font-weight: 600; }
  /* line 381, ../scss/partials/_custom-sections.scss */
  .product-teaser .button-primary a:hover, .product-teaser .field-name-field-c-hero-primary-cta a a:hover, .field-name-field-c-hero-primary-cta .product-teaser a a:hover, .product-teaser .ps-widget[ps-sku] a:hover, .product-teaser .ps-widget[data-ps-sku] a:hover, .product-teaser .view-profile-product-overview .view-mode-profile_product_overview .ds-right a a:hover, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .product-teaser a a:hover, .product-teaser .product-tour--nav-back a:hover, .product-teaser .product-tour--nav-continue a:hover, .product-teaser .product-tour--nav-done a:hover, .product-teaser .container-material-item .item-body a a:hover, .container-material-item .item-body .product-teaser a a:hover, .product-teaser a.button-primary:hover, .product-teaser .field-name-field-c-hero-primary-cta a:hover, .field-name-field-c-hero-primary-cta .product-teaser a:hover, .product-teaser a.ps-widget[ps-sku]:hover, .product-teaser a.ps-widget[data-ps-sku]:hover, .product-teaser .view-profile-product-overview .view-mode-profile_product_overview .ds-right a:hover, .view-profile-product-overview .view-mode-profile_product_overview .ds-right .product-teaser a:hover, .product-teaser a.product-tour--nav-back:hover, .product-teaser a.product-tour--nav-continue:hover, .product-teaser a.product-tour--nav-done:hover, .product-teaser .container-material-item .item-body a:hover, .container-material-item .item-body .product-teaser a:hover, .product-teaser button.button-primary:hover, .product-teaser button.ps-widget[ps-sku]:hover, .product-teaser button.ps-widget[data-ps-sku]:hover, .product-teaser button.product-tour--nav-back:hover, .product-teaser button.product-tour--nav-continue:hover, .product-teaser button.product-tour--nav-done:hover, .product-teaser .button-secondary a:hover, .product-teaser a.button-secondary:hover, .product-teaser button.button-primary:hover, .product-teaser button.ps-widget[ps-sku]:hover, .product-teaser button.ps-widget[data-ps-sku]:hover, .product-teaser button.product-tour--nav-back:hover, .product-teaser button.product-tour--nav-continue:hover, .product-teaser button.product-tour--nav-done:hover, .product-teaser .primary-button:hover {
    background-color: #fff;
    color: #272727;
    font-family: 'proxima-nova',sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    padding: 13px; }

/* line 401, ../scss/partials/_custom-sections.scss */
.products-landing {
  position: relative; }
  /* line 403, ../scss/partials/_custom-sections.scss */
  .products-landing--headings {
    display: block;
    width: 100%;
    color: white;
    text-align: right; }
    /* line 408, ../scss/partials/_custom-sections.scss */
    .products-landing--headings:after {
      content: ' ';
      display: inline-block;
      height: 100px;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    /* line 418, ../scss/partials/_custom-sections.scss */
    .products-landing--headings a {
      display: block;
      width: 100%;
      padding: 30px;
      text-align: right;
      color: #fff; }
      /* line 424, ../scss/partials/_custom-sections.scss */
      .products-landing--headings a:hover {
        color: #fff; }
    /* line 428, ../scss/partials/_custom-sections.scss */
    .products-landing--headings--sm {
      height: 35vh; }
      /* line 430, ../scss/partials/_custom-sections.scss */
      .products-landing--headings--sm a {
        height: 35vh; }
    /* line 434, ../scss/partials/_custom-sections.scss */
    .products-landing--headings-lg {
      height: 85vh; }
      /* line 436, ../scss/partials/_custom-sections.scss */
      .products-landing--headings-lg a {
        height: 85vh; }
  /* line 442, ../scss/partials/_custom-sections.scss */
  .products-landing .field-name-field-c-image-caption h2 {
    margin: 0;
    font-size: calc(24px + (90 - 24) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 1; }

/* line 453, ../scss/partials/_custom-sections.scss */
.threed-products {
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 0 2.5rem; }
  @media (max-width: 500px) {
    /* line 453, ../scss/partials/_custom-sections.scss */
    .threed-products {
      padding: 0; } }
  @media (max-width: 1200px) {
    /* line 460, ../scss/partials/_custom-sections.scss */
    .threed-products--container .c-fb-col-width5 {
      flex: 0 0 100% !important;
      max-width: 100% !important; } }
  /* line 466, ../scss/partials/_custom-sections.scss */
  .threed-products .hero-content .hero-content-container h1 {
    font-family: 'proxima-nova',sans-serif;
    font-size: calc(45px + (80 - 45) * ((100vw - 300px) / (1600 - 300)));
    color: #272727;
    font-weight: 400; }
  /* line 471, ../scss/partials/_custom-sections.scss */
  .threed-products .hero-content .hero-content-container .field {
    text-align: left; }
  /* line 474, ../scss/partials/_custom-sections.scss */
  .threed-products .hero-content .hero-content-container .field-name-field-c-hero-sub-header {
    font-family: 'proxima-nova',sans-serif;
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 400;
    margin-bottom: 2.5rem; }
  /* line 478, ../scss/partials/_custom-sections.scss */
  .threed-products .hero-content .hero-content-container .field-name-field-c-hero-body p a {
    color: #0060A9;
    font-weight: 400; }
    /* line 481, ../scss/partials/_custom-sections.scss */
    .threed-products .hero-content .hero-content-container .field-name-field-c-hero-body p a:hover {
      color: #004376; }
  /* line 486, ../scss/partials/_custom-sections.scss */
  .threed-products .field-name-field-c-hero-primary-cta a {
    text-align: center; }
  /* line 491, ../scss/partials/_custom-sections.scss */
  .threed-products .entity-paragraphs-item.paragraphs-item-c-hero {
    height: auto; }
  /* line 494, ../scss/partials/_custom-sections.scss */
  .threed-products .hero-content .hero-content-container {
    height: auto; }
  /* line 499, ../scss/partials/_custom-sections.scss */
  .threed-products .hero-content .hero-content-container .field-name-field-c-hero-primary-cta {
    margin: 0; }
    /* line 501, ../scss/partials/_custom-sections.scss */
    .threed-products .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-items {
      display: flex; }
      @media (max-width: 500px) {
        /* line 501, ../scss/partials/_custom-sections.scss */
        .threed-products .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-items {
          flex-direction: column; }
          /* line 505, ../scss/partials/_custom-sections.scss */
          .threed-products .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-items .field-item {
            margin-left: 0;
            margin-bottom: 0.625rem; } }
      /* line 510, ../scss/partials/_custom-sections.scss */
      .threed-products .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-items .field-item:nth-child(1) {
        margin-left: 0; }
      /* line 513, ../scss/partials/_custom-sections.scss */
      .threed-products .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-items a {
        min-width: 100%; }
  /* line 519, ../scss/partials/_custom-sections.scss */
  .threed-products--hero-left {
    margin-left: 6.25rem; }
    @media (max-width: 1200px) {
      /* line 519, ../scss/partials/_custom-sections.scss */
      .threed-products--hero-left {
        margin-left: 0; } }
  /* line 525, ../scss/partials/_custom-sections.scss */
  .threed-products--hero-right {
    margin-right: 6.25rem; }
    @media (max-width: 1200px) {
      /* line 525, ../scss/partials/_custom-sections.scss */
      .threed-products--hero-right {
        margin-right: 0; } }

/* line 533, ../scss/partials/_custom-sections.scss */
.top-shadow:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+15&0.65+0,0+15 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 15%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 15%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 15%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

/* line 543, ../scss/partials/_custom-sections.scss */
.edu-bundle-hero .entity-paragraphs-item.paragraphs-item-c-hero,
.edu-bundle-hero .hero-content .hero-content-container {
  height: 28.125rem; }
/* line 547, ../scss/partials/_custom-sections.scss */
.edu-bundle-hero .hero-content .hero-content-container .field {
  text-align: left; }
/* line 550, ../scss/partials/_custom-sections.scss */
.edu-bundle-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta {
  margin: 0; }
  /* line 552, ../scss/partials/_custom-sections.scss */
  .edu-bundle-hero .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-item:nth-child(1) {
    margin-left: 0; }
/* line 556, ../scss/partials/_custom-sections.scss */
.edu-bundle-hero .field-name-field-c-hero-primary-cta a {
  text-align: center; }
/* line 559, ../scss/partials/_custom-sections.scss */
.edu-bundle-hero h2 {
  text-align: center; }

/* line 565, ../scss/partials/_custom-sections.scss */
.dotted-bottom {
  border-bottom: 2px dashed #333; }

/* line 571, ../scss/partials/_custom-sections.scss */
.center-section h1, .center-section h2, .center-section h3, .center-section p, .center-section a {
  text-align: center !important; }
/* line 574, ../scss/partials/_custom-sections.scss */
.center-section img {
  display: block;
  margin: 0 auto; }

/* line 580, ../scss/partials/_custom-sections.scss */
.icon-images img {
  margin: 0 auto;
  max-width: 7rem; }

/* line 586, ../scss/partials/_custom-sections.scss */
.left-section h1, .left-section h2, .left-section h3, .left-section h4, .left-section p, .left-section a {
  text-align: left !important; }

/* line 592, ../scss/partials/_custom-sections.scss */
.top-element {
  position: relative !important;
  z-index: 9; }

/* line 3, ../scss/partials/_product-tour.scss */
.node-type-product-tour {
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%); }
  /* line 7, ../scss/partials/_product-tour.scss */
  .node-type-product-tour .main-container {
    padding-top: 0px !important; }
  /* line 15, ../scss/partials/_product-tour.scss */
  .node-type-product-tour .logo {
    display: block;
    float: left;
    padding-right: 15px;
    position: relative;
    top: -5px; }
    /* line 21, ../scss/partials/_product-tour.scss */
    .node-type-product-tour .logo img {
      width: 100px; }
  /* line 25, ../scss/partials/_product-tour.scss */
  .node-type-product-tour .carousel-inner {
    padding: 0; }
    @media (min-width: 992px) {
      /* line 25, ../scss/partials/_product-tour.scss */
      .node-type-product-tour .carousel-inner {
        height: 90vh; } }
  /* line 32, ../scss/partials/_product-tour.scss */
  .node-type-product-tour footer {
    display: none; }
  /* line 35, ../scss/partials/_product-tour.scss */
  .node-type-product-tour h1, .node-type-product-tour h2 {
    line-height: 1;
    margin: 0; }
  /* line 39, ../scss/partials/_product-tour.scss */
  .node-type-product-tour h1 {
    color: #999;
    text-transform: uppercase;
    font-size: 36px; }
  /* line 45, ../scss/partials/_product-tour.scss */
  .node-type-product-tour h2 {
    text-transform: uppercase;
    font-size: calc(26px + (36 - 18) * ((100vw - 300px) / (1600 - 300)));
    color: #272727;
    padding: 1.5em 0 1em; }
  /* line 51, ../scss/partials/_product-tour.scss */
  .node-type-product-tour p.lead, .node-type-product-tour .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content p.field-name-field-intro, .page-blog .pane-blog-pane .views-row-odd article:not(.image-none) .blog--content .node-type-product-tour p.field-name-field-intro, .node-type-product-tour .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content p.field-name-field-intro, .page-blog .pane-blog-pane .views-row-even article:not(.image-none) .blog--content .node-type-product-tour p.field-name-field-intro, .node-type-product-tour .page-blog .pane-blog-pane .image-none .blog--content p.field-name-field-intro, .page-blog .pane-blog-pane .image-none .blog--content .node-type-product-tour p.field-name-field-intro {
    color: #272727;
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
    margin-bottom: 1em; }
  /* line 56, ../scss/partials/_product-tour.scss */
  .node-type-product-tour .pro-tip {
    line-height: 1.3; }
  /* line 59, ../scss/partials/_product-tour.scss */
  .node-type-product-tour .AstuteBotLauncher {
    display: none; }
  /* line 62, ../scss/partials/_product-tour.scss */
  .node-type-product-tour .field-collection-item-field-product-slides {
    padding: 20px 0; }
  /* line 65, ../scss/partials/_product-tour.scss */
  .node-type-product-tour .field-name-field-product-tour-image {
    max-width: 50vw; }
    @media (max-width: 991px) {
      /* line 65, ../scss/partials/_product-tour.scss */
      .node-type-product-tour .field-name-field-product-tour-image {
        margin: 0 auto; } }

/* line 75, ../scss/partials/_product-tour.scss */
.product-tour--nav .row {
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    /* line 75, ../scss/partials/_product-tour.scss */
    .product-tour--nav .row {
      flex: 1 50%;
      align-items: center; } }
/* line 83, ../scss/partials/_product-tour.scss */
.product-tour--nav .row.slide-info {
  display: flex; }
/* line 86, ../scss/partials/_product-tour.scss */
.product-tour--nav .row.slide-buttons {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 991px) {
    /* line 86, ../scss/partials/_product-tour.scss */
    .product-tour--nav .row.slide-buttons {
      margin-top: 10px; } }

/* line 97, ../scss/partials/_product-tour.scss */
.product-tour--top-nav {
  padding: 1em 10px;
  max-width: 1300px; }
  @media (max-width: 991px) {
    /* line 97, ../scss/partials/_product-tour.scss */
    .product-tour--top-nav {
      padding: 1em 0; } }
/* line 104, ../scss/partials/_product-tour.scss */
.product-tour--exit a {
  text-transform: uppercase;
  color: #272727; }
/* line 108, ../scss/partials/_product-tour.scss */
.product-tour--content {
  max-width: 90%;
  text-align: center;
  margin: 0 auto; }
  @media (min-width: 992px) {
    /* line 108, ../scss/partials/_product-tour.scss */
    .product-tour--content {
      max-width: 400px; } }
/* line 116, ../scss/partials/_product-tour.scss */
.product-tour--nav {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0; }
  @media (max-width: 768px) {
    /* line 116, ../scss/partials/_product-tour.scss */
    .product-tour--nav {
      height: auto; } }
  /* line 124, ../scss/partials/_product-tour.scss */
  .product-tour--nav .container-fluid {
    height: 100%;
    padding: 15px 25px;
    display: flex;
    max-width: 1300px; }
    @media (max-width: 991px) {
      /* line 124, ../scss/partials/_product-tour.scss */
      .product-tour--nav .container-fluid {
        flex-wrap: wrap;
        padding: 15px; } }
  /* line 138, ../scss/partials/_product-tour.scss */
  .product-tour--nav-back {
    margin: 0 10px;
    color: #272727 !important;
    background: rgba(255, 255, 255, 0) !important;
    border-color: rgba(255, 255, 255, 0) !important;
    text-transform: none !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important; }
/* line 151, ../scss/partials/_product-tour.scss */
.product-tour--buttons a:visited, .product-tour--buttons a:focus, .product-tour--buttons a:active, .product-tour--buttons a:hover {
  text-decoration: none !important; }
/* line 159, ../scss/partials/_product-tour.scss */
.product-tour--slide-count {
  font-family: 'proxima-nova',sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #272727;
  padding-right: 0;
  text-align: right;
  margin-right: 10px; }
/* line 166, ../scss/partials/_product-tour.scss */
.product-tour--caption {
  font-family: 'proxima-nova',sans-serif;
  font-size: 18px;
  font-weight: regular;
  line-height: 18px; }

/* line 4, ../scss/partials/_first_time_user_form.scss */
.page-product-select-form h1.page-header {
  border-bottom: none;
  text-align: center; }
/* line 8, ../scss/partials/_first_time_user_form.scss */
.page-product-select-form #digilab-forms-first-time-user-form {
  margin: 0 auto; }
  /* line 10, ../scss/partials/_first_time_user_form.scss */
  .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      /* line 10, ../scss/partials/_first_time_user_form.scss */
      .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes {
        display: block; } }
    /* line 17, ../scss/partials/_first_time_user_form.scss */
    .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item {
      flex: 1 1 33%;
      max-width: 33%;
      margin-top: -5px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        /* line 17, ../scss/partials/_first_time_user_form.scss */
        .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item {
          flex: 1 1 50%;
          max-width: 50%;
          padding-right: 20px; } }
      @media (max-width: 767px) {
        /* line 17, ../scss/partials/_first_time_user_form.scss */
        .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item {
          flex: 1 1 100%;
          max-width: 100%;
          padding-right: 20px; } }
      /* line 32, ../scss/partials/_first_time_user_form.scss */
      .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item h2 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 0; }
      /* line 37, ../scss/partials/_first_time_user_form.scss */
      .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item input {
        display: none; }
      /* line 40, ../scss/partials/_first_time_user_form.scss */
      .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item label {
        width: 100%; }
      /* line 43, ../scss/partials/_first_time_user_form.scss */
      .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item .product-option {
        height: 150px;
        border: 1px solid #979797;
        position: relative; }
        /* line 47, ../scss/partials/_first_time_user_form.scss */
        .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item .product-option:hover {
          background: #F4F4F4; }
        /* line 50, ../scss/partials/_first_time_user_form.scss */
        .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item .product-option img {
          max-width: 150px;
          display: block;
          margin: 0 auto;
          padding: 20px 0;
          position: absolute;
          top: 50%;
          right: 50%;
          transform: translate(50%, -50%); }
      /* line 61, ../scss/partials/_first_time_user_form.scss */
      .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item .audience-option {
        border: 1px solid #979797;
        background-attachment: cover !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
        height: 150px; }
        /* line 68, ../scss/partials/_first_time_user_form.scss */
        .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item .audience-option h2 {
          position: absolute;
          top: 50%;
          right: 50%;
          transform: translate(50%, -50%); }
        /* line 75, ../scss/partials/_first_time_user_form.scss */
        .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item .audience-option:hover:before {
          background-color: rgba(0, 0, 0, 0.1); }
        /* line 79, ../scss/partials/_first_time_user_form.scss */
        .page-product-select-form #digilab-forms-first-time-user-form .form-checkboxes .form-item .audience-option:before {
          content: ' ';
          display: block;
          position: relative;
          height: 100%;
          width: 100%; }

/** @file _duo-components-customs.scss
  * Custom paragraphs styles
  * -----------------------------------------------------------------------------
  *
  * Paragraph styles specific to this theme.
  *
**/
/* line 38, ../scss/duo-components/_styles.scss */
.paragraphs-item-c-section > .content,
.row {
  *zoom: 1;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1352px;
  padding: 0 30px; }
  /* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .paragraphs-item-c-section > .content:after,
  .row:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 48rem) {
    /* line 38, ../scss/duo-components/_styles.scss */
    .paragraphs-item-c-section > .content,
    .row {
      padding: 0 60px; } }

/* line 52, ../scss/duo-components/_styles.scss */
.main-container.container-fluid {
  overflow-x: hidden; }

/* line 59, ../scss/duo-components/_styles.scss */
.paragraphs-item-c-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  float: none;
  position: relative; }
  /* line 71, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.padding-top-default {
    padding-top: 4.6875rem; }
    @media (min-width: 48rem) {
      /* line 71, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-top-default {
        padding-top: 7.03125rem; } }
    @media (min-width: 64rem) {
      /* line 71, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-top-default {
        padding-top: 9.375rem; } }
  /* line 81, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.padding-bottom-default {
    padding-bottom: 4.6875rem; }
    @media (min-width: 48rem) {
      /* line 81, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-bottom-default {
        padding-bottom: 7.03125rem; } }
    @media (min-width: 64rem) {
      /* line 81, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-bottom-default {
        padding-bottom: 9.375rem; } }
  /* line 91, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.padding-top-half {
    padding-top: 2.34375rem; }
    @media (min-width: 48rem) {
      /* line 91, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-top-half {
        padding-top: 3.51563rem; } }
    @media (min-width: 64rem) {
      /* line 91, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-top-half {
        padding-top: 4.6875rem; } }
  /* line 101, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.padding-bottom-half {
    padding-bottom: 2.34375rem; }
    @media (min-width: 48rem) {
      /* line 101, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-bottom-half {
        padding-bottom: 3.51563rem; } }
    @media (min-width: 64rem) {
      /* line 101, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-bottom-half {
        padding-bottom: 4.6875rem; } }
  /* line 111, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.padding-top-quarter {
    padding-top: 1.17188rem; }
    @media (min-width: 48rem) {
      /* line 111, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-top-quarter {
        padding-top: 1.75781rem; } }
    @media (min-width: 64rem) {
      /* line 111, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-top-quarter {
        padding-top: 2.34375rem; } }
  /* line 121, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.padding-bottom-quarter {
    padding-bottom: 1.17188rem; }
    @media (min-width: 48rem) {
      /* line 121, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-bottom-quarter {
        padding-bottom: 1.75781rem; } }
    @media (min-width: 64rem) {
      /* line 121, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-section.padding-bottom-quarter {
        padding-bottom: 2.34375rem; } }
  /* line 131, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.padding-top-zero {
    padding-top: 0; }
  /* line 135, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.padding-bottom-zero {
    padding-bottom: 0; }
  /* line 139, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.c-border-bottom {
    border-bottom: 1px solid #333; }
  /* line 143, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-section.c-border-top {
    border-top: 1px solid #333; }

/* line 149, ../scss/duo-components/_styles.scss */
.c-bgd-video {
  position: relative;
  z-index: 0; }
  /* line 153, ../scss/duo-components/_styles.scss */
  .c-bgd-video .paragraphs-items-field-c-component {
    position: relative;
    z-index: 20; }

/* line 159, ../scss/duo-components/_styles.scss */
.field-name-field-c-bgd-video {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
  /* line 169, ../scss/duo-components/_styles.scss */
  .field-name-field-c-bgd-video > video {
    display: none;
    height: 100% !important;
    width: 100% !important; }
  /* line 175, ../scss/duo-components/_styles.scss */
  .field-name-field-c-bgd-video video {
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

/* line 190, ../scss/duo-components/_styles.scss */
.entity-paragraphs-item.c-bgd-color2 *, .entity-paragraphs-item.c-bgd-color3 *, .entity-paragraphs-item.c-bgd-color4 * {
  color: white; }
/* line 194, ../scss/duo-components/_styles.scss */
.entity-paragraphs-item.c-bgd-color2 a, .entity-paragraphs-item.c-bgd-color2 a:focus, .entity-paragraphs-item.c-bgd-color2 a:hover, .entity-paragraphs-item.c-bgd-color3 a, .entity-paragraphs-item.c-bgd-color3 a:focus, .entity-paragraphs-item.c-bgd-color3 a:hover, .entity-paragraphs-item.c-bgd-color4 a, .entity-paragraphs-item.c-bgd-color4 a:focus, .entity-paragraphs-item.c-bgd-color4 a:hover {
  text-decoration: underline;
  color: white; }

/* line 201, ../scss/duo-components/_styles.scss */
.c-bgd-color1 {
  background-color: #272727; }
  /* line 204, ../scss/duo-components/_styles.scss */
  .c-bgd-color1 blockquote,
  .c-bgd-color1 blockquote p {
    color: blue; }

/* line 210, ../scss/duo-components/_styles.scss */
.c-bgd-color2 {
  background-color: #333; }
  /* line 214, ../scss/duo-components/_styles.scss */
  .c-bgd-color2 blockquote:before {
    color: blue; }

/* line 220, ../scss/duo-components/_styles.scss */
.c-bgd-color3 {
  background-color: #666; }

/* line 224, ../scss/duo-components/_styles.scss */
.c-bgd-color4 {
  background-color: #999; }

/* line 228, ../scss/duo-components/_styles.scss */
.c-bgd-color5 {
  background-color: #ccc; }

/* line 232, ../scss/duo-components/_styles.scss */
.c-bgd-color6 {
  background-color: #F8F8F8; }

/* line 236, ../scss/duo-components/_styles.scss */
.c-bgd-color7 {
  background-color: #E7E7E7; }

/* line 240, ../scss/duo-components/_styles.scss */
.c-bgd-color8 {
  background-color: #fff; }

/* line 244, ../scss/duo-components/_styles.scss */
.c-bgd-color9 {
  background-color: #EEEEEE; }

/* line 248, ../scss/duo-components/_styles.scss */
.c-bgd-color10 {
  background-color: #e55551; }

/* line 252, ../scss/duo-components/_styles.scss */
.c-bgd-color11 {
  background-color: #fbfbfb;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFCFCFCF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #fbfbfb), color-stop(100%, #cfcfcf));
  background-image: -moz-linear-gradient(top, #fbfbfb 40%, #cfcfcf 100%);
  background-image: -webkit-linear-gradient(top, #fbfbfb 40%, #cfcfcf 100%);
  background-image: linear-gradient(to bottom, #fbfbfb 40%, #cfcfcf 100%); }

/* line 260, ../scss/duo-components/_styles.scss */
.c-bgd-color12 {
  background-color: #fbfbfb; }

/* line 264, ../scss/duo-components/_styles.scss */
.c-bgd-image {
  position: relative;
  z-index: 0; }
  /* line 268, ../scss/duo-components/_styles.scss */
  .c-bgd-image:before {
    content: ' ';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }
  /* line 278, ../scss/duo-components/_styles.scss */
  .c-bgd-image .content {
    position: relative;
    z-index: 20; }
  /* line 284, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color1:before {
    background-color: rgba(39, 39, 39, 0.85); }
  /* line 290, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color2:before {
    background-color: rgba(51, 51, 51, 0.85); }
  /* line 296, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color3:before {
    background-color: rgba(102, 102, 102, 0.85); }
  /* line 302, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color4:before {
    background-color: rgba(153, 153, 153, 0.85); }
  /* line 308, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color5:before {
    background-color: rgba(204, 204, 204, 0.85); }
  /* line 314, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color6:before {
    background-color: rgba(248, 248, 248, 0.85); }
  /* line 320, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color7:before {
    background-color: rgba(231, 231, 231, 0.85); }
  /* line 326, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color8:before {
    background-color: rgba(255, 255, 255, 0.85); }
  /* line 332, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color9:before {
    background-color: rgba(238, 238, 238, 0.85); }
  /* line 338, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color10:before {
    background-color: rgba(229, 85, 81, 0.85); }
  /* line 345, ../scss/duo-components/_styles.scss */
  .c-bgd-image.c-bgd-color11:before {
    background-color: #fbfbfb;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#D9FBFBFB', endColorstr='#D9CFCFCF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMC44NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, rgba(251, 251, 251, 0.85)), color-stop(100%, rgba(207, 207, 207, 0.85)));
    background-image: -moz-linear-gradient(top, rgba(251, 251, 251, 0.85) 40%, rgba(207, 207, 207, 0.85) 100%);
    background-image: -webkit-linear-gradient(top, rgba(251, 251, 251, 0.85) 40%, rgba(207, 207, 207, 0.85) 100%);
    background-image: linear-gradient(to bottom, rgba(251, 251, 251, 0.85) 40%, rgba(207, 207, 207, 0.85) 100%); }

/* line 358, ../scss/duo-components/_styles.scss */
.bg__image--fixed {
  background-attachment: fixed; }
/* line 361, ../scss/duo-components/_styles.scss */
.bg__image--scroll {
  background-attachment: scroll; }
/* line 365, ../scss/duo-components/_styles.scss */
.bg__image--dark::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1; }
/* line 377, ../scss/duo-components/_styles.scss */
.bg__image--light::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1; }

/* line 398, ../scss/duo-components/_styles.scss */
.text-color--light h1, .text-color--light h2, .text-color--light h3, .text-color--light h4, .text-color--light h5, .text-color--light h6, .text-color--light p {
  color: #fbfbfb !important; }
/* line 403, ../scss/duo-components/_styles.scss */
.text-color--dark h1, .text-color--dark h2, .text-color--dark h3, .text-color--dark h4, .text-color--dark h5, .text-color--dark h6, .text-color--dark p {
  color: #333 !important; }

/* line 415, ../scss/duo-components/_styles.scss */
.paragraphs-item-c-flexblock {
  margin-top: -2.34375rem;
  overflow: hidden; }
  @media (min-width: 48rem) {
    /* line 415, ../scss/duo-components/_styles.scss */
    .paragraphs-item-c-flexblock {
      align-items: stretch;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  @media (min-width: 48rem) {
    /* line 428, ../scss/duo-components/_styles.scss */
    .paragraphs-item-c-flexblock.c-fb-bordered-inner .paragraphs-item-c-flexblock-column + .paragraphs-item-c-flexblock-column {
      border-left: 1px solid #333; } }
  @media (min-width: 48rem) {
    /* line 434, ../scss/duo-components/_styles.scss */
    .paragraphs-item-c-flexblock.c-fb-bordered-inner .paragraphs-item-c-flexblock-column {
      padding: 0 2.5rem; }
      /* line 438, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-flexblock.c-fb-bordered-inner .paragraphs-item-c-flexblock-column:first-child {
        padding-left: 1.25rem; }
      /* line 442, ../scss/duo-components/_styles.scss */
      .paragraphs-item-c-flexblock.c-fb-bordered-inner .paragraphs-item-c-flexblock-column:last-child {
        padding-right: 1.25rem; } }

/* line 451, ../scss/duo-components/_styles.scss */
.c-width-fs .paragraph__components > .paragraphs-item-c-flexblock {
  margin-left: 0;
  margin-right: 0; }

/* line 456, ../scss/duo-components/_styles.scss */
.paragraphs-item-c-flexblock-column {
  margin-top: 2.34375rem; }
  @media (min-width: 48rem) {
    /* line 456, ../scss/duo-components/_styles.scss */
    .paragraphs-item-c-flexblock-column {
      padding: 0 0.8125rem; } }
  /* line 462, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-flexblock-column .paragraph {
    padding-top: 0;
    padding-bottom: 0; }

@media (min-width: 48rem) {
  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 470, ../scss/duo-components/_styles.scss */
  .c-fb-col-width12 {
    flex: 0 0 100%;
    max-width: 100%; } }
/* line 478, ../scss/duo-components/_styles.scss */
.c-fb-align-top {
  align-items: stretch; }

/* line 482, ../scss/duo-components/_styles.scss */
.c-fb-align-bottom {
  align-items: flex-end; }

/* line 486, ../scss/duo-components/_styles.scss */
.c-fb-align-middle {
  align-items: center; }

/* line 490, ../scss/duo-components/_styles.scss */
.c-fb-align-baseline {
  align-items: baseline; }

/* line 495, ../scss/duo-components/_styles.scss */
.c-fb-justify-start {
  justify-content: flex-start; }

/* line 499, ../scss/duo-components/_styles.scss */
.c-fb-justify-end {
  justify-content: flex-end; }

/* line 503, ../scss/duo-components/_styles.scss */
.c-fb-justify-center {
  justify-content: center; }

/* line 507, ../scss/duo-components/_styles.scss */
.c-fb-justify-sb {
  justify-content: space-between; }

/* line 511, ../scss/duo-components/_styles.scss */
.c-fb-justify-sa {
  justify-content: space-around; }

/* line 523, ../scss/duo-components/_styles.scss */
.entity-paragraphs-item .field-name-field-c-body .field-item > p:last-child, .entity-paragraphs-item .field-name-field-c-body .field-item > h2:last-child, .entity-paragraphs-item .field-name-field-c-body .field-item > h3:last-child, .entity-paragraphs-item .field-name-field-c-body .field-item > h4:last-child, .entity-paragraphs-item .field-name-field-c-body .field-item > h5:last-child, .entity-paragraphs-item .field-name-field-c-body .field-item > h6:last-child, .entity-paragraphs-item .field-name-field-c-body .field-item > ul:last-child, .entity-paragraphs-item .field-name-field-c-body .field-item > ol:last-child, .entity-paragraphs-item .field-name-field-c-body .field-item > blockquote:last-child {
  margin-bottom: 0; }

/* line 535, ../scss/duo-components/_styles.scss */
.paragraphs-item-c-image {
  text-align: center; }
  /* line 537, ../scss/duo-components/_styles.scss */
  .paragraphs-item-c-image img {
    margin-bottom: 1.25rem; }

/* line 548, ../scss/duo-components/_styles.scss */
.heading-text-left .field-name-field-c-heading h2 {
  text-align: left; }

/* line 551, ../scss/duo-components/_styles.scss */
.heading-text-center .field-name-field-c-heading h2 {
  text-align: center; }

/* line 554, ../scss/duo-components/_styles.scss */
.heading-text-right .field-name-field-c-heading h2 {
  text-align: right; }

/* line 557, ../scss/duo-components/_styles.scss */
.heading-text-justify .field-name-field-c-heading h2 {
  text-align: justify; }

/* line 562, ../scss/duo-components/_styles.scss */
.field-name-field-c-hero-header h1,
.field-name-field-c-heading h2 {
  white-space: pre-line; }

/* line 567, ../scss/duo-components/_styles.scss */
.field-name-field-c-image-caption {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  /* line 572, ../scss/duo-components/_styles.scss */
  .field-name-field-c-image-caption h3, .field-name-field-c-image-caption a, .field-name-field-c-image-caption a:hover {
    font-family: proxima-nova;
    font-weight: 100;
    font-style: normal;
    letter-spacing: .07em;
    font-size: 20px;
    color: rgba(82, 82, 82, 0.78); }
  /* line 581, ../scss/duo-components/_styles.scss */
  .field-name-field-c-image-caption p {
    font-family: proxima-nova;
    font-weight: 100;
    font-style: normal;
    letter-spacing: .07em;
    line-height: 1.4em;
    text-transform: none;
    font-size: 0.875rem;
    margin-bottom: 0; }

/* line 593, ../scss/duo-components/_styles.scss */
.field-name-field-c-video {
  margin-left: auto;
  margin-right: auto;
  max-width: 140px;
  text-align: center; }
  /* line 599, ../scss/duo-components/_styles.scss */
  .field-name-field-c-video.with-thumbnail {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 48rem) {
      /* line 599, ../scss/duo-components/_styles.scss */
      .field-name-field-c-video.with-thumbnail {
        max-width: 320px; } }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width1 .content {
  max-width: 112.66667px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width2 .content {
  max-width: 225.33333px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width3 .content {
  max-width: 338px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width4 .content {
  max-width: 450.66667px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width5 .content {
  max-width: 563.33333px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width6 .content {
  max-width: 676px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width7 .content {
  max-width: 788.66667px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width8 .content {
  max-width: 901.33333px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width9 .content {
  max-width: 1014px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width10 .content {
  max-width: 1126.66667px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width11 .content {
  max-width: 1239.33333px; }

/* line 615, ../scss/duo-components/_styles.scss */
.c-width12 .content {
  max-width: 1352px; }

/* line 621, ../scss/duo-components/_styles.scss */
.c-fb-col-full > .content {
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  padding-left: 0; }

/* line 636, ../scss/duo-components/_styles.scss */
.entity-paragraphs-item.paragraphs-item-c-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 24.25rem;
  max-width: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 48rem) {
    /* line 636, ../scss/duo-components/_styles.scss */
    .entity-paragraphs-item.paragraphs-item-c-hero {
      height: 36.375rem; } }
  @media (min-width: 64rem) {
    /* line 636, ../scss/duo-components/_styles.scss */
    .entity-paragraphs-item.paragraphs-item-c-hero {
      height: 48.5rem; } }
  /* line 654, ../scss/duo-components/_styles.scss */
  .entity-paragraphs-item.paragraphs-item-c-hero .overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }
  @media (min-width: 53.75rem) {
    /* line 662, ../scss/duo-components/_styles.scss */
    .entity-paragraphs-item.paragraphs-item-c-hero.with-video {
      height: 82vh;
      background-image: none !important; } }
  /* line 668, ../scss/duo-components/_styles.scss */
  .entity-paragraphs-item.paragraphs-item-c-hero .youtube-play-pause {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    bottom: 10px;
    color: #EEEEEE;
    font-size: 24px;
    right: 65px; }
  /* line 677, ../scss/duo-components/_styles.scss */
  .entity-paragraphs-item.paragraphs-item-c-hero .youtube-mute-unmute {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    bottom: 10px;
    color: #EEEEEE;
    font-size: 24px;
    right: 30px; }

/* line 688, ../scss/duo-components/_styles.scss */
.scroll-down {
  height: 30px;
  width: 40px;
  margin: 0 auto;
  color: #fff;
  font-size: 48px;
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  right: 0; }
  /* line 698, ../scss/duo-components/_styles.scss */
  .scroll-down:hover {
    cursor: pointer; }
  @media (max-width: 767px) {
    /* line 688, ../scss/duo-components/_styles.scss */
    .scroll-down {
      bottom: 0.625rem; } }

/* line 706, ../scss/duo-components/_styles.scss */
.hero-content {
  padding: 0 3.75rem;
  z-index: 99;
  min-width: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 48rem) {
    /* line 706, ../scss/duo-components/_styles.scss */
    .hero-content {
      padding: 0 3.75rem; } }
  @media (max-width: 500px) {
    /* line 706, ../scss/duo-components/_styles.scss */
    .hero-content {
      padding: 0 .75rem; } }
  @media (min-width: 64rem) {
    /* line 706, ../scss/duo-components/_styles.scss */
    .hero-content {
      width: auto;
      top: 0;
      left: 0; } }
  /* line 726, ../scss/duo-components/_styles.scss */
  .hero-content .hero-content-container {
    display: flex;
    flex-direction: column;
    height: 24.25rem;
    margin: 0 auto;
    padding-top: 3.125rem;
    position: relative;
    width: 100%;
    z-index: 100; }
    @media (min-width: 48rem) {
      /* line 726, ../scss/duo-components/_styles.scss */
      .hero-content .hero-content-container {
        height: 36.375rem; } }
    @media (min-width: 64rem) {
      /* line 726, ../scss/duo-components/_styles.scss */
      .hero-content .hero-content-container {
        height: 48.5rem; } }
    /* line 741, ../scss/duo-components/_styles.scss */
    .hero-content-center .hero-content .hero-content-container {
      justify-content: center;
      padding-top: 0; }
    /* line 748, ../scss/duo-components/_styles.scss */
    .has-nav-above .hero-content .hero-content-container, .node-type-product .hero-content .hero-content-container {
      padding-top: 1.875rem; }
      @media screen and (min-width: 750px) {
        /* line 748, ../scss/duo-components/_styles.scss */
        .has-nav-above .hero-content .hero-content-container, .node-type-product .hero-content .hero-content-container {
          padding-top: 5.625rem; } }
      @media screen and (min-width: 64rem) {
        /* line 748, ../scss/duo-components/_styles.scss */
        .has-nav-above .hero-content .hero-content-container, .node-type-product .hero-content .hero-content-container {
          padding-top: 6.875rem; } }
    /* line 758, ../scss/duo-components/_styles.scss */
    .plain-hero-full .hero-content .hero-content-container {
      height: initial; }
    /* line 761, ../scss/duo-components/_styles.scss */
    .hero-content .hero-content-container .field-name-field-c-hero-sub-header {
      color: #333;
      font-family: proxima-nova;
      font-weight: 100;
      font-style: normal;
      font-size: 19px;
      letter-spacing: .07em;
      line-height: 1.4em;
      text-transform: none;
      text-shadow: 4px, 4px, 2px, black; }
    /* line 773, ../scss/duo-components/_styles.scss */
    .hero-content .hero-content-container h1 {
      font-family: 'proxima-nova',sans-serif;
      font-size: calc(45px + (100 - 45) * ((100vw - 300px) / (1600 - 300)));
      color: #fff;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 1.5625rem; }
      @media screen and (min-width: 750px) {
        /* line 773, ../scss/duo-components/_styles.scss */
        .hero-content .hero-content-container h1 {
          margin-bottom: 1.25rem; } }
      /* line 781, ../scss/duo-components/_styles.scss */
      .text-color--light .hero-content .hero-content-container h1 {
        color: #fff; }
      /* line 784, ../scss/duo-components/_styles.scss */
      .text-color--dark .hero-content .hero-content-container h1 {
        color: #272727; }
    /* line 788, ../scss/duo-components/_styles.scss */
    .hero-content .hero-content-container h4 {
      display: inline-block;
      margin: 2.5rem 0 0 0;
      font-family: 'proxima-nova',sans-serif;
      font-size: calc(24px + (55 - 24) * ((100vw - 300px) / (1600 - 300)));
      color: #fff;
      font-weight: 400; }
      @media (min-width: 64rem) {
        /* line 788, ../scss/duo-components/_styles.scss */
        .hero-content .hero-content-container h4 {
          margin: 5.625rem 0 0 0; } }
      /* line 797, ../scss/duo-components/_styles.scss */
      .hero-content .hero-content-container h4 a {
        color: #fff; }
    /* line 805, ../scss/duo-components/_styles.scss */
    .text-color--light .hero-content .hero-content-container .hero-body h2,
    .text-color--light .hero-content .hero-content-container .hero-body h3,
    .text-color--light .hero-content .hero-content-container .hero-body p {
      color: #E7E7E7 !important; }
    /* line 812, ../scss/duo-components/_styles.scss */
    .text-color--light .hero-content .hero-content-container .field-name-field-c-hero-primary-cta {
      margin-top: 0 !important; }
      /* line 815, ../scss/duo-components/_styles.scss */
      .text-color--light .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a {
        background-color: rgba(39, 39, 39, 0.2);
        border-color: white;
        color: white;
        -moz-transition: 0.3s, easeInOut;
        -o-transition: 0.3s, easeInOut;
        -webkit-transition: 0.3s, easeInOut;
        transition: 0.3s, easeInOut; }
        /* line 821, ../scss/duo-components/_styles.scss */
        .text-color--light .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a:focus, .text-color--light .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a:hover {
          background-color: #272727; }
    /* line 831, ../scss/duo-components/_styles.scss */
    .text-color--dark .hero-content .hero-content-container .hero-body h2,
    .text-color--dark .hero-content .hero-content-container .hero-body h3,
    .text-color--dark .hero-content .hero-content-container .hero-body p {
      color: #333 !important; }
    /* line 838, ../scss/duo-components/_styles.scss */
    .text-color--dark .hero-content .hero-content-container .field-name-field-c-hero-primary-cta {
      margin-top: 0; }
      /* line 841, ../scss/duo-components/_styles.scss */
      .text-color--dark .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a {
        background-color: rgba(255, 255, 255, 0.2);
        -moz-transition: 0.3s, easeInOut;
        -o-transition: 0.3s, easeInOut;
        -webkit-transition: 0.3s, easeInOut;
        transition: 0.3s, easeInOut; }
    /* line 848, ../scss/duo-components/_styles.scss */
    .hero-content .hero-content-container .field-label {
      display: none; }
    /* line 851, ../scss/duo-components/_styles.scss */
    .hero-content .hero-content-container .field-name-field-c-hero-body p {
      color: #333;
      line-height: 1.4;
      text-shadow: 4px, 4px, 2px, black;
      font-family: proxima-nova;
      font-weight: 100;
      font-style: normal;
      font-size: 19px;
      letter-spacing: .07em;
      line-height: 1.4em;
      text-transform: none; }
    /* line 864, ../scss/duo-components/_styles.scss */
    .hero-content .hero-content-container .field {
      text-align: center; }
    /* line 868, ../scss/duo-components/_styles.scss */
    .hero-content .hero-content-container .field-name-field-c-hero-primary-cta {
      margin: 0 auto;
      padding-top: 0.9375rem; }
      @media screen and (min-width: 750px) {
        /* line 868, ../scss/duo-components/_styles.scss */
        .hero-content .hero-content-container .field-name-field-c-hero-primary-cta {
          padding-top: 1.5625rem; }
          /* line 873, ../scss/duo-components/_styles.scss */
          .hero-content .hero-content-container .field-name-field-c-hero-primary-cta a {
            min-width: 180px; } }
      /* line 877, ../scss/duo-components/_styles.scss */
      .hero-content .hero-content-container .field-name-field-c-hero-primary-cta .field-items .field-item {
        display: inline-block;
        margin-left: 0.625rem;
        margin-right: 0.625rem; }

/* line 887, ../scss/duo-components/_styles.scss */
.field-name-field-c-hero-header h1 {
  color: white;
  margin-bottom: 1.125rem; }
  @media (min-width: 48rem) {
    /* line 887, ../scss/duo-components/_styles.scss */
    .field-name-field-c-hero-header h1 {
      margin-bottom: 3rem; } }

/* line 895, ../scss/duo-components/_styles.scss */
.field-name-field-c-hero-sub-header {
  color: white;
  font-weight: 300; }

/* line 900, ../scss/duo-components/_styles.scss */
.field-name-field-c-hero-primary-cta,
.paragraphs-item-c-hero .field-name-field-c-video {
  margin-top: 0.625rem; }
  @media (min-width: 48rem) {
    /* line 900, ../scss/duo-components/_styles.scss */
    .field-name-field-c-hero-primary-cta,
    .paragraphs-item-c-hero .field-name-field-c-video {
      margin-top: 1.875rem; } }

/* line 911, ../scss/duo-components/_styles.scss */
.paragraphs-item-c-hero .field-name-field-c-video .play-video span {
  display: none; }

/* line 2, ../scss/duo-components/_support.scss */
.view-with-filters .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 2em 0; }
/* line 8, ../scss/duo-components/_support.scss */
.view-with-filters .views-widget .form-group .bef-select-as-links {
  margin: 0 auto;
  text-align: center; }
  /* line 13, ../scss/duo-components/_support.scss */
  .view-with-filters .views-widget .form-group .bef-select-as-links .form-type-bef-link {
    text-align: center;
    padding: 0 .5em;
    display: inline-block; }
    /* line 17, ../scss/duo-components/_support.scss */
    .view-with-filters .views-widget .form-group .bef-select-as-links .form-type-bef-link a {
      letter-spacing: .12em;
      font-weight: 500;
      text-transform: uppercase;
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      cursor: pointer;
      font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1600 - 300)));
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      color: #999 !important;
      border-color: rgba(153, 153, 153, 0.25); }
      /* line 42, ../scss/duo-components/_mixins-added.scss */
      .view-with-filters .views-widget .form-group .bef-select-as-links .form-type-bef-link a:hover, .view-with-filters .views-widget .form-group .bef-select-as-links .form-type-bef-link a:focus, .view-with-filters .views-widget .form-group .bef-select-as-links .form-type-bef-link a.active {
        border-color: rgba(255, 255, 255, 0.75);
        background-color: transparent !important; }
      /* line 23, ../scss/duo-components/_support.scss */
      .view-with-filters .views-widget .form-group .bef-select-as-links .form-type-bef-link a:hover, .view-with-filters .views-widget .form-group .bef-select-as-links .form-type-bef-link a.active, .view-with-filters .views-widget .form-group .bef-select-as-links .form-type-bef-link a:focus {
        border-color: #999999; }

/* line 1, ../scss/duo-components/_typography.scss */
html {
  font-size: 16px; }

/* line 4, ../scss/duo-components/_typography.scss */
body {
  font-family: 'proxima-nova',sans-serif;
  font-size: 14px;
  color: #777;
  font-weight: 300;
  line-height: 24px; }

/* line 7, ../scss/duo-components/_typography.scss */
h1, h2, h3, h4, h5, h5, h6 {
  font-family: 'proxima-nova',sans-serif;
  color: #4e4e4e;
  font-weight: 300;
  margin: 0 0 15px 0; }

/* line 11, ../scss/duo-components/_typography.scss */
h1 {
  font-family: 'proxima-nova',sans-serif;
  font-size: calc(36px + (48 - 36) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 500;
  line-height: 48px;
  letter-spacing: .075em; }

/* line 15, ../scss/duo-components/_typography.scss */
h2 {
  font-family: 'proxima-nova',sans-serif;
  font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1600 - 300)));
  line-height: 43px; }
  /* line 17, ../scss/duo-components/_typography.scss */
  .field-name-field-c-image-caption h2 {
    margin: 0;
    font-family: 'proxima-nova',sans-serif;
    font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1600 - 300)));
    line-height: 43px; }
  /* line 21, ../scss/duo-components/_typography.scss */
  h2.lighter, .hero-body h2, .c-fb-col-width12 .field-name-field-c-body h2 {
    font-family: 'proxima-nova',sans-serif;
    font-size: calc(24px + (55 - 24) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 500;
    line-height: 3.75rem; }
    @media (max-width: 991px) {
      /* line 21, ../scss/duo-components/_typography.scss */
      h2.lighter, .hero-body h2, .c-fb-col-width12 .field-name-field-c-body h2 {
        line-height: 2.5rem; } }
  /* line 29, ../scss/duo-components/_typography.scss */
  p + h2 {
    margin-top: 10px; }

/* line 33, ../scss/duo-components/_typography.scss */
h3 {
  font-family: 'proxima-nova',sans-serif;
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1600 - 300)));
  line-height: 43px; }
  /* line 35, ../scss/duo-components/_typography.scss */
  h3.lighter, .container-material-item .item-body h1, .bean-product-call-to-action-square h3 {
    font-weight: 200;
    font-size: calc(18px + (34 - 18) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1; }

/* line 42, ../scss/duo-components/_typography.scss */
h5 {
  margin-bottom: 16px;
  font-family: 'proxima-nova',sans-serif;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 600; }
  /* line 45, ../scss/duo-components/_typography.scss */
  h5 + p {
    margin-top: 10px; }

/* line 49, ../scss/duo-components/_typography.scss */
h6 {
  font-family: 'proxima-nova',sans-serif;
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 600;
  margin-bottom: 16px; }

/* line 53, ../scss/duo-components/_typography.scss */
strong {
  font-weight: 600; }

/* line 56, ../scss/duo-components/_typography.scss */
p {
  font-family: 'proxima-nova',sans-serif;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 1em 0; }

/* line 60, ../scss/duo-components/_typography.scss */
p:only-of-type,
p:last-child {
  margin-bottom: 0px; }

/* line 65, ../scss/duo-components/_typography.scss */
p a, a {
  color: #0060A9;
  font-weight: 400; }
  /* line 68, ../scss/duo-components/_typography.scss */
  p a:hover, a:hover {
    color: #004376; }

/* line 73, ../scss/duo-components/_typography.scss */
.alt-font {
  font-family: 'proxima-nova',sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 78, ../scss/duo-components/_typography.scss */
.author {
  font-family: 'proxima-nova',sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 83, ../scss/duo-components/_typography.scss */
.alt-bg {
  background-color: #f4f4f4; }

/* line 88, ../scss/duo-components/_typography.scss */
.text-black {
  color: #272727 !important; }

/* line 89, ../scss/duo-components/_typography.scss */
.text-charcoal {
  color: #333 !important; }

/* line 90, ../scss/duo-components/_typography.scss */
.text-darkgrey {
  color: #666 !important; }

/* line 91, ../scss/duo-components/_typography.scss */
.text-grey {
  color: #999 !important; }

/* line 92, ../scss/duo-components/_typography.scss */
.text-lightgrey {
  color: #ccc !important; }

/* line 93, ../scss/duo-components/_typography.scss */
.text-white {
  color: #fff !important; }

/* line 2, ../scss/duo-components/_products.scss */
.paragraphs-items-field-fp-section, .c-bgd-color8 {
  position: relative; }

/* line 15, ../scss/duo-components/_products.scss */
.fit-image .field-name-field-c-image-image .field-item {
  object-fit: cover; }
  /* line 18, ../scss/duo-components/_products.scss */
  .fit-image .field-name-field-c-image-image .field-item img {
    width: 100%;
    height: 100%; }

/* line 27, ../scss/duo-components/_products.scss */
div[class*='col-overlay'] {
  border-bottom: 1em solid white; }
  @media (min-width: 992px) {
    /* line 34, ../scss/duo-components/_products.scss */
    div[class*='col-overlay'].ecosystem .paragraphs-item-c-flexblock-column.c-fb-col-width6:first-child {
      padding-right: 0;
      border-right: 0.5em solid white; }
    /* line 39, ../scss/duo-components/_products.scss */
    div[class*='col-overlay'].ecosystem .paragraphs-item-c-flexblock-column.c-fb-col-width6:last-child {
      padding-left: 0;
      border-left: 0.5em solid white; } }
  /* line 47, ../scss/duo-components/_products.scss */
  div[class*='col-overlay'] .paragraphs-item-c-flexblock-column {
    margin-top: 0; }
  @media (min-width: 992px) {
    /* line 51, ../scss/duo-components/_products.scss */
    div[class*='col-overlay'].c-width12 .content {
      width: 80%;
      max-width: 1800px; } }
  /* line 57, ../scss/duo-components/_products.scss */
  div[class*='col-overlay'].c-width12 .content .img-responsive {
    width: 100%; }
  /* line 62, ../scss/duo-components/_products.scss */
  div[class*='col-overlay'] .paragraphs-item-c-flexblock {
    margin-top: 0; }
  /* line 66, ../scss/duo-components/_products.scss */
  div[class*='col-overlay'] .paragraphs-item-c-image {
    position: relative; }
    /* line 69, ../scss/duo-components/_products.scss */
    div[class*='col-overlay'] .paragraphs-item-c-image img {
      margin: 0; }
  /* line 74, ../scss/duo-components/_products.scss */
  div[class*='col-overlay'] .field-name-field-c-image-caption {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%; }
    @media (max-width: 767px) {
      /* line 74, ../scss/duo-components/_products.scss */
      div[class*='col-overlay'] .field-name-field-c-image-caption {
        width: 100%;
        left: 0; } }
    /* line 85, ../scss/duo-components/_products.scss */
    div[class*='col-overlay'] .field-name-field-c-image-caption .field-item {
      padding: 1em; }

/* line 96, ../scss/duo-components/_products.scss */
div[class*='col-overlay'].text-color--light .field-name-field-c-image-caption .field-item:before,
div[class*='col-overlay'] .text-color--light .field-name-field-c-image-caption .field-item:before {
  content: '';
  position: relative;
  width: 100%;
  height: 5vmin;
  display: block;
  margin-bottom: 10px;
  background-image: url("../images/light_icon-arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 5;
  height: 5vmin; }
/* line 104, ../scss/duo-components/_products.scss */
div[class*='col-overlay'].text-color--dark .field-name-field-c-image-caption .field-item:before,
div[class*='col-overlay'] .text-color--dark .field-name-field-c-image-caption .field-item:before {
  content: '';
  position: relative;
  width: 100%;
  height: 5vmin;
  display: block;
  margin-bottom: 10px;
  background-image: url("../images/dark_icon-arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 5;
  height: 5vmin; }

/* line 112, ../scss/duo-components/_products.scss */
.col-overlay-left .field-name-field-c-image-caption {
  left: 0; }

/* line 118, ../scss/duo-components/_products.scss */
.col-overlay-center .field-name-field-c-image-caption {
  left: 0;
  right: 0;
  width: 80%;
  top: 25% !important;
  transform: translateY(-25%) !important; }
/* line 126, ../scss/duo-components/_products.scss */
.col-overlay-center.ecosystem .field-name-field-c-image-caption {
  top: 15% !important;
  transform: translateY(-15%) !important;
  width: 90%; }

/* line 134, ../scss/duo-components/_products.scss */
.col-overlay-right .field-name-field-c-image-caption {
  right: 0; }

/* line 139, ../scss/duo-components/_products.scss */
.alert {
  display: none; }

/* Square CTA cards [ blocks ]
   --> Default: icon and text
   --> Card horizontal: image on left, content right
   --> Card with background: image treated as bgd, content on top
*/
/* line 7, ../scss/duo-components/_cta-cards.scss */
.bean-product-call-to-action-square {
  position: relative; }
  /* line 9, ../scss/duo-components/_cta-cards.scss */
  .bean-product-call-to-action-square .card {
    margin: 0 auto; }

/* line 14, ../scss/duo-components/_cta-cards.scss */
.card-2col {
  display: flex;
  justify-content: center; }

/* line 19, ../scss/duo-components/_cta-cards.scss */
.card-body {
  z-index: 2;
  position: relative;
  pointer-events: inherit;
  text-align: center;
  padding: 15px 25px; }
  @media screen and (min-width: 48rem) {
    /* line 19, ../scss/duo-components/_cta-cards.scss */
    .card-body {
      padding: 5%; } }
  /* line 29, ../scss/duo-components/_cta-cards.scss */
  .card-bgd-photo .card-body {
    pointer-events: none;
    padding: 15px 0 15px 25px;
    text-align: left; }
    @media screen and (min-width: 48rem) {
      /* line 29, ../scss/duo-components/_cta-cards.scss */
      .card-bgd-photo .card-body {
        text-align: center;
        padding: 10% 0; } }
    @media screen and (min-width: 1170px) {
      /* line 29, ../scss/duo-components/_cta-cards.scss */
      .card-bgd-photo .card-body {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 10% 10px; } }
  /* line 42, ../scss/duo-components/_cta-cards.scss */
  .card-body p {
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300))); }
  /* line 46, ../scss/duo-components/_cta-cards.scss */
  .card-body h3 {
    font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1600 - 300))); }
    /* line 48, ../scss/duo-components/_cta-cards.scss */
    .card-body h3 + p {
      margin-top: 10px; }
  /* line 53, ../scss/duo-components/_cta-cards.scss */
  .card-body h2,
  .card-body h3 {
    margin: 0; }
    @media screen and (min-width: 64rem) {
      /* line 53, ../scss/duo-components/_cta-cards.scss */
      .card-body h2,
      .card-body h3 {
        white-space: nowrap; } }
  /* line 60, ../scss/duo-components/_cta-cards.scss */
  .card-body img {
    display: inline;
    margin-bottom: 6px;
    max-width: 50px; }
    @media (min-width: 992px) {
      /* line 60, ../scss/duo-components/_cta-cards.scss */
      .card-body img {
        width: 50px;
        max-width: 50px; } }

/* line 72, ../scss/duo-components/_cta-cards.scss */
.card-bgd {
  z-index: 1;
  position: relative;
  overflow: hidden; }
  /* line 77, ../scss/duo-components/_cta-cards.scss */
  .card-bgd img {
    -moz-transition: 0.3s, easeInOut;
    -o-transition: 0.3s, easeInOut;
    -webkit-transition: 0.3s, easeInOut;
    transition: 0.3s, easeInOut; }
    /* line 80, ../scss/duo-components/_cta-cards.scss */
    .card-bgd-photo:hover .card-bgd img {
      transform: scale(1.05); }

/* line 86, ../scss/duo-components/_cta-cards.scss */
.field-name-field-link-cta-link {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: -999px; }
  /* line 92, ../scss/duo-components/_cta-cards.scss */
  .field-name-field-link-cta-link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/* line 101, ../scss/duo-components/_cta-cards.scss */
.cta-cards-group {
  z-index: 6;
  position: relative;
  background-color: #E7E7E7; }
  @media screen and (max-width: 48rem) {
    /* line 106, ../scss/duo-components/_cta-cards.scss */
    .cta-cards-group .card-bgd-photo {
      display: flex;
      align-items: center; }
    /* line 111, ../scss/duo-components/_cta-cards.scss */
    .cta-cards-group .card-bgd {
      flex: 1; }
    /* line 115, ../scss/duo-components/_cta-cards.scss */
    .cta-cards-group .card-body {
      flex: 2; } }
  /* line 119, ../scss/duo-components/_cta-cards.scss */
  .cta-cards-group .paragraphs-items-field-c-fb-column-component-full {
    width: 100%; }
  @media screen and (min-width: 48rem) and (max-width: 1170px) {
    /* line 124, ../scss/duo-components/_cta-cards.scss */
    .cta-cards-group .paragraphs-items-field-c-fb-column-component {
      display: flex;
      flex-grow: 1; }
      /* line 128, ../scss/duo-components/_cta-cards.scss */
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .entity,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .field,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .field-item,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .field-item section,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .field-item section .content,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .field-items {
        display: flex;
        flex-grow: 1; }
      /* line 142, ../scss/duo-components/_cta-cards.scss */
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .card-2col .field,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .card-2col .field-item,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .card-2col .field-items,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .card-bgd .field,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .card-bgd .field-item,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .card-bgd .field-items,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .card-body .field,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .card-body .field-item,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .card-body .field-items,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .field-name-field-link-cta-link .field,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .field-name-field-link-cta-link .field-item,
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .field-name-field-link-cta-link .field-items {
        display: block; }
      /* line 149, ../scss/duo-components/_cta-cards.scss */
      .cta-cards-group .paragraphs-items-field-c-fb-column-component .field-name-field-link-cta-link {
        display: block;
        flex-grow: unset; }
    /* line 155, ../scss/duo-components/_cta-cards.scss */
    .cta-cards-group .card-bgd-photo {
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between; } }
  /* line 161, ../scss/duo-components/_cta-cards.scss */
  .cta-cards-group .paragraphs-item-c-flexblock {
    margin: 0; }
  /* line 165, ../scss/duo-components/_cta-cards.scss */
  .cta-cards-group .paragraphs-item-c-flexblock-column {
    display: flex;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 48rem) {
      /* line 165, ../scss/duo-components/_cta-cards.scss */
      .cta-cards-group .paragraphs-item-c-flexblock-column {
        border-bottom: 2px solid white; } }
    @media screen and (min-width: 48rem) {
      /* line 165, ../scss/duo-components/_cta-cards.scss */
      .cta-cards-group .paragraphs-item-c-flexblock-column {
        border-right: 2px solid white; }
        /* line 175, ../scss/duo-components/_cta-cards.scss */
        .cta-cards-group .paragraphs-item-c-flexblock-column:last-of-type {
          border-color: #E7E7E7; } }
    @media screen and (min-width: 64rem) {
      /* line 165, ../scss/duo-components/_cta-cards.scss */
      .cta-cards-group .paragraphs-item-c-flexblock-column {
        border-right: 5px solid white; } }

/*  PRODUCT CONTENT TYPE
    -
*/
/* line 6, ../scss/duo-components/_products-content-type.scss */
.node-type-product .page-header {
  display: none; }
/* line 10, ../scss/duo-components/_products-content-type.scss */
.node-type-product h2 {
  text-align: center;
  margin-bottom: 60px;
  font-family: 'proxima-nova',sans-serif;
  font-size: calc(24px + (55 - 24) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 500;
  line-height: 3.75rem; }
  @media (max-width: 991px) {
    /* line 10, ../scss/duo-components/_products-content-type.scss */
    .node-type-product h2 {
      line-height: 2.5rem; } }
/* line 20, ../scss/duo-components/_products-content-type.scss */
.node-type-product .paragraphs-items-field-flexible-features {
  position: relative;
  width: 100%; }
  /* line 24, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-items-field-flexible-features .entity-paragraphs-item.c-bgd-color8 {
    position: relative; }
/* line 29, ../scss/duo-components/_products-content-type.scss */
.node-type-product .field-name-field-c-body {
  text-align: center; }
/* line 33, ../scss/duo-components/_products-content-type.scss */
.node-type-product .paragraphs-item-c-flexblock-column h2.block-title {
  display: none; }
/* line 38, ../scss/duo-components/_products-content-type.scss */
.node-type-product .hero-content .field-name-field-c-hero-primary-cta {
  margin-top: 0; }
  /* line 40, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .hero-content .field-name-field-c-hero-primary-cta a {
    background-color: rgba(39, 39, 39, 0.2);
    border-color: white;
    color: white;
    -moz-transition: 0.3s, easeInOut;
    -o-transition: 0.3s, easeInOut;
    -webkit-transition: 0.3s, easeInOut;
    transition: 0.3s, easeInOut; }
    /* line 46, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .hero-content .field-name-field-c-hero-primary-cta a:focus, .node-type-product .hero-content .field-name-field-c-hero-primary-cta a:hover {
      background-color: #272727; }
  @media (max-width: 500px) {
    /* line 52, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .hero-content .field-name-field-c-hero-primary-cta .field-items {
      display: flex;
      flex-direction: column; }
      /* line 55, ../scss/duo-components/_products-content-type.scss */
      .node-type-product .hero-content .field-name-field-c-hero-primary-cta .field-items .field-item {
        width: 100%;
        margin-bottom: 0.3125rem; }
        /* line 58, ../scss/duo-components/_products-content-type.scss */
        .node-type-product .hero-content .field-name-field-c-hero-primary-cta .field-items .field-item a {
          width: 100%; } }
/* line 65, ../scss/duo-components/_products-content-type.scss */
.node-type-product .hero-content .field-name-field-c-start-guide-url a {
  color: #fff;
  font-family: 'proxima-nova',sans-serif;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300))); }
  /* line 68, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .hero-content .field-name-field-c-start-guide-url a:hover {
    background-color: none;
    text-decoration: underline;
    color: #fff; }
/* line 74, ../scss/duo-components/_products-content-type.scss */
.node-type-product .hero-content--start-guide:after {
  content: '';
  height: 52px;
  width: 52px;
  display: inline-block;
  background: url("../images/pdf-icon.png") no-repeat;
  position: relative;
  top: 17px;
  left: 15px; }
/* line 87, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour .entity-paragraphs-item {
  margin: 0 auto; }
/* line 90, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour .paragraphs-item-c-image {
  width: 100%;
  height: 100%;
  position: relative; }
/* line 95, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour .field-name-field-c-image-caption {
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 100%; }
/* line 102, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour .one {
  width: 3.125rem;
  height: 3.125rem;
  background: url("../images/product-features/icon-one.png") no-repeat;
  background-size: cover; }
  @media (max-width: 500px) {
    /* line 102, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .feature-tour .one {
      width: 1.875rem;
      height: 1.875rem; } }
/* line 112, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour .two {
  width: 3.125rem;
  height: 3.125rem;
  background: url("../images/product-features/icon-two.png") no-repeat;
  background-size: cover; }
  @media (max-width: 500px) {
    /* line 112, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .feature-tour .two {
      width: 1.875rem;
      height: 1.875rem; } }
/* line 122, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour .three {
  width: 3.125rem;
  height: 3.125rem;
  background: url("../images/product-features/icon-three.png") no-repeat;
  background-size: cover; }
  @media (max-width: 500px) {
    /* line 122, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .feature-tour .three {
      width: 1.875rem;
      height: 1.875rem; } }
/* line 132, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour .four {
  width: 3.125rem;
  height: 3.125rem;
  background: url("../images/product-features/icon-four.png") no-repeat;
  background-size: cover; }
  @media (max-width: 500px) {
    /* line 132, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .feature-tour .four {
      width: 1.875rem;
      height: 1.875rem; } }
/* line 142, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour--item {
  display: flex;
  height: 100%; }
  @media (max-width: 991px) {
    /* line 142, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .feature-tour--item {
      flex-direction: column;
      height: auto;
      width: 300px; } }
  /* line 150, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--item-left {
    width: 16.25rem;
    padding: 0.9375rem 1.5625rem; }
    @media (max-width: 991px) {
      /* line 150, ../scss/duo-components/_products-content-type.scss */
      .node-type-product .feature-tour--item-left {
        margin: 0 auto;
        width: 100%; }
        /* line 156, ../scss/duo-components/_products-content-type.scss */
        .node-type-product .feature-tour--item-left img {
          max-width: 100px;
          margin: 0 auto;
          display: block; } }
  /* line 163, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--item-right {
    width: 29.0625rem;
    background: #e9e9e9;
    padding: 2.6875rem 1.875rem; }
    @media (max-width: 991px) {
      /* line 163, ../scss/duo-components/_products-content-type.scss */
      .node-type-product .feature-tour--item-right {
        width: 100%; } }
    /* line 170, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .feature-tour--item-right p {
      font-family: 'proxima-nova',sans-serif;
      font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (1600 - 300)));
      font-weight: 200;
      line-height: 1.3;
      margin: 0; }
      /* line 173, ../scss/duo-components/_products-content-type.scss */
      .node-type-product .feature-tour--item-right p b {
        font-weight: 500; }
/* line 179, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour--3d45 {
  background-size: contain; }
  /* line 181, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--3d45 h2 {
    text-align: left !important;
    padding-top: 30px;
    margin-bottom: 0 !important; }
  /* line 186, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--3d45 .one {
    position: absolute;
    top: 50%;
    left: 54%; }
  /* line 191, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--3d45 .two {
    position: absolute;
    top: 26%;
    left: 9%; }
  /* line 196, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--3d45 .three {
    position: absolute;
    top: 74%;
    left: 41%; }
  /* line 201, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--3d45 .four {
    position: absolute;
    top: 81%;
    left: 69%; }
/* line 207, ../scss/duo-components/_products-content-type.scss */
.node-type-product .feature-tour--LC40 {
  background-size: contain;
  background-position-y: 83%;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    /* line 207, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .feature-tour--LC40 {
      background-size: contain;
      background-position-y: 50%;
      padding-bottom: 0; } }
  /* line 216, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--LC40 .one {
    position: absolute;
    top: 42%;
    left: 37%; }
  /* line 221, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--LC40 .two {
    position: absolute;
    top: 30%;
    left: 52%; }
  /* line 226, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--LC40 .three {
    position: absolute;
    top: 64%;
    left: 76%; }
  /* line 231, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .feature-tour--LC40 .four {
    position: absolute;
    top: 37%;
    left: 64%; }
/* line 238, ../scss/duo-components/_products-content-type.scss */
.node-type-product .testimonials {
  background: url("../images/Amazonschoice.png");
  background-position: 0 3%;
  background-repeat: no-repeat;
  background-size: 9.375rem;
  background-color: #F8F8F8;
  padding-top: 7.5rem !important; }
  @media (max-width: 991px) {
    /* line 238, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .testimonials {
      background-position: 0 1%; } }
  /* line 248, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .testimonials h2 {
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  /* line 251, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .testimonials--3d45 {
    background: url("../images/Amazonschoice.png"), url("../images/PC-Magazine-Editors-Choice-Logo.png");
    background-position: 0 3%, 100% 2%;
    background-repeat: no-repeat;
    background-size: 9.375rem;
    background-color: #F8F8F8;
    padding-top: 7.5rem !important; }
    @media (max-width: 991px) {
      /* line 251, ../scss/duo-components/_products-content-type.scss */
      .node-type-product .testimonials--3d45 {
        background-position: 0 1%, 100% 1%; } }
    /* line 261, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .testimonials--3d45 h2 {
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
/* line 267, ../scss/duo-components/_products-content-type.scss */
.node-type-product .paragraphs-item-c-testimonial {
  height: 100%;
  background: white;
  padding: 2.5rem 3.125rem;
  margin: 0 2rem 1.25rem 2rem;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(142, 142, 142, 0.93);
  -moz-box-shadow: 0px 4px 6px 0px rgba(142, 142, 142, 0.93);
  box-shadow: 0px 4px 6px 0px rgba(142, 142, 142, 0.93); }
  @media (max-width: 991px) {
    /* line 267, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .paragraphs-item-c-testimonial {
      padding: 1.25rem 1.5625rem;
      margin: 0 1rem 1.25rem 1rem; } }
  /* line 280, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-item-c-testimonial .field-name-field-c-testimonial-site {
    font-weight: 500;
    font-family: 'proxima-nova',sans-serif;
    font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (1600 - 300)));
    text-align: center;
    margin-bottom: 35px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  /* line 287, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-item-c-testimonial .field-name-field-c-rating {
    margin-bottom: 2.1875rem;
    text-align: right; }
  /* line 292, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-item-c-testimonial .field-name-field-c-testimonial p {
    font-family: 'proxima-nova',sans-serif;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 400;
    line-height: 1.7em; }
  /* line 295, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-item-c-testimonial .field-name-field-c-testimonial a {
    color: #619bc7;
    display: inline-block; }
    /* line 298, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .paragraphs-item-c-testimonial .field-name-field-c-testimonial a:hover {
      color: #0b161e; }
  /* line 303, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-item-c-testimonial .field-name-field-c-source {
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px; }
  /* line 312, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-item-c-testimonial .rating {
    position: relative;
    height: 15px; }
  /* line 316, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-item-c-testimonial .star-ratings-sprite {
    position: absolute;
    right: 0;
    background: url("../images/stars-grey.svg") no-repeat;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 85px;
    margin-bottom: 4px; }
  /* line 329, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-item-c-testimonial .star-ratings-sprite-rating {
    background: url("../images/stars-red.svg") no-repeat;
    float: left;
    height: 16px;
    display: block; }
  /* line 336, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .paragraphs-item-c-testimonial .star-ratings-link {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 3px; }
@media (max-width: 991px) {
  /* line 348, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .testimonials .c-fb-col-width4 {
    flex: 0 0 100%;
    max-width: 100%; } }
/* line 354, ../scss/duo-components/_products-content-type.scss */
.node-type-product .testimonials .paragraphs-items-field-c-fb-column-component-full {
  height: 100%; }
/* line 357, ../scss/duo-components/_products-content-type.scss */
.node-type-product .testimonials .paragraphs-item-c-flexblock {
  padding-bottom: 20px; }
@media (min-width: 992px) {
  /* line 362, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .technical-specs {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }
/* line 367, ../scss/duo-components/_products-content-type.scss */
.node-type-product .technical-specs h2 {
  margin-bottom: 0.625rem; }
/* line 370, ../scss/duo-components/_products-content-type.scss */
.node-type-product .technical-specs p {
  line-height: 1.2rem; }
/* line 373, ../scss/duo-components/_products-content-type.scss */
.node-type-product .technical-specs .border-right {
  border-right: 1px solid #707070; }
  @media (max-width: 991px) {
    /* line 373, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .technical-specs .border-right {
      border-right: none; } }
/* line 379, ../scss/duo-components/_products-content-type.scss */
.node-type-product .technical-specs .tech-spec {
  margin-bottom: 20px; }
/* line 383, ../scss/duo-components/_products-content-type.scss */
.node-type-product .technical-specs .tech-spec p {
  text-align: left; }
@media (max-width: 991px) {
  /* line 389, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .technical-specs--mobile-float .tech-spec {
    width: 50%;
    float: left; }
    /* line 392, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .technical-specs--mobile-float .tech-spec:last-child {
      width: 100%; } }
@media (min-width: 992px) {
  /* line 399, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .technical-specs--flex-md {
    display: flex;
    width: 100%; } }
/* line 408, ../scss/duo-components/_products-content-type.scss */
.node-type-product .technical-specs--3d45 h2, .node-type-product .technical-specs--3d45 h3 {
  text-align: left !important; }
/* line 413, ../scss/duo-components/_products-content-type.scss */
.node-type-product .technical-specs--LC40 h2 {
  text-align: center !important; }
/* line 416, ../scss/duo-components/_products-content-type.scss */
.node-type-product .technical-specs--LC40 .field-name-field-c-body {
  text-align: left; }
/* line 422, ../scss/duo-components/_products-content-type.scss */
.node-type-product .safe-sound {
  background: url("../images/3D45-Dropped.png");
  background-position: 50% 100%;
  background-size: 300px 254px;
  background-repeat: no-repeat;
  background-color: #fff; }
  /* line 423, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .safe-sound h2 {
    text-align: left !important; }
  @media (min-width: 767px) {
    /* line 422, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .safe-sound {
      background-position: 0% 100%;
      background-size: 500px 354px; } }
  @media (min-width: 1025px) {
    /* line 422, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .safe-sound {
      background-position: 0% 100%;
      background-size: 600px 554px; } }
  @media (min-width: 1400px) {
    /* line 422, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .safe-sound {
      background-position: 5% 100%;
      background-size: 800px 654px; } }
  /* line 444, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .safe-sound .field-items > div > div > .entity:last-child .field-name-field-c-body {
    height: 350px;
    padding-top: 0%; }
    @media (min-width: 767px) {
      /* line 444, ../scss/duo-components/_products-content-type.scss */
      .node-type-product .safe-sound .field-items > div > div > .entity:last-child .field-name-field-c-body {
        height: 31.25rem;
        padding-top: 50%; } }
/* line 453, ../scss/duo-components/_products-content-type.scss */
.node-type-product .center-body {
  text-align: center;
  padding: 150px 0 !important; }
/* line 463, ../scss/duo-components/_products-content-type.scss */
.node-type-product .LC40--intro .field-name-field-c-body {
  max-width: 59.375rem;
  margin: 0 auto; }
/* line 467, ../scss/duo-components/_products-content-type.scss */
.node-type-product .LC40--intro .img-responsive {
  width: 100%; }
/* line 472, ../scss/duo-components/_products-content-type.scss */
.node-type-product .LC40--material-link:after {
  content: '';
  height: 44px;
  width: 33px;
  display: inline-block;
  background: url("../images/see-what-you-can-print.png") no-repeat;
  position: relative;
  top: 9px;
  left: 15px; }
/* line 483, ../scss/duo-components/_products-content-type.scss */
.node-type-product .LC40--relax-dremel {
  background-color: #D8D8D8;
  background-position-x: 76%; }
  @media (min-width: 1200px) {
    /* line 483, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .LC40--relax-dremel {
      background-position-x: -13.75rem; } }
  @media (max-width: 767px) {
    /* line 490, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .LC40--relax-dremel:before {
      background-color: rgba(255, 255, 255, 0.7); } }
  /* line 494, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .LC40--relax-dremel h2, .node-type-product .LC40--relax-dremel p {
    text-align: left; }
  @media (max-width: 767px) {
    /* line 497, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .LC40--relax-dremel .c-fb-col-width8 {
      display: none; } }
/* line 504, ../scss/duo-components/_products-content-type.scss */
.node-type-product .LC40--filtration-configuration .field-name-field-c-body {
  max-width: 40.625rem;
  margin: 0 auto; }
/* line 508, ../scss/duo-components/_products-content-type.scss */
.node-type-product .LC40--filtration-configuration .body-ctas {
  display: flex;
  margin: 40px auto;
  width: 50%; }
  @media (max-width: 767px) {
    /* line 508, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .LC40--filtration-configuration .body-ctas {
      flex-direction: column; } }
  /* line 515, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .LC40--filtration-configuration .body-ctas a {
    display: block;
    margin: 0 auto; }
/* line 522, ../scss/duo-components/_products-content-type.scss */
.node-type-product .LC40--software .paragraphs-item-c-body:first-child {
  max-width: 60rem;
  margin: 0 auto; }
/* line 526, ../scss/duo-components/_products-content-type.scss */
.node-type-product .LC40--software p {
  text-align: left; }
/* line 532, ../scss/duo-components/_products-content-type.scss */
.node-type-product .materials-modal {
  z-index: 9999; }
  /* line 534, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .materials-modal .fade {
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  /* line 538, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .materials-modal .modal-header {
    border-bottom: none; }
  /* line 541, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .materials-modal h2 {
    margin-bottom: 0.625rem; }
  /* line 544, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .materials-modal .table-responsive {
    margin: 3.125rem 0; }
    @media (min-width: 992px) {
      /* line 544, ../scss/duo-components/_products-content-type.scss */
      .node-type-product .materials-modal .table-responsive {
        padding: 0 3.125rem; } }
    /* line 549, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .materials-modal .table-responsive td {
      text-align: left; }
  /* line 553, ../scss/duo-components/_products-content-type.scss */
  .node-type-product .materials-modal .modal--footer-text {
    max-width: 34.375rem;
    margin: 0 auto;
    padding-bottom: 3.125rem; }
    /* line 557, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .materials-modal .modal--footer-text p {
      font-family: 'proxima-nova',sans-serif;
      font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (1600 - 300)));
      line-height: 38px; }
  @media (min-width: 992px) {
    /* line 561, ../scss/duo-components/_products-content-type.scss */
    .node-type-product .materials-modal .modal-dialog, .node-type-product .materials-modal .modal-content {
      width: 62rem; } }
/* line 571, ../scss/duo-components/_products-content-type.scss */
.node-type-product .popover {
  max-width: 100%;
  border: none;
  border-radius: 6px;
  padding: 0; }
/* line 577, ../scss/duo-components/_products-content-type.scss */
.node-type-product .popover-content {
  padding: 0; }
/* line 581, ../scss/duo-components/_products-content-type.scss */
.node-type-product .popover.top > .arrow {
  border-bottom-width: 0;
  border-top-color: transparent;
  bottom: -10px; }
/* line 586, ../scss/duo-components/_products-content-type.scss */
.node-type-product .popover.top > .arrow:after {
  border-top-color: #e9e9e9; }

/* line 1, ../scss/duo-components/_products-menu.scss */
.nav-products {
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 100;
  padding: 0.625rem;
  background-color: #272727; }
  @media (min-width: 767px) {
    /* line 1, ../scss/duo-components/_products-menu.scss */
    .nav-products {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 3vmin 0 0;
      background-color: transparent; } }
  /* line 17, ../scss/duo-components/_products-menu.scss */
  .nav-products .menu.nav {
    margin: 0 auto; }
    /* line 20, ../scss/duo-components/_products-menu.scss */
    .nav-products .menu.nav:after {
      margin-bottom: 0; }
    /* line 22, ../scss/duo-components/_products-menu.scss */
    .nav-products .menu.nav > li {
      margin: 0 1em;
      list-style: none;
      text-align: center; }
      @media (max-width: 767px) {
        /* line 22, ../scss/duo-components/_products-menu.scss */
        .nav-products .menu.nav > li {
          margin: 6px 12px;
          padding: 0; }
          /* line 29, ../scss/duo-components/_products-menu.scss */
          .nav-products .menu.nav > li > a {
            display: inline-block; } }
      /* line 34, ../scss/duo-components/_products-menu.scss */
      .nav-products .menu.nav > li > a {
        letter-spacing: .12em;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        cursor: pointer;
        font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1600 - 300)));
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        color: white; }
        /* line 42, ../scss/duo-components/_mixins-added.scss */
        .nav-products .menu.nav > li > a:hover, .nav-products .menu.nav > li > a:focus, .nav-products .menu.nav > li > a.active {
          border-color: rgba(255, 255, 255, 0.75);
          background-color: transparent !important; }

/* line 2, ../scss/duo-components/_products-materials.scss */
.product-hero.hero-2col .paragraphs-item-c-flexblock-column {
  position: relative;
  padding: 0 !important; }
/* line 9, ../scss/duo-components/_products-materials.scss */
.product-hero.hero-2col .field-type-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #272727;
  display: block; }
  /* line 19, ../scss/duo-components/_products-materials.scss */
  .product-hero.hero-2col .field-type-image a img {
    -moz-transition: 0.3s, easeInOut;
    -o-transition: 0.3s, easeInOut;
    -webkit-transition: 0.3s, easeInOut;
    transition: 0.3s, easeInOut; }
  /* line 24, ../scss/duo-components/_products-materials.scss */
  .product-hero.hero-2col .field-type-image a:hover img {
    opacity: 0.8; }
@media (max-width: 767px) {
  /* line 32, ../scss/duo-components/_products-materials.scss */
  .product-hero.hero-2col .paragraphs-item-c-flexblock-column {
    margin: 0; }
  /* line 36, ../scss/duo-components/_products-materials.scss */
  .product-hero.hero-2col .field-type-image a {
    position: relative; } }
/* line 41, ../scss/duo-components/_products-materials.scss */
.product-hero.hero-2col .field-name-field-c-image-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3vmin;
  z-index: 4;
  pointer-events: none; }
/* line 52, ../scss/duo-components/_products-materials.scss */
.product-hero.hero-2col img {
  margin: 0; }
/* line 56, ../scss/duo-components/_products-materials.scss */
.product-hero.hero-2col h2 {
  font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1600 - 300)));
  letter-spacing: .12em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  color: white;
  display: inline-block; }
  /* line 42, ../scss/duo-components/_mixins-added.scss */
  .product-hero.hero-2col h2:hover, .product-hero.hero-2col h2:focus, .product-hero.hero-2col h2.active {
    border-color: rgba(255, 255, 255, 0.75);
    background-color: transparent !important; }

/* line 64, ../scss/duo-components/_products-materials.scss */
.container-material-item {
  padding: 5vmin 0;
  overflow: hidden; }
  /* line 68, ../scss/duo-components/_products-materials.scss */
  .container-material-item .item-img {
    text-align: center; }
    @media (max-width: 767px) {
      /* line 71, ../scss/duo-components/_products-materials.scss */
      .container-material-item .item-img img {
        max-width: 60%;
        display: inline-block; } }
  @media (max-width: 767px) {
    /* line 78, ../scss/duo-components/_products-materials.scss */
    .container-material-item .item-body {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    /* line 83, ../scss/duo-components/_products-materials.scss */
    .container-material-item .item-body h1 {
      font-size: 24px; } }
  /* line 90, ../scss/duo-components/_products-materials.scss */
  .container-material-item .item-body p.price {
    color: #272727;
    font-weight: 300;
    margin: 1.5em 0;
    letter-spacing: 0.1em; }
  /* line 97, ../scss/duo-components/_products-materials.scss */
  .container-material-item .item-body p strong {
    display: block;
    margin-bottom: -.75em; }
  /* line 102, ../scss/duo-components/_products-materials.scss */
  .container-material-item .item-body a {
    border: 1px solid #272727;
    font-family: 'proxima-nova',sans-serif;
    font-size: 10px;
    color: #272727;
    font-weight: bold;
    line-height: 1;
    display: block;
    width: fit-content;
    text-align: center; }
    @media (max-width: 767px) {
      /* line 102, ../scss/duo-components/_products-materials.scss */
      .container-material-item .item-body a {
        width: 100%; } }

/* UPDATE TO HEADER AND NAV
  - Hamburger menu up to 991px [ screen-tablet ]
  - Main & User nav 992+ - tight space to fit 1 line
  - Main & User nav 1300+ width, spaced out pretty
*/
/* line 7, ../scss/duo-components/_header-update.scss */
.no-gutter > [class*='col-'],
.no-gutter ul,
.no-gutter {
  padding-right: 0;
  padding-left: 0; }

/* line 14, ../scss/duo-components/_header-update.scss */
.nav-tabs {
  position: relative;
  z-index: 5; }

/* line 21, ../scss/duo-components/_header-update.scss */
.main-container {
  padding-top: 65px; }
  @media (min-width: 992px) {
    /* line 21, ../scss/duo-components/_header-update.scss */
    .main-container {
      padding-top: 98px; } }

/* line 28, ../scss/duo-components/_header-update.scss */
header.navbar {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: white;
  position: fixed !important;
  min-height: 5px;
  width: 100%;
  z-index: 1000;
  margin-bottom: 0;
  -moz-transition: 0.5s, easeInOut;
  -o-transition: 0.5s, easeInOut;
  -webkit-transition: 0.5s, easeInOut;
  transition: 0.5s, easeInOut;
  padding: 0; }
  @media (min-width: 992px) {
    /* line 28, ../scss/duo-components/_header-update.scss */
    header.navbar {
      padding: 2.5em 0; } }
  @media (min-width: 992px) {
    /* line 43, ../scss/duo-components/_header-update.scss */
    header.navbar.nav-sticky {
      padding: 1em 0;
      background-color: #fff; } }

@media (max-width: 991px) {
  /* line 54, ../scss/duo-components/_header-update.scss */
  .navbar-collapse {
    min-height: 1vh;
    -moz-transition: 0.5s, easeInOut;
    -o-transition: 0.5s, easeInOut;
    -webkit-transition: 0.5s, easeInOut;
    transition: 0.5s, easeInOut; }
    /* line 57, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] {
      min-height: 100vh; } }
/* line 65, ../scss/duo-components/_header-update.scss */
.navbar-nav > li {
  float: none; }
  /* line 68, ../scss/duo-components/_header-update.scss */
  .navbar-nav > li a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding: 0 1em;
    line-height: 2; }
    @media (max-width: 500px) {
      /* line 68, ../scss/duo-components/_header-update.scss */
      .navbar-nav > li a {
        line-height: 1; } }
    /* line 78, ../scss/duo-components/_header-update.scss */
    .nav-main .navbar-nav > li a {
      color: rgba(51, 51, 51, 0.4);
      font-size: 16px;
      padding: .8em 0; }
      /* line 85, ../scss/duo-components/_header-update.scss */
      .nav-main .navbar-nav > li a:focus, .nav-main .navbar-nav > li a:hover {
        color: rgba(51, 51, 51, 0.6); }
      @media screen and (min-width: 375px) {
        /* line 78, ../scss/duo-components/_header-update.scss */
        .nav-main .navbar-nav > li a {
          padding: 1em 0; } }
    /* line 103, ../scss/duo-components/_header-update.scss */
    .nav-user .navbar-nav > li a {
      color: rgba(51, 51, 51, 0.25);
      padding: 0 0.4em;
      letter-spacing: 0.1em;
      font-size: 10px; }
      /* line 109, ../scss/duo-components/_header-update.scss */
      .nav-user .navbar-nav > li a:focus, .nav-user .navbar-nav > li a:hover {
        color: rgba(51, 51, 51, 0.7); }
      @media (max-width: 991px) {
        /* line 103, ../scss/duo-components/_header-update.scss */
        .nav-user .navbar-nav > li a {
          font-size: 12px;
          padding: 10px; } }
  /* line 119, ../scss/duo-components/_header-update.scss */
  .navbar-nav > li > .active > a,
  .navbar-nav > li > .active > a:hover > a.active,
  .navbar-nav > li > .active > a:focus {
    color: rgba(51, 51, 51, 0.8) !important;
    background-color: transparent !important; }

/* line 128, ../scss/duo-components/_header-update.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover > a.active,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgba(51, 51, 51, 0.8) !important;
  background-color: transparent !important; }

/* line 137, ../scss/duo-components/_header-update.scss */
.node-type-product .navbar-default .navbar-nav > li > a.products {
  color: rgba(51, 51, 51, 0.8) !important; }

/* line 144, ../scss/duo-components/_header-update.scss */
.navbar-header {
  z-index: 2;
  position: relative; }
  @media (max-width: 991px) {
    /* line 144, ../scss/duo-components/_header-update.scss */
    .navbar-header {
      padding: 1.5em 0;
      background: #ffffff; } }
  /* line 152, ../scss/duo-components/_header-update.scss */
  .navbar-header .logo {
    display: block;
    max-width: 80px;
    text-align: center;
    margin: 0 auto;
    -moz-transition: 0.4s, easeInOut;
    -o-transition: 0.4s, easeInOut;
    -webkit-transition: 0.4s, easeInOut;
    transition: 0.4s, easeInOut; }
    @media (min-width: 992px) {
      /* line 152, ../scss/duo-components/_header-update.scss */
      .navbar-header .logo {
        max-width: 100px; }
        /* line 162, ../scss/duo-components/_header-update.scss */
        .nav-sticky .navbar-header .logo {
          max-width: 80px;
          margin: 0 !important; } }
  /* line 169, ../scss/duo-components/_header-update.scss */
  .navbar-header .nav-burger {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    /* line 175, ../scss/duo-components/_header-update.scss */
    .navbar-header .nav-burger .navbar-toggle {
      top: initial;
      right: initial;
      position: relative;
      padding: 0;
      margin: 0;
      border: 0;
      background-color: transparent; }
      /* line 184, ../scss/duo-components/_header-update.scss */
      .navbar-header .nav-burger .navbar-toggle .icon-bar {
        position: relative;
        background-color: #999;
        -moz-transition: 0.3s, easeInOut;
        -o-transition: 0.3s, easeInOut;
        -webkit-transition: 0.3s, easeInOut;
        transition: 0.3s, easeInOut; }
      /* line 190, ../scss/duo-components/_header-update.scss */
      .navbar-header .nav-burger .navbar-toggle[aria-expanded="true"] span.icon-bar {
        background-color: transparent; }
        /* line 193, ../scss/duo-components/_header-update.scss */
        .navbar-header .nav-burger .navbar-toggle[aria-expanded="true"] span.icon-bar:nth-of-type(2) {
          background-color: #999;
          transform: rotate(45deg);
          top: 6px; }
        /* line 199, ../scss/duo-components/_header-update.scss */
        .navbar-header .nav-burger .navbar-toggle[aria-expanded="true"] span.icon-bar:nth-of-type(4) {
          background-color: #999;
          transform: rotate(-45deg);
          top: -6px; }

/* line 211, ../scss/duo-components/_header-update.scss */
nav {
  padding: 4rem 0; }
  @media (max-width: 991px) {
    /* line 211, ../scss/duo-components/_header-update.scss */
    nav {
      padding: 5.5rem 0 3rem 0; } }
  /* line 217, ../scss/duo-components/_header-update.scss */
  .nav-sticky nav {
    margin: initial !important; }
  @media (min-width: 992px) {
    /* line 211, ../scss/duo-components/_header-update.scss */
    nav {
      display: flex;
      justify-content: space-between;
      align-content: center;
      padding: 0; } }

/* line 228, ../scss/duo-components/_header-update.scss */
.navbar-collapse {
  border: 0 !important;
  z-index: 1; }
  @media (min-width: 992px) {
    /* line 228, ../scss/duo-components/_header-update.scss */
    .navbar-collapse {
      position: absolute;
      padding: 0;
      width: 95%;
      top: 50%;
      transform: translateY(-50%); } }
  /* line 239, ../scss/duo-components/_header-update.scss */
  .navbar-collapse .nav-main {
    z-index: 3;
    text-align: center;
    float: none !important; }
    @media (min-width: 992px) {
      /* line 239, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-main {
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        float: left !important; }
        /* line 254, ../scss/duo-components/_header-update.scss */
        .navbar-collapse .nav-main .navbar-nav > li a {
          padding: 0 0.4em;
          letter-spacing: 0.1em;
          line-height: 1; } }
    @media (min-width: 1170px) {
      /* line 262, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-main .navbar-nav > li a {
        letter-spacing: 0.08em;
        font-size: 14px;
        padding: 0 0.7em; } }
    @media (min-width: 1300px) {
      /* line 269, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-main .navbar-nav > li a {
        padding: 0 0.5em;
        letter-spacing: 0.1 0.5em; } }
    /* line 274, ../scss/duo-components/_header-update.scss */
    .navbar-collapse .nav-main .menu {
      margin: 0 auto;
      display: inline-block;
      float: none; }
  /* line 281, ../scss/duo-components/_header-update.scss */
  .navbar-collapse .nav-user {
    white-space: nowrap;
    text-align: center;
    float: none !important; }
    /* line 288, ../scss/duo-components/_header-update.scss */
    .navbar-collapse .nav-user .navbar-nav > li > a.active {
      color: #999 !important; }
    @media (min-width: 992px) {
      /* line 281, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-user {
        float: left !important; } }
    @media (min-width: 992px) {
      /* line 281, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-user {
        float: right !important;
        padding-right: 0; }
        /* line 301, ../scss/duo-components/_header-update.scss */
        .navbar-collapse .nav-user .navbar-nav > li a {
          padding: 0 0.2em;
          letter-spacing: 0.05em;
          font-size: 11px; } }
    @media (min-width: 1170px) {
      /* line 308, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-user .navbar-nav > li a {
        padding: 0 0.4em;
        letter-spacing: 0.08em;
        font-size: 12px; } }
    @media (min-width: 1300px) {
      /* line 281, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-user {
        padding-right: 20px; }
        /* line 317, ../scss/duo-components/_header-update.scss */
        .navbar-collapse .nav-user .navbar-nav > li a {
          padding: 0 0.5em;
          letter-spacing: 0.15em; } }
    @media (min-width: 992px) {
      /* line 325, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-user .menu {
        float: right !important; } }
    @media (max-width: 991px) {
      /* line 281, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-user {
        margin-top: 1em; } }
    @media (min-width: 992px) {
      /* line 344, ../scss/duo-components/_header-update.scss */
      .navbar-collapse .nav-user .navbar-nav > li.first.expanded a.my-digilab {
        padding-right: 1.5em;
        background-image: url("../images/arrow_down-grey.svg");
        background-repeat: no-repeat;
        background-position: top .6em right .1em;
        background-size: 9px; } }
  @media (min-width: 992px) and (min-width: 1170px) {
    /* line 344, ../scss/duo-components/_header-update.scss */
    .navbar-collapse .nav-user .navbar-nav > li.first.expanded a.my-digilab {
      background-position: top .7em right .25em;
      background-size: 10px; } }

@media (max-width: 991px) {
  /* line 361, ../scss/duo-components/_header-update.scss */
  .nav-main:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #E7E7E7;
    z-index: 55;
    position: absolute;
    top: -1.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-out; }
    /* line 375, ../scss/duo-components/_header-update.scss */
    .navbar-collapse.collapse.in .nav-main:before {
      width: 100%; } }

@media (max-width: 991px) {
  /* line 383, ../scss/duo-components/_header-update.scss */
  .nav-main .navbar-nav > li {
    opacity: 0;
    margin-left: 2em; }

  /* line 388, ../scss/duo-components/_header-update.scss */
  .nav-user .navbar-nav > li {
    opacity: 0; }

  /* line 395, ../scss/duo-components/_header-update.scss */
  .navbar-collapse[aria-expanded="true"] .nav-main .navbar-nav > li {
    opacity: 1;
    margin-left: 0; }
    /* line 400, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-main .navbar-nav > li:nth-child(1) {
      transition: all 0.5s ease-out 0.4s; }
    /* line 404, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-main .navbar-nav > li:nth-child(2) {
      transition: all 0.5s ease-out 0.5s; }
    /* line 408, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-main .navbar-nav > li:nth-child(3) {
      transition: all 0.5s ease-out 0.6s; }
    /* line 412, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-main .navbar-nav > li:nth-child(4) {
      transition: all 0.5s ease-out 0.7s; }
    /* line 416, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-main .navbar-nav > li:nth-child(5) {
      transition: all 0.5s ease-out 0.8s; }
    /* line 420, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-main .navbar-nav > li:nth-child(6) {
      transition: all 0.5s ease-out 0.9s; }
    /* line 423, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-main .navbar-nav > li:nth-child(7) {
      transition: all 0.5s ease-out 1s; }
  /* line 427, ../scss/duo-components/_header-update.scss */
  .navbar-collapse[aria-expanded="true"] .nav-user .navbar-nav > li {
    opacity: 1; }
    /* line 430, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-user .navbar-nav > li:nth-child(1) {
      transition: all 0.5s ease-out 1.1s; }
    /* line 434, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-user .navbar-nav > li:nth-child(2) {
      transition: all 0.5s ease-out 1.2s; }
    /* line 438, ../scss/duo-components/_header-update.scss */
    .navbar-collapse[aria-expanded="true"] .nav-user .navbar-nav > li:nth-child(3) {
      transition: all 0.5s ease-out 1.3s; } }
/* line 445, ../scss/duo-components/_header-update.scss */
.dropdown-menu {
  padding: 10px; }
  /* line 447, ../scss/duo-components/_header-update.scss */
  .dropdown-menu li {
    padding: 5px 0; }

@media (min-width: 979px) {
  /* line 454, ../scss/duo-components/_header-update.scss */
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block !important; } }
/* line 6, ../scss/ui/_menu-touchdevices.scss */
.AstuteBotLauncher {
  z-index: 10 !important;
  bottom: 8px !important;
  right: 8px !important;
  border-radius: 3px;
  overflow: hidden; }
  /* line 14, ../scss/ui/_menu-touchdevices.scss */
  .AstuteBotLauncher iframe {
    min-height: 70vh !important; }
  /* line 18, ../scss/ui/_menu-touchdevices.scss */
  .AstuteBotLauncher[data-launcher-visible="false"] {
    top: initial !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important; }
  /* line 29, ../scss/ui/_menu-touchdevices.scss */
  .AstuteBotLauncher .ToggleChat {
    background: rgba(51, 51, 51, 0.8);
    padding: 7px 7px;
    transition: all 0.3s ease-out; }
    @media (min-width: 767px) {
      /* line 29, ../scss/ui/_menu-touchdevices.scss */
      .AstuteBotLauncher .ToggleChat {
        background: rgba(51, 51, 51, 0.6);
        padding: 8px 12px; } }
    /* line 38, ../scss/ui/_menu-touchdevices.scss */
    .AstuteBotLauncher .ToggleChat:hover {
      background: #333333; }
    /* line 41, ../scss/ui/_menu-touchdevices.scss */
    .AstuteBotLauncher .ToggleChat span#astute-chat-toggle-text {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.8);
      position: relative; }
      @media (max-width: 991px) {
        /* line 41, ../scss/ui/_menu-touchdevices.scss */
        .AstuteBotLauncher .ToggleChat span#astute-chat-toggle-text {
          display: none; } }
      @media (min-width: 767px) {
        /* line 41, ../scss/ui/_menu-touchdevices.scss */
        .AstuteBotLauncher .ToggleChat span#astute-chat-toggle-text {
          font-size: 13px;
          color: rgba(255, 255, 255, 0.6);
          top: 2px; } }
    /* line 56, ../scss/ui/_menu-touchdevices.scss */
    .AstuteBotLauncher .ToggleChat img {
      width: 30px; }

@media (max-width: 991px) {
  /* line 69, ../scss/ui/_menu-touchdevices.scss */
  .navbar-nav.sm-collapsible a.has-submenu {
    padding: 10px !important; }

  /* line 72, ../scss/ui/_menu-touchdevices.scss */
  .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    display: inline-block;
    float: none;
    position: relative;
    top: initial;
    right: initial;
    margin: 0 -22px 0 0;
    width: 22px;
    height: 22px;
    line-height: 20px; }

  /* line 83, ../scss/ui/_menu-touchdevices.scss */
  .nav-user .navbar-nav .open .dropdown-menu {
    text-align: center;
    padding: 0;
    margin-left: -10px; }

  /* line 89, ../scss/ui/_menu-touchdevices.scss */
  header.navbar {
    top: 0;
    left: 0;
    -moz-transition: 0.5s, easeInOut;
    -o-transition: 0.5s, easeInOut;
    -webkit-transition: 0.5s, easeInOut;
    transition: 0.5s, easeInOut; }
    /* line 93, ../scss/ui/_menu-touchdevices.scss */
    header.navbar.is-expanded {
      height: 100%;
      overflow: hidden; }
    /* line 98, ../scss/ui/_menu-touchdevices.scss */
    header.navbar .navbar-collapse {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }
/* line 1, ../scss/ui/_country-selector.scss */
.bfh-selectbox {
  float: right; }
  /* line 3, ../scss/ui/_country-selector.scss */
  .bfh-selectbox > a {
    margin: 0;
    font-family: 'proxima-nova',sans-serif;
    font-size: 9px;
    color: #4e4e4e;
    font-weight: lighter;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    padding: 0; }
    /* line 10, ../scss/ui/_country-selector.scss */
    .bfh-selectbox > a:hover {
      background: #e7e7e7; }
  /* line 14, ../scss/ui/_country-selector.scss */
  .bfh-selectbox .bfh-selectbox-option {
    font-size: 0; }
  /* line 17, ../scss/ui/_country-selector.scss */
  .bfh-selectbox .caret {
    display: none; }

/* line 24, ../scss/ui/_country-selector.scss */
.nav-country {
  position: absolute;
  top: 25px;
  height: 20px;
  padding: 0;
  margin: 0;
  text-align: left; }
  @media (min-width: 992px) {
    /* line 24, ../scss/ui/_country-selector.scss */
    .nav-country {
      top: -24px;
      right: 0; } }
  @media (min-width: 1380px) {
    /* line 24, ../scss/ui/_country-selector.scss */
    .nav-country {
      top: -2.4em; } }
  /* line 41, ../scss/ui/_country-selector.scss */
  .nav-country .bfh-selectbox-toggle {
    margin: 0;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease-out;
    padding: 0; }
    /* line 48, ../scss/ui/_country-selector.scss */
    .nav-country .bfh-selectbox-toggle:hover {
      background: transparent !important;
      filter: grayscale(0%);
      opacity: 1; }

@media (max-width: 991px) {
  /* line 57, ../scss/ui/_country-selector.scss */
  .bfh-selectbox .bfh-selectbox-options {
    left: 0;
    right: initial; } }

/* line 64, ../scss/ui/_country-selector.scss */
.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
  width: 18px;
  height: 14px; }

/* line 58, ../scss/style.scss */
.block-digilab-bazaar {
  max-width: 1100px;
  margin: 0 auto; }
