/*
 | Based on the DITA Open Toolkit project.
 | ?ver=170805
*/


/* ------------------------------------------------------------
 | Variables
 */

/* Remember to match the colors in the svg files too. */
:root {
  --color-adm: #9dab00; /* lime green */
  --color-cmg: #19bcd5;  /* light blue */
  --color-dev: #ab51ae;  /* purple */
  --color-dsg: #d68f00;  /* orange */
  --color-mod: #1e96e2;  /* dark blue */

  /* For the Persona Bar overlays */
  --color-overlay: #548DD4;  /* light blue 40% */
  --oliconcircle1: "&#10122;";
  --oliconcircle2: "&#10123;";
  --olleft1: 2px;
  --olleft2: 52px;
}

/* ------------------------------------------------------------
 | Fonts
 */

@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('26D3F6_6_0.eot');
  src: url('26D3F6_6_0.eot?#iefix') format('embedded-opentype'), url('26D3F6_6_0.woff') format('woff'), url('26D3F6_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url('26D3F6_5_0.eot');
  src: url('26D3F6_5_0.eot?#iefix') format('embedded-opentype'), url('26D3F6_5_0.woff') format('woff'), url('26D3F6_5_0.ttf') format('truetype');
}
body,
th,
td,
table,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a:link,
a:visited,
a:hover,
input {
  font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-kerning: normal;
  letter-spacing: 110%;
  line-height: 150%;
}
h1,
h2,
h3 {
  color: #515151;
}
h1 {
  font-size: 150%;
}
h2 {
  font-size: 120%;
}
a {
  color: #0d8dbf;
  text-decoration: none;
}
dd {
  margin-left: 1em;
  margin-bottom: 1.5em;
}
body {
  margin: 0;
  height: 100%;     /* Required or else the footer floats. */
  width: 100%;      /* Required or else the footer is too short. */
  position: absolute;   /* Required or else the footer floats. */
}
body#index {
  background-color: white;
}

/* ------------------------------------------------------------
 | For the sidebar toc. */

.map,
main {
  min-height: 100%;  /* Required or else the footer floats.*/
}
article[role="article"] {
  display: block;
  margin: 0;
  padding: 115px 10% 63px 30px;
  min-width: 40ch;  /* actual text line widths */
  min-height: 82vh;
  margin-left: 302px;
  background-color: white;
  border-left: 2px solid #b3b3b3;
  padding-top: 115px!important;
}
article[role="articleHome"] {
  display: block;
  margin: 0;
  padding: 100px 10% 100px 75px;
  min-width: 40ch;  /* actual text line widths */
  height: 80vh;
  background-color: white;
}
nav {
  margin: 0;
}
article[role="article"] {
  margin-left: 0;
}
nav[role="toc"] {
  display: none;
}
ul .map,
nav[role="toc"] {
  clear: left;
  float: left;
  position: relative;
  width: 377px;
  font-size: 100%;
  transition: all 0.5s ease;
  top: 155px;
  margin-bottom: -50px;
  display: block;
}
nav[role="toc"] li {
  display: block;
  float: left;
  width: 100%;
  padding-left: 20px;
  border-left: 2px block #0d8dbf;
  color: #787878;
  background: #f4f4f4;
  white-space: nowrap;
  overflow: hidden;
}
nav[role="toc"] > ul { /* using the first ul as background block */
  margin: 0;
  padding: 0 0 15px 0;  /* approxheaderheight randomrightmargin approxfooterheight approxsidebarwidth */
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 8000;
}
nav[role="toc"] > ul > li {
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    text-indent: 5%;
}
/*nav[role="toc"] > ul ul {
  display: none;
}*/

/* ------------------------------------------------------------
 | Header
 */

header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9999; /* always top layer */
  width: 100%;
}
.header, .header-home {
  height: 230px;
  width: 100%;
  background: #f4f4f4;
  color: #00A4E4;
}
.header:before,
.header:after,
.header-home:before,
.header-home:after  {
  clear: both;
  content: ' ';
  display: table;
}
.header #site-title, .header-home #site-title {
  position: relative;
  font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 175%!important;
  top: 8px;
}
.header ul, .header-home ul  {
  line-height: 1.2;
  white-space: nowrap;
  font-size: 90%;
  overflow: hidden;
  float: center;
  display: block;
  padding: 2px 5px 2px 5px;
  margin: 1px;
}
.header a,
.header li,
.header-home a,
.header-home li {
  display: block;
  vertical-align: left;
  text-align: left;
  margin: 0;
}
.header-logo-wrapper {
  display: flex;
  float: left;
}
.header .logo, .header-home .logo {
  display: block;
  padding: 10px 0px 1px 20px;
  color: #888;
  font-size: 18px;
  white-space: nowrap;
  width: 275px;
}
.header .logo:hover {
  text-decoration: none;
}
.header-home .logo:hover {
  text-decoration: none;
}
.header .logo img, .header-home .logo img  {
  display: inline-block;
  margin-right: 4px;
  margin-top: 2px;
}
.header .logo span, .header-home .logo span {
  position: relative;
  top: 2px;
}
.logo-wrapper {
  position: relative;
}
.header-nav-wrapper {
  display: block;
  position: absolute;
  right: 20px;
  top: 12px;
}
.header nav ul, .header-home nav ul {
  margin: 0;
  padding: 2px;
  padding-top: 6px;
}
.header nav li, .header-home nav li {
  display: block;
  float: down;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 2px 15px 2px 15px;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}
.header nav > ul > li, .header-home nav > ul > li {
  display: inline-block;
  float: left;
}
.header nav > ul ul, .header-home nav > ul ul {
  display: none;
}

:target:before {
content:"";
display:block;
height:250px; /* fixed header height*/
margin:-250px 0 0; /* negative fixed header height */
}

/* ------------------------------------------------------------
 | Footer
 */

footer {
  clear: both;
  position: relative;
  bottom: 0;
  z-index: 9999; /* always top layer */
  width: 100%;
  top: 150px;
}
.footer {   /* This is the inner element */
  width: 100%;
  border-top: 1px solid #d1d2d4;
  text-align: center;
  padding: 7px 0 8px 0;
  position: absolute;
  background-color: #ffffff;
}
.footer:before,
.footer:after {
  display: table;
  content: ' ';
  clear: both;
}
.footer div.social-media-wrapper,
.footer div.contact-info-wrapper,
.footer div.misc-wrapper{
  display: inline-block;
  vertical-align: middle;
}
.social-media-wrapper {
  display: none!important;
}
.footer ul {
  line-height: 1.2;
  white-space: nowrap;
  font-size: 90%;
  overflow: hidden;
  float: center;
  display: flex;
  padding: 2px 5px 2px 5px;
  margin: 1px;
}
.footer a,
.footer li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #847274;
  margin: 0;
}
.footer a:hover {
  opacity: .5;
}
.footer .social-media li {
  padding: 0 5px 0 5px;
}
.footer .contact-info li,
.footer .misc li {
  padding: 2px 15px 2px 15px;
}
.footer .contact-info li + li,
.footer .misc li + li {
  border-left: 1px solid #847274;
}
.footer .social-media a {
  background-image: url(social-media.jpg);
  display: block;
  height: 27px;
  width: 28px;
}
.footer .social-media a.twitter {
  background-position: -28px 0;
}
.footer .social-media a.linkedin {
  background-position: -57px 0;
}
.footer .social-media a.youtube {
  background-position: -85px 0;
}

