
.tags {
list-style: none !important;
margin: 0;
overflow: hidden; 
padding: 0;
display: inline-flex;
visibility: hidden;
}


.tag {
background: #808080;
border-radius: 3px 0 0 3px;
color: #fff;
display: inline-block;
height: 26px;
line-height: 26px;
padding: 0 20px 0 23px;
position: relative;
margin: 0 10px 10px 0;
text-decoration: none;
-webkit-transition: color 0.2s;
margin-left: 5px;
visibility: hidden;
}

.tag::before {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
content: '';
height: 6px;
left: 5px;
position: absolute;
width: 6px;
top: 10px;
visibility: hidden;
}

.tag::after {
background: #fff;
border-bottom: 13px solid transparent;
border-left: 10px solid #808080;
border-top: 13px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
visibility: hidden;
}

/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  //padding-bottom: 50px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #DEDEDE;
  margin: 10px 0;
  border-radius: 2px;
  background-color: #FFF;
}

.home {
  padding: 0px;
  border: none;
  margin: 0 0 0 0;
  background-color: none;

}

.icon {
  width: 80px;
  height: 80px;
//  vertical-align: middle;
  padding: 0px;
  border: none;
  margin: 0 15px 0 0;
  background-color: none;

}

.drop-arrow {
  border: none;
  margin: none;
  background-color: none;


}

img[width], img[height] {
  max-width: 100%;
}

figure > img {
  display: block;
}

a {
  color: #16587A;
  text-decoration: none;
}

a[target="_blank"]:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 4px;
  color: #137CBD;
  font-size: 80%;
  vertical-align: top;
}

a.track-id-product-tray-product:after {
  display: none;
}

ul {
  list-style: none;
  margin-left: 12px;
  margin-bottom: 12px;
  margin-top: 4px;
  padding: 0;
  list-style-position: outside;
}

ol {
/*   list-style: none; */
  margin-left: 12px;
  margin-bottom: 12px;
  margin-top: 4px;
  padding: 0;
  list-style-position: outside;
}

.page__content ul {
  list-style-type: disc;
}

.page__content ol {
/*   list-style-type: decimal; */
}

ol.la {
  list-style-type: lower-alpha;
}

ol.ua {
  list-style-type: upper-alpha;
}

ol.lr {
  list-style-type: lower-roman;
}

ol.ur {
  list-style-type: upper-roman;
}

ol.overview {
  list-style-position: outside;
  padding: 50px;
  margin-left: 35px;
  counter-reset: decimal;
  list-style-type: none;
}

li {
  margin-bottom: 4px;
}


li.overview {
  display: block;
}

.overview li:before {
  content: counter(decimal) " - ";
  counter-increment: decimal;
}

ul > ul, ol > ol, ol > ul, ul > ol, li > ul, li > ol, ol > li, ul > li {
  margin: 4px 0 12px 10px;
}



th.fr {
  border-width: 1px 0 0 0;
}

td {
  border-width: 0 0 1px 0;
}

table.rate {
  text-align: right;
  border-spacing: 2em;
  border-collapse: collapse;
}

table.rate td, th {
  border-color: #eeeeee;
  border-style: solid;
 // white-space: nowrap;
  //overflow-wrap: normal;
  padding: 5px;
  //overflow-wrap: break-word;
overflow-wrap: anywhere;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

table.rate td {
  border-width: 1px;
  font-size: 14px;
}

table.rate tr:nth-child(odd) {
  background: none
}

table.rate tr:nth-child(even) {
  background: #F8F8F8
}

table.note {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

table.note td, th {
  border-style: none;
  padding: 10px;
}

table.date {
  border-spacing: 2em;
  border-collapse: collapse;
}

table.date td, th {
  border-color: #eeeeee;
  border-style: solid;
 // white-space: nowrap;
  padding: 10px;
  overflow-wrap: anywhere;

}

table.date td {
  border-width: 1px;
}

table.date tr:nth-child(odd) {
  background: none
}

table.date tr:nth-child(even) {
  background: #F8F8F8
}


table.chart {
  border-spacing: 2em;
  border-collapse: collapse;

}

table.chart td, th {
  border-color: #eeeeee;
  border-style: solid;
 // white-space: nowrap;
  padding: 10px;
  overflow-wrap: anywhere;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

table.chart td {
  border-width: 1px;
}

table.rule {
  border-spacing: 2em;
  border-collapse: collapse;
  vertical-align: top;
}

table.rule td, th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 10px;
  vertical-align: top;
  overflow-wrap: anywhere;
}

table.rule td {
  border-width: 1px;
}

table.rule tr:nth-child(odd) {
  background: none
}

table.rule tr:nth-child(even) {
  background: #F8F8F8
}

table.column {
  border-spacing: 2em;
  border-collapse: collapse;
  vertical-align: top;
}

table.column td, th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 5px;
  overflow-wrap: anywhere;
  font-size: 14.5px;
}

table.column td {
  vertical-align: middle;
}

table.column th {
  vertical-align: bottom;
}

table.column td {
  border-width: 1px;
}

table.column td:nth-child(odd) {
  background: none
}

table.column td:nth-child(even) {
  background: #F8F8F8
}


table.grid {
  border-spacing: 2em;
  border-collapse: collapse;
  vertical-align: top;
}

table.grid td {
  border-color: #D5D5D5;
  border-style: solid;
  padding: 10px;
  white-space: wrap;
  border-width: 1px;

}

table.grid th {
  border-color: #D5D5D5;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  table-layout: fixed;
}

td, th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 10px;
  word-break: break-word;
}

th {
  border-width: 1px 0 1px 0;
  color: #3D3D3D;
  font-weight: 800;
/*  // white-space: nowrap; */
  font-size: 18px;
  overflow-wrap: anywhere;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;

}

h1 {
  font-size: 30px;
  letter-spacing: 1px;
}

h2,
h2 a {
  /* font-weight:bolder; */
  color: #3D3D3D;
  font-size: 24px; 
  /* letter-spacing: 1px; */
}

h2 a:hover {
  color: #16587A;
  text-decoration: none;
}

h3 {
  font-size: 24px;
  color: #14577B;
}

h4 {
  color: #14577B;
  line-height: 140%;
  font-size: 18px;
  font-weight: bolder;
}

h5 {
  color: #3D3D3D;
  line-height: 140%;
  font-size: 18px;
}

h6 {
  font-size: 16px;
  text-align: left;
  line-height: 140%;
  color: #3a3942;
  border-left: 5px solid #14577B;  
  border-radius: 0;
  padding: 20px 20px 20px 20px;
  display: block;
  background-color: #E7F1F8;
  margin: 15px 5px 15px 5px;
  position: relative;
}

#h6 {
  font-weight: bolder;
  font-size: 16px;
  line-height: 140%;
  color: #3a3942;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

#attn {
  font-weight: bolder;
  font-size: 16px;
  line-height: 120%;
  color: #3D3D3D;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

#box {
  padding: 20px 20px 20px 20px;
//  border-collapse: collapse;
  background-color: #E7F1F8;
  margin: 15px 5px 15px 5px;
  border-radius: 0;
  display: block;
  color: #3a3942;
  font-size: 16px;
  vertical-align: middle;
  border-left: 5px solid #14577B;  
  line-height: 140%;
  text-align: left;
  position: relative;
}

#box-white {
  border-style: solid;
  border: 1px solid #14577B;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-collapse: collapse;
  background: #FFFFFF;
  margin: 15px;
  border-radius: 0;
  display: inline-block;
}

#plan {
/*  border-style: solid;
  border: 2px solid #14577B;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 5px;
  border-collapse: collapse;
  background: #FFFFFF;
  margin: 5px;
  border-radius: 0;
  display: inline-block;*/
  color: #3a3942;
  font-size: 16px;
  text-align: left;
  background-color: #E7F1F8;
  border-radius: 0;
  border-left: 20px solid #14577B;  
  border-right: 1px solid #14577B;
  border-top: 1px solid #14577B;
  border-bottom: 1px solid #14577B;
  padding: 0px 10px 0px 20px;
  margin: 15px 5px 15px 5px;
  display: block;
  vertical-align: middle;
  line-height: 140%;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(16, 22, 26, 0.2), 0 1px 1px 0 rgba(16, 22, 26, 0.2), 0 0 0 1px rgba(16, 22, 26, 0.1);
}

#center {
  text-align: center;
  display: block;
}

#cta {
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  float: center;
  border-collapse: collapse;
}

#help {
  float: center;
  border-collapse: collapse;
  text-align: center;
  border-style: solid;
  border: 1px solid #ebebeb;
  margin: 10px;
  padding: 10px;
  border-radius: 0;
}

#tab {
  padding-left: 30px;
}

#error {
  border-style: solid;
  border: 3px solid #D5D5D5;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
  background: #f3d8d8;
  color: #af3636;
  margin: 5px;
  text-align: center;
  font-weight: bolder;
}

#red {
  border-style: solid;
  border: 1px solid;
  border-color: red;
  padding: 5px 10px;
}

#box-red {
  border-style: solid;
  border: 1px solid;
  border-color: red;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-collapse: collapse;
  background: #FFFFFF;
  margin: 15px;
  border-radius: 5px;
  display: inline-block;
}

.hr {
  height: 1px;
  background-color: #dddddd;
  color: #dddddd;
  width: 100%;
}

#free-trial {
  background: #4AAD37;
  border-radius: 3px;
  background-color: #47b12e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(71, 177, 46)), to(rgb(50, 146, 38)));
  background-image: -webkit-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: -moz-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: -o-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: -ms-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#47b12e', EndColorStr='#329226');
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 15px;
  padding: 6px 8px;
  margin-right: 0px;
  text-align: center;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 12px;
}

label.description {
  font-weight: bolder;
  color: #3D3D3D;
  line-height: 140%;
  font-size: 13px;
}

legend {
  font-weight: bolder;
  color: #0B374D;
  line-height: 140%;
  font-size: 15px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 0;
  border: 2px solid #2C8B10;
  color: #2C8B10;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
  color: #2C8B10;
}

a[role=button]:active {
  text-decoration: none;
  color: #2C8B10;
}

a[role=button]:focus {
  text-decoration: none;
  color: #2C8B10;
}

