/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* END OF NORMALIZE CSS */

/* 
This file is used to style markup that zendesk puts into their themes that cannot be accessed through a template file.
The design system styles live in assets/staples_ds.css
*/

/* TT Norms */
@font-face {
    font-family: "TT Norms Regular";
    src: url(/hc/theming_assets/01J309SP348NCS68JP9E0Y38DW) format("woff"), url(/hc/theming_assets/01J309SJEWH8877063YX5ES2SP) format("woff2");
    font-weight: normal;
}

@font-face {
    font-family: "TT Norms Medium";
    src: url(/hc/theming_assets/01J309SP5FNG2XY11KPSG386PY) format("woff"), url(/hc/theming_assets/01J309SHNRN8EJ7WM9V7F297HN) format("woff2");
    font-weight: medium;
}

@font-face {
    font-family: "TT Norms Bold";
    src: url(/hc/theming_assets/01J309SP9T0PRKC66MYAD64D4V) format("woff"), url(/hc/theming_assets/01J309SHXZ9BD48T2HHXESCXDF) format("woff2");
    font-weight: bold;
}

.user-info #user-name {
    color: #fff;
}

.user-info.dropdown{
  margin: 0px;
  padding: 10px 0 0 10px
}

#user-nav:after {
    display: none;
}

#user-avatar {
    border-radius: 50%;
    width: 30px;
    margin-right: 10px;
}

#user>div.btn.with-image.dropdown-toggle {
    background: transparent;
    border: 0px;
    padding: 0px;
    min-width: 0px;

}

#user #user-dropdown {
	left: -230px;
    top: 72px;
    border: 0px;
    border-radius: 0px;
}

.search-wrapper {
    background-image: url('/hc/theming_assets/01J309SSDQYG7N9H4ASD2NCT50');
    background-repeat: no-repeat;
    background-size: cover;

}

.dropdown-toggle::after {
    color: #fff;
    margin-bottom: -4px;
}

.btn-secondary.dropdown-toggle::after {
    color: #008497 !important;
    vertical-align: 0.4em;
}


/* Navbar - Hide text "You need to sign in to view this page." */
.navbar-nav>a{
  display: none;
}