/* STICKY FOOTER */

html, body {
  height: 100%;
}
main {
  /* equal to footer height */
  margin-bottom: -50px;
}
main:after {
  content: "";
  display: block;
}
.footer, main:after {
  height: 50px;
}

/* ------------------------------------------------------------
 | DITA-specific labels.
 */
.fn {  /* footnote */
  font-size: 80%;
}
.unresolved {
  background-color: skyblue;
}
.noTemplate {
  background-color: yellow;
}
.base {
  background-color: #ffffff;
}
.nested0 {
  margin-top: 1em; /* Add space for top level topics */
}
/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
.p, .ul > .li {
  font-family: "AvenirNextLTPro-Regular","Helvetica Neue","HelveticaNeue",Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  margin-top: 1em;
}
.stentry .ul .li {
  margin-top: 0;
}
.compressedlist > .li {
  font-size: 14px;
  line-height: 100%;
  margin-top: 0;
}
.figcap {
  font-style: italic;
}
.figdesc {
  font-style: normal;
}
.figborder {
  border-style: solid;
  padding-left: 3px;
  border-width: 2px;
  padding-right: 3px;
  margin-top: 1em;
  border-color: Silver;
}
.figsides {
  border-left: 2px solid;
  padding-left: 3px;
  border-right: 2px solid;
  padding-right: 3px;
  margin-top: 1em;
  border-color: Silver;
}
.figtop {
  border-top: 2px solid;
  margin-top: 1em;
  border-color: Silver;
}
.figbottom {
  border-bottom: 2px solid;
  border-color: Silver;
}
.figtopbot {
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 1em;
  border-color: Silver;
}
/* Most link groups are created with <div>. Ensure they have space before and after. */
.ullinks {
  list-style-type: none;
}
.ulchildlink {
  margin-top: 1em;
  margin-bottom: 1em;
}
.olchildlink {
  margin-top: 1em;
  margin-bottom: 1em;
}
.linklist {
  margin-bottom: 1em;
}
.linklistwithchild {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.sublinklist {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.relconcepts {
  margin-top: 1em;
  margin-bottom: 1em;
}
.reltasks {
  margin-top: 1em;
  margin-bottom: 1em;
}
.relref {
  margin-top: 1em;
  margin-bottom: 1em;
}
.relinfo {
  margin-top: 1em;
  margin-bottom: 1em;
}
.breadcrumbs {
  font-size: smaller;
  margin-bottom: 1pc; /* 1em; */
  border-bottom: 4px solid;
  padding-bottom: 15px;
  margin-top: 10px;
}
.breadcrumbs a {
  text-transform: capitalize;
}
.breadcrumbs.admctr {
	border-color: var( --color-adm );
}
.breadcrumbs.cmgctr {
	border-color: var( --color-cmg );
}
.breadcrumbs.devctr {
	border-color: var( --color-dev );
}
.breadcrumbs.dsgctr {
	border-color: var( --color-dsg );
}
.breadcrumbs.modctr {
	border-color: var( --color-mod );
}
dt.prereq {
  margin-left: 20px;
}
/* Set heading sizes, getting smaller for deeper nesting */
.topictitle1 {
  font-family: "AvenirNextLTPro-Regular","Helvetica Neue","HelveticaNeue",Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 1em; /* 1pc; */
  margin-bottom: .1em;
  font-size: 36px; /* 1.34em; */
  color: #515151;
}
.topictitle2 {
  margin-top: 1pc;
  margin-bottom: .45em;
  font-size: 2.0em; /* 1.17em; */
}
.topictitle3 {
  margin-top: 1pc;
  margin-bottom: .17em;
  font-size: 1.17em;
  font-weight: bold;
}
.topictitle4 {
  margin-top: .83em;
  font-size: 1.17em;
  font-weight: bold;
}
.topictitle5 {
  font-size: 1.17em;
  font-weight: bold;
}
.topictitle6 {
  font-size: 1.17em;
  font-style: italic;
}
.sectiontitle {
  font-family: "AvenirNextLTPro-Regular","Helvetica Neue","HelveticaNeue",Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 1.25em;
  margin-bottom: 0;
  color: #515151;
  font-size: 1.75em;
  font-weight: normal;
}
.paramlisttitle,
.sectiondivtitle {
  -webkit-font-smoothing: antialiased;
  line-height: 1.1;
  margin-top: 1.25em;
  margin-bottom: 0;
  color: #515151;
  font-size: 1.25em;
  font-weight: bold;
}
.section {
  margin-top: 1em;
  margin-bottom: 1em;
}
.docindent {
  margin-left: 20px;
}
.syntaxblock,
.paramlisttitle {
  margin-left: 40px;
}
.parml {
  margin-left: 60px;
  line-height: 100%;
}
.example {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* All note formats have the same default presentation */
.note {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  background-color: #e2f4fc;
  border: 1px solid #006d97;
  padding: 1em;
}
.note .notetitle, .note .notelisttitle,
.note .note__title {
  font-weight: 700;
  color: #006d97;
}
.announcement-left {
  text-align: left;
}
.announcement-center {
  text-align: center;
}
.announcement-left,
.announcement-center {
  background-color: #e2f4fc;
  padding: 1em;
  margin: 1em;
}
.announcement-title  {
  color: #006d97;
  font-size: 150%;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.announcement-text  {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
/* Simple lists do not get a bullet */
ul.horizontal-list,
ul.simple {
  list-style-type: none;
}
/* Various basic phrase styles */
.bold {
  font-weight: bold;
}
.boldItalic {
  font-weight: bold;
  font-style: italic;
}
.italic {
  font-style: italic;
}
.underlined {
  text-decoration: underline;
}
.uicontrol {
  font-weight: bold;
}
.defkwd {
  font-weight: bold;
  text-decoration: none;
}
.shortcut {
  color: #7eb9c1;
  text-decoration: none;
}
/* Default of bold for definition list terms */
.dlterm {
  font-weight: bold;
}
/* Use CSS to expand lists with @compact="no" */
.dltermexpand {
  font-weight: bold;
  margin-top: 1em;
}
*[compact="yes"] > li {
  margin-top: 0;
}
*[compact="no"] > li {
  margin-top: .53em;
}
.liexpand {
  margin-top: 1em;
  margin-bottom: 1em;
}
.sliexpand {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dlexpand {
  margin-top: 1em;
  margin-bottom: 1em;
}
.ddexpand {
  margin-top: 1em;
  margin-bottom: 1em;
}
.steps {
  padding-left: 1em;
}
.stepexpand {
  margin-top: 1em;
  margin-bottom: 1em;
}
.stepsection,
.substepexpand {
  margin-top: 1em;
  margin-bottom: 1em;
}
.superstep {
  font-size: 110%;
}
/* Align images based on @align on topic/image */
div.imageleft {
  text-align: left;
}
div.imagecenter {
  text-align: center;
}
div.imageright {
  text-align: right;
}
div.imagejustify {
  text-align: justify;
}
table {
  border-collapse: collapse;
  margin: 2em;
  border-spacing: 0;
  padding: 10px;
  background-color: #f5f5f5;
}
/* Used on the first column of a table, when rowheader="firstcol" is used */
.firstcol,
.sthead,
.thead {
  font-weight: bold;
  background-color: #e0e0e0;
}
.entry,
.stentry {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 2px #e9e9e9;
}
div.tasklabel {
  margin-top: 1em;
  margin-bottom: 1em;
}
h2.tasklabel {
  font-size: 150%;
  font-weight: bold;
}
h3.tasklabel,
h4.tasklabel,
h5.tasklabel,
h6.tasklabel {
  font-size: 100%;
}
pre.screen {
  padding: 5px 5px 5px 5px;
  border: outset;
  background-color: #CCCCCC;
  margin-top: 2px;
  margin-bottom: 2px;
  white-space: pre;
}
.wintitle {
  font-weight: bold;
}
span.filepath {
  font-family: monospace;
  font-size: 125%;
}
.codeph,
.codeblock,
.userinput {
  font-family: monospace;
  padding: 2px;
  background-color: #efefef;
  color: #005b7e;
  overflow: auto;
  line-height: 110%;
  font-size: 105%;
}
.codeblock {
  margin: 1em;
}
.systemoutput,
.msgph,
.msgblock {
  font-family: monospace;
  padding: 2px;
  overflow: auto;
  line-height: 110%;
  font-size: 105%;
}
.var {
  font-style: italic;
}
.apiname {
  font-family: monospace;
  font-style: normal;
  font-weight: bold;
}
.term,
.kwd {
  font-style: normal;
  font-weight: bold;
}
.parmname {
  font-weight: bold;
}
.svg-adm,
.svg-cmg,
.svg-dev,
.svg-dsg,
.svg-mod{
  width: 100px;
}
.img-ico {
  display: block;
  min-width: 32px;
  margin-top: 5px;
  margin-bottom: 35px;
}
.img-logoprod {
  width: 50px;
  padding-right: 10px;
}
.img-half {
  size: 50%;
}
.img-scr {
  -webkit-box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.4);
  box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.4);
}
.img-scr-menu {
  align-content: left;
}
.anchor{
  display: block;
  height: 105px; /*same height as header*/
  margin-top: -105px; /*same height as header*/
  visibility: hidden;
}

/* ------------------------------------------------------------
 | Persona Bar arrow positions
 */

figure {
  display: inline-block;
  position: relative;
}




 /*
 | -------------------- E91 - adm --------------------
 | This section was generated by running: powershell -file mkbp-css.ps1 pbar-E91adm.csv mkbp-css.out
 | Persona Bar arrow positions
 */

.olpb1-Logo-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 3%; }
.olpb2-Logo-ProductVersion-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 0%; }
.olpb2-Logo-Documentation-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 9%; }
.olpb2-Logo-CustomerPortal-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 19%; }
.olpb2-Logo-ContactSupport-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 29%; }
.olpb2-Logo-Logout-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 36%; }
.olpb1-Dashboard-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 9%; }
.olpb2-Dashboard-SiteAnalytics-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 15%; }
.olpb2-Dashboard-CommunityAnalytics-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 20%; }
.olpb1-Content-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 18%; }
.olpb2-Content-Assets-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 24%; }
.olpb2-Content-Pages-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 29%; }
.olpb2-Content-Forms-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 33%; }
.olpb2-Content-ContentLibrary-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 38%; }
.olpb2-Content-RecycleBin-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 42%; }
.olpb1-Manage-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 26%; }
.olpb2-Manage-Users-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 31%; }
.olpb2-Manage-Roles-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 36%; }
.olpb2-Manage-Templates-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 41%; }
.olpb2-Manage-Themes-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 46%; }
.olpb2-Manage-AdminLogs-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 51%; }
.olpb1-PageAnalytics-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 35%; }
.olpb2-PageAnalytics-CurrentPage-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 39%; }
.olpb2-PageAnalytics-TotalPageViews-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 44%; }
.olpb2-PageAnalytics-AverageTimeonPage-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 49%; }
.olpb2-PageAnalytics-BounceRate-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 54%; }
.olpb1-Settings-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 43%; }
.olpb2-Settings-SiteSettings-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 49%; }
.olpb2-Settings-Security-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 54%; }
.olpb2-Settings-Workflow-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 58%; }
.olpb2-Settings-SEO-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 63%; }
.olpb2-Settings-Community-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 68%; }
.olpb2-Settings-Gamification-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 72%; }
.olpb2-Settings-Vocabularies-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 77%; }
.olpb2-Settings-Connectors-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 81%; }
.olpb2-Settings-Extensions-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 86%; }
.olpb2-Settings-Servers-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 49%; }
.olpb2-Settings-CustomCSS-E91adm  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 54%; }


 /*
 | -------------------- E91 - all --------------------
 | This section was generated by running: powershell -file mkbp-css.ps1 pbar-E91all.csv mkbp-css.out
 | Persona Bar arrow positions
 */