input[type=submit] {
  background: #2C8B10;
  border-color: transparent;
  color: #FFF;
  padding: 10px 30px;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

[dir="rtl"] button img, [dir="rtl"] [role=button] img {
  margin: 0 0 0 5px;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field + .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form, .searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/251012/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #cccccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

.primary-nav {
  position: absolute;
  right: 0;
  top: 23px;
}

.primary-nav a {
  color: #fff;
  font-size: 15px;
  padding: 6px 8px;
  margin-right: 4px;;
}

.primary-nav .free-trial {
  background: #4AAD37;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #47b12e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(71, 177, 46)), to(rgb(50, 146, 38)));
  background-image: -webkit-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: -moz-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: -o-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: -ms-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#47b12e', EndColorStr='#329226');
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);;
}

.primary-nav li {
  display: inline;
}

.primary-nav .user-info {
  display: inline;
  position: relative;
  top: -3px;
}

.primary-nav .user-info .btn.with-image.dropdown-toggle {
  margin-left: 0px;
}

/*Secondary Navigation*/
.secondary-nav {
  position: relative;
  /*right: 0;*/
  /*bottom: 23px;*/
}

.secondary-nav a {
  color: #fff;
  font-size: 15px;
  padding: 6px 8px;
  /*margin-right: 10px;*/
}

.secondary-nav .free-trial {
  background: OLD #4AAD37;
  /*margin-right: 10px;*/
  border-radius: 3px;
  background-color: OLD #47b12e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(71, 177, 46)), to(rgb(50, 146, 38)));
  background-image: -webkit-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: -moz-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: -o-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: -ms-linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  background-image: linear-gradient(top, rgb(71, 177, 46), rgb(50, 146, 38));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#47b12e', EndColorStr='#329226');
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);;
}

.secondary-nav li {
  display: inline;
  text-align: center;
}

/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #CCC;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eeeeee;
  float: left;
  margin-left: -1px;
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}

.markdown img {
  max-width: 100%;
}

.markdown hr {
  /*ORIGINAL: background-color: #eeeeee;*/
  background-color: #dddddd;
  border: 0;
  height: 1px;
}

.markdown ul, .markdown ol {
  /*list-style-position: inside;*/
  padding: 0 15px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

/* ====================================================
   Content frame
   ==================================================== */
.header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 1250px;
}

.community .inner {
  width: 1250px;
  margin: 20px auto;
}

.sub-nav .search-small {
  display: none !important;
}

/* Columns */
.main-column, .side-column, .story-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 620px;
}

.story-column {
  width: 500px;
}

.side-column {
  width: 270px;
  margin-left: 45px;
}

[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

/* ====================================================
   Header
   ==================================================== */
.container {
  padding: 0 40px;
}

.header {
  background-color: #fff;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  position: relative;
  z-index: 999;
}

@media (max-width: 991px) {
  .header {
    padding: 0 29px;
    height: 68px;
  }

  .container {
    padding: 0 29px;
  }
}

.container-inner {
  max-width: 1250px;
  margin: 0 auto;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .header-inner {
    padding: 18px 0;
  }
}

.header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.header__logo img {
  width: 110px;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

@media (max-width: 991px) {
  .header__logo {
    margin-right: 10px;
  }
  .header__logo img {
    width: 75px;
  }
}

.header__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

@media (max-width: 1220px) {
  .header__text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .header__text {
    font-size: 13px;
  }
}

.header__menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .header__menu {
    display: block;
  }
}

.header__menu li {
  display: block;
  list-style: none;
  float: left;
  margin: 0;
}

@media (min-width: 992px) {
  .header__menu li + li {
    margin-left: 65px;
  }
}

@media (max-width: 991px) {
  .header__menu li {
    float: none;
    width: 100%;
  }
}

.header__menu li a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

@media (max-width: 991px) {
  .header__menu li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
  }
}

.header__menu li a[target="_blank"]:after { 
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 4px;
  color: #a0a0a0;
  font-size: 60%;
  vertical-align: top;
}

.header__btn {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 7px;
  padding: 5px 18px;
  font-size: 14px;
  font-weight: bold;
  transition: all .3s ease;
  text-align: center;
}

@media (max-width: 1220px) {
  .header__btn {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header__btn {
    display: block;
    width: 100%;
    margin: 7px 0 0;
  }
}

.header__btn--secondary {
  color: #2C8B10;
  background-color: #fff;
  border: 2px solid #2C8B10;
}

.header__btn--secondary:hover,
.header__btn--secondary:focus,
.header__btn--secondary:active {
  color: #33a213;
  background-color: #ffffff;
  text-decoration: none;
}

.header__btn--primary {
  color: #ffffff;
  background-color: #2C8B10;
  border: 2px solid #2C8B10;
}

.header__btn--primary:hover,
.header__btn--primary:focus,
.header__btn--primary:active {
  color: #ffffff;
  background-color: #33a213;
  text-decoration: none;
}

@media (max-width: 991px) {
  .header__mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 0 24px 24px;
    border-bottom: 2px solid #14577B;
  }

  .header__mobile-menu.is-active {
    display: block;
  }
}

@media (min-width: 992px) {
  .header__mobile-menu .header__btn,
  .header__mobile-toggle {
    display: none;
  }
}

@media (max-width: 991px) {
  .header__mobile-toggle {
    display: block;
    width: 18px;
    height: 17px;
    position: relative;
    cursor: pointer;
  }

  .header__mobile-toggle span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #808080;
    transition: all .3s ease;
  }

  .header__mobile-toggle span:nth-child(1) {
    top: 0;
  }

  .header__mobile-toggle span:nth-child(2) {
    top: 7px;
  }

  .header__mobile-toggle span:nth-child(3) {
    top: 14px;
  }

  .header__mobile-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .header__mobile-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .header__mobile-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* ====================================================
   Footer
   ==================================================== */
//.footer {
//  background: #14577B;
//  height: 32px;
//}

.footer-inner {
  position: relative;
//  text-align: center;
}

/* ====================================================
   Search
   ==================================================== */
.search-unit {
  background: #14577B;
  padding: 30px 40px;
}

@media (max-width: 991px) {
  .search-unit {
    padding: 25px 29px;
  }
}

.search-unit .inner {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.search {
  display: block;
  width: 100%;
  position: relative;
}

.search:after {
  color: #808080;
  content: "\1F50D";
  font-family: "entypo";
  font-size: 24px;
  line-height: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: 1;
}

.search input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  border: 2px solid #c4cdd5;
  border-radius: 0;
}

@media (max-width: 991px) {
  .search input {
    font-size: 14px;
  }
}

.search input::-webkit-input-placeholder {
  color: #787878;
}

.search input:-ms-input-placeholder {
  color: #787878;
}

.search input::-moz-placeholder {
  color: #787878;
  opacity: 1;
}

.search input:-moz-placeholder {
  color: #787878;
  opacity: 1;
}

.search input[type=submit] {
  display: none;
}

.sub-nav .search {
  display: none;
}

/* ====================================================
   Navigation pages
   ==================================================== */
.category-list a {
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: inset 0 -3px #e6e6e6;
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.08);
  color: #111111;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 30px;
}

.knowledge-page-header {
  border-bottom: 3px solid #ebebeb;
  /* ORIGINAL --  border-bottom: 4px solid #000;*/
  margin-bottom: 10px;
  padding: 10px 0 10px;
}

.knowledge-page-header p {
  color: #a6a6a6;
  font-size: 10px;
  margin: 0;
}

.knowledge-page-header h1 {
  font-size: 24px;
  margin: 0;
  letter-spacing: 0;
}

.section {
  padding: 0 20px 12px 0;
  vertical-align: top;
}

.cat-page .section {
  //display: inline-block;
  //width: 49.5%;
  background-color: #fff;
}

.cat-page {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}

.section h3 a {
  color: inherit;
  font-size: 16px;
}

.cat-page h3 a {
  font-weight: bold;
}

.article-list li {
  font-size: 14px;
  margin-top: 10px;
}

/* ====================================================
   Article
   ==================================================== */
.article-column {
  width: 720px;
}

.article-header {
  margin-bottom: 25px;
}

.article-header h1 {
  font-weight: bold;
  margin: 0 0 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}

.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
  border: none;
}

.article-meta {
  width: 100%;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 50px;
}

.article-body .page__content table {
  table-layout: fixed;
}

.article-footer {
  border: solid #DEDEDE;
  border-width: 1px 0 1px 0;
  padding: 10px 5px 10px 0;
  margin: 25px 0 0 0;
}


.article-footer .article-vote, .article-footer .share {
  display: table-cell;
  vertical-align: top;
}

.article-vote {
  width: 100%;
}

.article-vote > * {
  display: inline-block;
}

.article-vote-controls {
  margin: 0 5px;
  vertical-align: middle;

}

.article-vote-count {
  color: #999999;
  min-width: 20%;
}

.article-vote-question {
  vertical-align: middle;
}

.article-vote-feedback {
  margin-top: 10px;
}

.article-vote-feedback p {
  vertical-align: middle;
  margin: 0;

}

.article-vote-feedback strong {
    color: #14577B;
}


.article-vote-up, .article-vote-down {
 // color: inherit;
  color: #3a3942;
//  font-family: "entypo";
 border-radius: 50%;
//  height: 40px;
//  width: 40px;
  border-color: #666;
}

.article-vote-up:before {
  //content: "\1f44d";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f164";
}

.article-vote-up:before {
  //content: "\1f44d";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f164";
}

/*.article-vote-up, .article-vote-down button a[role=button]:hover {
    color: #3a3942;
}

.article-vote-up, .article-vote-down button a[role=button]:active {
    color: #3a3942;
}

.article-vote-up, .article-vote-down button a[role=button]:focus {
    color: #3a3942;
}*/

.article-vote-down:before {
 // content: "\1f44e";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f165";
}

.article-vote-up.article-voted {
  color: #fff;
 /* border-color: #2C8B10;
  background-color: #2C8B10;*/
  border-color: #666;
  background-color: #666;
}

.article-vote-down.article-voted {
  color: #fff;
  border-color: #666;
  background-color: #666;
}

#article-sidebar {
  width: 240px;
  float: right;
  margin: 0 0 0 0;
}

#article-sidebar .widget {
  border: 1px solid #318a1e;
  border-radius: 3px;
  padding: 0 20px 0 20px;
}

.article-comments {
  padding: 0 0 0 0;
}

.article-comments-header {
  border: solid #DEDEDE;
  border-width: 0 0 1px 0;
  padding: 10px 5px 10px 0;
  margin: 10px 0 0 0;
}

.article-comments-header h2 {
  padding: 0 5px 10px 0;
  margin: 0;
}

.article h2 {
  margin: 36px 0 16px 0;
  font-size: 26px;
  color: #14577B;
}

.article h3 {
  margin: 36px 0 16px 0;
  font-size: 22px;
}

.article h4 {
  margin: 30px 0 16px 0;
}

div.note h4 {
  margin-top: 16px;
}

div.info h4 {
  margin-top: 16px;
}

div.alert h4 {
  margin-top: 16px;
}

.article h5 {
  margin: 30px 0 16px 0;
}

div.note h5 {
  margin-top: 16px;
}

div.info h5 {
  margin-top: 16px;
}

div.alert h5 {
  margin-top: 16px;
}

.article a:link {
  color: #16587A;
  text-decoration: none;
}

.article a:visited {
  color: #16587A;
}

.article a:focus {
  color: #16587A;
  text-decoration: underline;
}

.article a:hover {
  color: #16587A;
  text-decoration: underline;
}

.article a:active {
  color: #16587A;
}

/* ====================================================
   Home page
   ==================================================== */