/* Navbar - Submit request button */
.header .navbar .btn-white{
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

/* Navbar - Hide "Sign In Text" -- remove this rule when user accunts are available */
li.nav-item [data-auth-action="signin"]{
 		display: none; 
}

.header .navbar .btn-white:hover{
  border: 1px solid #fff;
  background: #fff;
  color: #cc0000;
}

[type="search"] {
    display: block;
    width: 100%;
    padding: 1.1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 0.5;
    color: #444444;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #747679;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

[type="search"]:focus {
    border: 1px solid #444;
    outline: none;
    outline-offset: -2px;
    -webkit-appearance: none !important;
}

.nav-link[aria-expanded="true"] {
    background-color: #008497 !important;
    color: #fff !important;
}

.nav-item {
    margin: .75rem 5px !important;
}

.sections {
    column-count: 1;
}


/* Home Page - Promoted Articles & Recent Activity */
.promoted-articles,
.recent-activity-list {
    list-style-type: none;
    padding: 0px;
    margin-top: 20px;
}

.recent-activity-item-meta {
    font-size: 12px;
    color: #747679;
}

.recent-activity-item-comment {
    display: none;
}

.recent-activity-loader {
    display: inline-block;
    color: #fff;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid #008497;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

/* Home Page - Recent Activity */
.recent-activity-header {
    font-size: 1.3125rem;
}

.recent-activity-item {
    margin-bottom: 20px;
}

[data-recent-activity-seemore],
.community-link {
    padding: 0.625rem 1.25rem;
    border: 0.0625rem solid #008497;
    border-radius: 0.375rem;
    background-color: white;
    color: #008497;
    text-transform: uppercase;
    min-width: 10.4375rem;
    line-height: 1;
    display: block;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[data-recent-activity-seemore]:hover,
.community-link:hover {
    background: #008497;
    border-color: #008497;
    text-decoration: none;
    color: #fff;
}

.recent-activity-item-parent {
    font-family: "TT Norms Medium";
    display: block;
}

/* Breadcrumbs*/
.breadcrumbs {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.breadcrumbs li a {
    color: #008497;
}

.breadcrumbs li+li::before {
    content: ">";
    padding: 0 0.5rem;
    color: #444;
}


/* subnav search */
.nav-search {
    width: 250px;
}

/* Footer - Social Links */

.social_links {
    opacity: .7;
}

/* Single Article */
.article-vote::before,
.vote-up::before,
.vote-down::before {
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    content: "\2713";
    font-size: 8px;
    margin-right: 10px;
}

.article-vote::after {
    content: attr(title);
}

.article-vote-down::before {
    content: "\2715";
}

.button::after,
[role="button"]::after {
    color: #fff;
}

.article-vote[aria-selected="true"] {
    color: #fff;
    background-color: #005764;
    border-color: #004c57;
}

.article-body p img {
    width: auto;
}

.dropdown-menu-caret::after,
.dropdown-menu-caret::before {
    display: none;
}

.form-field {
    margin-bottom: 1rem;
}

form#new_request input,
[type="text"],
textarea {
    display: block;
    width: 100%;
    padding: 1.1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 0.5;
    color: #444444;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9d9d6;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form#new_request input:focus,
[type="text"]:focus,
textarea:focus {
    color: #444444;
    background-color: #fff;
    border-color: #444444;
    outline: 0;
}

#request_description {
    height: 200px;
}

form#new_request [type="submit"] {
    display: inline-block;
    font-weight: 400;
    color: #008497;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid #008497;
    padding: 0.625rem 2rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
}

form#new_request [type="number"] {
    display: inline-block;
    color: #444444;
    text-align: left;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    padding: 0.625rem 1.1rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
}

.article-subscribe, .section-subscribe a{
 		display: inline-block;
    font-weight: 400;
    border-color: #008497;
    color: #008497;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    font-size: 1rem;
    line-height: 0.8;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		padding: .4rem !important;
    font-size: .75rem !important;
    height: 25px !important;
    min-width: auto;
  	margin-bottom: 20px;
}

.section-subscribe .dropdown-toggle[role="button"]::after {
    display: none !important;
}

.section-subscribe .dropdown-toggle[role="button"]:hover, .article-subscribe:hover{
    text-decoration: none;
    background: #008497;
    border-color: #008497;
  	color: #fff;
}

.section-subscribe .dropdown-menu [role="menuitem"]{
  border: none;
  margin-bottom: 0px;
 
}


form#new_request [type="submit"]:focus,
form#new_request [type="submit"]:hover {
    background: #008497;
    border-color: #008497;
    color: #fff;
}

#request_description_hint {
    font-size: 80%;
}

form .form-field.select a,
.nesty-input {
    padding: 1.1rem;
    font-size: 0.875rem;
    line-height: 0;
    vertical-align: middle;
}

.avatar.flex-column img {
    width: 75px;
}

/* Form Captcha */
.g-recaptcha {
  display: none !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}


/* Contact page modal */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1050; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 750px;
  text-align: left;
}

/* The Close Button */
.modal-content .close_modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal-content .close_modal:hover,
.modal-content .close_modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

form#new_request input[type="submit"][disabled] {
  background-color: #ddd;
  border: #ddd;
  color: #fff;
}

/* ########### QUOTEBLOCK STYLE ############ */

blockquote.importantWside {
	background-color: #f7f7f7;
  border: #ffbaba solid 1px;
  padding: 7px;
  color: black;
  text-align: left;
  margin-right: 200px;
  border-left-style: solid;
  border-left-width: 5px;
  line-height: 0.8;
}

blockquote.fyiWside {
  background-color: #f7f7f7;
  border: #baf7ff solid 1px;
  padding: 7px;
  color: black;
  text-align: left;
  margin-right: 200px;
	border-left-style: solid;
  border-left-width: 5px;
  line-height: 0.8;
}

blockquote.fyi_w_side {
  background-color:#CAF5FE;
  border: #5DC9DF solid 1px;
  padding:10px;
  color:black;
  text-align:left;
	border-radius: 8px;
  border-left-style: solid;
  border-left-width: 5px;
  line-height: 0.8;
}

blockquote.important {
	background-color:#FECACA;
  border: #FECACA solid 1px;
  padding:10px;
  color:black;
  text-align:left;
  border-radius: 8px;
  line-height: 0.8;
}