.olpb1-Profile-E91all  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 52%; }
.olpb1-Edit-E91all  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 59%; }


 /*
 | -------------------- E91 - cmg --------------------
 | This section was generated by running: powershell -file mkbp-css.ps1 pbar-E91cmg.csv mkbp-css.out
 | Persona Bar arrow positions
 */

.olpb1-Logo-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 3%; }
.olpb2-Logo-ProductVersion-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 0%; }
.olpb2-Logo-Documentation-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 9%; }
.olpb2-Logo-CustomerPortal-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 19%; }
.olpb2-Logo-ContactSupport-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 29%; }
.olpb2-Logo-Logout-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 36%; }
.olpb1-Dashboard-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 9%; }
.olpb2-Dashboard-SiteAnalytics-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 15%; }
.olpb1-Content-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 18%; }
.olpb2-Content-Assets-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 24%; }
.olpb2-Content-Pages-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 29%; }
.olpb2-Content-Forms-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 33%; }
.olpb2-Content-ContentLibrary-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 38%; }
.olpb2-Content-RecycleBin-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 42%; }
.olpb1-Manage-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 26%; }
.olpb2-Manage-Users-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 31%; }
.olpb2-Manage-Templates-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 36%; }
.olpb1-PageAnalytics-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 35%; }
.olpb2-PageAnalytics-CurrentPage-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 39%; }
.olpb2-PageAnalytics-TotalPageViews-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 44%; }
.olpb2-PageAnalytics-AverageTimeonPage-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 49%; }
.olpb2-PageAnalytics-BounceRate-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 54%; }
.olpb1-Settings-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 43%; }
.olpb2-Settings-Workflow-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 49%; }
.olpb2-Settings-Connectors-E91cmg  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 54%; }


 /*
 | -------------------- E91 - host --------------------
 | This section was generated by running: powershell -file mkbp-css.ps1 pbar-E91host.csv mkbp-css.out
 | Persona Bar arrow positions
 */