/*ALL #sidebar CLASSES RENAMED '.home-right' #sidebar {
    width: 300px;
    float: left;
    margin: 17px 0 0 30px;
}*/

#sidebar.home-right {
  width: 300px;
  float: left;
  margin: 17px 0 0 30px;
}

#sidebar .widget {
  font-size: 14px;
  //font-weight: lighter;
  border: 1px solid #D5D5D5;
  padding: 10px 25px 25px 25px;
  line-height: 24px;
  /*color:#11577B; BLUE*/
  /*color:#3D3D3D; DARK GREY*/
  color: #646464;
  font-weight: 600;
}


#sidebar.home-right ul {
  list-style: disc;
  padding-left: 20px;
  /*font-size: 10px;*/
}

#sidebar.home-right a {
  font-size: 14px;
  position: relative;
  /*top: 3px;*/
  font-weight: 400;
}

#sidebar.sidebar-panel {
  width: 250px;
  padding: 0 15px 20px;
  float: left;
  margin: 0 20px 0 0px;
  font-size: 14px;
  color: #111;
  background: #f8f8f8;
}

.main-content {
  width: 960px;
  float: left;
}

#sidebar.sidebar-panel h3 {
  font-size: 20px;
  margin: 0 0 17px;
}

#sidebar.sidebar-panel h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold !important;
}

#sidebar.sidebar-panel ul {
  list-style: none;
  margin: 0;
  padding-left: 0px;
  /*font-size: 10px;*/
  font-weight: bold !important;
}

#sidebar.sidebar-panel li {
  margin-top: 14px;
}

#sidebar.sidebar-panel ul ul {
  margin: 0;
  font-weight: normal;
  font-style: normal;
}

#sidebar.sidebar-panel ul ul a {
  color: #29afce;
  font-weight: normal;
}

#sidebar.sidebar-panel ul ul .current a {
  color: #636363;
}

br.clear {
  clear: both;
}

.toggle {
  line-height: 1 !important;
}

.toggle::after {
  content: '▼';
  font-size: 12px;
  line-height: 12px;
  margin-left: 4px;
}

.down .toggle::after {
  content: '▲';
  font-size: 12px;
}

.toggle:hover {
  text-decoration: none !important;
}

ul .inner {
  overflow: hidden;
  display: none;
}

ul .inner.show {
  /*display: block;*/
}

li .inner {
 /* padding-left: 5px;*/
}

ul li a.toggle {
  transition: background 0.3s ease;
}

/* ====================================================
   Community box
   ==================================================== */
.community {
  background: #f8f8f8;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.community h4 {
  color: #111111;
  float: right;
  font-size: 21px;
  margin: 0;
  font-size: 24px;
  //font-weight: lighter;
}

.community h4:before {
  content: 'Explore the';
}

.community h4 a {
  font-weight: normal;
  font-size: 18px;
  color: #14577B;
}

.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #111111;
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  width: 49.5%;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}

.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}

.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

/* Comments - Article, Request and Post pages */

.post-pinned .question-title:before {
  content: "\2605";
  margin-right: 5px;
  color: #2C8B10;
}

.comment-list {
  margin-bottom: 25px;
}

.comment-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
}

.comment-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

ul.comment-list {
  margin: 0;
  padding: 0;
}

.comment-sorter {
  float: right;
}

.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}

.comment-avatar img {
  border-radius: 3px;
  width: 65px;
  height: 65px;
  border: none;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/251012/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/251012/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}

[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #bebebe;
}

.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border: 1px solid #dddddd;
  margin-top: -1px;
  padding: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

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

[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999999;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}

.attachment-list span, .screencast-list span {
  color: #999999;
}

.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}

.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding: 25px 0;
}

.my-activities-header .breadcrumbs li {
  color: black;
  font-size: 20px;
  font-weight: normal;
}

.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 0px;
}


.my-activities-nav {
  overflow: hidden;
}

.my-activities-nav li {
  display: block;
  float: left;
  margin: 0;
  padding: /*8px*/ 0;
  font-size: 16px;
  color: #3a3942;
  border-bottom: 5px solid transparent;
  transition: all .3s ease;
}

.my-activities-nav ul {
  margin-left: 0;
}

.my-activities-nav a {
/*  display: block;
  float: left;
  margin: 0;
  padding: 8px 0;
  font-size: 16px;*/
  color: #3a3942;
  border-bottom: 5px solid transparent;
  transition: all .3s ease;
}

@media (max-width: 767px) {
  .my-activities-nav li {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .my-activities-nav a {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .my-activities-nav a + a {
    margin-left: 55px;
  }
}

@media (min-width: 768px) {
  .my-activities-nav li + li {
    margin-left: 55px;
  }
}

.my-activities-nav a:hover,
.my-activities-nav a:focus,
.my-activities-nav a:active {
  color: #14577B;
  text-decoration: none;
}

.my-activities-nav li.is-active {
  color: #14577B;
  border-color: #14577B;
}

.my-activities-sub-nav {
  background: #f6f6f6;
  padding: 20px 50px 10px 50px;
  margin: 0 -50px 0 -50px;
}

.my-activities-sub-nav ul {
  margin: 0;
}

.request-table-toolbar {
  background: #f6f6f6;
  display: table;
 /* padding: 8px;*/
  margin: 0 0 -1px -50px;
  padding: 0 50px 5px 55px;
  width: calc(100% + 100px);
  border-bottom: 1px #eeeeee solid;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}

[dir="rtl"] .request-table-filters {
  text-align: left;
}

.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 0px;
  outline: none;
  padding: 6px 15px;
  margin: 0 0 4px 0;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}

.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* Community heading */
.community-heading {
  font-size: 18px;
  margin: 0;
  padding-bottom: 8px;
  margin-bottom: 4px;
  width: 100%;
  border-bottom: 2px solid #000;
}

/* Community nav */
.community-nav {
  // border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding: 15px 0;
}

.main-column {
  border-top: 1px solid #ECEBEB;
  padding-top: 10px;
}

.story-column {
  padding-top: 10px;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #eeeeee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

[dir=rtl] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: #fff;
  background-color: #14577B;
  border-color: #14577B;

}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  display: none;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #eeeeee;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("//theme.zdassets.com/theme_assets/251012/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
  background-image: url("//theme.zdassets.com/theme_assets/251012/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  height: 38px;
  width: 38px;
  border: none;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  padding-bottom: 5px;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: bold;
}

.question-meta, .answer-meta, .topic-meta {
  color: #7f7f7f;
  font-size: 11px;
}

.topic-meta-5 {
  color: #3D3D3D;
  font-size: 12px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

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

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions {
  border: 1px solid #eee;
  padding: 12px;
}

.related-questions-header {
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions ul {
  list-style: disc;
  margin-left: 20px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #bebebe;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

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

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}

body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}

[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 20px;
}

.search-results-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}

.search-results-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  padding-top: 8px;
}

.search-result-meta {
  /*display: none;*/
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  /*color: #bebebe;*/
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #111111;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

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

.recent-activity-item-time {
  display: inline-block;
}

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

.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}

.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}

.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/* ------------- Zoomify ---------------*/
/*
.zoomify {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}

.zoomify.zoomed {
cursor: -webkit-zoom-out;
cursor: zoom-out;
padding: 0;
margin: 0;
border: none;
border-radius: 0;
box-shadow: none;
position: relative;
z-index: 1501;
}

.zoomify-shadow {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
display: block;
z-index: 1500;
background: rgba(0, 0, 0 , .3);
opacity: 0;
}

.zoomify-shadow.zoomed {
opacity: 1;
cursor: pointer;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
*/

/* ====================================================
   Collapsible menus #curated
   ==================================================== */
#curated {
  /*width: 650px;*/
  width: 100%;
  float: left;
}

#curated .ui-state-active {
  border-bottom: 1px solid #cccccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#curated .ui-state-focus {
  outline: none;
}

#curated .ui-state-active .drop-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.curated-articles {
  border: 1px solid #CCCCCC;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.curated-articles ul {
  list-style: disc;
  padding: 30px 20px;
}

.curated-articles li {
  width: 260px;
  float: left;
  margin: 0 0 4px 40px;
  color: #5D5C5C;
  font-size: 10px;
}

.curated-articles li a {
  font-size: 14px;
  position: relative;
  top: 3px;
}

.curated-articles .see-all {
  clear: both;
  display: block;
  text-align: right;
  padding: 8px;
  color: #16587A;
}

.drop-arrow:hover {
  cursor: pointer;
}

#home {
  width: 650px;
  position: relative;
  float: left;
}

#curated h2 {
  background: #F7F7F7;
  border: 1px solid #CCCCCC;
  border-bottom-width: 2px;
  border-radius: 5px;
  padding: 30px 55px 30px 30px;
  margin-bottom: 0;
  font-weight: bold;
  position: relative;
}

#curated h2 span {
  color: #969595;
}

#curated h2 .drop-arrow {
  position: absolute;
  right: 15px;
  top: 20px;
  transition: .5s;
}

#faq {
  width: 100%;
  /* position: relative;
   float: left; */
}

#curated h4 {
  line-height: 1 !important;
  background-color: #fff;
  border-bottom: 5px solid #dcddde;
  border-radius: 0;
    padding: 20px 20px 20px 0px;
  margin-left: 0px;
    font-weight: bold;
  font-size: 18px;
//  position: relative;
  color: #14577B;
}

#curated h4:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 5px solid #14577B;
}

#curated h4::before {
  //content: '▶';
  content: '▷';
  font-size: 18px;
  font-weight: bolder;
  margin-left: -30px;
  margin-right: 10px;
  color: #14577B;
 // color: #dcddde;
  float: left;
  transition: all .3s ease;
}

#curated h4.ui-state-active {
  border-bottom: 5px solid #14577B;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#curated h4.ui-state-active::before {
  //content: '▶';
  content: '▷';
  font-size: 18px;
  font-weight: bolder;
  margin-left: -30px;
  margin-right: 10px;
  color: #14577B;
  float: left;
  transition: all .3s ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

#curated h4.ui-state-active:hover {
  text-decoration: none;
  background-color: #fff;
  border-bottom: 5px solid #1b76a7;
}

#curated h4.ui-state-focus {
  outline: none;
}

#curated h4.ui-state-active .drop-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

#curated h4 span {
  color: #0B374D;
}

#curated h4 .drop-arrow {
  position: absolute;
  right: 5px;
  top: 8px;
  transition: .5s;
}

#curated h4 .drop-arrow img {
  width: 15px;
}

#related {
  position: relative;
}

/* ------------- Toggle Headers -------------*/

div .inner-toggle-kb {
  display: none;
  padding-left: 10px;
  padding-top: 0px;
}

.toggle-kb {
  line-height: 1 !important;
  background-color: #fff;
  border-bottom: 5px solid #dcddde;
  border-radius: 0;
    padding: 20px 20px 20px 0px;
  margin-left: 0px;
    font-weight: bold;
  font-size: 18px;
//  position: relative;
  color: #14577B;
}

