@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700|Montserrat:400,700|Droid+Sans:400,700";
/**
 * Main SiFive styles.
 *
 * Overridable parameters:
 *
 * $font-family--primary
 * $font-family--title
 * $font-family--home
 * $font-family--button
 * $font-size--small
 * $font-size--medium
 * $font-size--medium-large
 * $font-size--large
 * $font-size--huge
 * $font-size--enormous
 * $font-size--gigantic
 * $header-height
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

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

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

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

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

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

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

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; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

  thead {
    display: table-header-group; }

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

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

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

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

  .navbar {
    display: none; }

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

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

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

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.f4769f9bdb74.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.f4769f9bdb74.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.448c34a56d69.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.fa2772327f55.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.e18bbf611f2a.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.89889688147b.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }
/**
 * Default parameters
 */
/**
 * Global styles
 */
html {
  font-size: 62.5%; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  background-color: white; }

html {
  height: 100%; }

.site-header,
.site-footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.page-content--gray {
  background-color: #f7f7f7; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.1;
  margin: 0; }

p {
  margin: 0 0 1.42857em; }

ul, ol {
  margin-top: 0;
  margin-bottom: 1.42857em; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

[v-cloak] {
  display: none; }

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

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

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

.grid-row {
  margin-left: -15px;
  margin-right: -15px; }
  .grid-row:before, .grid-row:after {
    content: " ";
    display: table; }
  .grid-row:after {
    clear: both; }
  .grid-row__col--singleton {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .grid-row__col--singleton {
        float: left;
        width: 66.66667%; } }
  .grid-row__col--full-singleton {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .grid-row__col--full-singleton {
        float: left;
        width: 100%; } }
  .grid-row__col--halves {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .grid-row__col--halves {
        float: left;
        width: 50%; } }
  .grid-row__col--thirds {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .grid-row__col--thirds {
        float: left;
        width: 33.33333%; } }
  .grid-row__col--two-thirds {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .grid-row__col--two-thirds {
        float: left;
        width: 66.66667%; } }
  .grid-row__col--quarters {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .grid-row__col--quarters {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .grid-row__col--quarters {
        float: left;
        width: 25%; } }
    @media (max-width: 767px) {
      .grid-row__col--quarters {
        margin-left: auto;
        margin-right: auto;
        max-width: 375px; } }

@media (max-width: 991px) {
  .grid-row__col--halves-with-margin {
    margin-bottom: 6rem; } }

@media (max-width: 991px) {
  .grid-row__col--thirds-with-margin {
    margin-bottom: 6rem; } }

@media (max-width: 991px) {
  .grid-row__col--max-width-lg-halves {
    margin-left: auto;
    margin-right: auto;
    max-width: 585px; } }

@media (min-width: 1200px) {
  .grid-row--left-aligned-4x-gutter {
    margin-right: -105px; }

  .grid-row__col--left-aligned-4x-gutter {
    padding-right: 105px; } }
/**
 * Components
 */
.hollow-button {
  -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  background-color: transparent;
  border-radius: 4px;
  border: solid 2px rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 0.9rem 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  mix-blend-mode: hard-light; }
  .hollow-button:active, .hollow-button:focus, .hollow-button:hover {
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 4px;
    border: solid 2px rgba(0, 0, 0, 0.87);
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }

.hollow-button--invert {
  -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  background-color: transparent;
  border-radius: 4px;
  border: solid 2px rgba(255, 255, 255, 0.87);
  color: rgba(255, 255, 255, 0.87);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 0.9rem 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  mix-blend-mode: hard-light; }
  .hollow-button--invert:active, .hollow-button--invert:focus, .hollow-button--invert:hover {
    background-color: rgba(255, 255, 255, 0.87);
    border-radius: 4px;
    border: solid 2px rgba(255, 255, 255, 0.87);
    color: rgba(0, 0, 0, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }

.solid-button {
  -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  background-color: #1976d2;
  border-radius: 4px;
  border: solid 2px #1976d2;
  color: rgba(255, 255, 255, 0.87);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 0.9rem 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle; }
  .solid-button:active, .solid-button:focus, .solid-button:hover {
    background-color: #13263a;
    border-radius: 4px;
    border: solid 2px #13263a;
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }

@media (min-width: 992px) {
  .md-in {
    display: block; } }

.page-content--flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/**
 * Hero unit
 */
.hero-unit {
  background-color: #f7f7f7;
  height: 37.5rem; }
  .hero-unit__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%; }
    .hero-unit__container:before, .hero-unit__container:after {
      content: " ";
      display: table; }
    .hero-unit__container:after {
      clear: both; }
    @media (min-width: 768px) {
      .hero-unit__container {
        width: 750px; } }
    @media (min-width: 992px) {
      .hero-unit__container {
        width: 970px; } }
    @media (min-width: 1200px) {
      .hero-unit__container {
        width: 1170px; } }
  .hero-unit__main-panel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  @media (min-width: 768px) {
    .hero-unit__text {
      max-width: 85%;
      width: 80rem; } }
  @media (min-width: 992px) {
    .hero-unit__image {
      bottom: 0;
      position: absolute;
      right: 0; } }
  @media (max-width: 991px) {
    .hero-unit__image {
      display: none; } }

.hero-unit__title {
  font-family: "Droid Sans", sans-serif;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    .hero-unit__title {
      font-size: 3.2rem; } }

.hero-unit__description {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1em; }
  .hero-unit__description:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .hero-unit__description {
      font-size: 1.8rem; } }

@media (min-width: 992px) {
  .hero-unit__main-panel--about {
    background-image: url("../images/about/about-us-bg.cff52680c628.png");
    background-position: right -50px bottom;
    background-repeat: no-repeat; } }
.hero-unit__main-panel--all-aboard {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%; }
  @media (min-width: 768px) {
    .hero-unit__main-panel--all-aboard {
      background-image: url("/assets/images/posts/all-aboard-header-full.jpg"); } }
  @media (max-width: 767px) {
    .hero-unit__main-panel--all-aboard {
      background-image: url("/assets/images/posts/all-aboard-header-phone.jpg"); } }

@media (min-width: 992px) {
  .hero-unit__main-panel--product {
    background-image: url("../images/products/products-bg.b2c73feb1216.svg");
    background-position: right -59px bottom;
    background-repeat: no-repeat; } }
@media (min-width: 992px) {
  .hero-unit--product .hero-unit__title {
    max-width: 52rem; } }
@media (min-width: 1200px) {
  .hero-unit--product .hero-unit__title {
    max-width: 70rem; } }
@media (min-width: 992px) {
  .hero-unit--product .hero-unit__description {
    max-width: 35rem; } }
@media (min-width: 1200px) {
  .hero-unit--product .hero-unit__description {
    max-width: 55rem; } }

.hero-unit--dev {
  height: 43rem; }
  .hero-unit--dev h1 {
    font-weight: normal; }

.hero-unit--dev-home {
  background-image: url("/static/core/images/home/home-bg.33c78a5a93e0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  .hero-unit--dev-home .hero-unit__text {
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 768px) {
    .hero-unit--dev-home .hero-unit__text {
      width: 60rem; } }
  @media (max-width: 767px) {
    .hero-unit--dev-home .hero-unit__text {
      width: 100%; }
      .hero-unit--dev-home .hero-unit__text h1 {
        font-size: 2.4rem; }
      .hero-unit--dev-home .hero-unit__text p {
        font-size: 1.8rem; } }
  .hero-unit--dev-home .hero-unit__call-to-action {
    -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    background-color: #1976d2;
    border-radius: 4px;
    border: solid 2px #1976d2;
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 16.5rem; }
    .hero-unit--dev-home .hero-unit__call-to-action:active, .hero-unit--dev-home .hero-unit__call-to-action:focus, .hero-unit--dev-home .hero-unit__call-to-action:hover {
      background-color: #13263a;
      border-radius: 4px;
      border: solid 2px #13263a;
      color: rgba(255, 255, 255, 0.87);
      display: inline-block;
      font-family: "Roboto", sans-serif;
      padding: 0.9rem 15px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }

.hero-unit--dev-dark {
  background-image: url("/static/core/images/home/concrete-wall.cd9ee044a1f4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  .hero-unit--dev-dark .hero-unit__text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .hero-unit--dev-dark .hero-unit__text h1 {
      color: rgba(255, 255, 255, 0.87); }
    .hero-unit--dev-dark .hero-unit__text p {
      color: rgba(255, 255, 255, 0.54); }
  .hero-unit--dev-dark .hero-unit__call-to-action {
    -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    background-color: #1976d2;
    border-radius: 4px;
    border: solid 2px #1976d2;
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 16.5rem; }
    .hero-unit--dev-dark .hero-unit__call-to-action:active, .hero-unit--dev-dark .hero-unit__call-to-action:focus, .hero-unit--dev-dark .hero-unit__call-to-action:hover {
      background-color: #13263a;
      border-radius: 4px;
      border: solid 2px #13263a;
      color: rgba(255, 255, 255, 0.87);
      display: inline-block;
      font-family: "Roboto", sans-serif;
      padding: 0.9rem 15px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }

/**
 * Main content generic styles
 */
.main-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 6rem;
  padding-top: 6rem; }
  .main-content:before, .main-content:after {
    content: " ";
    display: table; }
  .main-content:after {
    clear: both; }
  @media (min-width: 768px) {
    .main-content {
      width: 750px; } }
  @media (min-width: 992px) {
    .main-content {
      width: 970px; } }
  @media (min-width: 1200px) {
    .main-content {
      width: 1170px; } }
  .main-content h1 {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Droid Sans", sans-serif;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem; }
    .main-content h1:first-child {
      margin-top: 0; }
  .main-content h2 {
    margin-bottom: 1.5rem;
    margin-top: 3rem; }
  .main-content strong {
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal; }

.main-content-v2 {
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 9rem;
  margin-top: 6rem; }

.primary-section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.8rem;
  margin-bottom: 9rem; }
  @media (min-width: 992px) {
    .primary-section {
      float: left;
      width: 66.66667%; } }

.primary-section-v2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.8rem;
  margin-bottom: 9rem; }

.primary-section-v2__title {
  font-family: "Droid Sans", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 3rem; }

.detail-card {
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 60px; }
  .detail-card:before {
    background-color: rgba(0, 0, 0, 0.87);
    content: "";
    display: table;
    height: 3px;
    margin-bottom: 3rem;
    margin-top: -3px;
    width: 100%; }
  .detail-card__title {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Droid Sans", sans-serif;
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 1.5rem; }
  .detail-card p {
    margin-bottom: 3rem; }
  .detail-card em {
    color: rgba(0, 0, 0, 0.87); }
  .detail-card__button {
    -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    background-color: transparent;
    border-radius: 4px;
    border: solid 2px rgba(0, 0, 0, 0.87);
    color: rgba(0, 0, 0, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }
    .detail-card__button:active, .detail-card__button:focus, .detail-card__button:hover {
      background-color: rgba(0, 0, 0, 0.87);
      border-radius: 4px;
      border: solid 2px rgba(0, 0, 0, 0.87);
      color: rgba(255, 255, 255, 0.87);
      display: inline-block;
      font-family: "Roboto", sans-serif;
      padding: 0.9rem 15px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }
  .detail-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3rem; }

.detail-card--small:before {
  display: none; }
.detail-card--small .detail-card__title {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem; }

.icon-card {
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 6rem;
  margin-top: 3rem;
  text-align: center; }
  .icon-card__icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f7f7f7;
    border-radius: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 12rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    width: 12rem; }
  .icon-card h1 {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Droid Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem; }
    .icon-card h1 a:link, .icon-card h1 a:visited {
      color: rgba(0, 0, 0, 0.87); }
    .icon-card h1 a:active, .icon-card h1 a:focus, .icon-card h1 a:hover {
      color: rgba(0, 0, 0, 0.54); }