.olpb1-Logo-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 3%; }
.olpb2-Logo-ProductVersion-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 0%; }
.olpb2-Logo-NETFramework-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 9%; }
.olpb2-Logo-ServerName-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 19%; }
.olpb2-Logo-LicenseKey-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 29%; }
.olpb2-Logo-Documentation-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 36%; }
.olpb2-Logo-CustomerPortal-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 41%; }
.olpb2-Logo-ContactSupport-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 45%; }
.olpb2-Logo-Logout-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 50%; }
.olpb1-Dashboard-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 9%; }
.olpb2-Dashboard-SiteAnalytics-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 15%; }
.olpb2-Dashboard-CommunityAnalytics-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 20%; }
.olpb1-Content-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 18%; }
.olpb2-Content-Assets-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 24%; }
.olpb2-Content-Pages-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 29%; }
.olpb2-Content-Forms-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 33%; }
.olpb2-Content-ContentLibrary-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 38%; }
.olpb2-Content-RecycleBin-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 42%; }
.olpb1-Manage-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 26%; }
.olpb2-Manage-Users-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 31%; }
.olpb2-Manage-Roles-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 36%; }
.olpb2-Manage-Templates-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 41%; }
.olpb2-Manage-Themes-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 46%; }
.olpb2-Manage-Sites-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 51%; }
.olpb2-Manage-AdminLogs-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 56%; }
.olpb1-PageAnalytics-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 35%; }
.olpb2-PageAnalytics-CurrentPage-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 39%; }
.olpb2-PageAnalytics-TotalPageViews-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 44%; }
.olpb2-PageAnalytics-AverageTimeonPage-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 49%; }
.olpb2-PageAnalytics-BounceRate-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 54%; }
.olpb1-Settings-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 43%; }
.olpb2-Settings-SiteSettings-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 49%; }
.olpb2-Settings-Security-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 54%; }
.olpb2-Settings-Workflow-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 58%; }
.olpb2-Settings-SEO-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 63%; }
.olpb2-Settings-Community-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 68%; }
.olpb2-Settings-Gamification-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 72%; }
.olpb2-Settings-Vocabularies-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 77%; }
.olpb2-Settings-Connectors-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 81%; }
.olpb2-Settings-Extensions-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 86%; }
.olpb2-Settings-Servers-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 49%; }
.olpb2-Settings-Import-Export-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 54%; }
.olpb2-Settings-Scheduler-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 58%; }
.olpb2-Settings-CustomCSS-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 63%; }
.olpb2-Settings-SQLConsole-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 68%; }
.olpb2-Settings-ConfigManager-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 72%; }
.olpb2-Settings-About-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 77%; }
.olpb2-Settings-OnDemand-E91host  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 56%; top: 81%; }


 /*
 | -------------------- E91 - mod --------------------
 | This section was generated by running: powershell -file mkbp-css.ps1 pbar-E91mod.csv mkbp-css.out
 | Persona Bar arrow positions
 */

.olpb1-Logo-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 3%; }
.olpb2-Logo-ProductVersion-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 0%; }
.olpb2-Logo-Documentation-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 9%; }
.olpb2-Logo-CustomerPortal-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 19%; }
.olpb2-Logo-ContactSupport-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 29%; }
.olpb2-Logo-Logout-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 36%; }
.olpb1-Dashboard-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 9%; }
.olpb2-Dashboard-SiteAnalytics-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 15%; }
.olpb2-Dashboard-CommunityAnalytics-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 20%; }
.olpb1-Content-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 18%; }
.olpb2-Content-Assets-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 24%; }
.olpb1-Manage-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 26%; }
.olpb2-Manage-Users-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 31%; }
.olpb2-Manage-Templates-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 36%; }
.olpb1-PageAnalytics-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 35%; }
.olpb2-PageAnalytics-CurrentPage-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 39%; }
.olpb2-PageAnalytics-TotalPageViews-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 44%; }
.olpb2-PageAnalytics-AverageTimeonPage-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 49%; }
.olpb2-PageAnalytics-BounceRate-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 54%; }
.olpb1-Settings-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 0%; top: 43%; }
.olpb2-Settings-Community-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 49%; }
.olpb2-Settings-Gamification-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 54%; }
.olpb2-Settings-Connectors-E91mod  { color: var( --color-overlay ); font-size: 300%; position: absolute; left: 19%; top: 58%; }



/* ------------------------------------------------------------
 | Glossary
 */

.glossterm {
  margin: 1.3em 0 0.3em 0;
}
.glossAlt {
  display: none;
}
article .glossentry {
  padding: 0 0 0 2em;  /* Overrides the padding for article. */
}
.glossentry .related-links {
  margin-top: 5px;
}
#glo-rellinks .related-links .relinfo {
  margin: 5em 0 0 0;
}

/* NEW STYLES */