blockquote.fyi {
  background-color:#CAF5FE;
  border: #5DC9DF solid 1px;
  padding:10px;
  color:black;
  text-align:left;
	border-radius: 8px;
  line-height: 0.8;
}

blockquote.staples {
  background-color:#C00000;
  border: #FECACA solid 1px;
  padding:10px;
  color:black;
  text-align:left;
	border-radius: 8px;
  line-height: 0.8;
}

blockquote.staples2 {
  background-color:#C00000;
  border: #FECACA solid 1px;
  padding:10px;
  color:white;
  text-align:left;
	border-radius: 8px;
  line-height: 0.8;
}

.QuoteHeaderBlue {
  color: #00e7ff;
}
.QuoteBorderBlue {
  color: #baf7ff;
}
.QuoteBG {
  color: #f7f7f7;
}
.QuoteBorderRed {
  color: #ffbaba;
}
.QuoteHeaderRed {
  color: #ff0000;
}

/* ########### TABLE MARGING OVERRIDE ############ */

table p {
  margin: 0 0 0 0;
}

/* ########### TABLE PADDING OVERRIDE ############ */

td, th {
  padding: 5px;
}

/* ########### Collapse Summary ############ */

summary {
  background-color: #c00000;
  color: #fff;
  padding: 6px;
}

/* ########### Red Colour Class ############ */
.RedColour {
  color: #C00;
}

/* ########### Back to Top Class ############ */
.BackToTop {
  color: #C00;
  font-size: 60px;
  text-decoration: none;
  position: relative;
  top:95px;
}

.BackToTop:hover {
  color: black;
  font-size: 60px;
  text-decoration: none;
}
  
/* ########### Red Accordion Class ############ */
.AccordionRed {
  background-color: #c00;
  color: #fff;
  padding: 6px;
}


/* ########### Summary/Details Class ############ */
summary {
margin: 0 0 5px 0;
}


/* ########### Tooltip Above ############ */

.tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity:100;
}

/* Tooltip text */
.tooltips .tooltipstext {
  visibility: hidden;
  bottom: 100%;
  left: 50%;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltips:hover .tooltipstext {
  visibility: visible;
}

.sma{
  width: 120px;
  margin-left: -60px; /* half */
}
.med{
  width: 360px;
  margin-left: -180px; /* half */
}
.lar{
  width: 600px;
  margin-left: -300px; /* half */
}

a.see-all-articles {
    color: #98d4dd;
    text-decoration: underline;
    text-decoration-style: solid;
}


/* Thumbnail to Large Image*/
.thumbnail {
    transition: width 0.4s;
    padding: 20px 0px;
}
.thumbnail:hover {
    width: 930px;
    height: auto;
    transition: width 0.4s;
    transition-delay: .25s;
    cursor: zoom-in;
}
.th-per {
    width:20%;
}
.th-px {
    width:310px;
}
.th-vw {
    width:20vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}

.list-group-flush .list-group-item {
  font-weight: 600;
  }

.popover{

    max-width:930px !important;
}

.popoverBig {
  max-width:930px !important;
  width:auto !important;
}

.transparentOverride {
     background-color: rgba(0,0,0,.0001) !important;
}

.transparentBorder {
     border: 0px !important;
}

.ThumbLogo150 {
     max-width: 150px;
}

.ThumbLogoInh {
     max-width: inherit;
}

.btn-primary2 {
    border-color: #cc0000;
    color: #ffffff;
}

.btn-primary2:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #990000;
}

.btn2 {
    padding: 0.625rem 1.25rem;
    border: 0.0625rem solid #cc0000;
    border-radius: 0.375rem;
    background-color: #cc0000;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 10.4375rem;
    line-height: 1;
}

.btn2:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #990000;
}

.fullOpacity {
    opacity: 0.2;
}

.fullOpacity:hover {
    opacity: 1.0;
}
  

/* ######## Table of Content format ####### */
.toc {
    border-width: 1px;
    border-color: #878f8f;
    background-color: #f3f3f2;
    margin: 0px 8% 0px 8%;
    padding: 10px 30px 30px 50px;
    font-weight: bold;
    color: #c7c7c7;
}

.toc ol {
    margin: 0 0 0.75rem 0;
}

