/* mbed brand colours */
/* Generic colours */
/* Top Bar */
/* Nav Bar */
/* Hero */
/* Teaser */
/* Content */
/* Footer */
/* Button */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Scss Document */
body {
  font-family: Lato, sans-serif;
  color: #504f4d;
}

a, .button {
  font-size: 1rem;
  text-decoration: none;
  transition: all ease 0.3s;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0091BD;
  font-weight: bold;
}

a:hover {
  color: #00C1DE;
}

.content {
  background: #ffffff none;
  padding: 24px 13px;
}
.content h1 {
  font-weight: 300;
  line-height: 1.3em;
}
.content h2 {
  font-weight: 300;
  line-height: 1.3em;
}
.content h5 {
  font-weight: 200;
  line-height: 1.5em;
}

pre.fragment {
  border: 1px solid #c4cfe5;
  background-color: #fbfcfd;
  padding: 4px 6px;
  margin: 4px 8px 4px 2px;
  overflow: auto;
  word-wrap: break-word;
  font-size: 9pt;
  line-height: 125%;
  font-family: monospace, fixed;
  font-size: 105%;
}

div.fragment {
  padding: 4px 6px;
  margin: 4px 8px 4px 2px;
  background-color: #fbfcfd;
  border: 1px solid #c4cfe5;
}
div.line {
  font-family: monospace, fixed;
  font-size: 13px;
  min-height: 13px;
  line-height: 1;
  text-wrap: unrestricted;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-indent: -53px;
  padding-left: 53px;
  padding-bottom: 0;
  margin: 0;
  -webkit-transition-property: background-color, box-shadow;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: background-color, box-shadow;
  -moz-transition-duration: 0.5s;
  -ms-transition-property: background-color, box-shadow;
  -ms-transition-duration: 0.5s;
  -o-transition-property: background-color, box-shadow;
  -o-transition-duration: 0.5s;
  transition-property: background-color, box-shadow;
  transition-duration: 0.5s;
}

span.lineno {
  padding-right: 4px;
  text-align: right;
  border-right: 2px solid #0f0;
  background-color: #e8e8e8;
  white-space: pre;
}
span.lineno a {
  background-color: #d8d8d8;
}
span.lineno a:hover {
  background-color: #c8c8c8;
}
span.keyword {
  color: green;
}
span.keywordtype {
  color: #604020;
}
span.keywordflow {
  color: #e08000;
}
span.comment {
  color: maroon;
}
span.preprocessor {
  color: #806020;
}
span.stringliteral {
  color: #002080;
}
span.charliteral {
  color: teal;
}
span.vhdldigit {
  color: #f0f;
}
span.vhdlchar {
  color: #000;
}
span.vhdlkeyword {
  color: #700070;
}
span.vhdllogic {
  color: red;
}

/* @group Code Colorization */
table.memberdecls {
  border-spacing: 0;
  padding: 0;
}

.mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  border: none;
  margin: 5px;
  padding: 3px 1px 3px 20px;
}

.memSeparator {
  border-bottom: 1px solid #dee4f0;
  line-height: 1px;
  margin: 0;
  padding: 0;
}

.memItemLeft, .memTemplItemLeft {
  white-space: nowrap;
}

.memItemRight {
  width: 100%;
}

.memberdecls .heading td {
  background: #fff;
  border-bottom: 1px solid #dee4f0;
}

div.memitem {
  border: solid 1px #ddd;
  margin-bottom: 1.25rem;
}

.mlabels {
  width: 100%;
  border: 0;
  background-color: #f9f9f9;
  margin-bottom: 0;
}

.mlabels-left {
  padding: 0;
}

.mlabels-right {
  padding: 5px 10px 5px 0;
  text-align: right;
}

.memname {
  border: none;
  margin-bottom: 0;
  background-color: #f9f9f9;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
.memname tbody tr {
  background-color: #f9f9f9;
}

.mlabel {
  margin-left: 10px;
}

.memdoc {
  margin: 15px;
}

.memname tbody tr td {
  padding: 5px 0 0 10px;
}

.memproto {
  background: #f9f9f9;
  border-bottom: solid 1px #ddd;
}

.directory img {
  vertical-align: -30%;
}

div.summary {
  float: right;
  font-size: 8pt;
  padding-right: 5px;
  width: 50%;
  text-align: right;
}
div.summary a {
  white-space: nowrap;
}

.ttc {
  position: absolute;
  display: none;
}

div.contents {
  /* Make the main content fill the page down to the footer
    https://css-tricks.com/couple-takes-sticky-footer/#article-header-id-2 */
  min-height: calc(100vh - 360px);
}
div.contents, div.header {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  padding: 0 25px 0 25px;
}
div.title {
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: normal;
}

#top {
  margin-bottom: 20px;
  background: #333E48;
  color: #fff;
  position: relative;
  font-size: 0.9rem;
}