ul li ul li.sub-nav-tabs.toc-aria-arrow-closed::before {
  margin-left: 23px;
  margin-right: -20px;
}
ul li ul li.sub-nav-tabs.toc-aria-arrow-open::before {
  margin-left: 17px;
  margin-right: -18px;
}
.toc-aria-arrow-closed::before {
  cursor: pointer;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #787878;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}
li.sub-nav-tabs.toc-aria-arrow-closed::before {
  margin-left: 20px;
  margin-right: 10px;
}
.toc-aria-arrow-open::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #787878 transparent transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -5px;
  margin-left: -6px;
}
ul.nav-tabs .toc-aria-arrow-closed::before {
  cursor: pointer;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #787878;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  margin-left: -12px;
}
ul.nav-tabs .toc-aria-arrow-open::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #787878 transparent transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -5px;
  margin-left: -6px;
  margin-left: -18px;
}
nav[role="toc"]  ul  li  a {
  font-size: 15px;
}
nav[role="toc"]  ul  li {
  font-size: 15px;
}
#articleNavAffix > li > ul > li > ul > li > ul > li > ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  background: transparent;
  padding-left: 110px;
  margin-left: -135px;
  padding-right: 25px;
}
#articleNavAffix > li > ul > li > ul > li > ul > li > ul li:first-child {
  padding-top: 7px;
  margin-top: 0px;
}
#articleNavAffix > li > ul > li > ul > li > ul > li > ul li:hover {
  background-color: #b4e1ef;
}
#articleNavAffix > li > ul > li > ul > li > ul li {
  padding-top: 7px;
  padding-bottom: 2px;
  background: transparent;
  padding-left: 80px;
  margin-left: -65px;
}
#articleNavAffix > li > ul > li > ul > li > ul li:last-child {
  margin-bottom: 2px;
}
#articleNavAffix > li > ul > li > ul > li > ul > li > ul li:last-child {
  padding-bottom: 5px;
}
#articleNavAffix > li > ul > li > ul > li > ul li:first-child {
  padding-top: 10px;
  margin-top: 5px;
}
#articleNavAffix > li > ul > li > ul > li > ul li:hover {
  background-color: #c9ebf6;
}
.sub-nav-tabs > ul > li > ul > li {
  padding-top: 15px;
}
nav[role="toc"] > ul > li > ul > li {
  margin: 0px;
  width: 100%;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 4px;
}
nav[role="toc"] > ul >li > ul > li > ul > li {
  margin: 0px;
  width: 100%;
  padding-left: 15px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 3px;
}
nav[role="toc"] > ul > li > ul > li > a {
  margin-left: -10px;
}
nav[role="toc"] > ul > li > ul {
  overflow: hidden;
  margin-left: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 15px;
  background-color: white;
  margin-top: 10px;
  margin-bottom: -10px;
  padding-left: 0;
}
nav[role="toc"] > ul > li.active {
  background-color: #e3f7fe;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
nav[role="toc"] > ul >li > ul > li.active {
  background-color: #e3f7fe;
}
#articleNavAffix > li > ul > li > ul > li > ul li.active {
  background-color: #c9ebf6;
}
#articleNavAffix > li > ul > li > ul > li > ul > li > ul li.active {
  background-color: #b4e1ef;
}
nav[role="toc"] > ul > li > a {
  -webkit-font-smoothing: antialiased;
}
#header-subnav-documentation,  .sibling-sites {
  position: absolute;
  top: 26px;
  padding-top: 24px;
  width: 300px;
  margin-left: -90px;
}
#header-subnav-documentation li, .sibling-sites li {
  text-align: center;
  background-color: #f4f4f4;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 2px 1px;
  height: 50px;
}
#header-subnav-documentation li:hover, #header-askq li:hover, .sibling-sites li:hover {
  background-color: #dddddd;
}
#header-subnav-documentation li:first-child, #header-askq li:first-child, .sibling-sites li:first-child {
  border-width: 2px 2px 1px;
}
#header-subnav-documentation li:last-child, #header-askq li:last-child, .sibling-sites li:last-child {
  border-width: 1px 2px 2px;
}
#header-subnav-documentation li a, #header-askq li a, .sibling-sites li a {
  margin-top: 12px;
}
.header li a, .header-home li a {
  text-align: center;
  vertical-align: middle;
  font-family: "AvenirNextLTPro-Regular","Helvetica Neue","HelveticaNeue",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #472a2b;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.affix-top li:hover {
  background-color: #e3f7fe;
}
.sibling-sites {
  margin-top: 19px;
  display: none;
}
li#header-askq {
  cursor: pointer;
  text-align: center;
  font-family: "AvenirNextLTPro-Regular","Helvetica Neue","HelveticaNeue",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #0d8dbf;
}
.site-title, .site-subtitle {
  display: inline-block;
  color: #888;
  font-size: 18px;
  white-space: nowrap;
  margin-top: 14px;
}
.site-subtitle a {
  display: inline-block;
  padding-right: 30px;
}
#header-askq:after {
  position: absolute;
  top: 17px;
  right: 6px;
  width: 8px;
  height: 2px;
  display: block;
  background: #0d8dbf;
  content: '';
}
#header-askq:before  {
  position: absolute;
  top: 14px;
  right: 9px;
  display: block;
  width: 2px;
  height: 8px;
  background: #0d8dbf;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.site-subtitle {
  position: relative;
  left: 5px;
}
.site-subtitle:after {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 8px;
  height: 2px;
  display: block;
  background: #0d8dbf;
  content: '';
}
.site-subtitle:before  {
  position: absolute;
  top: 11px;
  right: 19px;
  display: block;
  width: 2px;
  height: 8px;
  background: #0d8dbf;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.sibling-sites {
  margin-top: -8px;
}
nav[role="toc"] > ul > li > ul > li > a {
  margin-left: 0;
}
li.sub-nav-tabs {
  background-color: #f4f4f4!important;
  padding-bottom: 3px;
  padding-top: 5px;
  margin-left: -50px;
}
li.sub-nav-tabs:hover {
  background-color: #e3f7fe!important;
}
nav[role="toc"] > ul > li > ul > li > ul {
  background-color: #f4f4f4!important;
  margin-left: -70px;
}
nav[role="toc"] a,
nav[role="toc"] span {
  margin-left: 25px;
}

/* HOME PAGE STYLES */

main[role="main-index"] {
  margin-bottom: -80px;
}
.header-subcenters {
  display: inline-flex;
}
a#admin-card > .card-title {
  background: var( --color-adm );
}
#admin-card {
  border-bottom-color: var( --color-adm );
}
a#dev-card > .card-title {
  background: var( --color-dev );
}
#dev-card {
  border-bottom-color: var( --color-dev );
}
a#designer-card > .card-title {
  background: var( --color-dsg );
}
#designer-card {
  border-bottom-color: var( --color-dsg );
}
a#contentmgr-card > .card-title {
  background: var( --color-cmg );
}
#contentmgr-card {
  border-bottom-color: var( --color-cmg );
}
a#communitymgr-card > .card-title {
  background: var( --color-mod );
}
#communitymgr-card {
  border-bottom-color: var( --color-mod );
}
.card-title {
  color: white;
  padding: 20px 0;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 2em;
  text-transform: uppercase;
}
.card-wrapper {
  display: block;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.card-img-wrapper {
  padding: 20px 30px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px;
}
.home-card {
  background: white;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  transition: all 0.18s ease-in;
  box-shadow: 0 0 0 #333;
  transform-origin: bottom;
  margin-bottom: 50px;
}
.home-card .card-img {
  width: 100%;
  display: block;
  vertical-align: middle;
  max-width: 175px;
  margin: auto;
}
article[role="articleHome"] {
  display: block;
  margin: 0;
  min-width: 100%;
  height: 100%;
  overflow: visible;
  overflow-x: hidden;
  background-color: white;
}
.link-row {
  margin: 0px;
  margin-bottom: 100px;
}
.page-link {
  font-size: 17px;
  width: 25%;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 15px;
  white-space: nowrap;
  width: 100%;
}
.page-link span {
  color: #00a4e4;
  font-size: 28px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.page-link span:hover {
  opacity: .5;
}
.page-link-container,
.page-link-wrapper {
  margin: auto;
  width: 100%;
  text-align: center;
}
.link-right {
  padding-right: 0;
}
.link-left {
  padding-left: 0;
}
#header-askq:after {
  visibility: hidden;
}
#header-subctr-wrapper, #header-subctr-wrapper > .subctr {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
#header-subctr-wrapper {
  width: 750px;
  margin-left: -275px;
}
.header-card-img {
  width: 50px;
}
.subctr a {
  text-align: center;
  font-family: "AvenirNextLTPro-Regular","Helvetica Neue","HelveticaNeue",Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #252323;
  text-decoration: none;
  margin-top: 10px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.subctr a:hover {
  opacity: .5;
}
.sub-nav-tabs.active {
  background-color: #e3f7fe!important;
}
.footer-span {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.footer-index {
  bottom: 0;
}
ul.ullinks {
  margin-top: 50px;
  margin-bottom: 50px;
}
.note_warning {
    background-color: #ebc634;
}
.note_important {
  background-color: #f8bebe;
}
span.importanttitle {
  color: red!important;
}
img.img-ico {
  display: block;
  min-width: 32px;
  margin-top: 5px;
  margin-bottom: 35px;
}
img.img-logoprod {
  width: 50px;
  padding-right: 10px;
}
.sub-nav-tabs:first-child {
  padding-top: 15px;
}
.sub-nav-tabs:last-child {
  padding-bottom: 20px;
  margin-bottom: -5px;
}
p#landing-page-hero-welcome {
  font-size: 72px;
  font-weight: 500;
  color: #00a4e4;
  text-align: center;
}
#doc-center-roles-icons {
  display: block;
  width: 1280px;;
  height: 250px;
  margin: auto;
  text-align: center;
  margin-bottom: 100px;
}
.dc-role-icon {
  display: inline-block;
  width: 150px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.dc-role-icon:hover {
  opacity: .5;
}
.dc-icon-title {
  font-family: "AvenirNextLTPro-Bold","Helvetica Neue","HelveticaNeue",Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  color: #6e7172;
}
a.dc-left {
  margin-left: 0!important;
}
a.dc-right {
  margin-right: 0!important;
}
a.logo {
  margin-left: 55px;
  margin-right: 55px;
}
a.dc-dnn-logo {
  width: 275px;
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}
#articleNavAffix > li > ul > li.toc-aria-arrow-closed.toc-aria-arrow-open {
  background-color: #f4f4f4;
}