.ol.toc {
    list-style-type: decimal;
    margin: 0 0 20px 0;
    padding: 0;
}

ol.toc li {
    margin: 5px 0px 5px 0px;
    list-style-type: disc;
}

ol.toc li a {
    margin: 4px 0px 4px 0px;
    color: #939393;
}

ol.toc ol li {
    margin: 2.5px 0px 2.5px 0px;
}


ol.toc li a.active {
    background-color: #d1d1d175;
    color: #dd7272;
    left: 10px;
}


/* ######## TOC Smaller Media Sizing ######## */
@media (max-width: 991px) {
.section-articles h2 {
    font-size: 20px !important;
    line-height: 20px !important;
 }
  
.section-articles li {
    font-size: 10px !important;
    line-height: 10px !important;
  }
}


/* ######## Left Section ####### */
.section-articles {
    position: sticky;
    top: 40px;
}

.section-articles {
    margin: 0 0 0 30px;
}

.category-content {
     margin-left: 40px;
}


/* ####### Popular Article Margin Override ####### */
.articles h3 {
     margin-top:0px;
}

/* ####### Removes decoration from popover button ####### */
.text-button {
      background: none;
      border: none;
      padding: 0;
      font-family: inherit;
      font-size: inherit;
      color: inherit;
      text-decoration: underline;
      cursor: pointer;
}

/* ####### Realign Search Box ####### */
@media (max-width: 768px) {
  #query {
    box-sizing: border-box !important;
  }
}

/* ####### Highlight Dropdown ####### */
.highlight_1 {
    background-color: #ffffcc;
  }

/* ####### Remove Article-body P margin ####### */

.article-body p {
    margin: 0;
}

/* Back to Top Button Config*/
#backToTopBtn {
  opacity: 0;
  position: fixed;
  bottom: 14px;
  left: 14px;
  background-color: #c00;
  color: white;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 24px;
  cursor: pointer;
  z-index: 98;
  transition: opacity 0.5s ease;
  pointer-events: none;
}


/* Custom Suggestion List*/
.form .suggestion-list {
    background: #f3f3f2;
    margin: 11px;
}

.form .searchbox {
    padding: 5px 21px 15px 34px;
}

.form-field .notification-error {
  color: red;
  font-weight: bold;
}


ol.toc {
    scrollbar-width: thin;
    scrollbar-color: #c7c7c7 #e5e5e5;
}


.request_custom_fields_360015639391 {
    display: none;
}


/* ####### Easy Class to change popover sizes ####### */

.ppover_100 img {
      max-width: 100px;
      height: auto;
    }
.ppover_200 img {
      max-width: 200px;
      height: auto;
    }
.ppover_300 img {
      max-width: 300px;
      height: auto;
    }
.ppover_300 img {
      max-width: 300px;
      height: auto;
    }
.ppover_400 img {
      max-width: 400px;
      height: auto;
    }
.ppover_500 img {
      max-width: 500px;
      height: auto;
    }
.ppover_600 img {
      max-width: 600px;
      height: auto;
    }
.ppover_700 img {
      max-width: 700px;
      height: auto;
    }
.ppover_800 img {
      max-width: 800px;
      height: auto;
    }
.ppover_900 img {
      max-width: 900px;
      height: auto;
    }

/* ####### Avoids odd spacing when H2/H3 is used in tables ####### */

table h2,
table h3 {
  margin-top: 0px;
}

/* Section article margin resizing due to TOC */ 
ul.sec-art {
    margin: 0 50px 0 0;
}




/***** Comments *****/
/* Styles comments inside articles, posts and requests */

.comment-overview {
    border-bottom: 1px solid #ddd;
    line-height: 0px;
}