.plain-card__title {
  margin-bottom: 3rem; }

.product-card {
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 60px; }
  .product-card:before {
    background-color: rgba(0, 0, 0, 0.87);
    content: "";
    display: table;
    height: 0.3rem;
    margin-bottom: 3rem;
    margin-top: 3.7rem;
    width: 100%; }
  .product-card__title {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Droid Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 1.5rem; }
  .product-card p {
    margin-bottom: 3rem; }
  .product-card em {
    color: rgba(0, 0, 0, 0.87); }
  .product-card__button {
    -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    background-color: transparent;
    border-radius: 4px;
    border: solid 2px rgba(0, 0, 0, 0.87);
    color: rgba(0, 0, 0, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }
    .product-card__button:active, .product-card__button:focus, .product-card__button:hover {
      background-color: rgba(0, 0, 0, 0.87);
      border-radius: 4px;
      border: solid 2px rgba(0, 0, 0, 0.87);
      color: rgba(255, 255, 255, 0.87);
      display: inline-block;
      font-family: "Roboto", sans-serif;
      padding: 0.9rem 15px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }
  .product-card ul {
    line-height: 1.57;
    list-style: none;
    margin-bottom: 3rem;
    padding-left: 0; }

/**
 * Header
 */
.site-header__banner {
  background-color: #1263af;
  color: rgba(255, 255, 255, 0.87);
  height: 5.5rem;
  line-height: 5.5rem;
  text-align: center; }
  .site-header__banner a:link, .site-header__banner a:visited {
    color: rgba(255, 255, 255, 0.87); }
  .site-header__banner a:active, .site-header__banner a:focus, .site-header__banner a:hover {
    color: rgba(255, 255, 255, 0.54); }
  .site-header__banner__close_btn {
    position: absolute;
    right: 1.5rem; }
    .site-header__banner__close_btn a {
      vertical-align: middle; }
.site-header__primary-row {
  padding: 0.55rem 30px;
  position: relative;
  z-index: 2; }
  .site-header__primary-row:before, .site-header__primary-row:after {
    content: " ";
    display: table; }
  .site-header__primary-row:after {
    clear: both; }
.site-header__logo-nav-wrapper {
  float: left; }
  @media (max-width: 767px) {
    .site-header__logo-nav-wrapper {
      width: 100%; } }
.site-header__logo {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .site-header__logo {
      height: 4.4rem;
      line-height: 4.4rem;
      margin-right: 0; } }
  .site-header__logo img {
    height: 3rem; }
@media (min-width: 768px) {
  .site-header__nav {
    display: inline-block;
    height: 4.4rem;
    line-height: 4.4rem;
    vertical-align: middle; } }
@media (max-width: 767px) {
  .site-header__nav {
    display: none; } }
.site-header__nav *:not(:last-child) {
  margin-right: 15px; }
@media (min-width: 768px) {
  .site-header__mobile-nav {
    display: none; } }
@media (max-width: 767px) {
  .site-header__mobile-nav {
    color: rgba(255, 255, 255, 0.87);
    float: right;
    font-size: 2rem;
    height: 4.4rem;
    line-height: 4.4rem;
    vertical-align: middle; }
    .site-header__mobile-nav a:link, .site-header__mobile-nav a:visited {
      color: rgba(255, 255, 255, 0.87); }
    .site-header__mobile-nav a:active, .site-header__mobile-nav a:focus, .site-header__mobile-nav a:hover {
      color: rgba(255, 255, 255, 0.87); } }
@media (min-width: 768px) {
  .site-header__mobile-nav-menu {
    display: none; } }
@media (max-width: 767px) {
  .site-header__mobile-nav-menu {
    background-color: #303030;
    color: rgba(255, 255, 255, 0.87);
    margin-top: -5.5rem;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .site-header__mobile-nav-menu ul {
      line-height: 2;
      list-style: none;
      padding-bottom: 3rem;
      padding-top: 1.5rem; }
    .site-header__mobile-nav-menu__list {
      margin-top: 5.5rem; }
    .site-header__mobile-nav-menu a:link, .site-header__mobile-nav-menu a:visited {
      color: rgba(255, 255, 255, 0.87); }
    .site-header__mobile-nav-menu a:active, .site-header__mobile-nav-menu a:focus, .site-header__mobile-nav-menu a:hover {
      color: rgba(255, 255, 255, 0.54); } }
.site-header__action-panel {
  float: right;
  height: 4.4rem;
  line-height: 4.4rem; }
  @media (max-width: 767px) {
    .site-header__action-panel {
      display: none; } }
.site-header__sign-up {
  color: rgba(25, 118, 210, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
.site-header__log-in {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 15px;
  text-transform: uppercase; }
.site-header__salutation {
  margin-right: 15px; }
.site-header__user-profile {
  border-radius: 4.4rem;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  overflow: hidden;
  vertical-align: middle;
  width: 4.4rem; }
.site-header__user-profile--default {
  background-color: #1976d2;
  color: rgba(255, 255, 255, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-align: center; }
.site-header__user-menu {
  display: none;
  list-style: none;
  padding: 1.5rem 3rem; }
  .site-header__user-menu li {
    line-height: 1.29; }
    .site-header__user-menu li:not(:last-child) {
      margin-bottom: 1.5rem; }
  .site-header__user-menu a:link, .site-header__user-menu a:visited {
    color: rgba(0, 0, 0, 0.54); }
  .site-header__user-menu a:active, .site-header__user-menu a:focus, .site-header__user-menu a:hover {
    color: rgba(0, 0, 0, 0.87); }
.site-header__action-panel.open .site-header__user-menu {
  background: white;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
  display: block;
  min-width: 16.5rem;
  right: 3rem;
  position: absolute; }
.site-header__secondary-row {
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.54);
  height: 5rem;
  line-height: 5rem;
  border-bottom: 1px solid #e8e8e8; }
  @media (max-width: 767px) {
    .site-header__secondary-row {
      display: none; } }
.site-header__subnav {
  margin-left: 3rem; }
  .site-header__subnav *:not(:last-child) {
    margin-right: 15px; }
.site-header__subnav-item:link, .site-header__subnav-item:visited {
  color: rgba(0, 0, 0, 0.54); }
.site-header__subnav-item:active, .site-header__subnav-item:focus, .site-header__subnav-item:hover {
  color: rgba(0, 0, 0, 0.87); }
.site-header__subnav-item.active-descendant {
  color: rgba(0, 0, 0, 0.87); }
.site-header__subnav-item.active {
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  z-index: 0; }
  .site-header__subnav-item.active:after {
    position: absolute;
    content: " ";
    width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-left: 3px;
    padding-right: 3px;
    height: 1em;
    left: -3px;
    top: 50%;
    z-index: -1;
    background-color: #fdd835; }

.site-header__primary-row--dark {
  background-color: #303030;
  color: rgba(255, 255, 255, 0.54); }
  .site-header__primary-row--dark .site-header__nav-item:link, .site-header__primary-row--dark .site-header__nav-item:visited {
    color: rgba(255, 255, 255, 0.54); }
  .site-header__primary-row--dark .site-header__nav-item:active, .site-header__primary-row--dark .site-header__nav-item:focus, .site-header__primary-row--dark .site-header__nav-item:hover {
    color: rgba(255, 255, 255, 0.87); }
  .site-header__primary-row--dark .site-header__nav-item.active {
    color: rgba(255, 255, 255, 0.87); }

.site-header__primary-row--light {
  background-color: rgba(255, 255, 255, 0.87);
  color: rgba(0, 0, 0, 0.54); }
  .site-header__primary-row--light .site-header__nav-item:link, .site-header__primary-row--light .site-header__nav-item:visited {
    color: rgba(0, 0, 0, 0.54); }
  .site-header__primary-row--light .site-header__nav-item:active, .site-header__primary-row--light .site-header__nav-item:focus, .site-header__primary-row--light .site-header__nav-item:hover {
    color: rgba(0, 0, 0, 0.87); }
  .site-header__primary-row--light .site-header__nav-item.active {
    color: rgba(0, 0, 0, 0.87); }
  .site-header__primary-row--light .site-header__mobile-nav {
    color: rgba(0, 0, 0, 0.87); }
    .site-header__primary-row--light .site-header__mobile-nav a:link, .site-header__primary-row--light .site-header__mobile-nav a:visited {
      color: rgba(0, 0, 0, 0.87); }
    .site-header__primary-row--light .site-header__mobile-nav a:active, .site-header__primary-row--light .site-header__mobile-nav a:focus, .site-header__primary-row--light .site-header__mobile-nav a:hover {
      color: rgba(0, 0, 0, 0.87); }

.site-header__mobile-nav-menu.light {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }
  .site-header__mobile-nav-menu.light a:link, .site-header__mobile-nav-menu.light a:visited {
    color: rgba(0, 0, 0, 0.87); }
  .site-header__mobile-nav-menu.light a:active, .site-header__mobile-nav-menu.light a:focus, .site-header__mobile-nav-menu.light a:hover {
    color: rgba(0, 0, 0, 0.54); }

.site-header--home-page {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
  background-color: transparent; }
  .site-header--home-page .site-header__primary-row {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.87), 0 0 10px rgba(255, 255, 255, 0.87), 0 0 10px rgba(255, 255, 255, 0.87); }
  .site-header--home-page .site-header__logo img {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.87)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.87)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.87));
            filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.87)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.87)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.87)); }
  .site-header--home-page .site-header__nav-item:link, .site-header--home-page .site-header__nav-item:visited {
    color: rgba(0, 0, 0, 0.87); }
  .site-header--home-page .site-header__nav-item:active, .site-header--home-page .site-header__nav-item:focus, .site-header--home-page .site-header__nav-item:hover {
    color: rgba(0, 0, 0, 0.87); }
  .site-header--home-page .site-header__nav-item.active {
    color: rgba(0, 0, 0, 0.87); }
  .site-header--home-page .site-header__nav-separator {
    color: rgba(0, 0, 0, 0.87); }
  .site-header--home-page .site-header__mobile-nav {
    color: rgba(0, 0, 0, 0.87); }
    .site-header--home-page .site-header__mobile-nav a:link, .site-header--home-page .site-header__mobile-nav a:visited {
      color: rgba(0, 0, 0, 0.87); }
    .site-header--home-page .site-header__mobile-nav a:active, .site-header--home-page .site-header__mobile-nav a:focus, .site-header--home-page .site-header__mobile-nav a:hover {
      color: rgba(0, 0, 0, 0.87); }
  .site-header--home-page .site-header__mobile-nav-menu {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
    .site-header--home-page .site-header__mobile-nav-menu a:link, .site-header--home-page .site-header__mobile-nav-menu a:visited {
      color: rgba(0, 0, 0, 0.87); }
    .site-header--home-page .site-header__mobile-nav-menu a:active, .site-header--home-page .site-header__mobile-nav-menu a:focus, .site-header--home-page .site-header__mobile-nav-menu a:hover {
      color: rgba(0, 0, 0, 0.87); }

@media (max-width: 767px) {
  .xs-hide {
    display: none; } }
/**
 * Footer
 */
.site-footer {
  border-top: solid 1px #e8e8e8;
  background-color: #f7f7f7; }
  .site-footer:before, .site-footer:after {
    content: " ";
    display: table; }
  .site-footer:after {
    clear: both; }
  @media (max-width: 767px) {
    .site-footer {
      text-align: center; } }
  .site-footer__copyright {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.2rem;
    height: 44px;
    line-height: 44px;
    margin-left: 30px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .site-footer__copyright {
        margin-left: 15px; } }
    .site-footer__copyright a:link, .site-footer__copyright a:visited {
      color: rgba(0, 0, 0, 0.87); }
    .site-footer__copyright a:active, .site-footer__copyright a:focus, .site-footer__copyright a:hover {
      color: rgba(0, 0, 0, 0.54); }
  .site-footer__nav {
    display: inline-block;
    margin-left: 30px;
    height: 44px;
    line-height: 44px;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.54); }
    .site-footer__nav a:link, .site-footer__nav a:visited {
      color: rgba(0, 0, 0, 0.54); }
    .site-footer__nav a:active, .site-footer__nav a:focus, .site-footer__nav a:hover {
      color: rgba(0, 0, 0, 0.87); }
  .site-footer__nav-item:not(:last-child) {
    margin-right: 15px; }
  .site-footer__social-media {
    float: right;
    margin-right: 30px;
    height: 44px;
    line-height: 44px;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .site-footer__social-media {
        display: none; } }
  .site-footer__twitter-link {
    margin-right: 15px; }
  .site-footer__linked-in-link {
    margin-right: 8px; }
  .site-footer__facebook-link {
    margin-right: 16px; }
  .site-footer__youtube-link {
    margin-right: 14px; }
  .site-footer__github-link {
    margin-right: 0px; }
  .site-footer__social-media-icon {
    height: 20px; }

/**
 * Home page
 */
.home-block {
  margin-left: 0;
  margin-right: 0;
  min-height: 50rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  font-family: "Droid Sans", sans-serif; }
  .home-block:before, .home-block:after {
    content: " ";
    display: table; }
  .home-block:after {
    clear: both; }
  .home-block__media-box h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    line-height: 1.13; }
    .home-block__media-box h1 .font-weight-thin {
      font-weight: normal; }
  .home-block__limited-width-title {
    max-width: 95%; }
  .home-block__panel--primary .home-block__media-box h1 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 0.8em; }
    @media (max-width: 991px) {
      .home-block__panel--primary .home-block__media-box h1 {
        font-size: 2.6rem; } }
  .home-block__cta {
    margin-top: 15px; }
  .home-block__column--primary {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    height: 100%; }
    @media (min-width: 992px) {
      .home-block__column--primary {
        float: left;
        width: 66.66667%; } }
  .home-block__panel--primary {
    color: rgba(0, 0, 0, 0.87);
    background-color: #303030;
    position: relative;
    font-weight: 600;
    text-shadow: 0 0 30px white, 0 0 30px white, 0 0 30px white;
    background: url("/assets/images/home/FU540-angled-home.jpg") top right/cover no-repeat; }
    @media (max-width: 991px) {
      .home-block__panel--primary {
        background: url("/assets/images/home/FU540-angled-home.jpg") top right/cover no-repeat; } }
  .home-block__panel--primary a {
    color: rgba(0, 0, 0, 0.87); }
  .home-block__panel--primary .home-block__media-box {
    position: absolute;
    bottom: 5rem; }
  .home-block__panel--primary .home-block__lead-in {
    font-size: 2.8rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 991px) {
      .home-block__panel--primary .home-block__lead-in {
        font-size: 1.8rem; } }
    @media (max-width: 767px) {
      .home-block__panel--primary .home-block__lead-in {
        font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .home-block__panel--primary h1 {
      font-size: 2.4rem !important; } }
  .home-block__panel--primary .home-block__description {
    font-size: 2rem; }
    @media (max-width: 991px) {
      .home-block__panel--primary .home-block__description {
        font-size: 1.8rem; } }
    @media (max-width: 767px) {
      .home-block__panel--primary .home-block__description {
        font-size: 1.6rem; } }
    .home-block__panel--primary .home-block__description > :last-child {
      margin-bottom: 0; }
  .home-block__cta {
    display: inline-block;
    font-family: "Droid Sans", sans-serif;
    font-size: 1.8rem;
    line-height: 1.33;
    text-transform: uppercase;
    vertical-align: middle; }
    .home-block__cta:after {
      display: inline-block;
      margin-left: 1.5rem;
      vertical-align: middle; }
  .home-block__panel--primary .home-block__cta {
    color: rgba(0, 0, 0, 0.87); }
    .home-block__panel--primary .home-block__cta:after {
      content: url("../images/widgets/black-circle-arrow.f646b9ff335d.svg"); }
  .home-block__column--secondary {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    height: 100%; }
    @media (min-width: 992px) {
      .home-block__column--secondary {
        float: left;
        width: 33.33333%; } }
  .home-block__column--secondary .home-block__panel-image {
    position: absolute;
    top: 0;
    right: 0; }
  .home-block__panel--secondary-top .home-block__panel-image--top-1 {
    position: absolute;
    left: 0;
    top: 0; }
  .home-block__panel--secondary-top .home-block__panel-image--top-2 {
    position: absolute;
    right: 0;
    top: 0; }
  .home-block__panel--secondary-top .home-block__panel-image--top-3 {
    position: absolute;
    bottom: 0;
    right: 0; }
  .home-block__column--secondary .home-block__media-box {
    bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    position: absolute; }
  .home-block__panel--secondary-top {
    color: rgba(255, 255, 255, 0.87);
    background-color: #1263af;
    position: relative;
    height: 50%;
    overflow: hidden; }
  .home-block__panel--secondary-top a {
    color: rgba(255, 255, 255, 0.87); }
  .home-block__panel--secondary-top .home-block__cta {
    color: rgba(255, 255, 255, 0.87); }
    .home-block__panel--secondary-top .home-block__cta:after {
      content: url("../images/widgets/white-circle-arrow.1b7c0b87b5cc.svg"); }
  .home-block__panel--secondary-bottom {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fdd835;
    position: relative;
    height: 50%;
    overflow: hidden; }
  .home-block__panel--secondary-bottom a {
    color: rgba(0, 0, 0, 0.87); }
  .home-block__panel--secondary-bottom .home-block__cta {
    color: rgba(0, 0, 0, 0.87); }
    .home-block__panel--secondary-bottom .home-block__cta:after {
      content: url("../images/widgets/black-circle-arrow.f646b9ff335d.svg"); }

.home-block__with-click-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .home-block__with-click-icon:after {
    content: url("../images/widgets/black-circle-arrow.f646b9ff335d.svg");
    line-height: 0;
    margin-left: 1.5rem; }

@media (min-width: 992px) {
  .home-block {
    bottom: 44px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .home-block__panel--primary {
      height: 100%; }
    .home-block__panel--primary .home-block__media-box {
      margin-left: 6rem;
      margin-right: 6rem; } }
@media (max-width: 991px) {
  .home-block__panel--primary .home-block__media-box {
    margin-left: 3rem;
    margin-right: 3rem; } }

@media (max-width: 991px) {
  .home-block__panel {
    min-height: 40rem; } }
.freedom-platform-main-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .freedom-platform-main-col {
      float: left;
      width: 33.33333%; } }

.freedom-platform-spec-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .freedom-platform-spec-col {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .freedom-platform-spec-col {
      float: left;
      width: 33.33333%; } }

.hifive1-description p {
  margin-bottom: 3rem; }
.hifive1-description ul {
  margin-bottom: 3rem; }
  .hifive1-description ul ul {
    margin-bottom: 0; }

.image-spacer {
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: center; }
  .image-spacer img {
    max-width: 100%;
    max-height: 30rem; }
  .image-spacer .tux-the-penguin {
    max-width: 40%;
    display: block-inline; }
  .image-spacer .linux-conf-logo {
    max-width: 40%;
    padding-right: 1rem;
    display: block-inline; }

.unleashed-image-spacer {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  .unleashed-image-spacer img {
    max-width: 100%;
    max-height: 50rem; }
  .unleashed-image-spacer .get-yours-board {
    max-height: 40rem; }

.unleashed-image-col-spacer {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left; }
  .unleashed-image-col-spacer img {
    max-width: 100%; }

.profile-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 3rem; }
  .profile-list:before, .profile-list:after {
    content: " ";
    display: table; }
  .profile-list:after {
    clear: both; }
  .profile-list__column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .profile-list__column {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .profile-list__column {
        float: left;
        width: 33.33333%; } }

.profile {
  margin-bottom: 6rem;
  width: 29rem;
  margin-left: auto;
  margin-right: auto; }
  .profile__image {
    margin-bottom: 3rem;
    width: 29rem; }
  .profile__name {
    color: rgba(0, 0, 0, 0.87);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.8rem; }
  .profile__title {
    color: rgba(0, 0, 0, 0.87);
    line-height: 1;
    margin-bottom: 1.5rem; }

.investor-logo {
  background-color: #f7f7f7;
  margin-bottom: 3rem;
  padding: 4.5rem 2rem;
  text-align: center; }
  .investor-logo__image {
    max-width: 100%;
    max-height: 10rem; }

.jobs {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 6rem; }
  .jobs__heading, .jobs__cap, .jobs__description-wrapper {
    margin-left: 0;
    margin-right: 0; }
    .jobs__heading:before, .jobs__heading:after, .jobs__cap:before, .jobs__cap:after, .jobs__description-wrapper:before, .jobs__description-wrapper:after {
      content: " ";
      display: table; }
    .jobs__heading:after, .jobs__cap:after, .jobs__description-wrapper:after {
      clear: both; }
  .jobs__position-wrapper, .jobs__location-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .jobs__position-wrapper, .jobs__location-wrapper {
        float: left;
        width: 50%; } }
  .jobs__section-title {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .jobs__description {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .jobs__description h2 {
      margin-bottom: 2rem;
      font-weight: 500;
      font-size: 22px; }
    .jobs__description h3 {
      margin-bottom: 2rem;
      font-weight: 500;
      font-size: 18px; }
  @media (max-width: 767px) {
    .jobs__heading {
      display: none; } }
  .jobs__cap {
    cursor: pointer;
    border-top: 1px solid #e8e8e8; }
  .jobs__item:nth-child(odd) .jobs__cap {
    background-color: #fcfcfc; }
  .jobs__item:nth-child(even) .jobs__cap {
    background-color: #f2f2f2; }
  .jobs__position, .jobs__location {
    line-height: 1;
    padding-bottom: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.5rem; }
  .jobs__cap .jobs__location:after {
    content: url("../images/widgets/arrow-down-icon.af117fec4925.svg");
    float: right;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: 0.35s;
    transition: 0.35s; }
  .jobs__cap.collapsed .jobs__location:after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .jobs__description {
    background-color: #fcfcfc;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.5rem; }
  .jobs__apply-button {
    -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    background-color: #1976d2;
    border-radius: 4px;
    border: solid 2px #1976d2;
    color: white;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: white;
    margin-top: 2rem; }
    .jobs__apply-button:active, .jobs__apply-button:focus, .jobs__apply-button:hover {
      background-color: #13263a;
      border-radius: 4px;
      border: solid 2px #13263a;
      color: white;
      display: inline-block;
      font-family: "Roboto", sans-serif;
      padding: 0.9rem 15px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }
  .jobs__loading-spinner {
    text-align: center; }

.devsite-form input,
.devsite-form select,
.devsite-form textarea {
  color: rgba(0, 0, 0, 0.87); }
.devsite-form input[type="text"],
.devsite-form input[type="email"],
.devsite-form input[type="password"],
.devsite-form input[type="tel"],
.devsite-form select,
.devsite-form textarea,
.devsite-form .terms-of-service {
  padding: 1rem 1.5rem;
  border-radius: 0.2rem;
  border: solid 1px #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 0 #e8e8e8;
          box-shadow: inset 0 1px 0 0 #e8e8e8;
  background-color: white; }
.devsite-form input[type="submit"],
.devsite-form button[type="submit"] {
  -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  background-color: #1976d2;
  border-radius: 4px;
  border: solid 2px #1976d2;
  color: white;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 0.9rem 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 500; }
  .devsite-form input[type="submit"]:active, .devsite-form input[type="submit"]:focus, .devsite-form input[type="submit"]:hover,
  .devsite-form button[type="submit"]:active,
  .devsite-form button[type="submit"]:focus,
  .devsite-form button[type="submit"]:hover {
    background-color: #13263a;
    border-radius: 4px;
    border: solid 2px #13263a;
    color: white;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }
.devsite-form select {
  border-radius: 0.3rem; }
.devsite-form input[type="text"],
.devsite-form input[type="email"],
.devsite-form input[type="password"],
.devsite-form input[type="tel"],
.devsite-form select:not([multiple]) {
  height: 4.4rem; }
.devsite-form label {
  color: rgba(0, 0, 0, 0.87); }
.devsite-form .form-element.error input[type="text"],
.devsite-form .form-element.error input[type="email"],
.devsite-form .form-element.error input[type="password"],
.devsite-form .form-element.error input[type="tel"],
.devsite-form .form-element.error select {
  border: 3px solid rgba(244, 67, 54, 0.87); }
.devsite-form .errorlist {
  left: 100%;
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  color: rgba(244, 67, 54, 0.87); }
.devsite-form .form-row {
  margin-bottom: 1.5rem; }
.devsite-form .terms-of-service {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.6rem;
  height: 17rem;
  padding: 1.5rem;
  overflow-y: scroll; }
  .devsite-form .terms-of-service h1,
  .devsite-form .terms-of-service h2 {
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold; }
  .devsite-form .terms-of-service h3 {
    text-decoration: underline;
    font-weight: normal; }
  .devsite-form .terms-of-service p:last-child {
    margin-bottom: 0; }
  .devsite-form .terms-of-service ul {
    padding-left: 1.5rem; }
  .devsite-form .terms-of-service h1,
  .devsite-form .terms-of-service h2,
  .devsite-form .terms-of-service p,
  .devsite-form .terms-of-service ul {
    margin-bottom: 1.5rem; }
  .devsite-form .terms-of-service h3 {
    margin-bottom: 0; }
  .devsite-form .terms-of-service h1,
  .devsite-form .terms-of-service h2,
  .devsite-form .terms-of-service h3,
  .devsite-form .terms-of-service p,
  .devsite-form .terms-of-service ul {
    font-size: inherit; }
.devsite-form .terms-of-service__checkbox {
  font-size: 1.2rem;
  vertical-align: text-bottom; }
.devsite-form .form-row--submit {
  margin-top: 3rem; }
.devsite-form .remember-me-label {
  font-size: 1.2rem;
  font-weight: normal; }
.devsite-form .forgot-password {
  float: right; }
  .devsite-form .forgot-password:before, .devsite-form .forgot-password:after {
    content: " ";
    display: table; }
  .devsite-form .forgot-password:after {
    clear: both; }
.devsite-form .devsite-form__text {
  font-size: 1.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
.devsite-form .form-element > ul {
  list-style: none;
  padding-left: 0; }

.devsite-form--full-width input[type="text"],
.devsite-form--full-width input[type="email"],
.devsite-form--full-width input[type="password"],
.devsite-form--full-width select,
.devsite-form--full-width .terms-of-service {
  width: 100%; }
.devsite-form--full-width input[type="submit"] {
  width: 100%; }

.press-block:before {
  background-color: rgba(0, 0, 0, 0.87);
  content: "";
  display: table;
  height: 3px;
  margin-bottom: 3rem;
  margin-top: -3px;
  width: 100%; }
.press-block__publisher {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase; }
.press-block__headline {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 0.8rem; }
  .press-block__headline a:link, .press-block__headline a:visited {
    color: rgba(0, 0, 0, 0.87); }
  .press-block__headline a:active, .press-block__headline a:focus, .press-block__headline a:hover {
    color: rgba(0, 0, 0, 0.54); }
.press-block__dateline {
  font-size: 1.2rem;
  margin-bottom: 3rem; }
.press-block__content {
  margin-bottom: 3rem; }
.press-block__link {
  margin-bottom: 60px; }
.press-block__button {
  -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  background-color: transparent;
  border-radius: 4px;
  border: solid 2px rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 0.9rem 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 16.5rem; }
  .press-block__button:active, .press-block__button:focus, .press-block__button:hover {
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 4px;
    border: solid 2px rgba(0, 0, 0, 0.87);
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }

.press-full-list:before {
  background-color: rgba(0, 0, 0, 0.87);
  content: "";
  display: table;
  height: 3px;
  margin-bottom: 6rem;
  margin-top: -3px;
  width: 100%; }

.press-short-block {
  margin-bottom: 3rem; }
  .press-short-block__publisher {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase; }
  .press-short-block__headline {
    font-family: "Droid Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0.8rem; }
    .press-short-block__headline a:link, .press-short-block__headline a:visited {
      color: rgba(0, 0, 0, 0.87); }
    .press-short-block__headline a:active, .press-short-block__headline a:focus, .press-short-block__headline a:hover {
      color: rgba(0, 0, 0, 0.54); }
  .press-short-block__dateline {
    font-size: 1.2rem; }

.media-inquiries {
  background-color: #f2f2f2; }
  .media-inquiries h1 {
    font-size: 2rem; }
  .media-inquiries__text {
    padding: 4rem 30px; }
    .media-inquiries__text *:last-child {
      margin-bottom: 0; }

.map-box {
  margin-bottom: 6rem;
  position: relative; }
  .map-box__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 37.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .map-box__text {
    padding: 40px; }
    .map-box__text h1 {
      font-family: "Droid Sans", sans-serif;
      font-size: 5rem;
      margin-bottom: 1.5rem; }
    .map-box__text p {
      font-size: 2rem;
      line-height: 1.2; }
  @media (min-width: 992px) {
    .map-box__text-wrapper {
      left: 90px;
      position: absolute;
      z-index: 1; }
    .map-box__text {
      background-color: rgba(255, 255, 255, 0.97);
      width: 500px; } }
  @media (max-width: 991px) {
    .map-box__text-wrapper {
      background-color: #f7f7f7; } }
  .map-box__map {
    width: 100%;
    height: 37.5rem; }

.contact-page-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .contact-page-col {
      float: left;
      width: 25%; } }
  @media (min-width: 992px) {
    .contact-page-col {
      float: left;
      width: 25%; } }
  @media (min-width: 1200px) {
    .contact-page-col {
      float: left;
      width: 16.66667%; } }

@media (min-width: 768px) {
  .contact-page-col-offset {
    margin-left: 16.66667%; } }
@media (min-width: 992px) {
  .contact-page-col-offset {
    margin-left: 25%; } }
@media (min-width: 1200px) {
  .contact-page-col-offset {
    margin-left: 41.66667%; } }

.privacy-policy,
.terms-of-use {
  color: rgba(0, 0, 0, 0.54); }
  .privacy-policy b,
  .terms-of-use b {
    color: black;
    font-weight: normal; }
  .privacy-policy ul,
  .terms-of-use ul {
    margin-bottom: 1em; }
  .privacy-policy li,
  .terms-of-use li {
    margin-top: 1em; }
  .privacy-policy h1,
  .terms-of-use h1 {
    font-family: "Droid Sans", sans-serif;
    font-size: 5rem;
    margin-top: 6rem; }
  .privacy-policy address,
  .terms-of-use address {
    margin-left: 15px; }

.account-content {
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 19rem; }
  .account-content h1 {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Droid Sans", sans-serif;
    font-size: 5rem;
    font-weight: normal;
    margin-bottom: 6rem; }
  .account-content .button {
    -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    background-color: #1976d2;
    border-radius: 4px;
    border: solid 2px #1976d2;
    color: white;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 1.6rem;
    width: 100%; }
    .account-content .button:active, .account-content .button:focus, .account-content .button:hover {
      background-color: #13263a;
      border-radius: 4px;
      border: solid 2px #13263a;
      color: white;
      display: inline-block;
      font-family: "Roboto", sans-serif;
      padding: 0.9rem 15px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }
  .account-content p {
    font-size: 1.8rem;
    margin-bottom: 3rem; }
  .account-content form {
    text-align: left; }

.notification-messages {
  margin-bottom: -9rem;
  margin-top: 3rem;
  text-align: center; }
  .notification-messages__list {
    list-style: none;
    padding-left: 0; }
    .notification-messages__list li {
      background-color: #d9edf7;
      border-radius: 0.4rem;
      color: rgba(36, 127, 173, 0.87);
      margin-bottom: 1.5rem;
      padding: 1.5rem; }
      .notification-messages__list li.success {
        color: rgba(58, 119, 58, 0.87);
        background-color: #dff0d7; }

.notification-messages-v2__list {
  list-style: none;
  padding-left: 0; }

.notification-messages-v2__list-item {
  background-color: #d9edf7;
  border-radius: 0.4rem;
  color: rgba(36, 127, 173, 0.87);
  line-height: 2.14;
  padding: 0.7rem 1.5rem;
  margin-bottom: 1.5rem; }
  .notification-messages-v2__list-item.success {
    color: rgba(58, 119, 58, 0.87);
    background-color: #dff0d7; }
  .notification-messages-v2__list-item.info {
    color: rgba(36, 127, 173, 0.87);
    background-color: #d9edf7; }

.narrow-column {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem; }

.devboard-card {
  margin-bottom: 15rem; }
  .devboard-card__platform {
    margin-bottom: 1.5rem; }
    .devboard-card__platform img {
      max-width: 100%; }
  .devboard-card__title {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Droid Sans", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 3rem; }
    .devboard-card__title:before {
      background-color: rgba(0, 0, 0, 0.87);
      content: "";
      display: table;
      height: 0.3rem;
      margin-bottom: 3rem;
      margin-top: 2.7rem;
      width: 100%; }
  .devboard-card__image {
    margin-bottom: 1.5rem;
    text-align: center; }
    .devboard-card__image img {
      max-width: 100%; }
  .devboard-card__full-name {
    font-family: "Droid Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 3rem; }
  .devboard-card__description {
    margin-bottom: 3rem; }
  .devboard-card__purchase-row {
    text-align: center; }
    .devboard-card__purchase-row:not(:last-child) {
      margin-bottom: 6rem; }
  .devboard-card__purchase-row__col {
    display: inline-block;
    margin: 0.5rem 0.75rem;
    vertical-align: top; }

.purchase-button {
  border-radius: 0.4rem;
  border: 1px solid #1976d2;
  display: inline-block;
  -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s; }
  .purchase-button:hover {
    border: 1px solid #13263a; }
  .purchase-button__vendor-icon {
    display: inline-block;
    height: 4.4rem;
    line-height: 4.4rem;
    text-align: center;
    vertical-align: middle;
    width: 4.4rem; }
    .purchase-button__vendor-icon img {
      line-height: 1;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle; }
  .purchase-button__link {
    -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    background-color: #1976d2;
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    font-family: "Droid Sans", sans-serif;
    height: 4.4rem;
    line-height: 4.4rem;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 12rem; }
  .purchase-button:hover .purchase-button__link {
    background-color: #13263a;
    color: rgba(255, 255, 255, 0.87); }

.error-page {
  margin-top: 6rem; }
  .error-page h1 {
    font-family: "Droid Sans", sans-serif;
    font-size: 5rem;
    margin-bottom: 3rem; }
  .error-page p {
    font-size: 2rem; }

.downloads-button {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -1px;
  padding: 2.9rem 1.5rem 2.9rem 3rem; }
  .downloads-button a:link, .downloads-button a:visited {
    color: rgba(0, 0, 0, 0.87); }
  .downloads-button a:active, .downloads-button a:focus, .downloads-button a:hover {
    color: rgba(0, 0, 0, 0.54); }

.blog-list-header {
  margin-bottom: 3rem; }

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

.blog-list-main-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .blog-list-main-panel {
      float: left;
      width: 66.66667%; } }

.blog-list-side-panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .blog-list-side-panel {
      float: left;
      width: 33.33333%; } }

ul.blog-post-list {
  list-style: none;
  padding-left: 0; }

.blog-post-list-item {
  margin-bottom: 3.0rem; }
  .blog-post-list-item__title {
    font-size: 2.4rem;
    margin-bottom: 0.75rem; }
    .blog-post-list-item__title a:link, .blog-post-list-item__title a:visited {
      color: rgba(0, 0, 0, 0.87); }
    .blog-post-list-item__title a:active, .blog-post-list-item__title a:focus, .blog-post-list-item__title a:hover {
      color: rgba(0, 0, 0, 0.54); }
  .blog-post-list-item__meta {
    font-size: 1.2rem;
    margin-bottom: 0.75rem; }

.blog-index h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem; }
.blog-index ul {
  margin-bottom: 3.0rem; }
  .blog-index ul li {
    padding-bottom: 8px; }

.blog__scrollable-code {
  overflow: scroll;
  max-height: 70rem; }

.social-media-share-button {
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.4rem 7px;
  text-align: center; }
  .social-media-share-button__icon {
    height: 1.6rem;
    margin-right: 2px;
    vertical-align: middle; }
  .social-media-share-button__text {
    vertical-align: middle; }
  .social-media-share-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: white; }
    .social-media-share-button--facebook:link, .social-media-share-button--facebook:visited {
      color: white; }
    .social-media-share-button--facebook:active, .social-media-share-button--facebook:focus, .social-media-share-button--facebook:hover {
      color: white; }
    .social-media-share-button--facebook:hover {
      background-color: #4f6aa2;
      border-color: #4f6aa2; }
  .social-media-share-button--twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: white; }
    .social-media-share-button--twitter:link, .social-media-share-button--twitter:visited {
      color: white; }
    .social-media-share-button--twitter:active, .social-media-share-button--twitter:focus, .social-media-share-button--twitter:hover {
      color: white; }
    .social-media-share-button--twitter:hover {
      background-color: #34aaf3;
      border-color: #34aaf3; }
  .social-media-share-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
    color: white; }
    .social-media-share-button--linkedin:link, .social-media-share-button--linkedin:visited {
      color: white; }
    .social-media-share-button--linkedin:active, .social-media-share-button--linkedin:focus, .social-media-share-button--linkedin:hover {
      color: white; }
    .social-media-share-button--linkedin:hover {
      background-color: #1a85bc;
      border-color: #1a85bc; }

.social-media-share-button-just-icon {
  display: inline-block;
  vertical-align: bottom; }

.forum-discussion-link {
  margin-bottom: 3rem; }

.optional-kits__title {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }
.optional-kits__description {
  margin-bottom: 1.5rem; }
.optional-kits__list {
  list-style: none;
  padding-left: 0; }
.optional-kits__button {
  background-color: #fcfcfc;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
  line-height: 1.29;
  margin-bottom: -1px;
  padding: 1.3rem 1.5rem; }
  .optional-kits__button:after {
    content: url("../images/widgets/arrow-down-icon.af117fec4925.svg");
    float: right;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: 0.35s;
    transition: 0.35s; }
  .optional-kits__button.collapsed:after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
.optional-kits__card .devboard-card__image {
  margin-top: 1.5rem; }
.optional-kits__card .devboard-card__purchase-row {
  margin-bottom: 3rem; }

.pdf-viewer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 129%; }
  .pdf-viewer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0; }

.tooltip {
  position: absolute; }

.tooltip-inner {
  background: white;
  border-radius: 4px;
  border: 1px solid black;
  margin-bottom: 0.75rem;
  max-width: 300px;
  padding: 0.75rem; }

.faq-question {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500; }
  .faq-question:hover {
    color: rgba(0, 0, 0, 0.87); }
  .faq-question:focus {
    color: rgba(0, 0, 0, 0.87); }
  .faq-question:before {
    content: '▾ Q:'; }
  .faq-question.collapsed:before {
    content: '▸ Q:'; }

.faq-answer {
  margin-bottom: 2rem;
  margin-left: 2rem; }

.equal-two-col__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 991px) {
    .equal-two-col__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.equal-two-col__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  padding-left: 15px;
  padding-right: 15px; }

.two-col__wrapper {
  border-top: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (max-width: 991px) {
    .two-col__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.two-col__sidebar {
  background-color: #f2f2f2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (min-width: 992px) {
    .two-col__sidebar {
      width: 320px; } }

.two-col__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 3rem 6rem; }
  @media (max-width: 767px) {
    .two-col__main {
      padding: 3rem 3rem; } }

.article-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding-left: 15px;
  padding-right: 15px; }

.article {
  color: rgba(0, 0, 0, 0.54); }
  .article__header {
    margin-bottom: 3rem; }
  .article__title {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Droid Sans", sans-serif;
    font-size: 2.8rem;
    margin-bottom: 1.5rem; }
  .article__subtitle {
    font-size: 2rem;
    font-style: italic; }
  .article__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .article__nav-container {
    margin-bottom: 3rem; }
  .article__previous-nav-container {
    margin-right: 2rem; }
  .article__meta {
    font-weight: bold; }
  .article__body {
    line-height: 1.7;
    margin-bottom: 3rem; }
    .article__body .dateline {
      font-weight: bold; }
    .article__body > * {
      margin-bottom: 1.7em; }
    .article__body p {
      font-size: 1.6rem; }
    .article__body h2 {
      font-size: 1.6rem;
      font-style: normal;
      font-weight: bold;
      margin-bottom: 1.5rem; }
    .article__body img {
      margin-bottom: 3rem;
      margin-top: 3rem;
      width: 100%; }

.banner {
  min-height: 40rem;
  padding-bottom: 9rem;
  padding-top: 9rem; }

.banner__title {
  font-family: "Droid Sans", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 6rem; }
  @media (max-width: 767px) {
    .banner__title {
      font-size: 2.8rem; } }

.banner__subtitle {
  font-family: "Droid Sans", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 6rem; }
  @media (max-width: 767px) {
    .banner__subtitle {
      font-size: 2rem; } }

.blog-table__header, .blog-table__data {
  padding: 1rem;
  text-align: left;
  border: 1px solid #e2e2e2; }

.bordered-image {
  border: 2px solid #105698;
  display: inline-block; }

.black-bordered-image {
  border: 2px solid black;
  display: inline-block; }

.business-partner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 767px) {
    .business-partner-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.business-partner-box__image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 125px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 250px; }
  @media (max-width: 767px) {
    .business-partner-box__image-wrapper {
      margin-bottom: 1.5rem; } }

.business-partner-box__image {
  max-height: 125px;
  max-width: 100%; }

.business-partner-box__content {
  padding-left: 15px;
  padding-right: 15px; }

.common-fitted-image {
  max-width: 100%; }

.common-label {
  border-radius: 0.25em;
  color: white;
  padding: 0.125em 0.25em; }

.common-label--pending {
  background-color: #e3ba02; }

.common-list {
  line-height: 1.75;
  margin-bottom: 1.75em; }
  .common-list strong {
    color: rgba(77, 77, 77, 0.87); }

.common-section {
  margin-bottom: 6rem; }

.common-section__title {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 3rem; }

.common-section__title--main {
  font-size: 5rem;
  margin-top: 0; }

.common-section__subtitle {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 2rem;
  margin-bottom: 1.5rem; }

.common-section__body {
  margin-bottom: 1.5rem; }
  .common-section__body:last-child {
    margin-bottom: 0; }

.comparison-table-wrapper {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  @media (max-width: 767px) {
    .comparison-table-wrapper {
      margin-left: -0.75rem;
      margin-right: -0.75rem; } }

.comparison-table {
  border-collapse: separate;
  border-spacing: 1.5rem 0;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 1.5rem;
  table-layout: fixed;
  width: 100%; }
  @media (max-width: 767px) {
    .comparison-table {
      border-spacing: 0.75rem 0; } }

.comparison-table--centered {
  text-align: center; }

.comparison-table--one-col {
  width: 75%; }

.comparison-table__header,
.comparison-table__row-header,
.comparison-table__data {
  padding: 1rem 0.75rem; }
  @media (max-width: 767px) {
    .comparison-table__header,
    .comparison-table__row-header,
    .comparison-table__data {
      padding: 0.5rem 0.6rem; } }

.comparison-table__header,
.comparison-table__row-header {
  font-family: "Droid Sans", sans-serif;
  font-weight: normal; }

.comparison-table__header {
  font-size: 2rem;
  padding-bottom: 3rem; }
  @media (max-width: 767px) {
    .comparison-table__header {
      padding-bottom: 1.5rem; } }

.comparison-table__row-header {
  padding-left: 0;
  padding-right: 0;
  text-align: right; }

@media (max-width: 767px) {
  .comparison-table__header,
  .comparison-table__row-header,
  .comparison-table__data {
    font-size: 1.2rem; } }

.comparison-table__body .comparison-table__row:nth-child(odd) .comparison-table__data {
  background: #f4f4f4; }
.comparison-table__body .comparison-table__row:nth-child(even) .comparison-table__data {
  background: #e2e2e2; }
.comparison-table__body .comparison-table__row.comparison-table__row--blank .comparison-table__data {
  background: transparent; }

.comparison-table__footnotes {
  font-size: 1.2rem;
  list-style: none;
  padding-left: 1.5rem; }
  @media (max-width: 767px) {
    .comparison-table__footnotes {
      font-size: 0.96rem;
      padding-left: 0.75rem; } }
.designshare__title {
  margin-bottom: 2rem; }
  .designshare__title:after {
    border-bottom: 3px solid rgba(0, 0, 0, 0.87);
    content: " ";
    display: block;
    height: 3px;
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: 100%; }
.designshare__body {
  margin-bottom: 4rem; }
.designshare__partner-link {
  display: block;
  margin-bottom: 4rem; }
.designshare__partner-image {
  max-height: 6rem; }
.designshare__partner-body {
  text-align: center;
  margin-bottom: 2rem; }
.designshare__flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.designshare__flex-list-icon {
  width: 5%;
  padding: 1rem;
  color: #1976d2; }
.designshare__flex-list-content {
  margin-left: 4rem;
  width: 95%; }
.designshare__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 767px) {
    .designshare__flex-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.designshare__how-works-flex-block {
  padding: 1rem;
  width: 33%; }
  @media (max-width: 767px) {
    .designshare__how-works-flex-block {
      width: 100%; } }
.designshare__all-cap-heading {
  font-weight: 500;
  font-size: 1.8rem;
  text-transform: uppercase; }
.designshare__how-works-title {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.87);
  padding: 1rem; }
  .designshare__how-works-title:after {
    border-bottom: 3px solid #1976d2;
    content: " ";
    display: block;
    height: 3px;
    margin-top: 1rem;
    margin-bottom: 0rem;
    width: 100%; }
.designshare__how-works-list {
  list-style: none;
  padding-left: 1rem;
  width: 80%; }
.designshare__how-works-list-item {
  margin-bottom: 2rem; }
.designshare__sidebar-title {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.8rem;
  text-transform: uppercase; }
  .designshare__sidebar-title:after {
    border-bottom: 3px solid rgba(0, 0, 0, 0.87);
    content: " ";
    display: block;
    height: 3px;
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: 100%; }
.designshare__sidebar-list-item {
  margin-bottom: 2rem; }

.lead-collection-form {
  margin-bottom: 3rem; }
  .lead-collection-form .hs-form-required {
    display: none; }
  .lead-collection-form input {
    width: 100%;
    max-width: 40rem; }
  .lead-collection-form .hs_firstname, .lead-collection-form .hs_lastname, .lead-collection-form .hs_email, .lead-collection-form .hs_phone, .lead-collection-form .hs_company, .lead-collection-form .hs_design_interested_in, .lead-collection-form .hs_submit, .lead-collection-form .hs_interests_and_projects {
    margin: 1.5rem 0rem 0rem 0rem; }
  .lead-collection-form .hs_interests_and_projects textarea {
    width: 100%;
    max-width: 40rem;
    height: 10rem; }
  .lead-collection-form .hs_wants_portland_hackathon_info .hs-form-booleancheckbox {
    position: relative; }
  .lead-collection-form .hs_wants_portland_hackathon_info .hs-input {
    display: inline-block;
    position: absolute;
    top: 5px;
    width: 10%; }
  .lead-collection-form .hs_wants_portland_hackathon_info span {
    display: inline-block;
    width: 60%;
    margin-left: 4rem; }
  .lead-collection-form .submitted-message {
    display: none; }
  .lead-collection-form .signup-blurb {
    max-width: 40rem; }
  .lead-collection-form .inputs-list {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem; }
    .lead-collection-form .inputs-list label input {
      width: 10%; }
    .lead-collection-form .inputs-list label span {
      font-weight: 500;
      font-size: 1.8rem; }
  .lead-collection-form .hs-error-msgs {
    margin: 0.5rem 0 1rem 0;
    padding: 0rem; }
    .lead-collection-form .hs-error-msgs li {
      list-style-type: none; }
      .lead-collection-form .hs-error-msgs li label {
        color: rgba(244, 67, 54, 0.87); }

.lead-collection-form-light-text label {
  color: rgba(255, 255, 255, 0.87); }
.lead-collection-form-light-text .hs-error-msgs li label {
  color: #fdd835; }

.banner--risc-v-core-study {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 99, 175, 0.8)), to(rgba(18, 99, 175, 0.8))), url("../images/products/risc-v-core/step-1-study-background.cafc70d3c0d2.svg") right/contain no-repeat, #1263af;
  background: linear-gradient(to bottom, rgba(18, 99, 175, 0.8), rgba(18, 99, 175, 0.8)), url("../images/products/risc-v-core/step-1-study-background.cafc70d3c0d2.svg") right/contain no-repeat, #1263af;
  color: rgba(255, 255, 255, 0.87);
  min-height: 570px; }
.banner--risc-v-core-evaluate {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 193, 14, 0.8)), to(rgba(253, 193, 14, 0.8))), url("../images/products/risc-v-core/step-2-eval-background.4c9392995342.svg") left/contain no-repeat, #fdc10e;
  background: linear-gradient(to bottom, rgba(253, 193, 14, 0.8), rgba(253, 193, 14, 0.8)), url("../images/products/risc-v-core/step-2-eval-background.4c9392995342.svg") left/contain no-repeat, #fdc10e;
  color: rgba(0, 0, 0, 0.87);
  min-height: 570px; }
.banner--risc-v-core-buy {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 57, 38, 0.8)), to(rgba(195, 57, 38, 0.8))), url("../images/products/risc-v-core/step-3-buy-background.45c373e2db78.svg") right/contain no-repeat, #c33926;
  background: linear-gradient(to bottom, rgba(195, 57, 38, 0.8), rgba(195, 57, 38, 0.8)), url("../images/products/risc-v-core/step-3-buy-background.45c373e2db78.svg") right/contain no-repeat, #c33926;
  color: rgba(255, 255, 255, 0.87);
  min-height: 570px; }
.hero-unit--risc-v-core {
  background: url("../images/products/risc-v-core/board-banner.d1cf035dae8b.jpg") center/cover;
  color: white; }
  .hero-unit--risc-v-core .hero-unit__text {
    text-shadow: 1px 0 4px rgba(0, 0, 0, 0.54), -1px 0 4px rgba(0, 0, 0, 0.54), 0 1px 4px rgba(0, 0, 0, 0.54), 0 -1px 4px rgba(0, 0, 0, 0.54); }
  @media (max-width: 767px) {
    .hero-unit--risc-v-core {
      background: url("../images/products/risc-v-core/board-banner--xs.5a03bb7c5e24.jpg") right/cover; }
      .hero-unit--risc-v-core .hero-unit__title {
        font-size: 2.8rem; } }
  @media (min-width: 1200px) {
    .hero-unit--risc-v-core {
      background-size: cover; } }

.hero-unit--hifive-unleashed {
  background: url("../images/products/hifive-unleashed/FU540-banner-less-noise.33814488b547.jpg") center/cover;
  color: white; }
  .hero-unit--hifive-unleashed .hero-unit__text {
    text-shadow: 1px 0 4px rgba(0, 0, 0, 0.54), -1px 0 4px rgba(0, 0, 0, 0.54), 0 1px 4px rgba(0, 0, 0, 0.54), 0 -1px 4px rgba(0, 0, 0, 0.54); }
  @media (max-width: 767px) {
    .hero-unit--hifive-unleashed {
      background: url("../images/products/hifive-unleashed/FU540-banner-less-noise.33814488b547.jpg") right/cover; }
      .hero-unit--hifive-unleashed .hero-unit__title {
        font-size: 2.8rem; } }
  @media (min-width: 1200px) {
    .hero-unit--hifive-unleashed {
      background-size: cover; } }

.dashboard-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  margin-bottom: 3rem;
  padding-left: 0; }
  .dashboard-breadcrumbs .dashboard-breadcrumbs__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .dashboard-breadcrumbs .dashboard-breadcrumbs__item:not(:last-child):after {
      content: '>';
      margin-left: 0.75rem;
      margin-right: 0.75rem; }

.dashboard-tile {
  background-color: #f7f7f7;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 1.5rem;
  padding: 20px; }
  .dashboard-tile > *:last-child {
    margin-bottom: 0; }

.dashboard-tile__title {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 2rem;
  margin-bottom: 1.5rem; }

.dashboard-tile__section-title {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0.75rem; }

.dashboard-tile__deliverable-list {
  list-style: none; }

.dashboard-tile__status {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.2rem; }

.divider-title {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 3rem; }
  .divider-title:before {
    border-bottom: 3px solid rgba(0, 0, 0, 0.87);
    content: " ";
    display: block;
    height: 3px;
    margin-bottom: 3rem;
    width: 100%; }

.docs-nav__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.docs-nav__toggle-button {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -1px;
  padding: 1.4rem 1.5rem 1.4rem 3rem; }
  .docs-nav__toggle-button:link, .docs-nav__toggle-button:visited {
    color: rgba(0, 0, 0, 0.87); }
  .docs-nav__toggle-button:active, .docs-nav__toggle-button:focus, .docs-nav__toggle-button:hover {
    color: rgba(0, 0, 0, 0.54); }
  .docs-nav__toggle-button:after {
    content: url("../images/widgets/arrow-down-icon.af117fec4925.svg");
    float: right;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: 0.35s;
    transition: 0.35s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .docs-nav__toggle-button.collapsed:after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  @media (min-width: 992px) {
    .docs-nav__toggle-button {
      display: none; } }

.docs-nav__home-button {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -1px;
  padding: 1.4rem 1.5rem 1.4rem 3rem; }
  .docs-nav__home-button:link, .docs-nav__home-button:visited {
    color: rgba(0, 0, 0, 0.87); }
  .docs-nav__home-button:active, .docs-nav__home-button:focus, .docs-nav__home-button:hover {
    color: rgba(0, 0, 0, 0.54); }
  @media (min-width: 992px) {
    .docs-nav__home-button {
      font-size: 2rem;
      padding: 2.5rem 1.5rem 2.5rem 3rem; } }

.docs-nav__top-button {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -1px;
  padding: 1.4rem 1.5rem 1.4rem 3rem; }
  .docs-nav__top-button:link, .docs-nav__top-button:visited {
    color: rgba(0, 0, 0, 0.87); }
  .docs-nav__top-button:active, .docs-nav__top-button:focus, .docs-nav__top-button:hover {
    color: rgba(0, 0, 0, 0.54); }
  .docs-nav__top-button:after {
    content: url("../images/widgets/arrow-down-icon.af117fec4925.svg");
    float: right;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: 0.35s;
    transition: 0.35s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .docs-nav__top-button.collapsed:after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }

.docs-nav__sublist-wrapper {
  background-color: #fcfcfc; }

.docs-nav__sublist,
.docs-nav__subsublist {
  list-style: none;
  padding-left: 4.5rem;
  padding-top: 3rem; }
  .docs-nav__sublist.hidden,
  .docs-nav__subsublist.hidden {
    display: none; }

.docs-nav__subsublist {
  padding-top: 1.5rem; }

.docs-nav__sublist-item,
.docs-nav__subsublist-item {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Droid Sans", sans-serif;
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 1.5rem; }
  .docs-nav__sublist-item.active,
  .docs-nav__subsublist-item.active {
    color: rgba(0, 0, 0, 0.87); }
  .docs-nav__sublist-item:last-child,
  .docs-nav__subsublist-item:last-child {
    margin-bottom: 3rem; }
  .docs-nav__sublist-item a:link, .docs-nav__sublist-item a:visited,
  .docs-nav__subsublist-item a:link,
  .docs-nav__subsublist-item a:visited {
    color: rgba(0, 0, 0, 0.54); }
  .docs-nav__sublist-item a:active, .docs-nav__sublist-item a:focus, .docs-nav__sublist-item a:hover,
  .docs-nav__subsublist-item a:active,
  .docs-nav__subsublist-item a:focus,
  .docs-nav__subsublist-item a:hover {
    color: rgba(0, 0, 0, 0.87); }
  .docs-nav__sublist-item a.active,
  .docs-nav__subsublist-item a.active {
    color: rgba(0, 0, 0, 0.87); }

.docs-page {
  color: rgba(0, 0, 0, 0.54); }

.docs-page__title {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .docs-page__title {
      font-size: 2.8rem; } }

.docs-page__heading {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  margin-top: 3rem; }
  @media (max-width: 767px) {
    .docs-page__heading {
      font-size: 2rem; } }

.docs-page__p,
.docs-page__ul {
  margin-bottom: 1.5rem; }

.fat-radio-button {
  display: inline-block;
  margin-bottom: 0.75rem;
  max-width: 100%;
  width: 40rem; }

.fat-radio-button__input {
  display: none; }

.fat-radio-button__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 2px solid #e2e2e2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9rem 1.5rem;
  width: 100%; }

.fat-radio-button__label:hover {
  border-color: #303030; }

.fat-radio-button__input:checked + .fat-radio-button__label {
  border-color: #1976d2; }

.fat-radio-button__label--selected {
  border-color: #1976d2 !important; }

.fat-radio-button .fat-radio-button__secondary-text {
  color: rgba(0, 0, 0, 0.54); }

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  margin: -0.75rem -0.75rem;
  padding-left: 0; }

.flex-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.75rem 0.75rem; }

.icon-card-v2 {
  color: rgba(0, 0, 0, 0.54); }

.icon-card-v2__icon {
  margin-bottom: 3rem; }

.icon-card-v2__title {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Droid Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 3rem; }
  .icon-card-v2__title a:link, .icon-card-v2__title a:visited {
    color: rgba(0, 0, 0, 0.87); }
  .icon-card-v2__title a:active, .icon-card-v2__title a:focus, .icon-card-v2__title a:hover {
    color: rgba(0, 0, 0, 0.87); }

.icon-card-v2__description {
  margin-bottom: 3rem; }

.icon-card-v2__button {
  -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  background-color: transparent;
  border-radius: 4px;
  border: solid 2px rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 0.9rem 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  mix-blend-mode: hard-light; }
  .icon-card-v2__button:active, .icon-card-v2__button:focus, .icon-card-v2__button:hover {
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 4px;
    border: solid 2px rgba(0, 0, 0, 0.87);
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }

.icon-card-v2--invert {
  color: rgba(255, 255, 255, 0.87); }
  .icon-card-v2--invert .icon-card-v2__title {
    color: rgba(255, 255, 255, 0.87); }
    .icon-card-v2--invert .icon-card-v2__title a:link, .icon-card-v2--invert .icon-card-v2__title a:visited {
      color: rgba(255, 255, 255, 0.87); }
    .icon-card-v2--invert .icon-card-v2__title a:active, .icon-card-v2--invert .icon-card-v2__title a:focus, .icon-card-v2--invert .icon-card-v2__title a:hover {
      color: rgba(255, 255, 255, 0.87); }
  .icon-card-v2--invert .icon-card-v2__button {
    -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    background-color: transparent;
    border-radius: 4px;
    border: solid 2px rgba(255, 255, 255, 0.87);
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }
    .icon-card-v2--invert .icon-card-v2__button:active, .icon-card-v2--invert .icon-card-v2__button:focus, .icon-card-v2--invert .icon-card-v2__button:hover {
      background-color: rgba(255, 255, 255, 0.87);
      border-radius: 4px;
      border: solid 2px rgba(255, 255, 255, 0.87);
      color: rgba(0, 0, 0, 0.87);
      display: inline-block;
      font-family: "Roboto", sans-serif;
      padding: 0.9rem 15px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }

.icon-card-v2--dark {
  color: rgba(0, 0, 0, 0.87); }
  .icon-card-v2--dark .icon-card-v2__title {
    color: rgba(0, 0, 0, 0.87); }
  .icon-card-v2--dark .icon-card-v2__button {
    -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    transition: background-color 0.1s, color 0.1s, border-color 0.1s;
    background-color: transparent;
    border-radius: 4px;
    border: solid 2px rgba(0, 0, 0, 0.87);
    color: rgba(0, 0, 0, 0.87);
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 0.9rem 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle; }
    .icon-card-v2--dark .icon-card-v2__button:active, .icon-card-v2--dark .icon-card-v2__button:focus, .icon-card-v2--dark .icon-card-v2__button:hover {
      background-color: rgba(0, 0, 0, 0.87);
      border-radius: 4px;
      border: solid 2px rgba(0, 0, 0, 0.87);
      color: rgba(255, 255, 255, 0.87);
      display: inline-block;
      font-family: "Roboto", sans-serif;
      padding: 0.9rem 15px;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }

.lead-image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

.lead-image-box__image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.lead-image-box__content {
  padding-left: 15px;
  padding-right: 15px; }

.lead-image-box__sub-content {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.8rem; }

.lead-image-box--vertically-centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 767px) {
  .lead-image-box--stacked-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .lead-image-box--stacked-xs .lead-image-box__image-wrapper {
      margin-bottom: 1.5rem; } }

@media (max-width: 767px) {
  .lead-image-box__image-wrapper--hide-xs {
    display: none; } }

.ordering-configure__block-diagram {
  margin-bottom: 3rem;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem; }

.ordering-configure__config-item__title {
  font-family: "Droid Sans", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 1.5rem; }

.ordering-configure__order-total {
  background: #e8e8e8;
  bottom: -1px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  text-align: right;
  width: 100%; }

.ordering-configure__order-total__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .ordering-configure__order-total__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.ordering-configure__order-total__queries,
.ordering-configure__order-total__preview {
  text-align: left; }

.ordering-configure__order-total__queries,
.ordering-configure__order-total__preview,
.ordering-configure__order-total__price-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
  @media (max-width: 767px) {
    .ordering-configure__order-total__queries,
    .ordering-configure__order-total__preview,
    .ordering-configure__order-total__price-submit {
      margin-bottom: 0.75rem;
      margin-top: 0.75rem;
      text-align: center; } }

.ordering-configure__order-total__price {
  font-size: 2rem;
  margin-right: 1.5rem; }
  @media (max-width: 767px) {
    .ordering-configure__order-total__price {
      font-size: 1.6rem; } }

.ordering-configure__order-total__price,
.ordering-configure__order-total__submit {
  vertical-align: middle; }

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

.title-bar {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  background-color: #f7f7f7;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.title-bar__title {
  font-family: "Droid Sans", sans-serif;
  font-size: 2.8rem; }