/* SEARCH BOX STYLES */

.searchbox {
  display: none;
  position: absolute;
  top: 106px;
  left: 0;
  display: inline-block;
  width: 375px;
  padding-top: 5px;
  padding-bottom: 2px;
  background-color: white;
}
form.gsc-search-box > table {
  margin: 0;
  padding: 0;
}
.gsc-input-box table {
  margin: 0;
}
.searchbox > #___gcse_0 {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
tbody {
  background-color: white;
}
.gsc-input-box {
  height: 27px!important;
}
.gscb_a {
  display: none!important;
}
.gsib_a {
  padding: 3px 6px 0!important;
}
.gsib_a > input {
  margin: 0!important;
}
#gs_tti50 {
  padding-top: 0;
  margin-top: 0;
}
.img-availprod {
  float: right;
  margin-top: -100px;
  width: 55px!important;
}
.ul-prodavail {
  float: right;
}
.ul-prodavail li {
  display: inline-block;
  margin-left: 7px;
}

/* HOME SEARCHBOX STYLES */

#dc-search-documentation {
  position: absolute;
  margin-left: 65px;
  font-size: 30px;
  color: #d1d2d4;
}
p#dc-search-documentation-dummy {
  margin: 0;
  margin-top: 10px;
}
#dc-search-icon {
  margin-left: 20px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
}
.searchbox-home {
  position: relative;
  margin-top: 95px;
  padding-left: 90px;
  padding-right: 90px;
}
.searchbox-home td.gsc-search-button, .gsib_b {
  display: none;
}
.searchbox-home tbody {
  background-color: transparent;
}
.searchbox-home .gsib_a {
  padding: 0 0 0 0!important;
  overflow-x: hidden;
}
.searchbox-home .gsc-search-box-tools .gsc-search-box .gsc-input, .searchbox-home table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.searchbox-home .gsc-input-box {
  height: 60px!important;
}
.searchbox-home .cse input.gsc-input, input.gsc-input {
  background-image:none !important;
}
.searchbox-home #gsc-i-id1 {
  height: 60px!important;
  text-indent: 65px!important;
}
.searchbox-home input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #00a4e4;
}
.searchbox-home .gsc-input-box {
  border: 2px solid #00a4e4;
}

/* RESPONSIVE STYLES */

/* HAMBURGER MENU STYLES */

@media all and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #dc-hamburger-white-box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 75px;
    height: 70px;
    z-index: 0;
  }
  nav[role="hamburger-home"],
  nav[role="hamburger-home"] ul,
  nav[role="hamburger-home"] ul li,
  nav[role="hamburger-home"] ul li a,
  nav[role="hamburger-home"] #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav[role="hamburger-home"]:after,
  nav[role="hamburger-home"] > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  nav[role="hamburger-home"] #menu-button {
    display: none;
  }
  nav[role="hamburger-home"] {
    font-family: Montserrat, sans-serif;
  }
  nav[role="hamburger-home"] > ul > li {
    float: left;
  }
  nav[role="hamburger-home"].align-center > ul {
    font-size: 0;
    text-align: center;
  }
  nav[role="hamburger-home"].align-center > ul > li {
    display: inline-block;
    float: none;
  }
  nav[role="hamburger-home"].align-center ul ul {
    text-align: left;
  }
  nav[role="hamburger-home"].align-right > ul > li {
    float: right;
  }
  nav[role="hamburger-home"] > ul > li > a {
    padding: 35px 35px 35px 50px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 700;
    text-transform: uppercase;
  }
  nav[role="hamburger-home"] > ul > li.has-sub > a {
    padding-right: 30px;
  }
  nav[role="hamburger-home"] > ul > li.has-sub > span:after {
    position: absolute;
    top: 43px;
    right: 25px;
    width: 20px;
    height: 4px;
    display: block;
    background: #9d9d9d;
    content: '';
  }
  nav[role="hamburger-home"] > ul > li.has-sub > span:before {
    position: absolute;
    top: 35px;
    right: 33px;
    display: block;
    width: 4px;
    height: 20px;
    background: #9d9d9d;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  nav[role="hamburger-home"] ul ul {
    position: absolute;
    left: -9999px;
  }
  nav[role="hamburger-home"].align-right ul ul {
    text-align: right;
  }
  nav[role="hamburger-home"] ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  nav[role="hamburger-home"] li:hover > ul {
    left: auto;
  }
  nav[role="hamburger-home"].align-right li:hover > ul {
    left: auto;
    right: 0;
  }
  nav[role="hamburger-home"] ul ul ul {
    margin-left: 100%;
    top: 0;
  }
  nav[role="hamburger-home"].align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
  }
  nav[role="hamburger-home"] ul ul li a {
    padding: 30px 15px;
    width: 50px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: 400;
    background: #333333;
    text-transform: uppercase;
  }
  nav[role="hamburger-home"] ul ul li:last-child > a,
  nav[role="hamburger-home"] ul ul li.last-item > a {
    border-bottom: 0;
  }
  nav[role="hamburger-home"] ul ul li:hover > a,
  nav[role="hamburger-home"] ul ul li a:hover {
    color: #ffffff;
  }
  nav[role="hamburger-home"] ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  nav[role="hamburger-home"].align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
  }
  nav[role="hamburger-home"] ul ul li.has-sub > a:before {
    position: absolute;
    top: 2px;
    right: 14px;
    display: block;
    width: 2px;
    height: 6px;
    background: #337ab7;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  nav[role="hamburger-home"].align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
  }
  nav[role="hamburger-home"] ul ul > li.has-sub:hover > a:before {
    top: 10px;
    height: 0;
  }
  nav[role="hamburger-home"] {
    width: 40px;
    position: fixed;
    right: 15px;
    top: 17px;
    z-index: 1;
  }
  nav[role="hamburger-home"] ul {
    background-color: #fff;
    display: none;
    position: fixed;
    left: 0px;
    width: 100%;
    margin-top: 28px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.15);
  }
  nav[role="hamburger-home"].align-center > ul {
    text-align: left;
  }
  nav[role="hamburger-home"] ul li {
    width: 100%;
  }
  nav[role="hamburger-home"] ul ul li,
  nav[role="hamburger-home"] li:hover > ul > li {
    height: auto;
    background-color: #dadada;
  }
  nav[role="hamburger-home"] ul li a,
  nav[role="hamburger-home"] ul ul li a {
    width: 100%;
    border-bottom: 0;
    background-color: #fff;
    color: #7b7b7b;
    font-size: 24px;
    text-align: left;
  }
  nav[role="hamburger-home"] ul > li > a:first-child {
    border-bottom: 1px solid #c9c9c9;
  }
  nav[role="hamburger-home"] ul li:first-child {
    border-bottom: 1px solid #c9c9c9;
  }
  nav[role="hamburger-home"] ul li ul li:first-child {
    border-bottom: none;
  }
  nav[role="hamburger-home"] > ul > li {
    float: none;
  }
  nav[role="hamburger-home"] ul ul li a {
    padding-left: 25px;
  }
  nav[role="hamburger-home"] ul ul ul li a {
    padding-left: 35px;
  }
  nav[role="hamburger-home"] ul ul li a {
    color: #7b7b7b;
    background: #f8f8f8;
    font-weight: bolder;
    padding-left: 100px;
  }
  nav[role="hamburger-home"] ul ul li:hover > a,
  nav[role="hamburger-home"] ul ul li.active > a {
    color: #dadada;
  }
  nav[role="hamburger-home"] ul ul,
  nav[role="hamburger-home"] ul ul ul,
  nav[role="hamburger-home"].align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  nav[role="hamburger-home"] > ul > li.has-sub > a:after,
  nav[role="hamburger-home"] > ul > li.has-sub > a:before,
  nav[role="hamburger-home"] ul ul > li.has-sub > a:after,
  nav[role="hamburger-home"] ul ul > li.has-sub > a:before {
    display: none;
  }
  nav[role="hamburger-home"] #menu-button {
    display: block;
    color: #00a4e4;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
  }
  nav[role="hamburger-home"] #menu-button:after {
    position: absolute;
    top: 55%;
    width: 100%;
    display: block;
    height: 7px;
    width: 40px;
    border-top: 7px solid #00a4e4;
    border-bottom: 7px solid #00a4e4;
    content: '';
  }
  nav[role="hamburger-home"] #menu-button:before {
    position: absolute;
    width: 100%;
    display: block;
    height: 7px;
    width: 40px;
    background: #00a4e4;
    content: '';
  }
  nav[role="hamburger-home"] #menu-button.menu-opened:after {
    position: absolute;
    top: 55%;
    width: 100%;
    display: block;
    height: 7px;
    width: 40px;
    border-top: 7px solid #a9a9a9;
    border-bottom: 7px solid #a9a9a9;
    content: '';
  }
  nav[role="hamburger-home"] #menu-button.menu-opened:before {
    position: absolute;
    width: 100%;
    display: block;
    height: 7px;
    width: 40px;
    background: #a9a9a9;
    content: '';
  }
  nav[role="hamburger-home"] .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 94px;
    width: 80px;
    cursor: pointer;
  }
  nav[role="hamburger-home"] ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  nav[role="hamburger-home"] .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  nav[role="hamburger-home"] ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  nav[role="hamburger-home"] .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  nav[role="hamburger-home"] ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  nav[role="hamburger-home"] .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  nav[role="hamburger-home"] ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  nav[role="hamburger-home"] .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* Custom, iPhone Retina */