h4.toggle-kb {
  margin: 20px 0 0px 0;
}

h5.toggle-kb {
  margin: 20px 0 0px 0;
}

.toggle-kb::before {
  content: '▶';
  font-size: 18px;
  margin-left: -30px;
  margin-right: 10px;
  color: #14577B;
  float: left;
  transition: all .3s ease;
}

.down .toggle-kb { 
  line-height: 1 !important;
  background-color: #fff;
  border-bottom: 5px solid #14577B;
  border-radius: 0;
    padding: 20px 20px 20px 0px;
  margin-left: 0px;
 // position: relative;
  color: #14577B;
}

.down .toggle-kb::before {
  content: '▶';
  font-size: 18px;
  margin-left: -30px;
  margin-right: 10px;
  color: #14577B;
  float: left;
  transition: all .3s ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.toggle-kb:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 5px solid #14577B;
}

.down .toggle-kb:hover {
  text-decoration: none;
  background-color: #fff;
  border-bottom: 5px solid #1b76a7;
}

/* ------------- Toggle Notes -------------*/

div .inner-toggle-note {
  display: none;
  padding-left: 20px; 
  background-color: #E7F1F8;
  margin-top: -16px;
  padding-bottom: 15px;
  padding-top: 20px;
}


.toggle-note {
  line-height: 1 !important;
  background-color: #fff;
  border-bottom: 5px solid #dcddde;
  border-radius: 0;
    padding: 20px 20px 20px 0px;
  margin-left: 0px;
    font-weight: bold;
  font-size: 18px;
//  position: relative;
  color: #14577B;
}

.toggle-note::before {
 // content: '▶';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  font-size: 18px;
  margin-left: -30px;
  margin-right: 10px;
  color: #14577B;
  float: left;
  transition: all .3s ease;
}

.down .toggle-note { 
  line-height: 1 !important;
  background-color: #fff;
  border-bottom: 5px solid #14577B;
  border-radius: 0;
    padding: 20px 20px 20px 0px;
  margin-left: 0px;
 // position: relative;
  color: #14577B;
}

.down .toggle-note::before {
 // content: '▼';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  font-size: 18px;
  color: #14577B;
  margin-left: -30px;
  margin-right: 10px;
  float: left;
  transition: all .3s ease;
}

.toggle-note:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 5px solid #14577B;
}

.down .toggle-note:hover {
  text-decoration: none;
  background-color: #fff;
  border-bottom: 5px solid #1b76a7;
}

/* ------------- Zoomify -------------*/
.zoomify {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.zoomify.zoomed {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1501;
}

.zoomify-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1500;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
}

.zoomify-shadow.zoomed {
  opacity: 1;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/*hide role-specific div html*/
div.internal {
  display: none;
}

/* Home page */
.home-tabs {
  padding-top: 70px;
}

.home-header {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.home-tabs__links {
  overflow: hidden;
}

.home-tabs__links a {
  display: block;
  float: left;
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
  color: #3a3942;
  border-bottom: 5px solid transparent;
  transition: all .3s ease;
}

@media (max-width: 767px) {
  .home-tabs__links a {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .home-tabs__links a + a {
    margin-left: 42px;
  }
}

.home-tabs__links a:hover,
.home-tabs__links a:focus,
.home-tabs__links a:active {
  color: #14577B;
  text-decoration: none;
}

.home-tabs__links a.is-active {
  color: #14577B;
  border-color: #14577B;
}

.home-tabs__containers {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #f6f6f6;
}

.home-tabs__container.is-active {
  display: block;
}

.sections-list__group {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
}

.sections-list__group + .sections-list__group {
  margin-top: 80px;
}

.sections-list__item {
  display: flex;
  position: relative;
  width: calc(33% - 10px);
  margin: 0 5px 10px;
  padding: 40px 30px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  text-decoration: none !important;
  transition: all .3s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sections-list__item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .sections-list__item {
    width: calc(100% - 10px);
  }
}

@media (max-width: 480px) {
  .sections-list__item {
    flex-direction: column;
    align-items: center;
  }
}

.sections-list__item:hover,
.sections-list__item:focus,
.sections-list__item:active {
  box-shadow: 0 2px 14px rgba(0, 0, 0, .4);
}

.sections-list__item-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .sections-list__item-icon {
    margin: 0 0 20px;
  }
}

.sections-list__item-content {
  flex: 1 1 10px;
}

@media (max-width: 480px) {
  .sections-list__item-content {
    text-align: center;
  }
}

.sections-list__item-name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.sections-list__item-desc {
  font-size: 16px;
  color: #3a3942;
}

/* Breadcrumbs */
.page-breadcrumbs {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b8b8b8;
}

.page-breadcrumbs--border-top {
  border-top: 1px solid #b8b8b8;
}

.page-breadcrumbs .breadcrumbs {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.page-breadcrumbs .breadcrumbs li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 32px 0 0;
  list-style: none;
  font-size: 16px;
  float: left;
  color: #666;
  font-weight: bold;
}

@media (max-width: 991px) {
  .page-breadcrumbs .breadcrumbs li {
    font-size: 14px;
  }
}

.page-breadcrumbs .breadcrumbs li:last-child {
  padding: 0;
}

.page-breadcrumbs .breadcrumbs li:before {
  content: '';
  display: block;
  width: 8px;
  height: 11px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAWCAYAAADJqhx8AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAAAptJREFUOI2VlD1LK0EYhZ+dBN2QQCRRXNRYCIIgCrZaiSj+AAuLWARRkC1tb2OTxk7QRiQoamehiLETLGLExkoMijaLH4muq0nYZI07t/EG5JKop57zvDPnvAxSSltKKc/OzuTh4aH8rbyAJ5vNsrGxwfPzMzc3N8RiMVRV5ScS5XL5Y319HUVR6Onp4fz8nHg8zuPj488A6XSa09NTgsEgAJFIBMuyiMfjXF5efgvwJBKJP+Fw2JtKpWhsbMTr9RIIBCiXy5ycnNDV1UVzc3NNgCKltAH16OiI7e1tAoEAoVAIRVF4e3sjn88TjUYZGhqqDwC4uLhgc3MTy7LQNA0hBMVikVwux/j4OBMTE/UBAK7rsra2Rjqdpr29nYaGBt7f33l4eEDTNGZmZujo6KgN+Ke9vT329/dpaWmpVprL5XBdl9nZWfr7++sDAI6Pj9nZ2aGpqQkhBB6Ph5eXF2zbZm5ujr6+vvoAgGQySTKZrAbr8XgoFApcXV0xPz+PqGUEKBQKXF9f4/P5UBQFIQSO42CaJsPDw/T29uKtZTYMg9XVVUzTpLW1FYB8Po9pmoyMjDA5OVk7g4ODA3Z3d/H7/YRCIQCenp6oVCpMT08zMDBQPfvlBq7rkkgkSKVSaJqGqqpIKbm/vycYDKLr+pcKvwBeX19ZWVnh9vaWzs5OhBC4rothGHR3d6PrOn6//7+negFM02RxcRHLsohEIkgp+fj44O7ujsHBQWKxWM2glUwmYy8vL6tCCMLhMFJKbNvGMAxGR0eZmpqqaQbwOo6D4zjVZclms1QqFaLRKGNjY3XN8NlCJpNRl5aWKJVKtLW1oes6mqZ9awZASulIKeXW1pZcWFiQxWLxV39idQ9KpRJSSnw+388mf+ov45SggNSrq8oAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
}

.page-breadcrumbs .breadcrumbs li:last-child:before {
  display: none;
}

.page-breadcrumbs .breadcrumbs li a {
  font-weight: normal;
  color: #666;
  text-decoration: underline;
}

.page-breadcrumbs .breadcrumbs li a:hover,
.page-breadcrumbs .breadcrumbs li a:focus,
.page-breadcrumbs .breadcrumbs li a:active {
  text-decoration: none;
}

/* Page */
.page {
  display: flex;
  padding: 40px 0;
}

.page__sidebar {
  width: 21%;
  padding-right: 20px;
  margin-right: 50px;
  border-right: 1px solid #b8b8b8;
}

.page__content {
  flex: 1 1 10px;
}

@media (min-width: 992px) {
  .page__content {
    max-width: calc(58% - 75px);
  }
}

.page__rightbar {
  width: 21%;
  padding-left: 32px;
  margin-left: 25px;
}

@media (max-width: 991px) {
  .page {
    flex-wrap: wrap;
  }

  .page__sidebar,
  .page__content,
  .page__rightbar {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .page__sidebar {
    border: none;
    margin-bottom: 20px;
  }
}

.page__title {
  margin-top: 0;
 // font-size: 30px;
 // font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
}

.page__title p {
  color: #a6a6a6;
  font-size: 10px;
  margin: 0;
}

.page__title h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #3a3942;
}

/* Sidebar */
.sidebar-category-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.sidebar-category-title a,
.guide-menu li a {
  color: #333;
}

.sidebar-category-title a:hover,
.sidebar-category-title a:focus,
.sidebar-category-title a:active {
  color: #14577B;
  text-decoration: none;
}

.guide-menu {
  display: block;
  margin: 0;
  padding: 0;
}

.guide-menu li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-menu li a {
  display: block;
  font-size: 16px;
  line-height: 22px !important;
  padding: 12px 0;
  color: #666;
}

.guide-menu li a:hover,
.guide-menu li a:focus,
.guide-menu li a:active {
  color: #333;
  text-decoration: none;
}

.guide-menu li a.toggle::after {
  display: none;
}

.guide-menu li a.toggle {
  padding: 6px 0;
}

.guide-menu li a.toggle span {
  display: inline-block;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: all .3s ease;
}

.guide-menu li .inner a.is-active,
.guide-menu li.down a.toggle {
  color: #333;
}

.guide-menu li a.toggle:hover span,
.guide-menu li.down a.toggle span {
  border-color: #2C8B10;
}

.guide-menu li .inner {
  margin: 0;
 /* padding-left: 10px;*/
}

.guide-menu li .inner a {
  padding-left: 15px;
  position: relative;
}

.guide-menu li .inner a:before {
  content: '';
  display: block;
  width: 2px;
  height: calc(100% - 24px);
  position: absolute;
  top: 12px;
  left: 0;
  background-color: transparent;
  transition: all .3s ease;
}

.guide-menu li .inner a:hover:before,
.guide-menu li .inner a:focus:before,
.guide-menu li .inner a:active:before,
.guide-menu li .inner a.is-active:before {
  background-color: #2C8B10;
}

.page__sidebar__button-wrap,
.page__sidebar__button,
.page__sidebar__overlay,
.page__sidebar__close {
  display: none;
}

@media (max-width: 991px) {
  .page__sidebar__button {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #14577B;
    text-decoration: none !important;
    transition: box-shadow .3s ease;
  }

  .page__sidebar__button-wrap {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 12px;
  }

  .page__sidebar__button-wrap.is-fixed .page__sidebar__button {
    position: fixed;
    top: 30px;
    left: 29px;
    width: calc(100% - 58px);
    z-index: 100;
    box-shadow: 0 0 16px rgba(0, 0, 0, .3);
  }

  .page__sidebar__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    max-width: 90%;
    height: 100%;
    padding: 60px 24px;
    background: #fff;
    overflow-y: auto;
    box-shadow: 0 0 20px rgb(0, 0, 0, .3);
    z-index: 1001;
    transition: all .3s ease;
    transform: translateX(-100%);
    visibility: hidden;
  }

  .page__sidebar__menu.is-active {
    transform: translateY(0);
    visibility: visible;
  }

  .page__sidebar__close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #c4cdd5;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .page__sidebar__close:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\f00d";
  }

  .page__sidebar__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1000;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .page__sidebar__overlay.is-active {
    opacity: 1;
    visibility: visible;
  }

  .nav-is-open {
    overflow: hidden;
  }
}

