/*

Styles deriving from: http://help.apple.com/safari/mac/10.0/

To maintain, please check Apple Help's styles with each MacOS update.

*/
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

body {
  font-family: -apple-system, -apple-system-font, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  color: #484848;
  background-color: #eee;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-top: 30px;
  margin-bottom: 15px; }

img {
  max-width: 100%;
  vertical-align: middle; }

figure > img {
  display: block; }

figcaption {
  font-size: 10.5px; }

ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

a {
  color: #007aff;
  text-decoration: none; }
  a:visited {
    color: #0055b3; }
  a:hover {
    color: #484848;
    text-decoration: underline; }

blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

body:not(.show-menu) nav {
  left: -290px; }

section[role="main"] {
  left: 0;
  padding: 5% 5%; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
img,
legend {
  border: 0; }

.link-default,
.link-default:visited,
header h1 a:hover {
  color: #007aff; }

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

nav,
section,
section article,
ul.toc {
  -webkit-tap-highlight-color: transparent; }

.apd-topic table,
table {
  border-collapse: collapse; }

.feedback a,
button,
select {
  text-transform: none; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a:focus {
  outline: dotted thin; }

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

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

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

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

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

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

figure {
  margin: 0; }

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

legend {
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-spacing: 0; }

.link-default {
  position: relative;
  outline: 0;
  text-decoration: none; }

.link-default:hover {
  text-decoration: underline; }

.no-hover .link-default:hover,
header h1 a,
nav .toc-more-help a {
  text-decoration: none; }

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

.scroll {
  -webkit-overflow-scrolling: touch; }

[role=application],
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

@media print {
  [role=application],
  body,
  html {
    position: static;
    height: auto;
    overflow: auto; } }
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: -apple-system, -apple-system-font, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html.is-not-mobile {
  font-size: 17px; }

html.is-mobile {
  font: -apple-system-body; }

html.is-hv {
  font-size: 15px; }

[role=application],
body {
  background-attachment: fixed;
  -webkit-text-size-adjust: none;
  color: #4b4b4b;
  overflow-x: hidden;
  overflow-y: visible; }

.is-not-mobile [role=application],
.is-not-mobile body {
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-image: linear-gradient(to bottom, #e6e9ea 0, #f9fafb 800px);
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background: -webkit-linear-gradient(top, #eee, #fff);
  background: -o-linear-gradient(top, #eee, #fff); }

.is-mobile [role=application],
.is-mobile body {
  background: #fff; }

.centered {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1156px;
  min-width: 320px; }

@media print {
  [role=application],
  body {
    background: 0 0;
    width: 100%; }

  .centered {
    position: static;
    height: auto;
    overflow: auto; }

  header {
    display: none; } }
header button,
nav {
  position: absolute; }

.is-hv .centered {
  max-width: 956px; }

.is-mobile .centered.content {
  margin-left: 0;
  margin-right: 0; }

.content {
  width: 100%;
  height: calc(100% - 2.59rem); }

.is-hv .content {
  height: 100%; }

@media all and (max-width: 874px) {
  html.modal-view {
    overflow-y: hidden !important; }

  .content,
  [role=application],
  body,
  html {
    overflow-x: hidden;
    overflow-y: visible !important; }

  [role=application],
  body,
  html {
    min-height: 100%; }

  .content {
    min-height: calc(100% - 2.59rem);
    height: auto;
    background-color: #fff; }

  .is-hv .content {
    min-height: 100%; }

  .is-mobile [role=application],
  .is-mobile body,
  .is-mobile html {
    height: auto; }

  .is-mobile.panel-visible,
  .is-mobile.panel-visible [role=application],
  .is-mobile.panel-visible body {
    height: 100%; }

  .is-mobile.panel-visible .content {
    height: calc(100% - 2.59rem); } }
@media all and (max-height: 320px) {
  .content {
    min-height: calc(100% - 1.76rem); }

  .is-mobile.panel-visible .content {
    height: calc(100% - 1.76rem); } }
header {
  position: relative;
  z-index: 100;
  background: #fafbfb;
  height: 2.59rem;
  font-size: 1.12rem;
  line-height: 1.9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75); }

@media all and (max-height: 320px) {
  header {
    font-size: 0.76rem;
    height: 1.76rem; }

  header img {
    display: none; } }
header h1 {
  font-weight: 400;
  font-size: inherit;
  margin: 0 68px;
  padding: 0.29rem;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis; }

header h1 a {
  color: #4b4b4b; }

.no-hover header h1 a:hover {
  color: #4b4b4b; }

header h1 img {
  position: relative;
  height: 1.275em;
  width: 1.275em;
  margin-right: 0.2em; }

[dir=rtl] header h1 img {
  margin-right: 0;
  margin-left: 4px; }

header button {
  height: 37px;
  top: 4px;
  top: calc(1.2em - 37px/2);
  padding: 0;
  width: 54px;
  border-radius: 19px;
  -ms-background-clip: padding-box;
  background-clip: padding-box;
  color: transparent;
  border: 1px solid transparent;
  background: no-repeat;
  background-size: 56px 39px;
  background-position: -2px -2px; }

header button:focus,
header button:hover {
  border-color: #e4e4e4; }

.no-hover header button:focus,
.no-hover header button:hover {
  border-color: transparent; }

header button[aria-checked=true] {
  background-color: #e4e4e4; }

header button[name=toc] {
  background-image: url("./../img/button-toc.png");
  left: 6px; }

[dir=rtl] header button[name=toc] {
  background-image: url("./../img/button-toc-rtl.png");
  left: auto;
  right: 6px; }

@media all and (min-width: 875px) {
  header button[name=toc] {
    display: none;
    visibility: hidden; } }
.single-page-book header button[name=toc] {
  display: none; }

header button[name=find] {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-animation: fadeInSearch 0.4s ease-in 0s 1 forwards;
  animation: fadeInSearch 0.4s ease-in 0s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  background-image: url("./../img/button-search.png");
  right: 6px; }

@media all and (max-height: 320px) {
  header h1 {
    margin: 0 48px;
    padding: 0.18rem; }

  header button {
    height: 23px;
    top: calc(1.2em - 23px/2);
    width: 34px;
    border-radius: 11px;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background-size: 36px 25px; } }
[dir=rtl] header button[name=find] {
  right: auto;
  left: 6px; }

@keyframes fadeInSearch {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1; } }
@-webkit-keyframes fadeInSearch {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1; } }
button[name=find] {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-animation: fadeInSearch 0.4s ease-in 0s 1 forwards;
  animation: fadeInSearch 0.4s ease-in 0s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

nav {
  font-size: 0.76rem;
  background: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 290px; }

@media print {
  nav {
    display: none; } }
.is-hv header {
  display: none; }

.is-hv nav {
  font-size: 0.82rem;
  width: 190px !important; }

[dir=rtl] nav {
  left: auto;
  right: 0; }

.is-not-hv nav {
  z-index: 30;
  border-right: 1px solid #e6e9ea;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }

.is-not-hv [dir=rtl] nav {
  border-left: 1px solid #e6e9ea;
  border-right: none; }

@media all and (max-width: 568px) {
  header h1 img {
    display: none; }

  .is-not-hv nav {
    -webkit-transition: -webkit-transform 0.3s ease-in-out,width 0 linear 0.6s;
    transition: transform 0.3s ease-in-out,width 0 linear 0.6s;
    box-shadow: none !important; }

  .is-mobile nav {
    position: fixed;
    height: auto;
    top: 2.59rem;
    bottom: 0; } }
@media all and (max-height: 320px) {
  .is-mobile nav {
    top: 1.76rem; } }
nav[aria-hidden=true] ul.toc {
  pointer-events: none;
  overflow-y: hidden; }

.is-not-hv nav[aria-hidden=true] {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.is-not-hv [dir=rtl] nav[aria-hidden=true] {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@media all and (max-width: 568px) {
  .is-not-hv nav[aria-hidden=true] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .is-not-hv [dir=rtl] nav[aria-hidden=true] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.show-more-help-link nav {
  display: -webkit-flex;
  -webkit-flex-direction: column; }

@media print {
  .show-more-help-link nav {
    display: none; } }
nav .toc-more-help {
  display: block;
  padding: 4px 5px 5px;
  -webkit-align-self: flex-end;
  width: 180px;
  border-top: 1px solid #e4e4e4;
  text-align: center; }

nav .toc-more-help a {
  display: inline-block;
  line-height: 1.25em;
  color: #007aff; }

nav .toc-more-help a:hover {
  text-decoration: underline; }

.no-hover .topic-page .next:hover,
.no-hover .topic-page .prev:hover,
.topic-page .copyright-text a,
.topic-page .next:hover,
.topic-page .prev:hover,
ul.toc a,
ul.toc a.active {
  text-decoration: none; }

nav .toc-more-help .toc-more-help-icon {
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url("./../img/icon-arrow.png");
  background-size: 5px 7px;
  margin-left: 5px; }

[dir=rtl] nav .toc-more-help .toc-more-help-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px; }

ul.toc {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.is-hv ul.toc > li:first-child {
  margin-top: 0.714em; }

.is-hv ul.toc > li:last-child {
  margin-bottom: 0.714em; }

ul.toc .icon {
  position: absolute;
  top: 7px;
  top: calc(1.6em - 1.7rem/2);
  height: 1.7rem;
  width: 1.7rem;
  left: 1.42rem; }

.is-not-mobile ul.toc .icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-hv ul.toc .icon {
  display: none; }

[dir=rtl] ul.toc .icon {
  left: auto;
  right: 1.42rem; }

ul.toc ul {
  overflow: hidden; }

ul.toc ul.animating {
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; }

ul.toc li[aria-expanded=true].first-toc-item-active > a {
  -o-border-image: none;
  border-image: none; }

ul.toc li[aria-expanded=false] > a {
  -webkit-transition: border-bottom 0s linear 0.3s,padding-bottom 0s linear 0.3s;
  transition: border-bottom 0s linear 0.3s,padding-bottom 0s linear 0.3s; }

ul.toc a {
  outline: 0;
  display: block;
  position: relative;
  border: 0;
  border-bottom: 1px solid #e6e9ea;
  padding: 0.95em 0.7rem 0.95em 0.47rem;
  -o-border-image: linear-gradient(to right, #fff 0, #fff 1.42rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(left, #fff 0, #fff 1.42rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to right, #fff 0, #fff 1.42rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0;
  color: #4a4a4a; }

.is-hv ul.toc a {
  padding-top: 6px;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  -o-border-image: none !important;
  border-image: none !important; }

[dir=rtl] ul.toc a {
  padding-left: 0.7rem;
  padding-right: 0.47rem;
  -o-border-image: linear-gradient(to left, #fff 0, #fff 1.42rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(right, #fff 0, #fff 1.42rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to left, #fff 0, #fff 1.42rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv [dir=rtl] ul.toc a {
  -o-border-image: none !important;
  border-image: none !important; }

ul.toc a.active {
  -o-border-image: none;
  border-image: none;
  background-color: #e6e9ea;
  top: -1px;
  border-bottom: none;
  border-top: 1px solid #e6e9ea; }

ul.toc a:hover {
  color: #007aff;
  cursor: pointer; }

.no-hover ul.toc a:hover,
ul.toc a:hover.active {
  color: #4a4a4a;
  cursor: default; }

div.Task > .Name,
ul.toc .section {
  cursor: pointer; }

.is-hv ul.toc a.active {
  background-color: #f2f2f2;
  border-top: 1px solid #f2f2f2; }

ul.toc a.active .icon {
  margin-top: 0.01px; }

ul.toc a .name {
  pointer-events: none;
  padding-left: 0.95rem;
  word-wrap: break-word; }

[dir=rtl] ul.toc a .name {
  padding-right: 0.95rem; }

ul.toc ul a {
  padding-left: 1.35rem;
  -o-border-image: linear-gradient(to right, #fff 0, #fff 2.3rem, #e6e9ea 1.35rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(left, #fff 0, #fff 2.3rem, #e6e9ea 1.35rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to right, #fff 0, #fff 2.3rem, #e6e9ea 1.35rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv ul.toc ul a {
  -o-border-image: none !important;
  border-image: none !important; }

[dir=rtl] ul.toc ul a {
  padding-left: 0.7rem;
  padding-right: 1.35rem;
  -o-border-image: linear-gradient(to left, #fff 0, #fff 2.3rem, #e6e9ea 1.35rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(right, #fff 0, #fff 2.3rem, #e6e9ea 1.35rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to left, #fff 0, #fff 2.3rem, #e6e9ea 1.35rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv [dir=rtl] ul.toc ul a {
  -o-border-image: none !important;
  border-image: none !important; }

ul.toc ul a.active {
  -o-border-image: none;
  border-image: none; }

ul.toc ul ul a {
  padding-left: 2.23rem;
  -o-border-image: linear-gradient(to right, #fff 0, #fff 3.18rem, #e6e9ea 2.23rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(left, #fff 0, #fff 3.18rem, #e6e9ea 2.23rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to right, #fff 0, #fff 3.18rem, #e6e9ea 2.23rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv ul.toc ul ul a {
  -o-border-image: none !important;
  border-image: none !important; }

[dir=rtl] ul.toc ul ul a {
  padding-left: 0.7rem;
  padding-right: 2.23rem;
  -o-border-image: linear-gradient(to left, #fff 0, #fff 3.18rem, #e6e9ea 2.23rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(right, #fff 0, #fff 3.18rem, #e6e9ea 2.23rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to left, #fff 0, #fff 3.18rem, #e6e9ea 2.23rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv [dir=rtl] ul.toc ul ul a {
  -o-border-image: none !important;
  border-image: none !important; }

ul.toc ul ul a.active {
  -o-border-image: none;
  border-image: none; }

ul.toc ul ul ul a {
  padding-left: 3.11rem;
  -o-border-image: linear-gradient(to right, #fff 0, #fff 4.06rem, #e6e9ea 3.11rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(left, #fff 0, #fff 4.06rem, #e6e9ea 3.11rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to right, #fff 0, #fff 4.06rem, #e6e9ea 3.11rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv ul.toc ul ul ul a {
  -o-border-image: none !important;
  border-image: none !important; }

[dir=rtl] ul.toc ul ul ul a {
  padding-left: 0.7rem;
  padding-right: 3.11rem;
  -o-border-image: linear-gradient(to left, #fff 0, #fff 4.06rem, #e6e9ea 3.11rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(right, #fff 0, #fff 4.06rem, #e6e9ea 3.11rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to left, #fff 0, #fff 4.06rem, #e6e9ea 3.11rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv [dir=rtl] ul.toc ul ul ul a {
  -o-border-image: none !important;
  border-image: none !important; }

ul.toc ul ul ul a.active {
  -o-border-image: none;
  border-image: none; }

ul.toc .hasIcon a {
  padding-left: 0.47rem;
  -o-border-image: linear-gradient(to right, #fff 0, #fff 3.47rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(left, #fff 0, #fff 3.47rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to right, #fff 0, #fff 3.47rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv ul.toc .hasIcon a {
  -o-border-image: none !important;
  border-image: none !important; }

[dir=rtl] ul.toc .hasIcon a {
  padding-left: 0.7rem;
  padding-right: 0.47rem;
  -o-border-image: linear-gradient(to left, #fff 0, #fff 3.47rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(right, #fff 0, #fff 3.47rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to left, #fff 0, #fff 3.47rem, #e6e9ea 0.47rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv [dir=rtl] ul.toc .hasIcon a {
  -o-border-image: none !important;
  border-image: none !important; }

ul.toc .hasIcon a.active {
  -o-border-image: none;
  border-image: none; }

ul.toc .hasIcon a > .name {
  padding-left: 3rem; }

[dir=rtl] ul.toc .hasIcon a > .name {
  padding-left: 0;
  padding-right: 3rem; }

ul.toc .hasIcon ul a {
  padding-left: 4.42rem;
  -o-border-image: linear-gradient(to right, #fff 0, #fff 4.42rem, #e6e9ea 4.42rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(left, #fff 0, #fff 4.42rem, #e6e9ea 4.42rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to right, #fff 0, #fff 4.42rem, #e6e9ea 4.42rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv ul.toc .hasIcon ul a {
  -o-border-image: none !important;
  border-image: none !important; }

[dir=rtl] ul.toc .hasIcon ul a {
  padding-left: 0.7rem;
  padding-right: 4.42rem;
  -o-border-image: linear-gradient(to left, #fff 0, #fff 4.42rem, #e6e9ea 4.42rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(right, #fff 0, #fff 4.42rem, #e6e9ea 4.42rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to left, #fff 0, #fff 4.42rem, #e6e9ea 4.42rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv [dir=rtl] ul.toc .hasIcon ul a {
  -o-border-image: none !important;
  border-image: none !important; }

ul.toc .hasIcon ul a.active {
  -o-border-image: none;
  border-image: none; }

ul.toc .hasIcon ul a > .name {
  padding-left: 0; }

[dir=rtl] ul.toc .hasIcon ul a > .name {
  padding-right: 0; }

ul.toc .hasIcon ul a.section {
  padding-left: 3.47rem; }

[dir=rtl] ul.toc .hasIcon ul a.section {
  padding-left: 0;
  padding-right: 3.47rem; }

ul.toc .hasIcon ul a.section .name {
  padding-left: 0.95rem; }

[dir=rtl] ul.toc .hasIcon ul a.section .name {
  padding-left: 0;
  padding-right: 0.95rem; }

ul.toc .hasIcon ul ul a {
  padding-left: 5.37rem;
  -o-border-image: linear-gradient(to right, #fff 0, #fff 5.37rem, #e6e9ea 5.37rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(left, #fff 0, #fff 5.37rem, #e6e9ea 5.37rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to right, #fff 0, #fff 5.37rem, #e6e9ea 5.37rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv ul.toc .hasIcon ul ul a {
  -o-border-image: none !important;
  border-image: none !important; }

[dir=rtl] ul.toc .hasIcon ul ul a {
  padding-left: 0.7rem;
  padding-right: 5.37rem;
  -o-border-image: linear-gradient(to left, #fff 0, #fff 5.37rem, #e6e9ea 5.37rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(right, #fff 0, #fff 5.37rem, #e6e9ea 5.37rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to left, #fff 0, #fff 5.37rem, #e6e9ea 5.37rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv [dir=rtl] ul.toc .hasIcon ul ul a {
  -o-border-image: none !important;
  border-image: none !important; }

ul.toc .hasIcon ul ul a.active {
  -o-border-image: none;
  border-image: none; }

ul.toc .hasIcon ul ul a.section {
  padding-left: 4.42rem; }

[dir=rtl] ul.toc .hasIcon ul ul a.section {
  padding-left: 0;
  padding-right: 4.42rem; }

ul.toc .hasIcon ul ul ul a {
  padding-left: 6.32rem;
  -o-border-image: linear-gradient(to right, #fff 0, #fff 6.32rem, #e6e9ea 6.32rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(left, #fff 0, #fff 6.32rem, #e6e9ea 6.32rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to right, #fff 0, #fff 6.32rem, #e6e9ea 6.32rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv ul.toc .hasIcon ul ul ul a {
  -o-border-image: none !important;
  border-image: none !important; }

[dir=rtl] ul.toc .hasIcon ul ul ul a {
  padding-left: 0.7rem;
  padding-right: 6.32rem;
  -o-border-image: linear-gradient(to left, #fff 0, #fff 6.32rem, #e6e9ea 6.32rem, #e6e9ea 100%) 0 0 1 0;
  border-image: -webkit-linear-gradient(right, #fff 0, #fff 6.32rem, #e6e9ea 6.32rem, #e6e9ea 100%) 0 0 1 0;
  border-image: linear-gradient(to left, #fff 0, #fff 6.32rem, #e6e9ea 6.32rem, #e6e9ea 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.is-hv [dir=rtl] ul.toc .hasIcon ul ul ul a {
  -o-border-image: none !important;
  border-image: none !important; }

ul.toc .hasIcon ul ul ul a.active {
  -o-border-image: none;
  border-image: none; }

ul.toc .hasIcon ul ul ul a.section {
  padding-left: 5.37rem; }

[dir=rtl] ul.toc .hasIcon ul ul ul a.section {
  padding-left: 0;
  padding-right: 5.37rem; }

ul.toc .section .disclosure-icon {
  background-image: url("./../img/arrow.svg");
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  display: block;
  float: left;
  margin-top: 0.23em; }

[dir=rtl] ul.toc .section .disclosure-icon {
  float: right;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-not-mobile ul.toc .section .disclosure-icon {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear; }

ul.toc li[aria-expanded=true] > .section .disclosure-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

section {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s ease-in-out,right 0.3s ease-in-out;
  transition: left 0.3s ease-in-out,right 0.3s ease-in-out; }

@media print {
  section {
    position: static;
    height: auto;
    overflow: auto; } }
section,
section article {
  height: 100%; }

.is-mobile.panel-visible section {
  height: 100%;
  overflow: hidden !important; }

@media all and (min-width: 875px) {
  .is-not-hv section {
    left: 290px; }

  .is-not-hv [dir=rtl] section {
    left: 0;
    right: 290px; }

  .single-page-book section {
    left: 0 !important;
    right: 0 !important; } }
.is-hv section {
  -webkit-transition: left 0.3s ease-in-out,right 0.3s ease-in-out,box-shadow 0s linear 0.3s;
  transition: left 0.3s ease-in-out,right 0.3s ease-in-out,box-shadow 0s linear 0.3s; }

.is-hv section.toc-visible {
  -webkit-transition: left 0.3s ease-in-out,right 0.3s ease-in-out,box-shadow 0s linear 0s;
  transition: left 0.3s ease-in-out,right 0.3s ease-in-out,box-shadow 0s linear 0s;
  left: 190px; }

.is-hv [dir=rtl] section.toc-visible {
  left: 0;
  right: 190px; }

@media print {
  section {
    left: 0;
    width: 100% !important; } }
@media all and (max-width: 874px) {
  .is-mobile section,
  .is-mobile section article {
    min-height: 100% !important;
    height: auto;
    overflow-x: hidden;
    overflow-y: visible !important;
    position: relative; }

  .is-not-hv nav {
    width: 100%; } }
.topic-container {
  position: relative;
  width: 100%;
  min-height: 100%;
  font-size: 0.82rem;
  background: #fff; }

.topic-container .is-hv {
  position: absolute; }

@media print {
  .topic-container {
    position: static;
    height: auto;
    overflow: auto; } }
.is-mobile.is-safari8 .landing-page .topic-container,
.is-mobile.is-safari9 .landing-page .topic-container,
.is-modern-hv .landing-page .topic-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 100%;
  padding: 0; }

div.Task > .Name {
  position: relative; }

div.Task > .Name:focus {
  outline: 0; }

div.Task > .Name:hover .task-arrow {
  background-image: url("./../img/arrow-blue.svg"); }

.no-hover div.Task > .Name:hover .task-arrow,
div.Task > .Name .task-arrow {
  background-image: url("./../img/arrow.svg"); }

div.Task > .Name .task-arrow {
  position: absolute;
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  top: 0.95em;
  left: -1.2em;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear; }

[dir=rtl] div.Task > .Name .task-arrow {
  left: auto;
  right: -1.2em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

div.Task > .Name[aria-expanded=true] .task-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.SoloTask.Task h2.Name {
  cursor: text; }

.SoloTask.Task h2.Name .task-arrow {
  display: none; }

.SoloTask.Task h2.Name:hover {
  color: #484848 !important; }

.link-external {
  background-image: url("./../img/icon-external-link.png");
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 2px;
  position: relative;
  top: 1px; }

.topic-page {
  padding: 8%; }

@media all and (max-width: 568px) {
  .topic-page {
    padding: calc(2% + .8em); } }
.topic-page .apd-topic {
  margin-bottom: 1.5em; }

.topic-page .apd-topic .topicIcon {
  float: left;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  padding-right: 10px;
  margin: 0;
  position: relative;
  top: 1px; }

.is-hv .topic-page .apd-topic .topicIcon {
  display: inline; }

@media all and (max-width: 568px) {
  .topic-page .apd-topic .topicIcon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    padding-right: 8px; }

  [dir=rtl] .topic-page .apd-topic .topicIcon {
    padding-right: 0;
    padding-left: 8px; } }
[dir=rtl] .topic-page .apd-topic .topicIcon {
  float: right;
  padding-right: 0;
  padding-left: 10px; }

@media print {
  .topic-page .apd-topic a[href^=x-help] {
    display: none; } }
.is-not-hv .topic-page .apd-topic a[href^=x-help] {
  display: none; }

.topic-page .next,
.topic-page .prev {
  position: relative;
  outline: 0;
  text-decoration: none;
  color: #007aff;
  padding: 19px;
  margin-bottom: 1.5em;
  font-size: 0.87rem; }

.topic-page .next:visited,
.topic-page .prev:visited {
  color: #007aff; }

.topic-page .prev,
[dir=rtl] .topic-page .next {
  float: left;
  background: url("./../img/nav-paddle-left.png") left no-repeat;
  background-size: 9px 16px; }

.topic-page .next,
[dir=rtl] .topic-page .prev {
  float: right;
  background: url("./../img/nav-paddle-right.png") right no-repeat;
  background-size: 9px 16px; }

.topic-page .copyright-text {
  display: none;
  white-space: pre-line;
  color: #b1b1b1;
  font-size: 0.65rem;
  margin-top: 0.17em;
  clear: both; }

.is-not-hv .topic-page .copyright-text {
  display: block; }

@media print {
  .topic-page .copyright-text {
    display: block; } }
.topic-page .copyright-text a {
  position: relative;
  outline: 0;
  color: #007aff; }

.topic-page .copyright-text a:visited {
  color: #007aff; }

.topic-page .copyright-text a:hover {
  text-decoration: underline; }

.no-hover .topic-page .copyright-text a:hover {
  text-decoration: none; }

.topic-page .language {
  display: none;
  color: #484848;
  font-size: 0.65rem;
  margin: 5px 0 0;
  text-align: center; }

.topic-page .language .cur-lang {
  color: #007aff;
  cursor: pointer;
  display: inline-block; }

.topic-page .language .cur-lang .lang-icon {
  background-image: url("./../img/changelanguage_icon2x.png");
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 2px;
  pointer-events: none; }

.landing-page .topic-page .language {
  display: block; }

.single-page-book .topic-page .language {
  display: block;
  text-align: left; }

.Copyright.apd-topic h1,
.apd-topic .topicIcon,
.topic-page.landing .feedback {
  display: none; }

[dir=rtl].single-page-book .topic-page .language {
  text-align: right; }

.topic-page.landing .copyright-text {
  text-align: center; }

.fka-styles nav a[tabindex="0"]:focus {
  text-decoration: underline !important;
  text-decoration: underline; }

.fka-styles:focus {
  outline-width: 1px;
  outline-style: dotted; }

.apd-topic {
  color: #484848; }

.apd-topic h1 {
  position: relative;
  bottom: 0;
  overflow: hidden;
  outline: 0;
  font-family: -apple-system, -apple-system-font, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.59rem;
  line-height: 1.2;
  font-weight: 400;
  font-weight: 300;
  color: #4b4b4b;
  margin: 0 0 1em;
  padding: 0; }

.apd-topic a,
.apd-topic a:visited {
  color: #007aff; }

[lang=hi] .apd-topic h1,
[lang=th] .apd-topic h1,
[lang=vi] .apd-topic h1 {
  line-height: 1.5; }

.is-mobile .apd-topic h1,
.modal-content .apd-topic h1 {
  font-size: 1.24rem;
  margin-bottom: 0.7em; }

.apd-topic figure {
  margin: 1.25em 0 0.9em; }

.apd-topic figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.apd-topic video {
  max-width: 100%; }

.apd-topic div.ParaLines,
.apd-topic p {
  margin: 0.3em 0 1em;
  white-space: pre-line;
  word-wrap: break-word;
  widows: 3;
  orphans: 3; }

.apd-topic h1 img,
.apd-topic h2 img,
.apd-topic h3 img,
.apd-topic h4 img,
.apd-topic h5 img,
.apd-topic h6 img {
  height: 1.2em !important;
  width: auto !important;
  vertical-align: -.2em;
  pointer-events: none; }

.apd-topic table[data-type="1 column"] > tbody,
.apd-topic table[data-type="Full Width"] > tbody,
.apd-topic table[data-type=Data] > tbody {
  width: 100%; }

.apd-topic div.ParaLines p {
  margin: 0; }

.apd-topic a {
  position: relative;
  outline: 0;
  text-decoration: none; }

.apd-topic a:hover {
  text-decoration: underline; }

.landing.apd-topic li a:hover,
.landing.apd-topic ul a:hover,
.no-hover .apd-topic a:hover,
.search-results a,
.toc-toggle a {
  text-decoration: none; }

.apd-topic a.xRef.Aside {
  cursor: pointer;
  border-bottom: 1px dotted #007aff; }

.apd-topic a.xRef.Aside:hover {
  border-bottom-style: solid;
  text-decoration: none; }

.no-hover .apd-topic a.xRef.Aside:hover {
  border-bottom: 1px dotted #007aff; }

.apd-topic em:lang(ja),
.apd-topic em:lang(ko),
.apd-topic em:lang(zh) {
  font-style: normal;
  font-weight: 700; }

.apd-topic strong.BlackIcon,
.apd-topic strong.EUIcon,
.apd-topic strong.Icon,
.apd-topic strong.YellowIcon,
.apd-topic strong.force-click,
.apd-topic strong.siri,
.apd-topic strong.tip,
.apd-topic strong[class="3d-touch"] {
  background: url("./../img/icon-warning.png") left top no-repeat;
  background-size: 1rem 0.82rem;
  padding: 0 0 0 1.5em; }

[dir=rtl] .apd-topic strong.BlackIcon,
[dir=rtl] .apd-topic strong.EUIcon,
[dir=rtl] .apd-topic strong.Icon,
[dir=rtl] .apd-topic strong.YellowIcon,
[dir=rtl] .apd-topic strong.force-click,
[dir=rtl] .apd-topic strong.siri,
[dir=rtl] .apd-topic strong.tip,
[dir=rtl] .apd-topic strong[class="3d-touch"] {
  padding: 0 1.5em 0 0;
  background-position: right top; }

.apd-topic strong.EUIcon {
  background-image: url("./../img/icon-warning-eu.png"); }

.apd-topic strong.BlackIcon {
  background-image: url("./../img/icon-warning-black.png"); }

.apd-topic strong.force-click,
.apd-topic strong.siri,
.apd-topic strong.tip,
.apd-topic strong[class="3d-touch"] {
  background-image: url("./../img/ask-siri.svg");
  background-size: 1.4em 1.4em;
  padding: 0.15em 0 0.15em 1.7em; }

[dir=rtl] .apd-topic strong.force-click,
[dir=rtl] .apd-topic strong.siri,
[dir=rtl] .apd-topic strong.tip,
[dir=rtl] .apd-topic strong[class="3d-touch"] {
  padding: 0.15em 1.7em 0.15em 0; }

.apd-topic strong.tip {
  background-image: url("./../img/tip.svg"); }

.apd-topic strong.force-click,
.apd-topic strong[class="3d-touch"] {
  background-image: url("./../img/force-click.svg"); }

.apd-topic sup {
  top: -.4em; }

.apd-topic span.NoBreak {
  white-space: nowrap; }

.Copyright.apd-topic {
  font-size: 0.65rem; }

.Copyright.apd-topic p:nth-of-type(1) {
  margin-bottom: 0.1em; }

.Copyright.apd-topic p:nth-of-type(2) {
  margin-top: 0.1em; }

.apd-topic .Alert + .Alert,
.apd-topic li p.Caution,
.apd-topic li p.Important,
.apd-topic li p.Note,
.apd-topic li p.Notice,
.apd-topic li p.Tip {
  margin-top: 0.75em; }

.apd-topic .TaskBody .Alert,
.apd-topic div.note {
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

.apd-topic p.Caution,
.apd-topic p.Warning {
  margin-bottom: 0.75em; }

.apd-topic .yNote {
  font-style: italic;
  font-weight: 700; }

.apd-topic code {
  font-family: Menlo,monospace;
  font-size: 0.76rem; }

.apd-topic .CodeLine,
.apd-topic .CodeLines {
  display: block;
  font-weight: 400;
  white-space: pre-wrap;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis; }

.apd-topic .CodeLines {
  margin-top: 0.3em;
  margin-bottom: 1em; }

.apd-topic .CodeLines > .CodeLine {
  margin-top: 0.25em;
  margin-bottom: 0.25em; }

.apd-topic .Comment {
  color: red; }

.apd-topic .Comment:before {
  content: "COMMENT: ";
  font-weight: 700; }

.apd-topic .HIStrings {
  margin-top: 1.25em;
  margin-bottom: 0.25em; }

.apd-topic .HIStrings p {
  margin-bottom: 0.9em; }

.apd-topic .HIStrings > p {
  margin-bottom: 0; }

.apd-topic .HIStrings:first-child {
  padding-top: 0;
  margin-top: 0.65em; }

.apd-topic .HIStrings + .HIStrings {
  margin-top: 0.5em; }

.apd-topic .HIStrings em.Term {
  color: #555; }

.apd-topic .HIStrings strong.Term {
  color: #000; }

.apd-topic .HISubString {
  margin-top: 0.3em;
  margin-bottom: 0.7em;
  display: list-item;
  margin-left: 1.5em;
  padding-left: 0.25em; }

[dir=rtl] .apd-topic .HISubString {
  margin-left: 0;
  margin-right: 1.5em;
  padding-left: 0;
  padding-right: 0.25em; }

.apd-topic .HISubString > .HISubString {
  margin-top: 0.85em;
  display: block;
  margin-left: 0;
  padding-left: 0; }

[dir=rtl] .apd-topic .HISubString > .HISubString {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.apd-topic .LinkExternal strong,
.apd-topic .LinkUniversal strong {
  display: block;
  margin: 2.86em 0 0.5em;
  font-size: 0.7rem; }

.apd-topic .LinkExternal a,
.apd-topic .LinkUniversal a {
  display: block;
  margin: 0.2em 0 0; }

.apd-topic ol,
.apd-topic ul {
  margin-top: 0.3em;
  margin-bottom: 1em; }

.apd-topic ol > li,
.apd-topic ul > li {
  margin-top: 0.3em;
  margin-bottom: 0.7em; }

.apd-topic ul > li {
  list-style: disc; }

.apd-topic ol > li,
.apd-topic ol.decimal > li {
  list-style: decimal; }

.apd-topic .ListDescriptor + .Alert {
  margin-top: -.25em !important; }

.apd-topic ol > li:lang(ar) {
  list-style-type: arabic-indic; }

.apd-topic ol > li:lang(he) {
  list-style-type: hebrew; }

.apd-topic ul.ListSingle {
  font-weight: 400; }

.apd-topic ul.ListSingle > li {
  font-weight: 400;
  list-style-type: square;
  list-style-position: outside;
  list-style-image: -webkit-gradient(radial, 50% 50%, 3, 50% 50%, 6, from(#aaa), color-stop(0.8, #aaa), to(#aaa)); }

.apd-topic ul.ListSingle li > p {
  margin-top: 0.25em; }

.apd-topic address p,
.apd-topic ol.alpha > li,
.apd-topic ol.decimal > li {
  margin-top: 0;
  margin-bottom: 0; }

.apd-topic ol.decimal > li:lang(ar) {
  list-style-type: arabic-indic; }

.apd-topic ol.decimal > li:lang(he) {
  list-style-type: hebrew; }

.apd-topic ol.alpha > li {
  list-style: lower-alpha !important; }

.apd-topic dl dd,
.apd-topic dl dt {
  display: inline;
  margin: 0; }

.apd-topic dl dt {
  float: left;
  font-weight: 700; }

.apd-topic dl dt:after {
  content: '\00a0\00a0'; }

.apd-topic address {
  font-style: normal; }

.apd-topic address + p {
  margin-top: 1em; }

.apd-topic .Subhead .Name {
  font-size: 0.82rem;
  margin-top: 1.7em;
  margin-bottom: 0.3em;
  font-weight: 700;
  color: #4b4b4b; }

.apd-topic .Subhead .Name + p {
  margin-top: 0; }

.apd-topic .Subhead ul + .Alert {
  margin-left: 0; }

[dir=rtl] .apd-topic .Subhead ul + .Alert {
  margin-right: 0; }

.apd-topic .Example {
  margin-left: 4.36em;
  margin-right: 4.36em; }

.apd-topic div.Task {
  margin: 2em 0;
  background-color: none;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.apd-topic div.Task + .Task {
  margin-top: -2.1em;
  border-top-color: transparent; }

.apd-topic div.Task.no-header .TaskBody {
  margin-top: 1em; }

.apd-topic div.Task:first-child {
  margin-top: 1.4em; }

.apd-topic div.Task > .Name {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.43;
  margin: 0;
  padding-top: 0.79em;
  padding-bottom: 0.79em; }

.apd-topic div.Task > .Name:hover {
  color: #007aff; }

.no-hover .apd-topic div.Task > .Name:hover {
  color: #484848; }

.apd-topic .TaskBody {
  padding-bottom: 0;
  margin-top: -.214em;
  margin-right: 0;
  margin-bottom: 0.125em;
  overflow: hidden; }

@media screen {
  .apd-topic .TaskBody[aria-hidden=true] {
    max-height: 0 !important; } }
.apd-topic .TaskBody > .Alert,
.apd-topic .TaskBody > .Alert:first-child,
.apd-topic .TaskBody > figure,
.apd-topic .TaskBody > p,
.apd-topic .TaskBody > p + p,
.apd-topic .TaskBody > p:first-child {
  margin-top: 0.3em; }

.apd-topic table,
.apd-topic td,
.apd-topic th,
.apd-topic tr {
  border: none;
  page-break-inside: avoid; }

.apd-topic table tbody > tr:last-child,
.apd-topic table tbody tr,
.msie.apd-topic table tbody > tr > td {
  border-bottom: 1px solid #e4e4e4; }

.apd-topic table {
  width: 100%;
  font-size: 0.71rem;
  line-height: 1.065rem;
  table-layout: fixed;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 2em; }

.is-hv .apd-topic table {
  font-size: 0.95em;
  line-height: 1.52em; }

[dir=rtl] .apd-topic table {
  text-align: right; }

.apd-topic table:first-child > tbody:first-child {
  border-top-color: #fff !important; }

.apd-topic table > tbody {
  border-top: 1px solid #e4e4e4; }

.apd-topic table > thead + tbody {
  border-top: none; }

.apd-topic thead > tr {
  background: #97a6b2; }

.msie.apd-topic table tbody > tr > td {
  border-top: 1px solid #e4e4e4; }

.apd-topic thead + tbody > tr,
.apd-topic thead + tbody tr.TableDisplayRow:first-child {
  border-top: none !important; }

.apd-topic p.TableHead {
  font-weight: 700;
  color: #fff; }

.apd-topic td,
.apd-topic th {
  vertical-align: top;
  text-align: left; }

[dir=rtl] .apd-topic td,
[dir=rtl] .apd-topic th {
  text-align: right; }

.apd-topic td code,
.apd-topic th code {
  font-size: 0.65rem;
  padding-top: 0.05em; }

.apd-topic table tbody > tr td > p.TableDisplay {
  font-weight: 700;
  vertical-align: top; }

.apd-topic table tbody > tr td > .TableDisplay + p {
  vertical-align: top; }

.apd-topic table[data-type="1 column"] {
  background-color: transparent;
  table-layout: fixed; }

.apd-topic table[data-type="1 column"] thead tr {
  background: 0 0;
  border-top: 3px solid #e4e4e4; }

.apd-topic table[data-type="1 column"] tr.TableDisplayRow,
.apd-topic table[data-type="Full Width"],
.apd-topic table[data-type=Data] {
  background-color: transparent; }

.apd-topic table[data-type="1 column"] tr {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.apd-topic table[data-type="1 column"] .TableDisplay,
.apd-topic table[data-type="1 column"] .TableHead,
.apd-topic table[data-type="1 column"] .TableSubhead {
  overflow: hidden;
  font-weight: 700;
  color: #000 !important;
  text-overflow: ellipsis;
  vertical-align: top; }

.apd-topic table[data-type="Full Width"] > tbody > tr > td,
.apd-topic table[data-type=Data] > tbody > tr > td {
  border: 1px solid #e4e4e4; }

.apd-topic table[data-type="Full Width"] tr,
.apd-topic table[data-type=Data] tr {
  background: 0 0; }

.apd-topic table[data-type="Full Width"] thead p.TableHead,
.apd-topic table[data-type=Data] thead p.TableHead {
  color: #666 !important; }

.apd-topic table[data-type="Full Width"] td > p,
.apd-topic table[data-type=Data] td > p {
  display: block;
  text-align: left; }

.apd-topic table[data-type="Full Width"] .TableDisplay,
.apd-topic table[data-type="Full Width"] .TableSubhead,
.apd-topic table[data-type=Data] .TableDisplay,
.apd-topic table[data-type=Data] .TableSubhead {
  display: block;
  font-weight: 700;
  color: #555;
  text-align: left; }

.apd-topic table:first-child {
  margin-top: 1.25em; }

.apd-topic table th {
  padding: 0.25em 0.6em 0.3em 0.5em; }

[dir=rtl] .apd-topic table th {
  padding: 0.25em 0.5em 0.3em 0.6em; }

.apd-topic table td {
  padding: 0.65em 0.6em 0.6em 0.5em; }

[dir=rtl] .apd-topic table td {
  padding: 0.65em 0.5em 0.6em 0.6em; }

.apd-topic table td ol,
.apd-topic table td p,
.apd-topic table td ul {
  margin-top: 0.4em;
  margin-bottom: 0.6em; }

.apd-topic table td > figure {
  padding-left: 0.15em;
  margin-top: 1em !important;
  margin-bottom: 0.25em !important; }

[dir=rtl] .apd-topic table td > figure {
  padding-left: 0;
  padding-right: 0.15em; }

.apd-topic table td > .TableDisplay,
.apd-topic table td > ol li > p,
.apd-topic table td > ul > li,
.apd-topic table td > ul li > p {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important; }

.apd-topic table td ol > li {
  margin-bottom: 0; }

.apd-topic table td > :first-child,
.apd-topic table td > :first-child > :first-child,
.apd-topic table td > :first-child > :first-child > :first-child,
.apd-topic table th > :first-child,
.apd-topic table th > :first-child > :first-child,
.apd-topic table th > :first-child > :first-child > :first-child {
  margin-top: 0 !important; }

.apd-topic table td > :last-child,
.apd-topic table td > :last-child > :last-child,
.apd-topic table td > :last-child > :last-child > :last-child,
.apd-topic table th > :last-child,
.apd-topic table th > :last-child > :last-child,
.apd-topic table th > :last-child > :last-child > :last-child {
  margin-bottom: 0 !important; }

.apd-topic table[data-type="Full Width"] tr > th,
.apd-topic table[data-type=Data] tr > th {
  border: 1px solid #e4e4e4;
  padding: 0.4em; }

.apd-topic ol {
  margin-left: 1.65em; }

[dir=rtl] .apd-topic ol {
  margin-left: 0;
  margin-right: 1.65em; }

.apd-topic ul {
  margin-left: 1.45em; }

[dir=rtl] .apd-topic ul {
  margin-left: 0;
  margin-right: 1.45em; }

.apd-topic ul > li {
  padding-left: 0.25em; }

[dir=rtl] .apd-topic ul > li {
  padding-left: 0;
  padding-right: 0.25em; }

.apd-topic ul .Example {
  margin-left: 3em; }

[dir=rtl] .apd-topic ul .Example {
  margin-left: 0;
  margin-right: 3em; }

.apd-topic ol ol,
.apd-topic ul ol {
  margin-left: 1.5em; }

[dir=rtl] .apd-topic ol ol,
[dir=rtl] .apd-topic ul ol {
  margin-left: 0;
  margin-right: 1.5em; }

.apd-topic ol ul,
.apd-topic ul ul {
  margin-left: 1.3em; }

[dir=rtl] .apd-topic ol ul,
[dir=rtl] .apd-topic ul ul {
  margin-left: 0;
  margin-right: 1.3em; }

.apd-topic ul.ListSingle {
  margin-left: 0; }

[dir=rtl] .apd-topic ul.ListSingle {
  margin-left: 0;
  margin-right: 0; }

.apd-topic ul.ListSingle > li {
  padding-left: 0.5em;
  margin-left: 1.15em; }

[dir=rtl] .apd-topic ul.ListSingle > li {
  padding-left: 0;
  padding-right: 0.5em;
  margin-left: 0;
  margin-right: 1.15em; }

.apd-topic ul.ListSingle > li > ul {
  margin-left: 1.25em; }

[dir=rtl] .apd-topic ul.ListSingle > li > ul {
  margin-left: 0;
  margin-right: 1.25em; }

.apd-topic .TaskBody {
  margin-left: -1.25em;
  padding-left: 1.25em; }

[dir=rtl] .apd-topic .TaskBody {
  margin-left: 0;
  margin-right: -1.25em;
  padding-left: 0;
  padding-right: 1.25em; }

.apd-topic .TaskBody p {
  margin-left: 0; }

[dir=rtl] .apd-topic .TaskBody p {
  margin-left: 0;
  margin-right: 0; }

.apd-topic .TaskBody .ListSingle table,
.apd-topic .TaskBody ol table {
  margin-left: -.5em; }

.apd-topic .TaskBody table {
  margin-left: 1em;
  width: calc(99%);
  width: -webkit-calc(99%); }

[dir=rtl] .apd-topic .TaskBody table {
  margin-left: 0;
  margin-right: 1em; }

.apd-topic [data-change-bar=true] {
  border-left: 2px solid red;
  background-color: #ffc8c8;
  padding-left: 2px;
  padding-right: 4px; }

.apd-topic [data-change-bar=true] [data-change-bar=true] {
  border: 0;
  padding: 0;
  background-color: inherit; }

.landing.apd-topic {
  text-align: center; }

.landing.apd-topic h1 {
  font-size: 2.06rem;
  color: #474747;
  margin: 5px 0 12px; }

.landing.apd-topic li,
.landing.apd-topic ul {
  display: none;
  margin: 0; }

.feedback,
.is-mobile .landing.apd-topic li,
.is-mobile .landing.apd-topic ul {
  display: inline-block; }

.landing.apd-topic li {
  list-style: none;
  padding: 0 1em !important;
  border-right: 1px solid #e5e6e7; }

[dir=rtl] .landing.apd-topic li {
  border-right: 0;
  border-left: 1px solid #e5e6e7; }

.landing.apd-topic li:last-child {
  border: 0; }

.landing.apd-topic li p {
  margin: 0; }

.feedback {
  position: relative;
  padding-top: 1.6em; }

@media print {
  .feedback {
    display: none; } }
@media all and (max-width: 568px) {
  .is-mobile .landing.apd-topic h1 {
    font-size: 1.24rem;
    margin-bottom: 0; }

  .feedback {
    padding-top: 2.4em; } }
.feedback a {
  color: #007aff;
  cursor: pointer; }

.feedback a:hover {
  text-transform: underline; }

.no-hover .feedback a:hover {
  text-transform: none; }

.feedback .choices-label,
.feedback .confirm,
.feedback .solicit {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  opacity: 1;
  z-index: 2; }

.feedback .choices-label[aria-hidden=true],
.feedback .confirm[aria-hidden=true],
.feedback .solicit[aria-hidden=true] {
  overflow: hidden;
  opacity: 0;
  z-index: 1; }

.feedback .choices-label,
.feedback .confirm {
  font-weight: 700; }

.feedback .solicit {
  font-style: italic; }

.feedback form {
  -webkit-transition: max-height 0s linear 0.4s,opacity 0.3s linear,padding-top 0s linear 0.4s,padding-bottom 0s linear 0.4s;
  transition: max-height 0s linear 0.4s,opacity 0.3s linear,padding-top 0s linear 0.4s,padding-bottom 0s linear 0.4s;
  padding-top: 1em;
  padding-bottom: 1em;
  opacity: 1;
  max-height: 800px; }

.feedback form[aria-hidden=true] {
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0; }

.feedback form[aria-hidden=false] .choices label {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.feedback .choices-label[aria-hidden=false],
.feedback .confirm[aria-hidden=false],
.feedback .solicit[aria-hidden=false],
.feedback form[aria-hidden=false] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.feedback .choices label {
  position: relative;
  display: block;
  padding: 0 0 0 1.5em;
  -webkit-transition: margin-top 0s linear 0.4s,margin-bottom 0s linear 0.4s;
  transition: margin-top 0s linear 0.4s,margin-bottom 0s linear 0.4s; }

[dir=rtl] .feedback .choices label {
  padding: 0 1.5em 0 0; }

.feedback .choices input {
  position: absolute;
  top: 0.25em;
  left: 1px; }

[dir=rtl] .feedback .choices input {
  left: auto;
  right: 0; }

.feedback textarea {
  resize: none;
  height: 6em;
  width: 100%; }

.feedback button {
  color: #4a4a4a; }

.feedback button[disabled=disabled] {
  color: #b7babe; }

.search-results {
  color: #606060;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 290px;
  background: #fff;
  z-index: 20;
  top: 0;
  height: 100%;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  opacity: 1;
  right: -290px;
  -webkit-transform: translateX(-290px);
  transform: translateX(-290px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out,height 0s linear 0s,opacity 0.2s linear;
  transition: transform 0.3s ease-in-out,height 0s linear 0s,opacity 0.2s linear; }

@media print {
  .search-results {
    display: none; } }
@media all and (max-width: 568px) {
  .search-results {
    box-shadow: none;
    right: -100%;
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
[dir=rtl] .search-results {
  right: auto;
  left: -290px;
  -webkit-transform: translateX(290px);
  transform: translateX(290px); }

@media all and (max-width: 568px) {
  [dir=rtl] .search-results {
    left: -100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.search-results[aria-hidden=true] {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,height 0s linear 0.3s,opacity 0.2s linear;
  transition: transform 0.3s ease-in-out,height 0s linear 0.3s,opacity 0.2s linear;
  height: 0;
  -webkit-transform: none;
  transform: none; }

@media all and (min-width: 875px) {
  .search-results[aria-hidden=true] {
    opacity: 0; } }
.search-results .query {
  padding: 10px;
  background: #fafbfb;
  position: relative;
  font-size: 0.76rem; }

.search-results .query input {
  box-sizing: border-box;
  font-size: inherit;
  color: #484848;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #e4e4e4;
  padding: 0.4em 30px 0.4em 10px; }

.search-results .query input::-ms-clear {
  display: none; }

.search-results .query input:focus {
  outline: 0; }

.search-results .query button[name=reset] {
  position: absolute;
  top: 10px;
  top: calc(10px + .6em);
  right: 18px;
  height: 1em;
  width: 1em;
  border-radius: 30px;
  -ms-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  color: transparent;
  background: url("./../img/button-clear-search.png") center no-repeat;
  background-size: 1em 1em;
  overflow: hidden; }

.modal .modal-footer,
.modal .modal-header {
  height: 50px;
  min-height: 50px;
  text-align: center; }

.is-mobile .search-results .query button[name=reset] {
  right: 10px; }

[dir=rtl] .search-results .query button[name=reset] {
  right: auto;
  left: 17px; }

.search-results .query button[name=reset].hidden,
.search-results.no-result .count,
.search-results.no-result .list {
  display: none; }

.search-results .count {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #484848; }

.search-results a {
  display: block;
  padding: 13px 12px 14px;
  border: 0;
  border-bottom: 1px solid #f7f7f7;
  border-image: -webkit-linear-gradient(left, #fff 0, #fff 12px, #f7f7f7 12px, #f7f7f7 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

[dir=rtl] .search-results a {
  border-image: -webkit-linear-gradient(right, #fff 0, #fff 12px, #f7f7f7 12px, #f7f7f7 100%) 0 0 1 0;
  border-image-width: 0 0 1px 0; }

.search-results a.active {
  -o-border-image: none;
  border-image: none;
  background-color: #f2f2f2; }

.search-results a .name {
  pointer-events: none;
  font-size: 0.76rem;
  line-height: 1.35;
  color: #484848; }

.search-results a:hover .name {
  color: #007aff; }

.no-hover .search-results a:hover .name {
  color: #484848; }

.search-results a .path {
  pointer-events: none;
  font-size: 0.65rem;
  line-height: 1.4;
  color: #b2b2b2; }

.modal {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1000;
  position: fixed;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2%;
  -webkit-animation: show-modal 0.2s 0.3s ease 0s 1 forwards;
  animation: show-modal 0.2s 0.3s ease 0s 1 forwards; }

@media all and (max-width: 568px) {
  .modal {
    padding: 2%; } }
.modal.dismiss {
  -webkit-animation: show-modal 0.2s reverse 0.3s ease 0s 1 forwards;
  animation: show-modal 0.2s reverse 0.3s ease 0s 1 forwards;
  opacity: 0; }

.modal .hv-close-btn,
.modal .modal-content,
.modal .modal-footer,
.modal .modal-header {
  width: 90%;
  margin: 0 auto;
  max-width: 740px;
  position: relative; }

.modal .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 4px 4px 0 0;
  background: #fff;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  max-height: 70%;
  max-height: calc(96% - 45px);
  -webkit-box-ordinal-group: 1;
  order: 0;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  align-self: auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.is-hv .modal .modal-content {
  border-radius: 4px; }

.modal .apd-topic {
  font-size: 0.82rem; }

.is-not-hv .modal .apd-topic {
  padding: 7% 8% calc(8% - 45px); }

.is-hv .modal .apd-topic {
  padding: 7% 8% !important; }

@media all and (max-width: 568px) {
  .modal .apd-topic {
    padding: 5% 5% 5px; } }
.modal .apd-topic h1 {
  pointer-events: none; }

.modal .modal-header {
  background-color: #f3f5f6;
  border-bottom: 1px solid #fafbfb;
  display: none; }

.modal .modal-header h2 {
  color: #545454;
  font-size: 1.06rem;
  line-height: 1.06rem;
  padding: 15px;
  margin: 0; }

.modal .modal-footer {
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e4e4e4;
  background: #fff; }

.modal .modal-footer button[name=close] {
  border: none;
  background: 0 0;
  margin: 0;
  padding: 15px;
  width: 100%;
  color: #2f2f2f;
  font-size: 1.06rem;
  line-height: 1.06rem; }

.is-hv .modal .modal-footer {
  display: none; }

.modal .hv-close-btn {
  z-index: 1010;
  height: 15px;
  top: 25px;
  right: 12px; }

.modal .hv-close-btn button[name=close] {
  display: block;
  border: none;
  margin: 0;
  padding: 10px;
  color: transparent;
  background: url("./../img/button-close.png") center no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px;
  right: 9px; }

[dir=rtl] .modal .hv-close-btn button[name=close] {
  right: initial;
  left: 32px; }

.is-not-hv .modal .hv-close-btn {
  display: none; }

.modal.has-modal-header .modal-header {
  display: block;
  border-radius: 4px 4px 0 0; }

.modal.has-modal-header .modal-content {
  border-radius: 0;
  max-height: calc(96% - 45px - 50px); }

.is-hv .modal.has-modal-header .modal-content {
  border-radius: 0 0 4px 4px; }

@-webkit-keyframes show-modal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes show-modal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.nb {
  white-space: nowrap; }

.loading-error {
  background-image: none;
  width: 600px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  left: inherit; }

.loading-error h2 {
  margin-bottom: 0.5em; }

.loading-error p {
  margin: 0; }

.language-picker {
  min-height: 150px; }

.language-picker.modal .modal-content,
.language-picker.modal .modal-footer,
.language-picker.modal .modal-header {
  width: 300px; }

.language-picker.modal .modal-content {
  max-height: 500px;
  border-radius: 0 !important; }

.language-picker.modal .modal-content button {
  display: none; }

.language-picker.modal .modal-footer {
  display: block !important; }

.language-picker ul {
  background-color: #fff;
  width: 300px;
  overflow: auto;
  padding: 0;
  margin: 0; }

.language-picker ul li {
  list-style: none;
  margin: 0 20px;
  padding: 13px 0;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer; }

.language-picker ul li:last-of-type {
  border-bottom: none; }

[dir=rtl] .language-picker ul li {
  text-align: right; }

.language-picker ul li[data-value^=en] {
  direction: ltr; }

.toc-button {
  opacity: 0;
  color: transparent;
  position: absolute;
  top: 42%;
  top: calc(50% - 65px/2);
  top: -webkit-calc(50% - 65px/2);
  -webkit-backface-visibility: hidden;
  background: url("./../img/button-toc-toggle.png") center center no-repeat;
  background-size: 17px 16px;
  width: 25px;
  height: 65px;
  border: 1px solid #b7babe;
  border-radius: 0 9px 9px 0;
  z-index: 21;
  background-color: #b7babe;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none; }

.toc-toggle a,
.toc-toggle a:visited {
  color: #007aff; }

@media print {
  .toc-button {
    display: none; } }
[dir=rtl] .toc-button {
  border-radius: 9px 0 0 9px;
  background-image: url("./../img/button-toc-toggle-rtl.png"); }

.toc-button.toc-button-pin {
  pointer-events: auto;
  opacity: 0.5;
  left: 0; }

.toc-button.toc-button-pin:hover {
  opacity: 0.9;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

[dir=rtl] .toc-button.toc-button-pin {
  left: auto;
  right: 0; }

.loaded-timer .toc-button.toc-button-pin {
  opacity: 0.9; }

.toc-toggle {
  margin: 10px auto;
  text-align: center; }

.toc-toggle a {
  position: relative;
  outline: 0;
  cursor: pointer; }

.toc-toggle a:hover {
  text-decoration: underline; }

.no-hover .toc-toggle a:hover {
  text-decoration: none; }