.topbar a {
  color: #ffffff;
}
.topbar a:hover {
  color: #ffffff;
}

#navrow1, #navrow2, #navrow3, #navrow4 {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}

#navrow1 {
  background: none;
  border: none;
  padding-left: 30px;
}
#navrow1 li:nth-of-type(5) {
  float: right;
}

#navrow2 {
  padding: 0 0 5px 30px;
}
#navrow2 .tablist li a {
  padding: 5px 10px 5px 10px;
}

#navrow3 {
  margin: 0;
  width: 100%;
  background: #ffffff;
  padding: 15px 0 0 0;
  max-width: none;
}
#navrow3 .tablist {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  padding: 0 25px 0 25px;
}
#navrow3 .tablist li.current a {
  color: #0091BD;
}
#navrow3 .tablist li a {
  display: inline-block;
  padding: 0 10px 0 10px;
  line-height: 20px;
  color: #333E48;
}

#navrow4 {
  display: none;
}

.tablist {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
}
.tablist li {
  float: left;
  display: table-cell;
  line-height: 36px;
  list-style: none;
  height: 36px;
}
.tablist a {
  display: block;
  padding: 0 10px;
  text-shadow: none;
  text-decoration: none;
  outline: none;
}

.tabs3 .tablist a {
  padding: 0 10px;
}

.tablist a:hover {
  color: #ffffff;
  text-decoration: none;
}
.tablist li.current a {
  color: #00C1DE;
}

#nav-path {
  display: none;
}

#MSearchBox {
  height: 25px;
  background: #128cab;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 5px 25px 0 0;
  background-color: white;
  position: relative;
}
#MSearchBox .left, #MSearchBox .right {
  background: none;
  left: 0 !important;
}

#MSearchField {
  background: #128cab;
  color: #504f4d;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 0 0 0 5px;
  background-color: white;
  height: 25px;
}

.MSearchBoxActive #MSearchField {
  color: #504f4d;
}

#MSearchClose {
  top: 1px;
  position: unset !important;
  margin: 0;
  padding-left: 150px;
}

#MSearchCloseImg {
  vertical-align: unset;
}

#MSearchCloseImg, #MSearchSelect {
  content: url(/static/img/blank.png);
}

#MSearchSelectWindow {
  border: solid 1px #ddd;
  background-color: #fff;
}
#MSearchSelectWindow .SelectItem {
  color: #504f4d;
  font-family: "Lato", sans-serif;
}
#MSearchSelectWindow .SelectItem:hover {
  background: #f3f3f3;
}

#MSearchResultsWindow {
  background: #f9f9f9;
  border: solid 1px #ddd;
}

.SRSymbol {
  color: #e58e1a;
}

.contents {
  overflow-x: scroll;
}

.classindex {
  width: 100px;
}
.classindex > tbody > tr > td {
  font-size: 11px;
}
.classindex table td {
  background: #fff;
}

.footer {
  margin-top: 20px;
}

.icon {
  margin-right: 5px;
  font-weight: bold;
  background: #ccc;
  display: inline-block;
  width: 18px;
  text-align: center;
  border-radius: 0.2em;
}

.arrow {
  font-size: 0.8em;
  margin-right: 5px;
  cursor: pointer;
  color: #6e7373;
}

.iconfopen:before {
  content: "\f115";
  font-family: FontAwesome;
  cursor: pointer;
  color: #6e7373;
}

.iconfclosed:before {
  content: "\f114";
  font-family: FontAwesome;
  cursor: pointer;
  color: #6e7373;
}

.icondoc:after {
  content: "Open";
  margin-right: 5px;
}
.icondoc:before {
  content: "\f0f6";
  font-family: FontAwesome;
  cursor: pointer;
  margin-right: 5px;
}

.levels {
  text-align: right;
}
.levels span {
  cursor: pointer;
  color: #0091BD;
  margin-right: 5px;
}
.levels span:hover {
  color: #00C1DE;
}

.entry {
  width: 400px;
}

td {
  background: #f9f9f9;
}

table tr th, table tr td {
  color: #504f4d;
}

.directory {
  width: 100%;
}

.ah {
  font-size: 18px;
  font-weight: 600;
}

#navbar .search {
  margin-top: 13px;
}

pre {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.tocify-wrapper .search::before {
  margin: 5px;
}

table {
  width: unset;
}

tbody, thead, tfoot {
  border: unset;
}

blockquote {
  border: unset;
}

/*# sourceMappingURL=app.css.map */