/* TOC */
.page__rightbar .lt-toc_is-desktop .lt-toc--link {
  padding: 10px 15px;
  border-radius: 0 !important;
  color: #666;
  font-size: 16px;
  text-decoration: none;
}

div.page__rightbar {
  margin-top: -4px;
}

.page__rightbar .lt-toc_is-desktop .lt-toc--link:hover {
  color: #333;
  border-bottom: 2px solid #14577B;
  text-decoration: none;
  padding: 10px 15px 8px 15px;
}

.page__rightbar .lt-toc--link.is-active {
  background-color: #11577b !important;
  text-decoration: none !important;
}

.page__rightbar .lt-toc_is-mobile .lt-toc--container {
  border: 2px solid #11577b;
  border-radius: 0;
  transition: corder-color, box-shadow .3s ease;
}

.page__rightbar .lt-toc.lt-toc_is-mobile.lt-toc_is-fixed .lt-toc--container {
  box-shadow: 0 0 16px rgba(0, 0, 0, .3);
}

.page__rightbar .lt-toc-h4 {
  color: #14577B;
  line-height: 140%;
  font-size: 16px;
  font-weight: bolder;
  padding: 0 12px;
  border-left: 2px solid #14577B;
}

.page__rightbar .lt-toc-article {
    position: relative;
  }

.page__rightbar .lt-toc-article_is-fixed {
    position: fixed;
    top: 0;
  }

@media (max-width: 991px) {
  .page__rightbar .lt-toc-article {
    display: none;
  }
}

/* PrevNext */
.prevnext {
  margin-top: 40px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  align-items: flex-start;
}

.prevnext__btn {
  position: relative;
  display: block;
  width: 45%;
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #2C8B10;
  text-decoration: none !important;
  transition: all .3s ease;
}

.prevnext__btn-no-title {
  visibility: hidden !important;
}

.prevnext__btn-prev {
  padding-left: 40px !important;
  text-align: right;
  color: #3a3942;
  font-weight: bold;
}

.prevnext__btn-prev:hover,
.prevnext__btn-prev:focus,
.prevnext__btn-prev:active {
  border: 2px solid #33a213;
  color: #464550;
}

.prevnext__btn-next {
  padding-right: 40px !important;
  text-align: left;
  color: #fff;
  font-weight: bold;
  background-color: #2C8B10;
}

.prevnext__btn-next:hover,
.prevnext__btn-next:focus,
.prevnext__btn-next:active {
  color: #fff;
  background-color: #33a213;
}