@media only screen and (min-width : 320px) {
  article[role="articleHome"] {
    padding: 0px;
    padding-top: 100px;
    height: 2100px;
  }
  .dc-role-icon {
    display: inline-block;
    width: 200px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  .header, .header-home {
    height: 70px;
  }
  .searchbox {
    display: none;
  }
  .searchbox-home {
    display: none;
  }
  .card-title {
    font-size: 1.25em;
  }
  #header-askq li a {
    margin-top: 0px;
  }
  .header nav > ul > li + li, .header-home nav > ul > li + li {
    border-left: none;
  }
  .link-left, .link-center {
    padding-bottom: 20px;
    border-bottom: #ddd;
    border-bottom-style: solid;
  }
  #header-subctr-wrapper {
    display: none;
  }
  img.img-logoprod {
    width: 50px;
    padding-right: 10px;
  }
  .footer, main:after {
    height: 30px;
  }
  .footer-index {
    position: relative;
  }
}

@media only screen and (min-width : 768px) {
  article[role="articleHome"] {
    height: auto;
  }
  .dc-role-icon {
    display: inline-block;
    width: 150px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
  .img-availprod {
    float: none!important;
    display: block;
    margin-top: 0;
    width: 70px!important;
  }
  .searchbox-home {
    display: none;
  }
  .header, .header-home {
    height: 70px;
  }
  #doc-center-roles-icons {
    position: relative;
    width: 250px!important;
    height: 600px;
  }
  .page-link-wrapper {
    width: 100%;
    display: block;
  }
  .page-link-wrapper {
    margin: 0;
    margin-bottom: 0px;
  }
  .card-row {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header nav > ul > li + li, .header-home nav > ul > li + li, .header nav > ul > li + li, .header-home nav > ul > li + li {
    border-left: none;
  }
  nav[role="toc"], .searchbox  {
    display: none;
  }
  #doc-center-roles-icons {
    position: relative;
    width: 250px!important;
    height: 1000px;
    margin-bottom: 400px;
  }
  a.logo:nth-child(1), a.logo:nth-child(2), a.logo:nth-child(3), a.logo:nth-child(4), a.logo:nth-child(5) {
    position: relative;
    display: block;
    top: 0;
    margin: 0!important;
  }
  .link-row {
    margin-top: 725px;
  }
  p#landing-page-hero-welcome {
    font-size: 45px;
  }
  img.img-ico {
    min-width: 32px;
  }
  img.image {
    width: 100%;
  }
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {
  .header li a:hover, .header-home li a:hover {
    opacity: .5;
    text-decoration: none;
  }
  .header {
    height: 105px;
  }
  .header-home {
    height: 230px;
  }
  .searchbox {
    display: block;
  }
  .searchbox-home {
    display: block;
  }
  #header-subnav-documentation,  #header-askq > ul, .sibling-sites {
    position: absolute;
    top: 28px;
    padding-top: 9px;
    width: 300px;
    margin-left: -90px;
  }
  #header-askq > ul {
    margin-left: -150px;
  }
  #header-subnav-documentation li, #header-askq li, .sibling-sites li {
    text-align: center;
    background-color: #f4f4f4;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 2px 1px;
    height: 50px;
  }
  .container {
    text-align: center;
  }
  .card-wrapper {
    width: 25%;
    max-width: 400px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }
  main {
    min-height: 96.9.5%;
  }
  main[role="body-main"] {
    background-color: white;
  }
  .page-link-wrapper {
    display: inline-block;
  }
  .page-link-wrapper {
    display: inline-block;
  }
  .link-left, .link-right, .link-center {
    padding-bottom: 20px;
    border-bottom: #ddd;
    border-bottom-style: none;
  }
  .page-link-container {
    margin-bottom: 100px;
  }
  .card-title {
    font-size: 20px;
  }
  .card-row {
    margin-bottom: 0px;
  }
  .link-row {
    margin-bottom: 50px;
  }
  .home-card .card-img {
    width: 30%;
  }
  #header-askq:after {
    visibility: visible;
  }
  li.has-sub:first-child {
    display: none;
  }
  .header nav > ul > li:nth-child(2), .header-home nav > ul > li:nth-child(2) {
    border-left: none;
  }
  #header-askq li a {
    margin-top: 12px;
  }
  .header nav > ul > li + li, .header-home nav > ul > li + li {
    border-left: 1px solid #472a2b;
  }
  #header-subctr-wrapper {
    position: absolute;
    top: 50px;
    left: 350px;
    display: inline-block;
  }
  .subctr.active {
    border-bottom: 6px solid;
    padding-bottom: 4px;
  }
  .subctr.admctr {
    border-color: var( --color-adm );
  }
  .subctr.cmgctr {
    border-color: var( --color-cmg );
  }
  .subctr.devctr {
    border-color: var( --color-dev );
  }
  .subctr.dsgctr {
    border-color: var( --color-dsg );
  }
  .subctr.modctr {
    border-color: var( --color-mod );
  }
  /*nav[role="toc"] ul ul {
    display: none;
  }*/
  article[role="article"] {
    margin-left: 377px;
  }
  article[role="article"] {
    height: 100%;
  }
  .footer, main:after {
    height: 30px;
  }
  article[role="articleHome"] {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 230px;
  }
  main {
    margin-bottom: -200px;
  }
  article[role="article"] {
    min-height: 82vh;
  }
  img.img-ico {
    min-width: 32px;
  }
  img.image {
    max-width: 100%;
  }
  img.img-logoprod {
    width: 50px;
    padding-right: 10px;
  }
  .social-media-wrapper {
    display: inline-block!important;
  }
  .searchbox {
    display: inline-block;
  }
  .footer-index {
    position: relative;
    width: 95%;
    margin: auto;
  }
}