.comment {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.comment-wrapper {
    display: flex;
    position: relative;
}

.comment-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

.comment-author {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .comment-author {
        justify-content: space-between;
    }
}

.comment-avatar {
    margin-right: 10px;
}

.avatar {
    display: inline-block;
    position: relative;
}

.avatar .icon-agent {
    color: #17494D;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    background-color: #FFFFFF;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 17px;
}

.avatar img {
    height: 40px;
    width: 40px;
}

.user-avatar {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.comment-meta {
    flex: 1 1 auto;
}

.community-badge-titles {
    display: inline;
}


.meta-group-opposite {
    float: right;
}
.meta-group {
    display: block;
}

.meta-data {
    color: #5a6d7c;
    font-size: 13px;
}
.meta-group * {
    display: inline;
}

.community-badge-achievements {
    display: flex;
}

@media (min-width: 768px) {
    .comment-labels {
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    .comment .status-label:not(.status-label-official) {
        margin-top: 0;
    }
}

.status-label {
    background-color: #9d9d9d;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}


.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    display: flow-root;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: auto;
}

.vote {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.vote-up, .vote-down {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #5a6d7c;
    cursor: pointer;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

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

button {
    appearance: auto;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-variant-alternates: ;
    font-variant-position: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    font-optical-sizing: ;
    font-kerning: ;
    font-feature-settings: ;
    font-variation-settings: ;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

.vote-up svg {
    transform: scale(1, -1);
}

.vote-sum {
    color: #5a6d7c;
    display: block;
    margin: 3px 0px 0 15px;
}

.actions {
    text-align: center;
    flex-shrink: 0;
}

.comment-form {
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
    justify-content: center;
}

form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}

.comment-callout {
    color: #5a6d7c;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
}





/* ####### MORE css ####### */





.comment-sorter .dropdown-toggle {
    color: #5a6d7c;
    font-size: 13px;
}

.dropdown-toggle {
    cursor: pointer;
    background: none;
    border: 0;
    display: inline-block;
    padding: 0;
    text-align: initial;
    vertical-align: middle;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

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

.dropdown-toggle > * {
    display: inline-block;
}

.dropdown-chevron-icon {
    vertical-align: middle;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.comment-sorter .dropdown-toggle {
    color: #5a6d7c;
    font-size: 13px;
}

.dropdown-toggle {
    cursor: pointer;
    background: none;
    border: 0;
    display: inline-block;
    padding: 0;
    text-align: initial;
    vertical-align: middle;
}

button, select {
    text-transform: none;
}

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

.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
    background-color: #000;
}

.comment-form-controls input[type=submit] {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .button-large, .hbs-form input[type=submit] {
        width: auto;
    }
}

.button-large, .hbs-form input[type=submit] {
    cursor: pointer;
    background-color: #17494D;
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}

.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .article-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .article-subscribe button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .article-subscribe button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected=true], .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary {
    background-color: #17494D;
    color: #FFFFFF;
    text-decoration: none;
}

.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
    outline: none;
}

.hbs-form input, .search input {
    max-width: 100%;
    box-sizing: border-box;
    transition: border 0.12s ease-in-out;
}

.hbs-form input, .hbs-form textarea, .search input, .search textarea {
    color: #000;
    font-size: 14px;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

button, input {
    overflow: visible;
}

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

input[type="submit" i]:active {
    border-style: inset;
}

input[type="submit" i] {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    color: buttontext;
    white-space: pre;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

ul#comments.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

button::before {
    visibility: hidden;
}

.actions button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-actions {
    left: 12px;
    position: relative;
}

.comment-labels {
    position: relative;
    left: 5px;
}

.comment-form-controls button {
    position: relative;
    right: 15px;
}

.comment-sorter {
    display: none;
}


/* ####### Style of Comment header ####### */


.comment-callout {
    float: right;
    opacity: 50%;
    position: relative;
    bottom: 6px;
    right: 2px;
    color: white;
}
  
h2.comment-heading {
    line-height: 1.625rem;
    background-color: #cfcfcf;
    color: white;
    margin: 0;
}

/* ####### Last Updated CSS ####### */
.meta-group {
    position: relative;
    bottom: 15px;
    opacity: 50%;
}

.meta-group2 {
    position: relative;
    opacity: 50%;
}

.subscribe_button button:hover {
  background-color: #cfcfcf;
}

.subscribe_button button {
  border-radius: 5px;
  border: solid 1px darkgrey;
}

.subscribe_button button {
  border-radius: 5px;
  border: solid 1px darkgrey;
  color: #9b9b9b;

}

.subscribe_button {
    bottom: 32px;
    position: relative;
    border-radius: 5px;
    float: right;
}

.attachment-item {
    bottom: -40px;
    position: relative;
}



/* ########### SHOW HIDE VALUES ############ */
.ShowElement {
    display: block;
}

.hidden-element {
    display: none;
}