.page__content .prevnext__btn i {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prevnext__btn-prev i {
  left: 15px;
}

.prevnext__btn-next i {
  right: 15px;
}

@media (min-width: 768px) {
  .prevnext {
    margin-top: 40px;
  }

  .page__content .prevnext__btn i {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .page__content .prevnext {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .page__content .prevnext__btn .prevnext__btn-title {
    display: block !important;
  }

  .page__content .prevnext__btn {
    width: 90%;
    font-size: 15px;
    padding: 8px 12px;
  }

  .page__content .prevnext__btn-next {
    margin-bottom: 10px;
    margin-left: 10%;
  }
}

/* Topbar */
.topbar {
  padding: 18px 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #dedede;
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}

.topbar .container-inner {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .search-unit,
  main[role="main"],
  .community,
  footer.footer {
    opacity: 1;
    visibility: visible;
    transition: all .2s ease;
  }

  .menu-is-open {
    overflow: hidden;
  }

  .menu-is-open .search-unit,
  .menu-is-open main[role="main"],
  .nav-is-open .community,
  .nav-is-open footer.footer {
    opacity: 0;
    visibility: hidden;
  }
}

/*----STAGED CSS FOR 2020 REDESIGN----*/

.topic {
  flex: 50%;
  //padding: 10px 10px 10px 20px;
  padding: 0 10px 0 20px;
  margin: 0 20px 0 -20px;
  border: 2px #FFF solid;
  max-width: 100%;
}

@media (max-width: 991px ) {
  .topic {
    padding: 0 10px 0 20px;
    margin: 0 20px 0 -20px;
  }
}

.topic-forum-post {
  margin-right: 0;
  flex: 50%;
  padding: 15px 30px 45px 20px;
  margin: 0 0 0 -20px;
  border: 2px #FFF solid;
}

div.topic a:hover {
  text-decoration: none;
}

div.topic-forum-post a:hover {
  text-decoration: none;
}

.topic:hover {
  border: 2px #14577B solid;
  border-radius: 1px;
  box-shadow: 0 0 10px 0 rgba(34, 34, 34, 0.2);
  cursor: pointer;  
}

.topic-forum-post:hover {
  border: 2px #14577B solid;
  border-radius: 1px;
  box-shadow: 0 0 10px 0 rgba(34, 34, 34, 0.2);
  cursor: pointer;  
}

.topic a:focus {
  color: #0B374D;
  text-decoration: none;
}

.topic-forum-post a:focus {
  color: #0B374D;
  text-decoration: none;
}

.topic a:active {
  color: #0B374D;
  text-decoration: none;
}

.topic-forum-post a:active {
  color: #0B374D;
  text-decoration: none;
}

.row-topic {
  display: flex;
  width: 100%;
  height: 100%;
  border: 0;
  max-height: 300px;
}

/*Staged Footer --- Note other Footer elements will need to be removed from above CSS in final version*/

/***** Footer *****/
.footer {
  /*margin-top: 20px;*/
  padding: 0 0;
  background-color: #3a3942;
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer a {
  color: #fff;
}

.footer-inner {
  margin: 0 auto;
//  text-align: center;
  padding: 0;
  max-width: 1250px;
  width: 100%;
}


.footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
// padding: 0 40px;
}

@media (max-width: 1290px) {
  .footer-top .footer-inner {
    padding: 0 40px;
  }
    
  .footer-bottom .footer-inner {
    padding: 0 40px;
  }
  
}

@media (max-width: 900px) {
.footer-inner {
 // max-width: 768px;
  margin: 0;
  padding: 0 ;
  text-align: center;
}
  
.footer-inner {
  display: flex;
  flex-direction: column;
  padding: 0 29px;
}
}

.footer-top {
  background-color: #3a3942;
 // height: 120px;
 // overflow: show; 
  vertical-align: middle;
  padding: 30px 0;
  
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-bottom {
  background-color: #3a3942;
  //padding: 0 15px 50px 15px ;
  padding: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-banner {
  background-color: #55555b;
  min-height: 70px;
  overflow: visible; 
  padding: 15px;
}


@media (min-width: 768px) {
  .footer-inner {
    padding: 0;
  }
}

.footer-menu {
  margin:  0 0 15px 0;
  padding: 0;
  color: #fff;
  display: inline;
  font-weight: 400;
  justify-content: space-between;

}

@media (min-width: 768px) {
  .footer-menu {
    margin: 0;
  }
}

.footer-menu ul {
  color: #fff;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .footer-menu ul {
    margin: 8px 0;
  }
}

.footer-menu li {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 15px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 4px 0;
  margin: 4px 0 0 0;
}

.footer-menu li a:visited {
  color: #fff;
}

.footer-menu li a {
  text-decoration: none;
}

.footer-menu li a:hover, a:active, a:focus {
  color: #fff;
  text-decoration: underline;
}

.footer-menu li a[target="_blank"]:after { 
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 4px;
  color: #a0a0a0;
  font-size: 80%;
  vertical-align: top;
}

.footer-menu h4 {
  color: #fff;
  font-weight:bolder;
  line-height: 140%;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1;
}


.footer-social {
  padding: 0 4px 0 0 ;
  margin: 0;
  list-style: none;
  float: right;
  display: inline;
  overflow: hidden;
  /*changes*/
  float: right;
}

@media (max-width: 920px) {
  .footer-social {
    margin: 0;
    float: left;
  }
}

@media (max-width: 910px) {
  .footer-social {
    margin: 10px -5px -5px -5px;
    float: left;
  }
}

.footer-social > li {
  display: inline-block;
  font-weight: 400;
  font-size: 55px;
/*  overflow: hidden;*/
  text-overflow: ellipsis;
  margin: 0 10px;
  padding: 0;
  line-height: 1;
}

.footer-social > li + li::before {
  content: none;
  margin: 0 4px;
}

.footer-social > li a {
  white-space: nowrap;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #fff;
  padding: 0;
}

.footer-social > li a[target="_blank"]:after { 
  display: none;
}


.footer-search {
  background-color: #3a3942;
  padding: 0 /*25px*/;
  margin: 0 /*auto*/;
  /*changes*/
  //float: left;
  width: 100%;
  max-width: 620px;
}

div.footer-search .inner {
    text-align: left;
    margin: 0;
}

/* Staging Search -- reconcile with Lotus and remove conflicting styling above*/
.footer-search .search {
  display: inline-block;
  position: relative;
  background-color: #3a3942;
  border-radius: 0px;
  border: 2px solid #fff !important;
  /*max-width: 50%;*/
  max-width: 620px;
  float: left;
/*  padding: 4px;*/
  height: 59px;
  color: #fff;
}

.footer-search .search:after {
  color: #fff;
  content: "\1F50D";
  font-family: "entypo";
  font-size: 24px;
  line-height: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: 1;
}

.footer-search .search input::-webkit-input-placeholder {
  color: #fff;
}

.footer-search .search input:-ms-input-placeholder {
  color: #fff;
}

.footer-search .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.footer-search .search input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.footer-search .search input[type="search"] {
 -webkit-appearance: none;
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #fff;
  border: none;
  float: left;
  border: none;
  background-color: #3a3942;
  height: 55px;
  z-index: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .footer-search .search input {
    font-size: 14px;
  }
}

[dir="rtl"] .search input[type="search"] {
  color: #fff;
  text-decoration: none;
  float: right;
}




/*Staging Search Results*/

.search-head {
 display: flex;
 flex-direction: column; 
 justify-content: space-between;
 margin: 0 0 0 0;    
}

h1.search-results-heading {
  font-size: 24px;
  margin: 8px 0;
  padding: 0;
  color: #666666;
}

.search-head-pagination {
  flex: auto; 
  margin: 0 auto;
}

.search-head-pagination .pagination {
  margin: 20px 0 0 0;
}

.search-head-pagination .pagination ul {
  margin-bottom: 0;
}


.search-mid-pagination {
    flex: auto;
    margin: 0 auto;
}

.search-mid-pagination .pagination ul {
  margin-bottom: 10px;
}


.search-head-results {
 flex: auto;*/
 margin: 10px 0;
 max-width: 100%;
}

.search-foot-pagination {
  margin: 0 auto;
  flex: auto;
}

body.community-enabled .search-results-columns {
  display: inline-block; 
  vertical-align: top;
  width: 600px;
  max-width: 49%;
}
body.community-enabled .search-results-columns + .search-results-columns {
  /* margin-left: 35px; */
}
[dir=rtl] body.community-enabled .search-results-columns + .search-results-columns {
  margin-left: 0;
  margin-right: 35px; 
}

.search-results-column {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.community-results {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.community-topic-results {
  flex: 50%;
  padding: 10px 20px;
  border: 2px #f8f8f8 solid;
  display: inline-block;
  vertical-align: top;
}

div.community-topic-results a:hover {
  text-decoration: none;
  color: #52515d;
}

.search-community-topic-results {
  color: #52515d;
  font-size: 16px;
}

.community-topic-results:hover  {
  border: 2px #929292 solid;
  border-radius: 1px;
  box-shadow: 0 0 10px 0 rgba(34, 34, 34, 0.2);
  cursor: pointer;  
}

.community-topic-results a:focus {
  color: #52515d;
  text-decoration: none;
}

.community-topic-results a:active {
  color: #52515d;
  text-decoration: none;
}

.row-search {
  display: flex;
  width: 100%;
  height: 100%;
  border: 0;
  max-height: 300px;
  margin: 5px 0;
}

.search-result-desc {
  padding: 0 0 20px 0;
  margin-top: -10px;
}

.search-results-subhead {
  padding-bottom: 10px;
  margin-bottom: 0;
//  margin-left: 20px;
}

.search-results-com-subhead {
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-left: 20px;
}



/*Staging Section*/

.section-page-header {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  //margin-left: 20px;
}

.section-page-header p {
  color: #a6a6a6;
  font-size: 10px;
  margin: 0;
}

.section-page-header h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #3a3942;
  
}

.row-section-topics {
  display: flex;
  flex-wrap: wrap;
}

.row-section-topics > * {
  flex: 1 1 50%;
  max-width: 50%;
}

/*Category Section Page*/

.section-topic-header {
  margin-bottom: 10px;
  padding: 10px 0 10px;
}

.section-topic-header h3 {
  font-size: 24px;
  margin: 20px 0 10px 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #3a3942;
 
}

.section-topic-header h3 > a {
  color: #3a3942;
 
}

.section-topic-header > .learn {
  margin-left: 0;
}

/*Staging Error Page */

.error {
 display: flex;
 flex-direction: row; 
 justify-content: space-between;
 margin: 0 0 0 20px; 
}

.error-left {
 margin: 10px 0;
 max-width: 100%;
 text-align: center;
}

.error-right {
  float: right;
  margin: 0;
  min-width: 40%;
}

/*.recent-articles ul {
  margin-left: 0;
}

.recent-articles {
  margin: 50px 0;
}*/

.recent-articles a {
 /* padding: 10px 15px;*/
  border-radius: 0 !important;
  color: #666;
  font-size: 16px;
  text-decoration: none;
}

.recent-articles li {
 padding: 10px 3px;
  margin-left: -10px;
}

.recent-articles li:hover {
  color: #333;
  border-bottom: 2px solid #14577B;
  text-decoration: none;
  padding: 10px 3px 8px 3px;
}

.recent-articles a:hover {
  text-decoration: none;
  color: #333;
}

/*Staging Community Post*/
 
.community-content {
 display: flex;
 flex-direction: row; 
// justify-content: space-between;
 margin: 0 0 0 20px; 
}

.community-side-nav {
 // border-bottom: 1px solid #eeeeee;
 // margin: 20px 0 0 15px;
 // padding: 0;
 // float: right;
 // vertical-align: top;
 // width: 80%;
 // max-width: 350px;
}

.community-side-nav li {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  text-align: left;
  border: none;
  width: 100%;
}

.community-side-nav a:hover {
  color: #fff;
  text-decoration: none;
}

.community-side-nav ul {
  margin: 0px;
}

.community-side-nav li:hover {
  color: #fff;
  background: #1A5979;
}


.community-side-nav li:last-child {
  position: relative;
}

.community-side-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

[dir=rtl] .community-side-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

a.com-nav {
  display: block;
 // padding: 15px 20px;

}
a.com-nav:hover {
  color: #fff;
  text-decoration: none;
}

.community-main-column {
  display: inline-block;
  margin: 20px 10px 30px 0;
  max-width: 80%;
  width: 605px;
  float: left;
  padding: 0 40px 0 0;
  flex: 1 1 10px;
  
  /*MOD #1 */
  //  border-right: 1px solid #eeeeee;
 // flex-shrink: 0;


}

@media (min-width: 992px) {
  .community-main-column {
    width: calc(58% - 75px);
  }
}

.community-post-header {
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  margin-left:  0;
}

.community-post-header h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #666666;
}

.community-page-header {
  margin-bottom: 20px;
  padding: 0 0 10px /*20px*/ 0;
  margin-left:  0;
}

.community-page-header h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #3a3942;
  
}

.post-header  {
 display: flex;
 flex-direction: row; 
 justify-content: space-between;
 border-bottom: 1px solid #eeeeee;
 padding: 10px 0 20px 0;

}

.follow-meta {
  float: left;
  display: inline-block;
}

.title-meta {
  margin: 0;
}

.post-vote {
  color: #0B374D;
  font-size: 16px;
}

.post-details {
  padding: 0 0 0 10px;
  font-size: 14px;
}

@media (max-width: 540px) {
  .post-details {
    padding: 0;
  }
}

.post-meta {
  color: #7f7f7f;
  font-size: 12px;
  float: left;
  padding: 15px 15px 0 0;
  white-space: nowrap;
  justify-content: space-between;

}

.post-meta ul {
 margin: 0;
}

.post-meta li {
  display: inline-block;
  padding-right: 30px;
  padding-left: 0px;
  margin-left: 0px;
}

.post-actions {
  float: right;
  font-size: 12px;
  padding-top: 20px;
}

.status-meta {
  font-size: 12px;
  margin: 10px 0 0 -23px;
  text-align: center;
}

.post-column {
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0 20px 0;
  position: relative;
  display: flex;
}

.vote-meta {
  display: inline-block;
  min-width: 95px;
  vertical-align: top;
}

@media (max-width: 540px) {
  .vote-meta {
    display: none;
  }
}

.post-body {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.post-body {
  vertical-align: top;
  width: 100%;
  margin-top: -20px;
}

.post-body p,  {
  margin: 0 0 5px;
}

.post-body {
  float: right;
}

.comment-column {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 ;
  position: relative;
  display: flex;
}

.comment-body {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: -15px;
}

.comment-body {
  vertical-align: top;
  width: 100%;
}

.comment-body p,  {
  margin: 0 0 5px;
}

.comment-body {
  float: right;
}

.official-comment {
  padding: 0 10px;
}

.comment-list-heading {
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  justify-content: space-between;
  display: block;
}

.comment-list-heading ul {
 margin: 0;
}

.comment-list-heading li {
  display: inline-block;
  padding: 0 15px 0 0;
}

.comment-form {
  margin: 30px 00px;
}

.community-list-column {
  display: inline-block;
  margin: 20px 10px 30px -20px;
  max-width: 80%;
  width: 605px;
  float: left;
 // border-right: 1px solid #eeeeee;
  padding: 0px 20px 0 0;
//  flex-shrink: 0;
  flex: 1 1 10px;

}

@media (min-width: 992px) {
  .community-list-column {
    width: calc(58% - 75px);
  }
}

.community-list-heading {
  margin-top: 5px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 13px;
/*  width: 100%;*/
  justify-content: space-between;
  display: block;
}

.community-list-heading ul {
 margin: 0;
}

.community-list-heading li {
  display: inline-block;
  padding: 0 /*20px*/;
  margin: 2px 50px 2px 2px;

}


.post-list-meta {
  color: #7f7f7f;
  font-size: 12px;
  float: left;
  padding: 0 15px 20px 0;
//  white-space: nowrap;
  justify-content: space-between;
  margin-top: -5px;
}

.comment-meta {
  color: #7f7f7f;
  font-size: 12px;
  float: left;
  margin: -10px 0 0px 0;
}

.post-list-meta ul {
 margin: 0;
}

.post-list-meta li {
  display: inline-block;
  padding: 0 30px 0 0;
  margin: 4px 0;
}

li.community-subscribe {
  float: right;
  margin-top: -5px;
}

@media (max-width: 590px) {
li.community-subscribe {
  display:none;
  }
}

.new-post-header  {
 display: flex;
 flex-direction: row; 
 justify-content: space-between;
 padding: 10px 0 20px 0;

}

.post-form {
  max-width: 605px;
}

/*Staging User Profile */

.profile-header {
 // padding: 30px 20px;
 /* background-color: #ebebeb;*/
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-header h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #3a3942;
  
}

.profile-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .profile-top {
    flex-direction: column;
  }
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  /*background-color: #1e8098;*/
  border: 1px #dedede solid;
 /* color: #11577b;*/
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
/*  color: #fff;*/
  font-weight: bold;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat {
    margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
        margin-top: 0;
    margin-right: 40px;
  }
  }

/*.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}*/

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #1e8098;
  border-radius: 4px;
  color: #1e8098;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
/*  background-color: #ebebeb;*/
  border: 0;
  margin-bottom: 20px;
  padding: 10px 0;
}

.profile-section {
  width: 100%;
  //padding: 0 20px;
}

@media (min-width: 1024px) {
  .profile-section {
    width: 80%;
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
 /* color: #fff;*/
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
    margin: 0 auto;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
 /* background-color: #353535;*/
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
 /* border-radius: 50%;/*
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;*/
  background-color: #fff;
/*  background-position: 50% 50%;*/
  text-align: center;
 /* line-height: 40px;*/
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

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

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

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

.avatar .icon-agent::before {
  background-color: #1e8098;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #11577b;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

.activity-meta-group {
  display: block;
}

.activity-meta-group * {
  display: inline;
}

.activity-meta-data {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 300;
}

.activity-meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/*Staging Collapsible Nav */

.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  /*color: #F8F8F8;*/
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
/*  color: #F8F8F8;*/
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #14577B;;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
 /* color: #F8F8F8;*/
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/*Staging Request Page */

.request-comment-body {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
}

.request-comment-body {
  vertical-align: top;
  width: 100%;
}

.request-comment-body p,  {
  margin: 0 0 5px;
}

.request-comment-body {
  float: right;
}

.request-follow-up {
  margin-bottom: 30px;
}

.activity-page-header {
  margin-bottom: 20px;
  padding: 10px 0;
  margin-left: 5px;
}

.activity-page-header h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #3a3942;
}

.request-header h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #3a3942;
}

/*=================STAGED GLOBAL CSS !!!===============*/

div.learn {
  color: #3a3942;
  font-size: 16px;
  text-align: left;
  background-color: #f5f5f5;
  border-radius: 0;
  border-left: 5px solid #929292;  
  padding: 15px 15px 15px 25px;
  margin: 15px 5px 15px 5px;
  display: block;
  vertical-align: middle;
  line-height: 140%;
  position: relative;
}

div.note {
  color: #3a3942;
  font-size: 16px;
  text-align: left;
  background-color: #E7F1F8;
  border-radius: 0;
  border-left: 5px solid #14577B;  
  padding: 20px 20px 20px 20px;
  margin: 15px 5px 15px 5px;
  display: block;
  vertical-align: middle;
  line-height: 140%;
  position: relative;
 }

div.alert {
  color: #3a3942;
  font-size: 16px;
  text-align: left;
  background-color: #fffaee;
  border-radius: 0;
  border-left: 5px solid #FCC025; 
  padding: 20px 20px 20px 20px;
  margin: 15px 5px 15px 5px;
  display: block;
  vertical-align: middle;
  line-height: 140%;
  position: relative;
 }

div.issue {
  color: #3a3942;
  font-size: 16px;
  text-align: left;
  background-color: #fdeaea;
  border-radius: 0;
  border-left: 5px solid #E73434; 
  padding: 20px 20px 20px 20px;
  margin: 15px 5px 15px 5px;
  display: block;
  vertical-align: middle;
  line-height: 140%;
  position: relative;
 }

div.next {
  color: #3a3942;
  font-size: 16px;
  text-align: left;
  background-color: #eefdea;
  border-radius: 0;
  border-left: 5px solid #2C8B10; 
  padding: 20px 20px 20px 20px;
  margin: 15px 5px 15px 5px;
  display: block;
  vertical-align: middle;
  line-height: 140%;
  position: relative;
 }

div.info {
  color: #3a3942;
  font-size: 16px;
  text-align: left;
  background-color: #E7F1F8;
  border-radius: 0;
  border-left: 20px solid #14577B;  
  border-right: 1px solid #14577B;
  border-top: 1px solid #14577B;
  border-bottom: 1px solid #14577B;
  padding: 20px 10px 20px 20px;
  margin: 15px 5px 15px 5px;
  display: block;
  vertical-align: middle;
  line-height: 140%;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(16, 22, 26, 0.2), 0 1px 1px 0 rgba(16, 22, 26, 0.2), 0 0 0 1px rgba(16, 22, 26, 0.1);
 }

.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    max-height: 650px;
    max-width: 800px;
}

.video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.is-hidden {
  display: none;
}

.sidenav__category-name {
  font-weight: bold;
  color: #16587A;
}

.sidenav a:focus {
  color: #16587A;
}

.sidenav-btn {
  padding: 10px 15px;
  background: #16587A;
  color: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

.row--center {
  align-items: center;
}

.column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.column--xs-1 {
  width: 8.33333%;
}

.column--xs-2 {
  width: 16.66667%;
}

.column--xs-3 {
  width: 25%;
}

.column--xs-4 {
  width: 33.33333%;
}

.column--xs-5 {
  width: 41.66667%;
}

.column--xs-6 {
  width: 50%;
}

.column--xs-7 {
  width: 58.33333%;
}

.column--xs-8 {
  width: 66.66667%;
}

.column--xs-9 {
  width: 75%;
}

.column--xs-10 {
  width: 83.33333%;
}

.column--xs-11 {
  width: 91.66667%;
}

.column--xs-12 {
  width: 100%;
}

[dir="ltr"] .column--xs-offset-0 {
  margin-left: 0%;
}

[dir="rtl"] .column--xs-offset-0 {
  margin-right: 0%;
}

[dir="ltr"] .column--xs-offset-1 {
  margin-left: 8.33333%;
}

[dir="rtl"] .column--xs-offset-1 {
  margin-right: 8.33333%;
}

[dir="ltr"] .column--xs-offset-2 {
  margin-left: 16.66667%;
}

[dir="rtl"] .column--xs-offset-2 {
  margin-right: 16.66667%;
}

[dir="ltr"] .column--xs-offset-3 {
  margin-left: 25%;
}

[dir="rtl"] .column--xs-offset-3 {
  margin-right: 25%;
}

[dir="ltr"] .column--xs-offset-4 {
  margin-left: 33.33333%;
}

[dir="rtl"] .column--xs-offset-4 {
  margin-right: 33.33333%;
}

[dir="ltr"] .column--xs-offset-5 {
  margin-left: 41.66667%;
}

[dir="rtl"] .column--xs-offset-5 {
  margin-right: 41.66667%;
}

[dir="ltr"] .column--xs-offset-6 {
  margin-left: 50%;
}

[dir="rtl"] .column--xs-offset-6 {
  margin-right: 50%;
}

[dir="ltr"] .column--xs-offset-7 {
  margin-left: 58.33333%;
}

[dir="rtl"] .column--xs-offset-7 {
  margin-right: 58.33333%;
}

[dir="ltr"] .column--xs-offset-8 {
  margin-left: 66.66667%;
}

[dir="rtl"] .column--xs-offset-8 {
  margin-right: 66.66667%;
}

[dir="ltr"] .column--xs-offset-9 {
  margin-left: 75%;
}

[dir="rtl"] .column--xs-offset-9 {
  margin-right: 75%;
}

[dir="ltr"] .column--xs-offset-10 {
  margin-left: 83.33333%;
}

[dir="rtl"] .column--xs-offset-10 {
  margin-right: 83.33333%;
}

[dir="ltr"] .column--xs-offset-11 {
  margin-left: 91.66667%;
}

[dir="rtl"] .column--xs-offset-11 {
  margin-right: 91.66667%;
}

[dir="ltr"] .column--xs-offset-12 {
  margin-left: 100%;
}

[dir="rtl"] .column--xs-offset-12 {
  margin-right: 100%;
}
@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .column--sm-4 {
    width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }

  [dir="ltr"] .column--sm-offset-0 {
    margin-left: 0%;
  }

  [dir="rtl"] .column--sm-offset-0 {
    margin-right: 0%;
  }

  [dir="ltr"] .column--sm-offset-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .column--sm-offset-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .column--sm-offset-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .column--sm-offset-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .column--sm-offset-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .column--sm-offset-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .column--sm-offset-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .column--sm-offset-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .column--sm-offset-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .column--sm-offset-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .column--sm-offset-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .column--sm-offset-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .column--sm-offset-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .column--sm-offset-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .column--sm-offset-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .column--sm-offset-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .column--sm-offset-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .column--sm-offset-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .column--sm-offset-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .column--sm-offset-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .column--sm-offset-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .column--sm-offset-11 {
    margin-right: 91.66667%;
  }

  [dir="ltr"] .column--sm-offset-12 {
    margin-left: 100%;
  }

  [dir="rtl"] .column--sm-offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-3 {
    width: 25%;
  }

  .column--md-4 {
    width: 33.33333%;
  }

  .column--md-5 {
    width: 41.66667%;
  }

  .column--md-6 {
    width: 50%;
  }

  .column--md-7 {
    width: 58.33333%;
  }

  .column--md-8 {
    width: 66.66667%;
  }

  .column--md-9 {
    width: 75%;
  }

  .column--md-10 {
    width: 83.33333%;
  }

  .column--md-11 {
    width: 91.66667%;
  }

  .column--md-12 {
    width: 100%;
  }

  [dir="ltr"] .column--md-offset-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .column--md-offset-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .column--md-offset-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .column--md-offset-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .column--md-offset-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .column--md-offset-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .column--md-offset-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .column--md-offset-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .column--md-offset-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .column--md-offset-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .column--md-offset-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .column--md-offset-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .column--md-offset-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .column--md-offset-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .column--md-offset-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .column--md-offset-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .column--md-offset-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .column--md-offset-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .column--md-offset-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .column--md-offset-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .column--md-offset-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .column--md-offset-11 {
    margin-right: 91.66667%;
  }

  [dir="ltr"] .column--md-offset-12 {
    margin-left: 100%;
  }

  [dir="rtl"] .column--md-offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }

  .column--lg-2 {
    width: 16.66667%;
  }

  .column--lg-3 {
    width: 25%;
  }

  .column--lg-4 {
    width: 33.33333%;
  }

  .column--lg-5 {
    width: 41.66667%;
  }

  .column--lg-6 {
    width: 50%;
  }

  .column--lg-7 {
    width: 58.33333%;
  }

  .column--lg-8 {
    width: 66.66667%;
  }

  .column--lg-9 {
    width: 75%;
  }

  .column--lg-10 {
    width: 83.33333%;
  }

  .column--lg-11 {
    width: 91.66667%;
  }

  .column--lg-12 {
    width: 100%;
  }

  [dir="ltr"] .column--lg-pull-0 {
    right: auto;
  }

  [dir="rtl"] .column--lg-pull-0 {
    left: auto;
  }

  [dir="ltr"] .column--lg-pull-1 {
    right: 8.33333%;
  }

  [dir="rtl"] .column--lg-pull-1 {
    left: 8.33333%;
  }

  [dir="ltr"] .column--lg-pull-2 {
    right: 16.66667%;
  }

  [dir="rtl"] .column--lg-pull-2 {
    left: 16.66667%;
  }

  [dir="ltr"] .column--lg-pull-3 {
    right: 25%;
  }

  [dir="rtl"] .column--lg-pull-3 {
    left: 25%;
  }

  [dir="ltr"] .column--lg-pull-4 {
    right: 33.33333%;
  }

  [dir="rtl"] .column--lg-pull-4 {
    left: 33.33333%;
  }

  [dir="ltr"] .column--lg-pull-5 {
    right: 41.66667%;
  }

  [dir="rtl"] .column--lg-pull-5 {
    left: 41.66667%;
  }

  [dir="ltr"] .column--lg-pull-6 {
    right: 50%;
  }

  [dir="rtl"] .column--lg-pull-6 {
    left: 50%;
  }

  [dir="ltr"] .column--lg-pull-7 {
    right: 58.33333%;
  }

  [dir="rtl"] .column--lg-pull-7 {
    left: 58.33333%;
  }

  [dir="ltr"] .column--lg-pull-8 {
    right: 66.66667%;
  }

  [dir="rtl"] .column--lg-pull-8 {
    left: 66.66667%;
  }

  [dir="ltr"] .column--lg-pull-9 {
    right: 75%;
  }

  [dir="rtl"] .column--lg-pull-9 {
    left: 75%;
  }

  [dir="ltr"] .column--lg-pull-10 {
    right: 83.33333%;
  }

  [dir="rtl"] .column--lg-pull-10 {
    left: 83.33333%;
  }

  [dir="ltr"] .column--lg-pull-11 {
    right: 91.66667%;
  }

  [dir="rtl"] .column--lg-pull-11 {
    left: 91.66667%;
  }

  [dir="ltr"] .column--lg-pull-12 {
    right: 100%;
  }

  [dir="rtl"] .column--lg-pull-12 {
    left: 100%;
  }

  [dir="ltr"] .column--lg-push-0 {
    left: auto;
  }

  [dir="rtl"] .column--lg-push-0 {
    right: auto;
  }

  [dir="ltr"] .column--lg-push-1 {
    left: 8.33333%;
  }

  [dir="rtl"] .column--lg-push-1 {
    right: 8.33333%;
  }

  [dir="ltr"] .column--lg-push-2 {
    left: 16.66667%;
  }

  [dir="rtl"] .column--lg-push-2 {
    right: 16.66667%;
  }

  [dir="ltr"] .column--lg-push-3 {
    left: 25%;
  }

  [dir="rtl"] .column--lg-push-3 {
    right: 25%;
  }

  [dir="ltr"] .column--lg-push-4 {
    left: 33.33333%;
  }

  [dir="rtl"] .column--lg-push-4 {
    right: 33.33333%;
  }

  [dir="ltr"] .column--lg-push-5 {
    left: 41.66667%;
  }

  [dir="rtl"] .column--lg-push-5 {
    right: 41.66667%;
  }

  [dir="ltr"] .column--lg-push-6 {
    left: 50%;
  }

  [dir="rtl"] .column--lg-push-6 {
    right: 50%;
  }

  [dir="ltr"] .column--lg-push-7 {
    left: 58.33333%;
  }

  [dir="rtl"] .column--lg-push-7 {
    right: 58.33333%;
  }

  [dir="ltr"] .column--lg-push-8 {
    left: 66.66667%;
  }

  [dir="rtl"] .column--lg-push-8 {
    right: 66.66667%;
  }

  [dir="ltr"] .column--lg-push-9 {
    left: 75%;
  }

  [dir="rtl"] .column--lg-push-9 {
    right: 75%;
  }

  [dir="ltr"] .column--lg-push-10 {
    left: 83.33333%;
  }

  [dir="rtl"] .column--lg-push-10 {
    right: 83.33333%;
  }

  [dir="ltr"] .column--lg-push-11 {
    left: 91.66667%;
  }

  [dir="rtl"] .column--lg-push-11 {
    right: 91.66667%;
  }

  [dir="ltr"] .column--lg-push-12 {
    left: 100%;
  }

  [dir="rtl"] .column--lg-push-12 {
    right: 100%;
  }

  [dir="ltr"] .column--lg-offset-0 {
    margin-left: 0%;
  }

  [dir="rtl"] .column--lg-offset-0 {
    margin-right: 0%;
  }

  [dir="ltr"] .column--lg-offset-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .column--lg-offset-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .column--lg-offset-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .column--lg-offset-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .column--lg-offset-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .column--lg-offset-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .column--lg-offset-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .column--lg-offset-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .column--lg-offset-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .column--lg-offset-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .column--lg-offset-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .column--lg-offset-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .column--lg-offset-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .column--lg-offset-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .column--lg-offset-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .column--lg-offset-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .column--lg-offset-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .column--lg-offset-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .column--lg-offset-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .column--lg-offset-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .column--lg-offset-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .column--lg-offset-11 {
    margin-right: 91.66667%;
  }

  [dir="ltr"] .column--lg-offset-12 {
    margin-left: 100%;
  }

  [dir="rtl"] .column--lg-offset-12 {
    margin-right: 100%;
  }
}

.search-box--small #query {
  width: 100%;
}