/* Large Devices, Cinema Displays */

@media only screen and (max-width : 1279px) {
    #doc-center-roles-icons {
      width: 800px;
    }
    a.logo {
      margin-right: 50px;
    }
    a.logo:nth-child(4) {
      margin-left: 200px;
    }
    #doc-center-roles-icons {
      margin-bottom: 320px;
    }
  img.image {
    width: 100%;
  }
}

/* iPhone 6 Portrait */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 667px)
and (orientation : portrait) {
  .breadcrumbs, .breadcrumbs a, body p.p, body, th, td, table, h1, h2, h3, h4, h5, h6, p, ul, ol, a:link, a:visited, a:hover {
    font-size: 30px;
  }
  .site-title, .site-subtitle {
    font-size: 27px;
  }
  h1.topictitle1 {
    font-size: 55px;
  }
  .header .logo img, .header-home .logo img  {
    width: 375px;
  }
  .site-title, .site-subtitle {
    margin-top: 8px;
  }
  nav[role="hamburger-home"] {
    width: 65px;
    top: 14px;
    right: 40px;
  }
  nav[role="hamburger-home"] #menu-button {
    padding: 30px;
  }
  nav[role="hamburger-home"] #menu-button:before, nav[role="hamburger-home"] #menu-button:after {
    width: 60px;
  }
  nav[role="hamburger-home"] #menu-button:before {
    height: 12px;
    left: 15px;
    top: 35%;
  }
  nav[role="hamburger-home"] #menu-button:after {
    height: 12px;
    top: 45px;
    border-top: 12px solid #00a4e4;
    border-bottom: 12px solid #00a4e4;
    left: 15px;
  }
  nav[role="hamburger-home"] #menu-button.menu-opened:after {
    position: absolute;
    top: 45px;
    display: block;
    height: 12px;
    width: 60px;
    border-top: 12px solid #a9a9a9;
    border-bottom: 12px solid #a9a9a9;
    content: '';
  }
  nav[role="hamburger-home"] #menu-button.menu-opened:before {
    position: absolute;
    display: block;
    height: 12px;
    width: 60px;
    background: #a9a9a9;
    content: '';
  }
  .header-nav {
    top: 87px;
  }
  nav[role="hamburger-home"] ul > li > a:first-child {
    border-top: 2px solid #888;
    border-bottom: 2px solid #888;
  }
  nav[role="hamburger-home"] ul {
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
    margin-top: 38px;
  }
  nav[role="hamburger-home"] > ul > li.has-sub > span:before {
    top: 60px;
    height: 40px;
    width: 7px;
    right: 56px;
  }
  nav[role="hamburger-home"] > ul > li.has-sub > span:after {
    top: 76px;
    right: 40px;
    height: 7px;
    width: 40px;
  }
  nav[role="hamburger-home"] ul > li > a:first-child {
    border-top: 0;
    border-bottom: 0;
  }
  nav[role="hamburger-home"] ul > li:first-child {
    border-top: 0;
    border-bottom: 0;
  }
  nav[role="hamburger-home"] .submenu-button {
    border-left: 0;
    height: 165px;
    width: 140px;
  }
  .footer {
    height: 100px;
    display: none;
  }
  main {
    margin-bottom: -70px;
  }
  .social-media-wrapper {
    display: none;
  }
  .footer, main:after {
    height: 60px;
  }
  nav[role="toc"], .searchbox  {
    display: none;
  }
  .page-link {
    font-size: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .page-link span {
    color: #337ab7;
  }
  .header-logo-wrapper{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header, .header-home {
    height: 125px;
  }
  a.dc-dnn-logo {
    width: 475px;
  }
  p#landing-page-hero-welcome {
    display: none;
  }
  #doc-center-roles-icons {
    width: 400px;
  }
  .dc-role-icon {
    width: 350px;
    margin-bottom: 50px;
  }
  article[role="articleHome"] {
    margin-top: 150px;
    height: 2100px;
  }
  article[role="article"] {
    padding-top: 155px!important;
  }
  .dc-icon-title {
    font-size: 32px;
  }
  a.logo:nth-child(4), a.logo {
    margin-left: 0;
  }
  #doc-center-roles-icons {
    height: auto;
    margin-bottom: 0;
  }
  p.dc-icon-title {
    margin-top: 10px;
  }
  .page-link span {
    font-size: 42px;
  }
  #dc-hamburger-white-box {
    width: 130px;
    height: 130px;
  }
  nav[role="hamburger-home"] ul li:first-child {
    border-bottom: 1px solid #666;
  }
  nav[role="hamburger-home"] ul > li > a:first-child {
    border-bottom: 1px solid #666;
  }
  nav[role="hamburger-home"] ul li a, nav[role="hamburger-home"] ul ul li a {
    padding: 63px 35px 63px 80px;
    font-size: 38px;
  }
    nav[role="hamburger-home"] ul ul li a {
    padding: 63px 35px 63px 150px;
  }
}
