/************************** 
Theme Name: BeyondTrust Docs
Authors: Jenny Pittman, Jason Bronson
Description: Custom CSS for BeyondTrust Tech Docs Site - https://www.beyondtrust.com/docs. Responsive. Built on Foundation 5.0 and Madcap Flare.
License: BeyondTrust Corporation All Rights Reserved
**************************/
@import "child.css";
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
body {
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  mc-hyphenate: never;
  font-style: normal;
  margin: 0;
  padding: 0;
}
@media only screen {
  body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7em;
  }
}
pre,
pre p {
  background-color: #d0d3d4;
  font-family: "Courier New", Courier New, monospace;
  line-height: 13px;
  padding: 10px 0 10px 15px;
  overflow-wrap: break-word;
}
@media only screen {
  pre,
  pre p {
    line-height: 24px;
    list-style-type: none;
    margin: 0;
    overflow-x: scroll;
    padding: 5px 20px;
  }
}
table pre {
  width: 100%;
}
@media only screen {
  table pre {
    max-width: 450px;
  }
}
code {
  background-color: #d0d3d4;
  font-family: "Courier New", Courier New, monospace;
  border: 1px solid #7c878e;
  color: #253746;
  padding: 2px 4px;
}
code MadCap|variable {
  background-color: #d0d3d4;
  font-family: "Courier New", Courier New, monospace;
}
p.empty {
  clear: both;
  font-size: 1pt;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.breakable {
  overflow-wrap: anywhere;
}
.blue {
  color: #2d8dcc;
  font-weight: bold;
}
.blue a,
.blue a:hover,
.blue a:visited {
  color: #ff5500;
  text-decoration: none;
}
.gray {
  color: #7d7d7d;
}
.legal {
  color: #d0d3d4;
  font-size: 6pt;
  line-height: 6pt;
}
@media only screen {
  .legal {
    font-size: 0.75em;
    line-height: 0.75em;
  }
}
.orange {
  color: #ff5500;
}
.parentheses {
  color: #333333;
  font-size: 8pt;
  font-style: italic;
  font-weight: normal;
}
@media only screen {
  .parentheses {
    font-size: 0.9em;
  }
}
.wrap {
  display: block;
  width: 550px;
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-word;
  mc-language: none;
}
/* Header bar styles */
p.orangeheader {
  font-size: 10pt;
  padding-top: 10px;
  page-break-after: avoid;
  color: #ff5500;
}
@media only screen {
  p.orangeheader {
    font-size: 1.1em;
  }
}
@media only screen {
  p.orangeheader {
    font-size: 1.25em;
    line-height: 1.2em;
    padding: 20px 0 5px 0;
  }
}
@media only screen and (max-width: 640px) {
  p.orangeheader {
    font-size: 1.4em;
  }
}
p.navyheader {
  font-size: 10pt;
  padding-top: 10px;
  page-break-after: avoid;
  color: #253746;
  font-size: 11.5pt;
  font-weight: bold;
}
@media only screen {
  p.navyheader {
    font-size: 1.1em;
  }
}
@media only screen {
  p.navyheader {
    font-size: 1.175em;
    line-height: 1.2em;
    padding: 20px 0 5px 0;
  }
}
@media only screen and (max-width: 640px) {
  p.navyheader {
    font-size: 1.25em;
  }
}
p.bar {
  font-size: 10pt;
  font-weight: bold;
  margin-top: 25px;
  padding: 5pt 6pt;
  page-break-after: avoid;
  background-color: #425563;
  color: white;
  font-size: 12pt;
}
@media only screen {
  p.bar {
    font-size: 1.1em;
    line-height: 1em;
    margin-top: 16px;
    padding: 16px;
  }
}
p.bluebar {
  font-size: 10pt;
  font-weight: bold;
  margin-top: 25px;
  padding: 5pt 6pt;
  page-break-after: avoid;
  background-color: #b8dff7;
}
@media only screen {
  p.bluebar {
    font-size: 1.1em;
    line-height: 1em;
    margin-top: 16px;
    padding: 16px;
  }
}
p.graybar {
  font-size: 10pt;
  font-weight: bold;
  margin-top: 25px;
  padding: 5pt 6pt;
  page-break-after: avoid;
  background-color: #d0d3d4;
}
@media only screen {
  p.graybar {
    font-size: 1.1em;
    line-height: 1em;
    margin-top: 16px;
    padding: 16px;
  }
}
hr {
  border: 0;
  border-top: 1px solid #d0d3d4;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
hr.orangedot {
  border-top: 1px dotted #ff5500;
}
/* Link styles */
a,
a:link,
a:active,
a:visited {
  color: #ff5500;
  text-decoration: underline;
}
a:hover {
  color: #2d8dcc;
}
a.bold {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.fakelink {
  color: #ff5500;
  text-decoration: underline;
}
MadCap|xref.bold {
  color: #333333;
  mc-format: '{b}{paratext}{/b}';
}
/* Table styles */
caption {
  font-size: 8pt;
  font-style: italic;
  font-weight: bold;
  padding: 5px 15px 3px 0px;
  page-break-after: avoid;
  text-align: center;
}
@media only screen {
  caption {
    font-size: 0.85em;
    padding: 5px 0 3px 0;
  }
}
/* List styles */
ol li ol li {
  list-style-type: lower-alpha;
}
ol li ol li ol li {
  list-style-type: lower-roman;
}
ol li ol li ol li ol li {
  list-style-type: upper-alpha;
}
ul li ul li {
  list-style-type: circle;
}
ul li ul li ul li {
  list-style-type: square;
}
ul li ul li ul li ul li {
  list-style-type: disc;
}
ul + div.moinfo,
ol + div.moinfo {
  margin-top: 12px;
}
/* Callout styles */
p.new::before,
div.new::before,
p.enhanced::before,
div.enhanced::before,
p.optional::before,
div.optional::before {
  background-image: url('../Images/theme/alert-new-small.png');
  background-repeat: no-repeat;
  content: "\A";
  display: block;
  white-space: pre;
}
@media only screen {
  p.new::before,
  div.new::before,
  p.enhanced::before,
  div.enhanced::before,
  p.optional::before,
  div.optional::before {
    background-image: url('../images/theme/alert-new.png');
    content: "\00a0\A";
    line-height: 20px;
    background-size: auto 18px;
  }
}
p.enhanced::before,
div.enhanced::before {
  background-image: url('../images/theme/alert-enhanced-small.png');
}
@media only screen {
  p.enhanced::before,
  div.enhanced::before {
    background-image: url('../images/theme/alert-enhanced-small.png');
  }
}
p.optional::before,
div.optional::before {
  background-image: url('../images/theme/alert-optional-small.png');
}
@media only screen {
  p.optional::before,
  div.optional::before {
    background-image: url('../images/theme/alert-optional.png');
  }
}
p.important-head,
p.important-head-half {
  background: #ff5500 url('../images/theme/callout-icon-important-print.png') no-repeat 10px 20%;
  color: white;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0;
  padding: 14px 14px 24px 55px;
  page-break-after: avoid;
  text-transform: uppercase;
}
@media only screen {
  p.important-head,
  p.important-head-half {
    background: #ff5500 url('../images/theme/callout-icon-important-scaled.png') no-repeat 10px 10px;
    font-size: 18px;
    height: 65px;
    line-height: 1.8em;
    padding: 18px 18px 18px 65px;
    margin-top: 10px;
  }
}
div p.important-head,
div p.important-head-half {
  padding-bottom: 14px;
}
p.important-body,
div.important-body,
p.important-body-half,
div.important-body-half {
  background-color: #b8dff7;
  display: block;
  font-style: italic;
  margin-top: -10px;
  padding: 12px;
}
@media only screen {
  p.important-body,
  div.important-body,
  p.important-body-half,
  div.important-body-half {
    min-height: 65px;
    padding: 18px;
  }
}
p.note,
div.note,
p.note-half,
div.note-half {
  background-color: #b8dff7;
  background-image: url('../images/theme/callout-icon-note-print.png');
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border: 2px solid #253746;
  font-style: italic;
  padding: 12px 12px 12px 45px;
}
@media only screen {
  p.note,
  div.note,
  p.note-half,
  div.note-half {
    padding: 18px 18px 18px 85px;
    min-height: 98px;
  }
}
p.note pre,
div.note pre,
p.note-half pre,
div.note-half pre {
  font-style: normal;
}
@media only screen {
  p.note,
  div.note,
  p.note-half,
  div.note-half {
    background-image: url('../images/theme/callout-icon-note.png');
    background-position: 7px 7px;
  }
}
p.example,
div.example,
p.example-half,
div.example-half {
  background-color: #b8dff7;
  background-image: url('../images/theme/callout-icon-note-print.png');
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border: 2px solid #253746;
  font-style: italic;
  padding: 12px 12px 12px 45px;
  background-color: #efefef;
  background-image: url('../images/theme/callout-icon-example-print.png');
  border-color: #425563;
}
@media only screen {
  p.example,
  div.example,
  p.example-half,
  div.example-half {
    padding: 18px 18px 18px 85px;
    min-height: 98px;
  }
}
p.example pre,
div.example pre,
p.example-half pre,
div.example-half pre {
  font-style: normal;
}
@media only screen {
  p.example,
  div.example,
  p.example-half,
  div.example-half {
    background-image: url('../images/theme/callout-icon-example.png');
    background-position: 7px 7px;
  }
}
div.example > pre:first-child,
div.example-half > pre:first-child {
  border-top: 10px #efefef solid;
}
@media only screen {
  div.example > pre:first-child,
  div.example-half > pre:first-child {
    border-top: 18px #efefef solid;
  }
}
p.tip,
div.tip,
p.tip-half,
div.tip-half {
  background-color: #b8dff7;
  background-image: url('../images/theme/callout-icon-note-print.png');
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border: 2px solid #253746;
  font-style: italic;
  padding: 12px 12px 12px 45px;
  background-color: #d1e0d7;
  background-image: url('../images/theme/callout-icon-tip-print.png');
  border-color: #425563;
}
@media only screen {
  p.tip,
  div.tip,
  p.tip-half,
  div.tip-half {
    padding: 18px 18px 18px 85px;
    min-height: 98px;
  }
}
p.tip pre,
div.tip pre,
p.tip-half pre,
div.tip-half pre {
  font-style: normal;
}
@media only screen {
  p.tip,
  div.tip,
  p.tip-half,
  div.tip-half {
    background-image: url('../images/theme/callout-icon-tip.png');
    background-position: 7px 7px;
  }
}
p.moinfo,
div.moinfo,
p.moinfo-half,
div.moinfo-half {
  background-color: #b8dff7;
  background-image: url('../images/theme/callout-icon-note-print.png');
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border: 2px solid #253746;
  font-style: italic;
  padding: 12px 12px 12px 45px;
  background-color: #efefef;
  background-image: url('../images/theme/callout-icon-more-info-print.png');
  border-color: #ff5500;
}
@media only screen {
  p.moinfo,
  div.moinfo,
  p.moinfo-half,
  div.moinfo-half {
    padding: 18px 18px 18px 85px;
    min-height: 98px;
  }
}
p.moinfo pre,
div.moinfo pre,
p.moinfo-half pre,
div.moinfo-half pre {
  font-style: normal;
}
@media only screen {
  p.moinfo,
  div.moinfo,
  p.moinfo-half,
  div.moinfo-half {
    background-image: url('../images/theme/callout-icon-more-info.png');
    background-position: 7px 7px;
  }
}
.important-head-half,
.important-body-half,
.note-half,
.example-half,
.tip-half,
.moinfo-half,
div p.important-body-half {
  margin-right: 315px;
}
@media only screen {
  .important-head-half,
  .important-body-half,
  .note-half,
  .example-half,
  .tip-half,
  .moinfo-half,
  div p.important-body-half {
    margin-right: inherit;
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .important-head-half,
  .important-body-half,
  .note-half,
  .example-half,
  .tip-half,
  .moinfo-half,
  div p.important-body-half {
    width: 100%;
  }
}
div.important-body p.image-right,
div.note p.image-right,
div.example p.image-right,
div.tip p.image-right,
div.moinfo p.image-right,
div.important-body-half p.image-right,
div.note-half p.image-right,
div.example-half p.image-right,
div.tip-half p.image-right,
div.moinfo-half p.image-right {
  margin-right: 50px;
  padding-left: 0;
}
table + table,
table + .important-body,
table + .note,
table + .example,
table + .tip,
table + .moinfo,
.important-body + table,
.important-body + .important-body,
.important-body + .note,
.important-body + .example,
.important-body + .tip,
.important-body + .moinfo,
.note + table,
.note + .important-body,
.note + .note,
.note + .example,
.note + .tip,
.note + .moinfo,
.example + table,
.example + .important-body,
.example + .note,
.example + .example,
.example + .tip,
.example + .moinfo,
.tip + table,
.tip + .important-body,
.tip + .note,
.tip + .example,
.tip + .tip,
.tip + .moinfo,
.moinfo + table,
.moinfo + .important-body,
.moinfo + .note,
.moinfo + .example,
.moinfo + .tip,
.moinfo + .moinfo {
  margin-top: 20px;
}
ol + .note,
ol + .example,
ol + .tip,
ol + .moinfo,
ul + .note,
ul + .example,
ul + .tip,
ul + .moinfo {
  margin-top: 10px;
}
div.important-sizer {
  padding: 0 !important;
}
div p.important-body,
div div.important-body,
div p.important-body-half,
div div.important-body-half,
div.important-sizer div.important-body,
div.important-sizer div.important-body-half {
  margin: 0 !important;
}
div p.important-body + p.important-body,
div div.important-body + div.important-body,
div p.important-body + div.important-body,
div div.important-body + p.important-body,
div p.important-body-half + p.important-body-half,
div div.important-body-half + div.important-body-half,
div p.important-body-half + div.important-body-half,
div div.important-body-half + p.important-body-half {
  margin-top: -10px !important;
}
/* /login tab styles */
p.tab-status,
p.tab-my-account,
p.tab-configuration,
p.tab-jump,
p.tab-vault,
p.tab-rep-console,
p.tab-users-and-security,
p.tab-reports,
p.tab-public-portals,
p.tab-localization,
p.tab-management,
p.tab-appliance {
  font-family: "Open Sans", sans-serif;
  height: 47px;
  overflow: hidden;
  background-color: #15293A;
  background-repeat: no-repeat;
  background-position: 10px center;
  border: 1px solid #15293A;
  border-top: 0px;
  border-bottom: 2px;
  border-left: 4px solid #ff5500;
  color: white;
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin: 0;
  padding: 18px 12px 18px 45px;
}
@media only screen {
  p.tab-status,
  p.tab-my-account,
  p.tab-configuration,
  p.tab-jump,
  p.tab-vault,
  p.tab-rep-console,
  p.tab-users-and-security,
  p.tab-reports,
  p.tab-public-portals,
  p.tab-localization,
  p.tab-management,
  p.tab-appliance {
    background-position: 5px center;
    padding-top: 9px;
  }
}
p.subtab,
p.subtab-empty {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  height: 47px;
  overflow: hidden;
  background-color: #E7E9E9;
  border-left: 1px solid #B1BED1;
  border-bottom: 2px solid #ff5500;
  color: #ff5500;
  font-weight: 400;
  margin-right: auto;
  margin-top: 0px;
  padding: 18px 17px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen {
  p.subtab,
  p.subtab-empty {
    padding-top: 9px;
  }
}
p.subtab-empty {
  background-color: white;
  border-color: white;
  color: white;
  padding-top: 18px;
}
p.tab-status {
  background-image: url('../images/theme/tab-status.png');
}
p.tab-my-account {
  background-image: url('../images/theme/tab-my-account.png');
}
p.tab-configuration {
  background-image: url('../images/theme/tab-configuration.png');
}
p.tab-jump {
  background-image: url('../images/theme/tab-jump.png');
}
p.tab-vault {
  background-image: url('../images/theme/tab-vault.png');
}
p.tab-rep-console {
  background-image: url('../images/theme/tab-rep-console.png');
}
p.tab-users-and-security {
  background-image: url('../images/theme/tab-users-and-security.png');
}
p.tab-reports {
  background-image: url('../images/theme/tab-reports.png');
}
p.tab-public-portals {
  background-image: url('../images/theme/tab-public-portals.png');
}
p.tab-localization {
  background-image: url('../images/theme/tab-localization.png');
}
p.tab-management {
  background-image: url('../images/theme/tab-management.png');
}
p.tab-appliance {
  background-image: url('../images/theme/tab-appliance.png');
}
a.anchor {
  position: relative;
  top: -80px;
}
blockquote {
  background-color: #d1e0d7;
  font-size: 1.1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
  margin: 0px;
  padding: 20px;
}
.small-emph {
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.5em;
  color: #333333;
}
.centered-text {
  text-align: center;
}
.center {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  float: none !important;
  text-align: center;
}
ol + ol,
ul + ul {
  margin-top: -18px;
}
/* Header styles */
h1,
h1.h2style,
h2.h1style {
  font-family: Lato, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 1.75em;
}
h2,
h2.nobreak,
p.h2style,
p.h2style-nobreak {
  font-family: Lato, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 1.4em;
}
h3,
h2.nobreak-orange,
p.h3style {
  font-family: Lato, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 1.25em;
  padding: 20px 0 5px 0;
  color: #ff5500;
}
h4,
h5,
h6 {
  font-family: Lato, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 1.1em;
  margin: 10px 0 5px 0;
}
.whiteheader {
  color: white;
  font-weight: normal;
}
/* Footer styles */
.footer {
  background-color: #253746;
  color: #333333;
  margin: 0;
  padding: 40px 10px;
}
.footer p {
  color: white;
}
.footer p.copyright {
  font-size: 0.75em;
}
.footer div.row.outer-row {
  line-height: 1.75em;
  padding: 0 0.9375em;
}
.footer ul {
  list-style: none;
  margin-left: 0;
  position: relative;
  top: -1em;
}
.footer a {
  color: #ff5500;
  text-decoration: none;
}
.footer a:hover {
  color: #ff5500;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 40px 10px;
  }
}
div.footer-links {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  div.footer-links {
    text-align: left;
  }
}
ul.footer-links {
  padding-top: 16px;
  text-align: left;
  display: inline-block;
  padding-left: 0;
}
ul.footer-links a {
  color: white;
  text-decoration: none;
}
ul.footer-links a:hover {
  color: #b8dff7;
  text-decoration: underline;
}
ul.social {
  color: white;
  list-style: none;
  margin: 0;
  margin-top: 16px;
  padding-left: 0;
  padding-top: 16px;
  text-align: center;
}
ul.social a {
  text-decoration: none;
  color: transparent;
}
ul.social a:hover {
  text-decoration: none;
  color: transparent;
}
ul.social span {
  background-position: center center;
  background-repeat: no-repeat;
  border: 3px solid white;
  border-radius: 50%;
  display: block;
  height: 41px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  width: 41px;
}
ul.social span:hover {
  transform: translateY(-4px);
}
ul.social > li {
  display: inline-block;
  padding-left: 20px;
}
ul.social > li:first-of-type {
  padding-left: 0;
}
.facebook-icon {
  background-image: url('../images/theme/icon-facebook-white.png');
  background-repeat: no-repeat;
}
.twitter-icon {
  background-image: url('../images/theme/icon-twitter-white.png');
  background-repeat: no-repeat;
}
.linkedin-icon {
  background-image: url('../images/theme/icon-linkedin-white.png');
  background-repeat: no-repeat;
}
/* Image styles */
img,
img.shorten {
  border: none;
  max-width: 100%;
}
p img {
  margin: 0;
  mc-thumbnail: popup;
  mc-thumbnail-max-height: auto;
  mc-thumbnail-max-width: 50%;
}
p.diagram img {
  margin: 10px 0;
  mc-thumbnail: popup;
  mc-thumbnail-max-height: 100%;
  mc-thumbnail-max-width: auto;
}
@media only screen and (max-width: 640px) {
  p.diagram {
    max-width: 100%;
    float: none;
  }
}
p.image-right {
  float: right;
  margin: 20px 0 20px 20px;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  p.image-right {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}
img.mini,
img.tiny {
  margin: 20px 0;
  max-width: 100%;
  mc-thumbnail-max-height: auto;
  mc-thumbnail-max-width: 100%;
}
img.Thumbnail {
  mc-thumbnail: popup;
}
img.logo-160 {
  max-width: auto;
  mc-thumbnail: none;
  border: 0;
  margin: 0;
  max-height: 160px;
}
img.logo-90 {
  max-width: auto;
  mc-thumbnail: none;
  border: 0;
  margin: 0;
  max-height: 90px;
}
img.logo-60 {
  max-width: auto;
  mc-thumbnail: none;
  border: 0;
  margin: 0;
  max-height: 60px;
}
img.logo-30 {
  max-width: auto;
  mc-thumbnail: none;
  border: 0;
  margin: 0;
  max-height: 30px;
}
a.icon img,
a.icon:link img {
  margin-bottom: -0.05em;
  -moz-box-shadow: 0 0 5px white;
  -webkit-box-shadow: 0 0 5px white;
  box-shadow: 0px 0px 5px white;
}
a.icon:hover img {
  -moz-box-shadow: 0 0 5px #b8dff7;
  -webkit-box-shadow: 0 0 5px #b8dff7;
  box-shadow: 0px 0px 5px #b8dff7;
}
a img.hover:hover {
  box-shadow: 0 0 8px 3px #b8dff7;
}
a img,
.nopop img,
img.nopop {
  border: 0;
  margin: 0;
  mc-thumbnail: none;
}
/* Table styles */
th {
  color: white;
  margin-bottom: 8px;
  margin-top: 8px;
}
td {
  margin: 8px;
  overflow-wrap: anywhere;
  vertical-align: top;
}
td > p {
  overflow-wrap: anywhere;
  margin: 0;
}
/* Content Section */
#content-section {
  background-color: transparent;
  margin-bottom: 40px;
  min-height: calc(80vh);
}
#content-section.mc-blurb .mc-bullets {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
}
#content-section.mc-blurb .mc-bullets > li {
  font-size: 0.75em;
  line-height: 1.6em;
  list-style: none;
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  #content-section {
    padding-bottom: 30px;
  }
}
.left-content,
.right-content {
  height: 270px;
}
/* Form styles */
button {
  background-color: #425563;
  border-radius: 6px;
  border: none;
  color: white;
  cursor: pointer;
  font-family: Lato, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.7em;
  padding: 7px;
}
button:hover {
  background-color: #ff5500;
  color: white;
}
.button a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-blue {
  background-color: #b8dff7;
  border: 1px solid #ff5500;
  border-radius: 3px;
}
.btn-blue:hover {
  border-color: white;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url('../images/theme/down.png');
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  border: 1px solid #333333;
  border-radius: 3px;
  max-width: 100%;
  padding: 0.6em 1.4em 0.5em 0.8em;
}
select::-ms-expand {
  display: none;
}
textarea,
input {
  color: #333333;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7em;
}
#sessionStartForm,
#supportUnavailable {
  overflow-y: auto;
  padding: 10px;
}
/* Filter buttons */
.filter-simple .button-group {
  display: block;
  float: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-group {
  margin-bottom: -0.75em;
}
.button-group button {
  background-color: transparent;
  border: 1px solid #253746;
  color: #253746;
  line-height: 1.25em;
  margin-bottom: 0.25em;
}
.button-group button:hover {
  border-color: #ff5500;
  color: #ff5500;
}
.button-group button.is-active {
  background-color: #253746;
  border-color: #253746;
  color: white;
}
.button-group button.is-active:hover {
  background-color: #253746;
  border-color: #253746;
  color: white;
}
/* Copy code styles */
.fade,
.fade-hidden {
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.85em;
  background-color: white;
  padding: 8px;
  border: 2px solid #425563;
  position: relative;
  margin-top: -40px;
  top: 40px;
  top: 55px;
  left: calc(100% - 80px);
  left: calc(100% - 78px);
  width: 80px;
  opacity: 0;
}
.fade {
  animation: fadeinout 3s linear forwards;
  -webkit-animation: fadeinout 3s linear forwards;
  -moz-animation: fadeinout 3s linear forwards;
  -o-animation: fadeinout 3s linear forwards;
  -ms-animation: fadeinout 3s linear forwards;
}
@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.copy-code-button {
  margin: -30px 0 -2px auto;
  background-color: transparent;
  background-image: url('../images/theme/copy.png');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  display: block;
  height: 25px;
  opacity: 50%;
  position: relative;
  top: 25px;
  transition: opacity 0.5s;
  width: 25px;
}
.copy-code-button:hover,
.copy-code-button:focus,
.copy-code-button:active {
  background-color: transparent;
  opacity: 100%;
  outline: 0;
  transition: opacity 0.5s;
}
/* Homepage styles */
.prod-links li a {
  color: black;
  font-size: 1.25em;
  vertical-align: middle;
  white-space: nowrap;
}
.prod-links li a:hover {
  color: #ff5500;
}
.prod-links li a img {
  mc-thumbnail: none;
  padding-right: 14px;
  vertical-align: middle;
}
.prod-links p {
  margin: -15px 0 0 75px;
  font-size: 0.85em;
  line-height: 1.5em;
}
.prod-menu-show a {
  color: black;
  text-decoration: none;
}
.docs-alert {
  background-color: #d0d3d4;
  padding: 12px;
  line-height: 1.5em;
  text-align: left;
  width: 100%;
}
.alert-widget {
  background-color: #ff5500;
  color: white;
  line-height: 1.5em;
  padding: 12px 275px;
  text-align: center;
  width: 100%;
}
.alert-widget p {
  color: white;
}
.alert-widget a {
  color: white;
  text-decoration: underline;
}
.alert-widget a:hover {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 1440px) {
  .alert-widget {
    padding: 12px 24px;
  }
}
ul.nav-links {
  list-style: none;
  margin: 0;
  height: 65px;
}
ul.nav-links > li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  ul.nav-links > li {
    padding-right: 8px;
  }
}
@media only screen and (max-width: 930px) {
  ul.nav-links > li {
    display: none;
  }
}
@media only screen and (max-width: 975px) {
  ul.nav-links > li :lang(fr) {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  ul.nav-links > li :lang(nl) {
    display: none;
  }
}
ul.nav-links .top-nav-search-input {
  width: 200px;
}
@media only screen and (max-width: 440px) {
  ul.nav-links .top-nav-search-input {
    width: calc(100vw - 75px);
  }
}
@media only screen and (max-width: 930px) {
  ul.nav-links #nav-main-site {
    display: inline-block;
  }
}
@media only screen and (max-width: 975px) {
  ul.nav-links #nav-main-site :lang(fr) {
    display: inline-block;
  }
}
@media only screen and (max-width: 1050px) {
  ul.nav-links #nav-main-site :lang(nl) {
    display: inline-block;
  }
}
@media only screen and (max-width: 440px) {
  ul.nav-links #nav-main-site {
    display: none;
  }
}
@media only screen and (max-width: 930px) {
  ul.nav-links #nav-search {
    display: inline-block;
  }
}
@media only screen and (max-width: 975px) {
  ul.nav-links #nav-search :lang(fr) {
    display: inline-block;
  }
}
@media only screen and (max-width: 1050px) {
  ul.nav-links #nav-search :lang(nl) {
    display: inline-block;
  }
}
@media only screen and (max-width: 440px) {
  ul.nav-links #nav-search {
    position: absolute;
    left: 50px;
  }
}
ul.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
ul.nav-links a:hover {
  color: #ff5500;
}
div.logo-wrapper select {
  position: absolute;
  top: 75px;
  left: 10px;
}
/* Hero styles */
div.topichero-show {
  background-color: #253746;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  padding-bottom: 40px;
  padding-top: 65px;
  position: relative;
  z-index: 500;
  background-image: url('../images/theme/tech-docs-banner.jpg');
}
div.topichero-show > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
div.topichero-show h1 {
  color: white;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0.5em;
}
div.topichero-show h2 {
  color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0.5em;
}
div.topichero-landing {
  background-color: #253746;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  padding-bottom: 40px;
  padding-top: 65px;
  position: relative;
  z-index: 500;
  background-image: url('../images/theme/tech-docs-landing-banner.png');
}
div.topichero-landing > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
div.topichero-landing h1 {
  color: white;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0.5em;
}
div.topichero-landing h2 {
  color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0.5em;
}
div.topichero-release {
  background-color: #253746;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  padding-bottom: 40px;
  padding-top: 65px;
  position: relative;
  z-index: 500;
  background-image: url('../images/theme/tech-docs-release-banner.png');
}
div.topichero-release > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
div.topichero-release h1 {
  color: white;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0.5em;
}
div.topichero-release h2 {
  color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0.5em;
}
div.producthero,
div.producthero-show {
  background-color: #d0d3d4;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-top: 95px;
}
.bottom-20 {
  font-weight: bold;
  padding-bottom: 20px;
}
.main-links h2 {
  font-size: 1.75em;
  font-weight: bold;
}
.main-links a {
  color: #2d8dcc;
}
.main-links a:hover {
  color: #ff5500;
}
.doc-links a {
  color: #2d8dcc;
}
.doc-links a:hover {
  color: #ff5500;
}
div.body-section {
  margin-left: 15px;
}
.mc-wrapper .mc-caption {
  background: none;
}
/* Page layout styles */
div.topContent {
  margin-bottom: 2.5em;
  padding-left: 1.15em;
  position: relative;
  top: 5em;
}
div.sideContent {
  float: right;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: right;
  width: 25%;
}
div.sideContent div {
  margin-left: 2px;
}
@media only screen and (max-width: 1024px) {
  div.sideContent div {
    display: none;
  }
}
div.sideContent ul.menu li {
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  div.sideContent {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 440px) {
  div.sideContent {
    float: none;
    text-align: left;
    width: 100%;
  }
}
div.alt-background {
  background-color: #425563;
  margin-left: calc((100% - 100vw) / 2 - 10px);
  padding-left: calc((100vw - 100%) / 2 + 10px);
  padding-right: calc((100vw - 100%) / 2 - 10px);
  width: 100vw;
}
div.subscribe-box {
  display: inline-block;
  margin: 0px 20px 20px 20px;
}
button.subscribe-button {
  background-color: #ff5500;
  margin-top: 0.5em;
  transition: background 0.2s linear;
  width: 360px;
}
button.subscribe-button:hover {
  background-color: #e64c00;
}
ul[class*='block-grid'] {
  margin: 0px 15px 20px 15px;
}
ul[class*='block-grid'] h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}
.row.nav-search {
  display: none;
}
a.button-nav {
  background-color: #ff5500;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  margin: 4px 2px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
}
a.button-nav:hover {
  background-color: #b8dff7;
  color: #ff5500;
}
/* Back-to-top styles */
.cd-top {
  background: url('../images/theme/top.png') no-repeat center 50%;
  bottom: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: inline-block;
  height: 40px;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 100px;
  text-indent: 100%;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  white-space: nowrap;
  width: 40px;
}
.cd-top.cd-is-visible {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  opacity: 0.5;
  visibility: visible;
}
.cd-top.cd-fade-out {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  opacity: 0.2;
}
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  opacity: 1;
}
.top {
  position: absolute;
  top: 0em;
}
/* Gartner styles */
.title-text {
  position: relative;
  top: 20px;
  width: 100%;
}
@media only screen and (min-width: 930px) {
  .title-text {
    top: 65px;
    width: calc(100% - 240px);
  }
}
.gartner {
  background-color: white;
  border-radius: 0.25em;
  font-size: 0.75em;
  margin: -10px 0.9375em 10px 18px;
  padding: 12px 16px;
  position: relative;
  text-align: left;
  top: 50px;
  width: 380px;
  z-index: 5;
}
.gartner a {
  color: #253746;
  text-decoration: none;
}
.gartner p {
  margin: 0px auto;
}
.gartner p:first-of-type {
  float: left;
}
.gartner div {
  display: inline-block;
  margin-left: 20px;
}
.gartner div p {
  line-height: 1.8em;
}
.gartner div p:first-of-type {
  float: none;
}
@media only screen and (min-width: 930px) {
  .gartner {
    float: right;
    top: -55px;
    width: 220px;
  }
  .gartner div {
    margin-left: 8px;
  }
}
/* Search styles */
@media only screen and (min-width: 440px) and (max-width: 800px) {
  #searchbox {
    top: 0.9em;
  }
}
@media only screen and (max-width: 440px) {
  #searchbox {
    top: 4.5em;
  }
}
#searchboxpage {
  margin: 0;
  text-align: center;
}
#searchboxpage input {
  background-color: white;
  border: 3px #b8dff7 solid;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px #b8dff7;
  -webkit-box-shadow: 0 0 5px #b8dff7;
  box-shadow: 0px 0px 5px #b8dff7;
  color: black;
  font-size: 1.25em;
  margin: 0;
  min-height: 60px;
  text-align: center;
}
#search-sub {
  display: block;
  padding-left: 10px;
}
#search-sub h4 {
  color: #ff5500;
  padding-top: 8px;
}
#loading {
  display: block;
  height: 100%;
  left: 0px;
  opacity: 1;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 99;
}
#loading-image {
  left: 0px;
  position: relative;
  top: 250px;
  z-index: 100;
}
.ss360-more-results {
  border: 1px solid #ff5500;
  color: #2d8dcc;
  width: 210px;
}
.ss360-more-results:hover {
  background: #ff5500;
  color: white;
}
#ss360-layer {
  padding: 10px;
}
#ss360-layer h4 {
  background-color: #ff5500;
  padding: 10px;
  color: white;
  font-size: 1.1em;
  margin-bottom: 25px;
}
#ss360-layer.ss360-overlay {
  padding-right: 50px;
  -webkit-box-shadow: 0 0 5px 3px #7a7a7a;
  -moz-box-shadow: 0 0 5px 3px #7a7a7a;
  box-shadow: 0 0 5px 3px #7a7a7a;
  overflow: auto;
}
@media only screen and (max-width: 640px) {
  #ss360-layer.ss360-overlay {
    padding: 10px 0 10px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.ss360-nav-entry {
  border: 1px solid #ff5500;
  margin-right: 5px;
}
.ss360-nav-entry:hover {
  border-bottom: 3px solid #ff5500;
}
.ss360-top-nav {
  padding-bottom: 10px;
}
@media all and (max-width: 640px) {
  .ss360-left-nav {
    clear: both;
  }
}
.ss360-suggests a {
  font-size: 1.1em;
  color: #2d8dcc;
}
.ss360-content-container img {
  float: left;
  margin-bottom: 6px;
  margin-right: 12px;
  width: 250px;
}
.ss360-content-container table {
  border: none;
  width: auto;
}
.ss360-content-container table tr {
  border: none;
}
.ss360-content-container table tr td {
  border: none;
}
.ss360-content-container table tr td:nth-of-type(1) {
  font-weight: bold;
  padding-right: 10px;
}
a.ss360-result-link {
  font-size: 0.85em;
  text-decoration: none;
}
.ss360-layer-content h2 {
  font-size: 1.4em;
}
.ss360-layer-content > h2 {
  margin-top: 10px;
}
@media all and (max-width: 640px) {
  #ss360-sorting-selection {
    display: none;
  }
}
#unibox-suggest-box {
  background-color: #efefef;
  border: 1px solid #ff5500;
}
#unibox-suggest-box a {
  color: #2d8dcc;
  text-decoration: none;
}
#unibox-suggest-box .unibox-selectable:hover a {
  color: white;
}
#unibox-suggest-box .unibox-selectable.active a {
  color: white;
}
#unibox-suggest-box > div > div {
  padding: 6px 8px;
}
#unibox-suggest-box h2 {
  color: #ff5500;
}
#unibox-suggest-box h4 {
  font-size: 1.1em;
  margin-bottom: 6px;
  margin-left: 8px;
  margin-top: 6px;
}
.unibox-selectable {
  display: block !important;
  font-family: Roboto, Arial, sans-serif;
}
.unibox-selectable img {
  max-height: 60px;
  max-width: 60px;
}
.unibox-selectable span span {
  font-weight: bold;
}
.unibox-selectable .unibox-extra {
  cursor: default;
}
.unibox-selectable.active {
  color: white;
  cursor: pointer;
}
.unibox-selectable.active a {
  color: white;
}
.unibox-selectable.active span {
  color: white;
}
.unibox-selectable.active .unibox-extra {
  color: white;
}
.unibox-selectable:hover {
  color: white;
  background-color: #2d8dcc;
}
.unibox-selectable:hover a {
  color: white;
}
.unibox-selectable:hover span {
  color: white;
}
.unibox-selectable:hover .unibox-extra {
  color: white;
}
.unibox-ivf img {
  bottom: 0;
  margin: auto;
  max-width: 76px;
  position: absolute;
  top: 0;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -webkit-transform: rotateX(-90deg) translateY(100%);
  transform: rotateX(-90deg) translateY(100%);
}
.unibox-ivf img.1 {
  -webkit-transform: rotateX(0) translateY(0);
  transform: rotateX(0) translateY(0);
}
img.unibox-vis {
  width: 70px;
}
.unibox-ca {
  clear: both;
}
/* MadCap styles */
.body-text {
  margin-top: 20px;
}
MadCap|breadcrumbsProxy {
  border-bottom: none;
  color: #7c878e;
  font-size: 0.85em;
  font-style: normal;
  mc-breadcrumbs-divider: ' > ';
  mc-breadcrumbs-prefix: '';
}
div.breadcrumbs-box {
  margin-bottom: 36px;
  position: relative;
  width: 75%;
}
@media only screen and (max-width: 440px) {
  div.breadcrumbs-box {
    width: 100%;
  }
}
.breadcrumbs,
span.MCBreadcrumbs,
span.MCBreadcrumbsDivider {
  color: #7c878e;
  font-size: 0.85em;
}
.breadcrumbs a,
a.MCBreadcrumbsLink {
  color: #7c878e;
  text-decoration: none;
}
.breadcrumbs a:visited,
a.MCBreadcrumbsLink:visited {
  color: #7c878e;
}
.breadcrumbs a:hover,
a.MCBreadcrumbsLink:hover {
  color: #ff5500;
}
MadCap|dropDown {
  margin-bottom: 6px;
  margin-top: 6px;
}
MadCap|dropDownBody {
  margin-left: 0px;
  mc-disabled: false;
}
MadCap|dropDownBody.Final {
  border-bottom: 0px;
}
MadCap|dropDownHead {
  mc-disabled: false;
}
.MCDropDown_Open .MCDropDownHotSpot_,
.MCDropDown_Closed .MCDropDownHotSpot_,
.MCDropDown_Closed .MCDropDownHotSpot_.MCDropDownHotSpot_expandbelow,
.MCDropDown_Open .MCDropDownHotSpot_.MCDropDownHotSpot_expandbelow {
  background-image: none !important;
  padding-left: 0px;
  padding-right: 0px;
}
MadCap|expandingHead {
  font-size: 0.85em;
  margin-left: 20px;
}
.MCDropDown_Image_Icon {
  display: none;
}
.MCDropDown,
.MCDropDownHead,
.dropDown {
  display: inline;
}
MadCap|popup,
MadCap|popup:focus,
MadCap|popup:hover {
  color: #2d8dcc;
}
MadCap|popupHead {
  color: #ff5500;
  font-weight: bold;
  text-decoration: none;
}
MadCap|searchBarProxy {
  display: block;
  float: none;
  margin: 0 auto;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  MadCap|searchBarProxy.homeSearchBar {
    width: 100%;
  }
}
MadCap|menuProxy.menu1,
MadCap|menuProxy.menu2 {
  mc-toc-depth: 1;
  mc-context-sensitive: True;
}
MadCap|slideshow {
  border-style: none;
  box-shadow: none;
}
MadCap|slideshowCaption {
  background: none;
  color: black;
  padding: 0px;
  padding-top: 0px;
}
MadCap|xref {
  mc-format: '{paratext}';
}
MadCap|xref:hover {
  color: #2d8dcc;
}
.MiniTocNav {
  background-color: #d0d3d4;
  border: 3px solid #425563;
  margin-top: 50px;
  overflow-wrap: anywhere;
  padding: 20px 30px;
}
@media only screen and (min-width: 1024px) {
  .MiniTocNav {
    padding: 10px;
  }
}
.MiniTocNav ul:first-child {
  margin-bottom: -20px;
}
ul.MiniTocNavList {
  margin-left: 0;
  position: relative;
  top: -10px;
}
@media only screen and (min-width: 1024px) {
  ul.MiniTocNavList {
    padding: 0 20px;
    top: 0;
  }
}
ul.MiniTocNavList li {
  list-style: none;
}
ul.MiniTocNavList li a {
  color: #425563;
  text-decoration: none;
}
ul.MiniTocNavList li a:hover {
  color: #ff5500;
}
ul.MiniTocNavList li a.selected {
  color: #ff5500;
  font-weight: bold;
  left: -10px;
  position: relative;
}
ul.MiniTocNavList li a.selected::before {
  content: "\2023\00A0";
}
ul.MiniTocNavList + ul {
  margin-top: 20px;
}
p.TOC2 {
  margin-left: 20px;
  display: none;
}
/* Possibly obsolete styles */
form input {
  min-height: 40px;
}
.title,
#PanelMain_tblMain_NoticesSummary_lblGridTitle {
  color: white;
  display: block;
  font-size: 1.75em;
  font-weight: normal !important;
  line-height: 1em;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.subscriptions {
  color: white;
  display: block;
  font-size: 18px;
  font-weight: normal !important;
  line-height: 1em;
  margin-bottom: 12px;
  margin-top: -8px;
  text-align: center;
  width: 100%;
}
.support_hours {
  text-align: center;
  width: 100%;
}
.top-nav-search-wrapper {
  min-width: 100%;
}
.top-nav-search-input {
  -webkit-appearance: none;
  border: 0.07143em solid #333333;
  border-radius: 0.28571em;
  font-size: 0.75em;
  padding: 0.28571em 0.71429em;
  width: 600px;
}
@media only screen and (max-width: 930px) {
  a.top-level-navigation-link,
  a.top-level-navigation-link:link {
    color: #333333;
  }
  a.top-level-navigation-link:hover,
  a.top-level-navigation-link:link:hover {
    color: #ff5500;
  }
}
@media only screen and (max-width: 975px) {
  :lang(fr) a.top-level-navigation-link,
  :lang(fr) a.top-level-navigation-link:link {
    color: #333333;
  }
  :lang(fr) a.top-level-navigation-link:hover,
  :lang(fr) a.top-level-navigation-link:link:hover {
    color: #ff5500;
  }
}
@media only screen and (max-width: 1050px) {
  :lang(nl) a.top-level-navigation-link,
  :lang(nl) a.top-level-navigation-link:link {
    color: #333333;
  }
  :lang(nl) a.top-level-navigation-link:hover,
  :lang(nl) a.top-level-navigation-link:link:hover {
    color: #ff5500;
  }
}
/* Print styles */
@media print {
  body {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
  }
  .site-navigation-wrapper {
    display: none;
  }
  h1 {
    font-size: 1.5em;
  }
  h2,
  h1.h2style,
  p.h2style {
    font-size: 1.4em;
  }
  h3,
  h1.h3style {
    font-size: 1.25em;
  }
  p {
    font-size: 18px;
  }
  p,
  h2,
  h1.h2style,
  p.h2style,
  h3,
  h1.h3style {
    orphans: 3;
    widows: 3;
  }
  h2,
  h1.h2style,
  p.h2style,
  h3,
  h1.h3style {
    page-break-after: avoid;
  }
}