.search-box--small:after {
  color: #bbb;
  content: "\1F50D";
  font-family: "entypo";
  font-size: 24px;
  line-height: 0;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 50%;
  z-index: 1;
}

@media (max-width: 991px) {
  .search-box--small {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .search-box--small {
    min-width: 220px;
    float: right;
  }
}

.lt-toc_is-desktop .lt-toc--item.lt-toc--item-h3 .lt-toc--link {
  margin-left: 15px;
}

.inlinemediaobject img.zoomify {
  pointer-events: none;
}

.inlinemediaobject img {
  max-height: 20px;
  border: none;
  padding: 0;
  margin: 0 2px;
}

@media (max-width: 991px) {
  .informaltable.table-responsive td {
    word-break: break-word;
  }

  .footer-menu li {
    display: none;
  }

  .footer-menu.active li,
  .footer-menu li:first-child {
    display: block;
  }

  .footer-menu h4 {
    position: relative;
    cursor: pointer;
  }

  .footer-menu h4:after {
    position: absolute;
    top: -2px;
    right: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
  }

  .footer-menu.active h4:after {
    content: "\f077";
  }
}

.lt-toc_is-mobile.lt-toc_is-fixed .lt-toc--container {
  top: 0!important;
  left: 0;
  width: 100%!important;
  border: none;
  border-bottom: 2px solid #11577b;
}

.lt-toc_is-mobile.lt-toc_is-fixed .lt-toc--current {
  padding-left: 30px;
}

.lt-toc_is-mobile.lt-toc_is-fixed .lt-toc--current:before,
.lt-toc_is-mobile.lt-toc_is-fixed .lt-toc--current:after {
  right: 30px;
}

/*  --------------------- */
/*  Custom Auctane Styles */
/*  --------------------- */

/*  Removes capitalization from article headers -- original rule is in minified files  */
[dir] .article .panel-heading .title {
  text-transform: none !important;
}


/*  Force youtube embeds to take up full article width */
.videoobject { 
  position: relative; 
  padding-bottom: 45.5%; 
  padding-top: 20px; 
  height: 0; 
  overflow: hidden; 
}

.videoobject iframe, .videoobject object, .videoobject embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.center-title {
  text-align: center;
}

/* Rules for announcement text */
.easy-announcement {
    background-color: #14577B;
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcement-text-container {
    background-color: white;
    width: 80%;
    max-width: 1250px;
    padding: 10px 40px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

@media (max-width: 600px) {
  .announcement-text-container {
    width: 90%;
    padding: 10px 20px;
  }
}

/* Rate table styles */
.auctane-rate-table th,
.auctane-rate-table td {
  padding: 2px;
  font-size: 13px;
}

@media (max-width: 1250px) {
  .auctane-rate-table th,
  .auctane-rate-table td {
  }
}

@media (max-width: 600px) {
  .auctane-rate-table th,
  .auctane-rate-table td {
    font-size: 12px;
    padding: 4px;
  }
}

@media (max-width: 500px) {
  .auctane-rate-table th,
  .auctane-rate-table td {
    padding: 1px;
  }
}

#UUID-c3593c0b-5524-91ea-dbf8-e3026e5aed56_UUID-9044aae9-c311-6bd7-e3b3-0d83a6f43ded_body tr th:nth-child(1),
#UUID-c3593c0b-5524-91ea-dbf8-e3026e5aed56_UUID-25aff881-42bf-99fe-f430-1bcf09035786_body tr th:nth-child(1) {
  width: 25%;
}
#UUID-c3593c0b-5524-91ea-dbf8-e3026e5aed56_UUID-25aff881-42bf-99fe-f430-1bcf09035786_body td {
  font-size: 12px;
}

/*  Hide "Follow" button */
a.article-subscribe, a.dropdown-toggle {
  display: none;
}

/* ==========================================================================
  Glossterm
  ========================================================================== */

.glossterm {
  font-size: 18px;
  font-weight: bold;
  color: $text_color;
}

.glossterm.has-tooltip {
  position: relative;
}

.glossterm.has-tooltip.is-active:before,
.glossterm.has-tooltip.is-active:after {
  position: absolute;
  display: block;
  content: "";
}

[dir="ltr"] .glossterm.has-tooltip.is-active:before,
[dir="ltr"] .glossterm.has-tooltip.is-active:after {
  left: 50%;
}

[dir="rtl"] .glossterm.has-tooltip.is-active:before,
[dir="rtl"] .glossterm.has-tooltip.is-active:after {
  right: 50%;
}

.glossterm.has-tooltip.is-active:before {
  top: 18px;
  z-index: 2;
}

[dir] .glossterm.has-tooltip.is-active:before {
  border-bottom: 7px solid #fff;
}

[dir="ltr"] .glossterm.has-tooltip.is-active:before {
  border-right: 8px solid transparent;
  border-left: 9px solid transparent;
}

[dir="rtl"] .glossterm.has-tooltip.is-active:before {
  border-right: 9px solid transparent;
  border-left: 8px solid transparent;
}

.glossterm.has-tooltip.is-active:after {
  top: 17px;
  z-index: 1;
}

[dir] .glossterm.has-tooltip.is-active:after {
  border-bottom: 8px solid #ccc;
}

[dir="ltr"] .glossterm.has-tooltip.is-active:after {
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

[dir="rtl"] .glossterm.has-tooltip.is-active:after {
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.glossterm-tooltip {
  position: absolute;
  top: 25px;
  display: none;
  width: 400px;
  font-size: 14px;
  font-weight: 400;
}

[dir] .glossterm-tooltip {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

[dir="ltr"] .glossterm-tooltip {
  left: -50%;
}

[dir="rtl"] .glossterm-tooltip {
  right: -50%;
}

.article-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  gap: 8px;
  height: 60px;
  font-size: 14px;
}

.article-author .user-avatar {
  display: inline-block;
  padding: 0;
  border: none;
  width: 54px;
}

.article-author .article-meta {
  margin-bottom: 0;
}

.article-author p {
  margin-bottom: 0;
  font-size: 12px;
  color: #3A3942;
}

.article-author img {
  height: 54px;
}

.popover    {
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 3px 3px 3px 0px #ccc;
  transition: 0.3s;
  justify-content: left;
  margin: 15px 15px 15px 15px;
  max-width: 25%;
  text-align: left;
  padding: 1.25rem 1.25rem;
  width: 100%;
}

.hide {
    display: none;
}

.popover .popover-title {
  margin-bottom: 0.75rem;
  display: inline;
}

.popover .popover-content div p {
  display: inline;
}

@media (max-width: 768px) {
  .popover {
  	max-width: 75%;    
  }
}

.offset {
  margin: -80px 0 48px;
}

helpcenter-message, .helpcenter-message {
  	text-align: center;
    z-index: 999 !important;
    position: relative;
    background: white !important;
}

helpcenter-message p, .helpcenter-message p {
  margin: 10px auto;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  background-color: #3a3942;
  color: white;
}

helpcenter-message span, .helpcenter-message span {
  font-weight: normal;
  font-size: 14pt;
  color: white;
}