/* html elements */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background: #fff;
  font-size: 100%;
  height: 100%;
}

body {
  font-family: 'AvenirNextLTPro-Regular', sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 60px;
  min-height: 100%;
  margin: 0;
}

/* Sizes match proper font scaling. */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

img, a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 22px;
  padding: 0;
}

em, dfn {
  font-style: italic;
}

ins {
  border-bottom: none;
  text-decoration: none;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
  white-space: nowrap;
}

pre, code, tt, samp, kbd, var {
  font-family: 'AvenirNextLTPro-Regular', sans-serif;
}

blockquote, q {
  font-style: italic;
  quotes: "" "";
}

blockquote {
  margin: 22px 0;
  border-left: 10px solid #ccc;
  background: #f6f6f6;
  padding: 22px;
  font-size: 18px;
  line-height: 24px;
}

blockquote p:last-child {
  margin: 0;
}

blockquote:before, blockquote:after {
  content: "";
}

q:before, q:after {
  content: "";
}

strong, dfn, caption, th {
  font-weight: 700;
  font-family: "AvenirNextLTPro-Bold", sans-serif;
}

pre, div.codeblock {
  background-color: #f6f6f6;
  border: 0;
  padding: 10px;
  white-space: pre-wrap;
  max-width: 100%;
}

/* Lists */
ul, ol {
  margin: 0 0 22px 20px;
  padding: 0;
}

.item-list ul, .item-list ol {
  margin: 0 0 0 20px;
  padding: 0;
}

dl {
  margin: 22px 0;
  padding: 0;
}

dt {
  font-size: 18px;
}

dd {
  margin: 0 0 11px 0;
  padding: 0 0 0 20px;
}

dd:last-child {
  border-bottom: 0;
}

dl dl {
  margin-left: 22px;
}

embed, object, video {
  max-width: 100%;
}

.lt-ie9 img, .lt-ie9 object, .lt-ie9 embed, .lt-ie9 video {
  max-width: none;
}

/* Improve IE's resizing of images */
svg:not(:root) {
  overflow: hidden;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}

a:hover {
  text-decoration: underline;
}

.mesh-portal-product .operationDetails > a {
  text-decoration: none;
}

.mesh-portal-product .operationDetails > a:hover, .mesh-portal-product .operationDetails > a:focus {
  text-decoration: none;
}

.mesh-portal-product .definitionsContent > a {
  text-decoration: none;
}

.mesh-portal-product .definitionsContent > a:hover, .mesh-portal-product .definitionsContent > a:focus {
  text-decoration: none;
}

.myorgAddUserLink h3 {
  font-size: 14px;
}

.element-invisible {
  border: 0;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  word-wrap: normal;
  font: 0/0 a;
}
/*# sourceMappingURL=html-elements.css.map */