/* Next Century Defined Styles */

.nc-primary {
  color: #054E82;
}

.nc-secondary {
  color: #0BADCF;
}

img.feature-shadow {
  filter: drop-shadow(9px 9px 9px rgba(0,0,0,0.3));
}

img.borders {
  border-radius:10px;
  border:solid 5px;
  border-color:#ebebeb;
  max-width: 100%;
}

img.csv {
  content: url(/hc/theming_assets/01HZPCNCMMA4GEQ14M5H6BYWRJ);
}

img.pdf {
  content: url(/hc/theming_assets/01HZPCNBA3RECFAKQQYXXEMPMR);
}

img.xls {
  content: url(/hc/theming_assets/01HZPCND2605Z7EP43KQZ8BYYR);
}

.center {
  text-align: center;
}

.center-pdf {
  text-align: center;
  justify-content: center;
}

.related-articles-title {
  text-transform: capitalize;
}

.help-center-name, .topbar__text {
  font-size: 16px !important;
}

.section-row__icon-wrapper {
  justify-content: center;
}

.accordion__item-title {
  font-size: 18pt !important;
  padding: 5px 10px 5px 45px !important;
}

.accordion__item-content {
  font-size: 14pt !important;
}

table {
  min-width: 80%;
  width: auto !important;
}

table.compact {
  min-width: 300px;
  width: 300px;
  margin-left:auto;
  margin-right:auto;
}

table td {
  width: auto !important;
}

table.led-table thead tr th:first-child,
table.led-table tbody tr td:first-child {
  width: 127px;
}

table.led-table thead tr th:nth-child(2),
table.led-table tbody tr td:nth-child(2) {
  width: 300px;
}

table.led-table, table.led-table th, table.led-table td {
  border: 1px dashed black;
}

table.led-table th, table.led-table td {
  padding: 5px;
}

.request-form .suggestion-list {
  display:none;
}

.request-form .suggestion-list label {
  display:none;
}

.request-form .suggestion-list li {
  display:none;
}

.request-form .suggestion-list li a:visited {
  display:none;
}

div.tab table.col-2 {
  width: 100%;
}

div.tab table.col-2 td {
  width: 50% !important;
  vertical-align: baseline;
}

div.tab ul, div.accordion ul {
  margin-left: 26px;
}

.accordion.inner {
  border: 0;
  margin-bottom: 0px;
}

.accordion.inner .accordion__item-title {
  font-size: 14pt !important;
}

/* Next Century Defined Styles */

/* Standardization additions */

.column-container {
  display: flex;
	align-items: top;
}

.column-container img {
  display: block;
	margin: 0 auto;
}

.column {
  flex: 1;
  position: relative;
  float: left;
}

.column2 {
  margin: 10px 0 10px 0;
  position: relative;
  float: left;
  width: 80%;
}

.column3 {
  margin: 10px 0 10px 0;
  position: relative;
  float: left;
  width: 20%;
}

.column3 h2 {
  display: flex;
  justify-content: center;
}

.column4 {
  margin: 10px 0 10px 0;
  position: relative;
  float: left;
  width: 40%;
}

.column5 {
  margin: 10px 0 10px 0;
  position: relative;
  float: left;
  width: 60%;
}

.column.NCBlue {
	background-color: #2e4759;
	color: #d7ecfb;
}

img.article-img {
  padding: 50px 0 50px 0;
  max-width: 75%;
}

img.phone-img {
  max-width: 30%;
}

p {
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: Normal;
  padding-left: 10px;
} /* Paragraph */

ul {
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: Normal;
  padding-left: 10px;
} /* Bulleted List */

ol {
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: Normal;
  padding-left: 10px;
} /* Numbered List */

h1 {
  margin: 10px 0 10px 0;
  font-size: 48px;
  font-weight: Normal;
} /* Article Title */

h2 {
  margin: 10px 0 10px 0;
  font-size: 24px;
  font-weight: Normal;
} /* Article Header */

h3 {
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: Bold;
} /* Article Subheading */

h4 {
  margin: 10px 0 10px 0;
  font-size: 24px;
  font-weight: Bold;
} /* Paragraph Header */

h5 {
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: Normal;
} /* Paragraph Subheading */

h6 {
  margin: 10px 0 10px 0;
  font-size: 12px;
  font-weight: Thin;
} /* Footnotes */

.h1 {
  margin: 10px 0 10px 0;
  font-size: 48px;
  font-weight: Normal;
} /* Article Title */

.h2 {
  margin: 10px 0 10px 0;
  font-size: 24px;
  font-weight: Normal;
} /* Article Header */

.h3 {
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: Bold;
} /* Article Subheading */

.h4 {
  margin: 10px 0 10px 0;
  font-size: 24px;
  font-weight: Bold;
} /* Paragraph Header */

.h5 {
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: Normal;
} /* Paragraph Subheading */

.h6 {
  margin: 10px 0 10px 0;
  font-size: 12px;
  font-weight: Thin;
} /* Footnotes */


/* Related and Recent Articles section (7330) */
.recent-articles h3 {
  font-size:24px;
  margin-bottom: calc(18px * 1.6 / 2);
}

.related-articles h3 {
		font-size:24px;
    margin-bottom: calc(18px * 1.6 / 2);
  }

.recent-articles ul > li {
  font-size:18px;
  margin-bottom: calc(18px * 1.6 / 2);
}

.related-articles ul > li {
	font-size:18px;
	margin-bottom: calc(18px * 1.6 / 2);
}

.recent-articles ul > li a, .related-articles ul > li a {
	padding-bottom: 1px;
}
/* */


/* Standardization additions */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
}

buttonborder {
  padding: 0;
  background: transparent;
  border: 3;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

iframe {
  border: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

*,
  *:before,
  *:after {
    box-sizing: border-box;
  }

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(96, 96, 96, 1);
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0d81b4;
  text-decoration: none;
}

a:hover,
  a:focus {
    color: #0BADCF;
    text-decoration: none;
  }

a.disabled {
    color: #787b7c;
    cursor: default;
  }

figure {
  margin: 0;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #c4c4c4;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

dl {
  margin-top: 0;
  margin-bottom: calc(18px * 1.6);
}

dt {
  margin-bottom: calc(18px * 1.6 / 2);
  line-height: 1.6;
}

dd {
  margin-bottom: calc(18px * 1.6 / 2);
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal:before,
  .dl-horizontal:after {
    display: table;
    content: "";
  }

.dl-horizontal:after {
    clear: both;
  }

.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

@media (min-width: 768px) {

.dl-horizontal dt {
      float: left;
      width: 30%;
      padding-right: 15px;
      clear: both
  }
    }

@media (min-width: 768px) {

.dl-horizontal dd {
      float: right;
      width: 70%
  }
    }

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #787b7c;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #787b7c;
}

blockquote {
  padding: calc(18px * 1.6 / 2)
    calc(18px * 1.6);
  margin: 0 0 calc(18px * 1.6);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  background-color: #f5f5f5;
  border-left: 5px solid #c4c4c4;
}

blockquote.is-colored {
    border-left: 5px solid #054E82;
  }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
      margin-bottom: 0;
    }

code {
  padding: 20px !important;
  border-radius: 5px !important;
}

address {
  margin-bottom: calc(18px * 1.6);
  font-style: normal;
  line-height: 1.6;
}

.clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
  }

.clearfix:after {
    clear: both;
  }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.is-hidden,
.hidden {
  display: none !important;
}

@media (min-width: 768px) {

.vertical-offset {
    margin-bottom: calc(18px * 1.6)
}
  }

main {
  max-width: 100%;
  margin-bottom: calc(18px * 1.6);
}

.new-request h1 {
    font-size: 36px;
    font-weight: 700;
    color: #6d7278;
  }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(18px * 1.6);
  font-size: calc(18px * 1.5);
  line-height: inherit;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #6d7278;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: calc(8px + 1px);
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
}

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7278;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #8d9298;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .nesty-input:focus {
    border-color: #0badcf;
    outline: 0;
  }

select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .nesty-input::-moz-placeholder {
    color: $input-color-placeholder;
    opacity: 1;
  }

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .nesty-input:-ms-input-placeholder {
    color: $input-color-placeholder;
  }

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .nesty-input::-webkit-input-placeholder {
    color: $input-color-placeholder;
  }

select {
  height: calc(
    18px * 1.6 + (8px * 2) + 2px
  );
}

textarea {
  height: calc(
    (18px * 1.6 + (8px * 2) + 2px) * 3
  );
  resize: vertical;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] {
    line-height: calc(
      18px * 1.6 + (8px * 2) + 2px
    );
  }
  input[type="time"] {
    line-height: calc(
      18px * 1.6 + (8px * 2) + 2px
    );
  }
  input[type="datetime-local"] {
    line-height: calc(
      18px * 1.6 + (8px * 2) + 2px
    );
  }
  input[type="month"] {
    line-height: calc(
      18px * 1.6 + (8px * 2) + 2px
    );
  }
}

.form-field {
  margin-bottom: calc(18px * 1.6);
}

.form-field p {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 90%;
    color: #a0a0a0;
  }

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

.form-field.boolean {
  position: relative;
  padding-left: 20px;
}

.form-field.boolean input[type="checkbox"] {
    position: absolute;
    left: 0;
  }

.form-field.boolean label {
    min-height: calc(18px * 1.6);
    margin-bottom: 0;
    cursor: pointer;
  }

input[type="radio"][disabled],
  input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
  }

.request-form footer {
    text-align: center;
  }

.contacts {
  margin-bottom: 50px;
}

.contacts a {
    font-size: 24px;
    color: #6d7278;
  }

.contacts a img,
    .contacts a svg {
      width: 20px;
      margin-right: 10px;
    }

.contacts a:hover {
  color: #6d7278;
}

@media (max-width: 767px) {
  .contacts .column a {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .contacts .column {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .contacts .column:nth-child(2) {
      text-align: center;
    }

  .contacts .column:last-child {
      text-align: right;
    }
}

.contacts .column:last-child a {
      color: #0d81b4;
    }

.btn,
[role="button"],
input[type="submit"],
#user #user-password #password-submit,
.community-recent-activity .recent-activity-controls a {
  display: inline-block;
  height: auto;
  padding: 8px;
  margin-bottom: 0;
  font-size: calc(18px - 2px);
  font-weight: bold;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

.btn:focus, .btn:active:focus, [role="button"]:focus, [role="button"]:active:focus, input[type="submit"]:focus, input[type="submit"]:active:focus, #user #user-password #password-submit:focus, #user #user-password #password-submit:active:focus, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

.btn:hover,
  .btn:focus,
  [role="button"]:hover,
  [role="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  #user #user-password #password-submit:hover,
  #user #user-password #password-submit:focus,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus {
    color: #054E82;
    text-decoration: none;
  }

.btn:active, [role="button"]:active, input[type="submit"]:active, #user #user-password #password-submit:active, .community-recent-activity .recent-activity-controls a:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

.btn-default,
.btn--default,
[role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down),
.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe,
.post-follow .post-subscribe,
.post-follow .post-unsubscribe,
.community-recent-activity .recent-activity-controls a,
.profile-header__options [data-action="edit-profile"],
.article-subscribe,
.article-unsubscribe {
  color: #2b7db5;
  background-color: transparent;
  border-color: #2b7db5;
}

.btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):hover,
  [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):focus,
  [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):active,
  .topic-controls__item--subscribe .dropdown-toggle:hover,
  .topic-controls__item--subscribe .dropdown-toggle:focus,
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active,
  .post-follow .post-subscribe:hover,
  .post-follow .post-subscribe:focus,
  .post-follow .post-subscribe:active,
  .post-follow .post-unsubscribe:hover,
  .post-follow .post-unsubscribe:focus,
  .post-follow .post-unsubscribe:active,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .community-recent-activity .recent-activity-controls a:active,
  .profile-header__options [data-action="edit-profile"]:hover,
  .profile-header__options [data-action="edit-profile"]:focus,
  .profile-header__options [data-action="edit-profile"]:active,
  .article-subscribe:hover,
  .article-subscribe:focus,
  .article-subscribe:active,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active {
    color: #1f5b84;
    background-color: transparent;
    border-color: #1f5b84;
  }

.btn-default:active, .btn--default:active, [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):active, .topic-controls__item--subscribe .dropdown-toggle:active, .topic-controls__item--subscribe .topic-unsubscribe:active, .post-follow .post-subscribe:active, .post-follow .post-unsubscribe:active, .community-recent-activity .recent-activity-controls a:active, .profile-header__options [data-action="edit-profile"]:active, .article-subscribe:active, .article-unsubscribe:active {
    background-image: none;
  }

.btn--topbar,
.login {
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
}

.btn--topbar:hover,
  .btn--topbar:focus,
  .btn--topbar:active,
  .login:hover,
  .login:focus,
  .login:active {
    color: rgba(255,255,255,0.81) !important;
    background-color: transparent;
    border-color: rgba(255,255,255,0.81) !important;
  }

.btn--topbar:active, .login:active {
    background-image: none;
  }

.btn-primary,
.btn--primary,
input[type="submit"],
.search-box--with-button input[type="submit"] {
  color: #fff;
  background-color: #0f80b6;
  border-color: #0f80b6;
}

.btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .search-box--with-button input[type="submit"]:hover,
  .search-box--with-button input[type="submit"]:focus,
  .search-box--with-button input[type="submit"]:active {
    color: #fff;
    background-color: #054E82;
    border-color: #054E82;
  }

.btn-primary:active, .btn--primary:active, input[type="submit"]:active, .search-box--with-button input[type="submit"]:active {
    background-image: none;
  }

.btn-primary,
.btn--primary,
input[type="submit"] {
  min-width: 162px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
}

.btn-info,
.btn--info {
  color: #fff;
  background-color: #0BADCF;
  border-color: #0a99b7;
}

.btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn--info:hover,
  .btn--info:focus,
  .btn--info:active {
    color: #e0e0e0;
    background-color: #08859f;
    border-color: #07687d;
  }

.btn-info:active, .btn--info:active {
    background-image: none;
  }

.btn-warning,
.btn--warning {
  color: #fff;
  background-color: #F7D652;
  border-color: #f6d03a;
}

.btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn--warning:hover,
  .btn--warning:focus,
  .btn--warning:active {
    color: #e0e0e0;
    background-color: #f5ca21;
    border-color: #e8bb0b;
  }

.btn-warning:active, .btn--warning:active {
    background-image: none;
  }

.btn-danger,
.btn--danger,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #E3515F;
  border-color: #df3b4b;
}

.btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn--danger:hover,
  .btn--danger:focus,
  .btn--danger:active,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
    color: #e0e0e0;
    background-color: #dc2537;
    border-color: #bf1f2e;
  }

.btn-danger:active, .btn--danger:active, .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
    background-image: none;
  }

.btn-success,
.btn--success,
#user #user-password #password-submit,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #83EFA3;
  border-color: #6cec92;
}

.btn-success:hover,
  .btn-success:focus,
  .btn-success:active,
  .btn--success:hover,
  .btn--success:focus,
  .btn--success:active,
  #user #user-password #password-submit:hover,
  #user #user-password #password-submit:focus,
  #user #user-password #password-submit:active,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
    color: #e0e0e0;
    background-color: #56e981;
    border-color: #36e56a;
  }

.btn-success:active, .btn--success:active, #user #user-password #password-submit:active, .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
    background-image: none;
  }

.btn--gray,
  .btn--gray:hover,
  .btn--gray:focus,
  .btn--gray:active {
    color: #6d7278;
    border-color: #6d7278;
  }

.logo {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  display: block;
  max-height: 60px;
  margin-top: 5px;
  margin-right: 10px
}

@media (min-width: 768px) {
  .logo img {
    max-height: 60px;
    margin-top: 5px
    margin-right: 10px
  }
}

@media (min-width: 992px) {
  .logo img {
    max-height: 50;
    margin-top: 5px
    margin-right: 10px
  }
}

.ltds-display-none {
  display: none !important;
}

.ltds-display-inline {
  display: inline !important;
}

.ltds-display-inline-block {
  display: inline-block !important;
}

.ltds-display-block {
  display: block !important;
}

.ltds-display-table {
  display: table !important;
}

.ltds-display-table-row {
  display: table-row !important;
}

.ltds-display-table-cell {
  display: table-cell !important;
}

.ltds-display-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.ltds-display-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .ltds-display-sm-none {
    display: none !important;
  }

  .ltds-display-sm-inline {
    display: inline !important;
  }

  .ltds-display-sm-inline-block {
    display: inline-block !important;
  }

  .ltds-display-sm-block {
    display: block !important;
  }

  .ltds-display-sm-table {
    display: table !important;
  }

  .ltds-display-sm-table-row {
    display: table-row !important;
  }

  .ltds-display-sm-table-cell {
    display: table-cell !important;
  }

  .ltds-display-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .ltds-display-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .ltds-display-md-none {
    display: none !important;
  }

  .ltds-display-md-inline {
    display: inline !important;
  }

  .ltds-display-md-inline-block {
    display: inline-block !important;
  }

  .ltds-display-md-block {
    display: block !important;
  }

  .ltds-display-md-table {
    display: table !important;
  }

  .ltds-display-md-table-row {
    display: table-row !important;
  }

  .ltds-display-md-table-cell {
    display: table-cell !important;
  }

  .ltds-display-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .ltds-display-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .ltds-display-lg-none {
    display: none !important;
  }

  .ltds-display-lg-inline {
    display: inline !important;
  }

  .ltds-display-lg-inline-block {
    display: inline-block !important;
  }

  .ltds-display-lg-block {
    display: block !important;
  }

  .ltds-display-lg-table {
    display: table !important;
  }

  .ltds-display-lg-table-row {
    display: table-row !important;
  }

  .ltds-display-lg-table-cell {
    display: table-cell !important;
  }

  .ltds-display-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .ltds-display-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .ltds-display-print-none {
    display: none !important;
  }

  .ltds-display-print-inline {
    display: inline !important;
  }

  .ltds-display-print-inline-block {
    display: inline-block !important;
  }

  .ltds-display-print-block {
    display: block !important;
  }

  .ltds-display-print-table {
    display: table !important;
  }

  .ltds-display-print-table-row {
    display: table-row !important;
  }

  .ltds-display-print-table-cell {
    display: table-cell !important;
  }

  .ltds-display-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .ltds-display-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.ltds-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.ltds-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.ltds-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.ltds-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.ltds-flex-wrap {
  flex-wrap: wrap !important;
}

.ltds-flex-nowrap {
  flex-wrap: nowrap !important;
}

.ltds-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.ltds-flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.ltds-flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.ltds-flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.ltds-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.ltds-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.ltds-justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.ltds-justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.ltds-justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.ltds-justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.ltds-justify-content-around {
  justify-content: space-around !important;
}

.ltds-align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.ltds-align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.ltds-align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.ltds-align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.ltds-align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.ltds-align-content-start {
  align-content: flex-start !important;
}

.ltds-align-content-end {
  align-content: flex-end !important;
}

.ltds-align-content-center {
  align-content: center !important;
}

.ltds-align-content-between {
  align-content: space-between !important;
}

.ltds-align-content-around {
  align-content: space-around !important;
}

.ltds-align-content-stretch {
  align-content: stretch !important;
}

.ltds-align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.ltds-align-self-start {
  align-self: flex-start !important;
}

.ltds-align-self-end {
  align-self: flex-end !important;
}

.ltds-align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.ltds-align-self-baseline {
  align-self: baseline !important;
}

.ltds-align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.ltds-justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

@media (min-width: 768px) {
  .ltds-flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .ltds-flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .ltds-flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .ltds-flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .ltds-flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .ltds-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .ltds-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ltds-flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .ltds-flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .ltds-flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .ltds-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ltds-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .ltds-justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .ltds-justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .ltds-justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .ltds-justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .ltds-justify-content-sm-around {
    justify-content: space-around !important;
  }

  .ltds-align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .ltds-align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .ltds-align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .ltds-align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .ltds-align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .ltds-align-content-sm-start {
    align-content: flex-start !important;
  }

  .ltds-align-content-sm-end {
    align-content: flex-end !important;
  }

  .ltds-align-content-sm-center {
    align-content: center !important;
  }

  .ltds-align-content-sm-between {
    align-content: space-between !important;
  }

  .ltds-align-content-sm-around {
    align-content: space-around !important;
  }

  .ltds-align-content-sm-stretch {
    align-content: stretch !important;
  }

  .ltds-align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .ltds-align-self-sm-start {
    align-self: flex-start !important;
  }

  .ltds-align-self-sm-end {
    align-self: flex-end !important;
  }

  .ltds-align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .ltds-align-self-sm-baseline {
    align-self: baseline !important;
  }

  .ltds-align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .ltds-flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .ltds-flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .ltds-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .ltds-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .ltds-flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .ltds-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .ltds-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ltds-flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .ltds-flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .ltds-flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .ltds-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ltds-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .ltds-justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .ltds-justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .ltds-justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .ltds-justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .ltds-justify-content-md-around {
    justify-content: space-around !important;
  }

  .ltds-align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .ltds-align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .ltds-align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .ltds-align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .ltds-align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .ltds-align-content-md-start {
    align-content: flex-start !important;
  }

  .ltds-align-content-md-end {
    align-content: flex-end !important;
  }

  .ltds-align-content-md-center {
    align-content: center !important;
  }

  .ltds-align-content-md-between {
    align-content: space-between !important;
  }

  .ltds-align-content-md-around {
    align-content: space-around !important;
  }

  .ltds-align-content-md-stretch {
    align-content: stretch !important;
  }

  .ltds-align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .ltds-align-self-md-start {
    align-self: flex-start !important;
  }

  .ltds-align-self-md-end {
    align-self: flex-end !important;
  }

  .ltds-align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .ltds-align-self-md-baseline {
    align-self: baseline !important;
  }

  .ltds-align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .ltds-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .ltds-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .ltds-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .ltds-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .ltds-flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .ltds-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .ltds-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ltds-flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .ltds-flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .ltds-flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .ltds-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ltds-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .ltds-justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .ltds-justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .ltds-justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .ltds-justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .ltds-justify-content-lg-around {
    justify-content: space-around !important;
  }

  .ltds-align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .ltds-align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .ltds-align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .ltds-align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .ltds-align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .ltds-align-content-lg-start {
    align-content: flex-start !important;
  }

  .ltds-align-content-lg-end {
    align-content: flex-end !important;
  }

  .ltds-align-content-lg-center {
    align-content: center !important;
  }

  .ltds-align-content-lg-between {
    align-content: space-between !important;
  }

  .ltds-align-content-lg-around {
    align-content: space-around !important;
  }

  .ltds-align-content-lg-stretch {
    align-content: stretch !important;
  }

  .ltds-align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .ltds-align-self-lg-start {
    align-self: flex-start !important;
  }

  .ltds-align-self-lg-end {
    align-self: flex-end !important;
  }

  .ltds-align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .ltds-align-self-lg-baseline {
    align-self: baseline !important;
  }

  .ltds-align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.ltds-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.ltds-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.ltds-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.ltds-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.ltds-flex-wrap {
  flex-wrap: wrap !important;
}

.ltds-flex-nowrap {
  flex-wrap: nowrap !important;
}

.ltds-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.ltds-flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.ltds-flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.ltds-flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.ltds-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.ltds-flex-shrink-1 {
  flex-shrink: 1 !important;
}

@media (min-width: 768px) {
  .ltds-flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .ltds-flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .ltds-flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .ltds-flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .ltds-flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .ltds-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .ltds-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ltds-flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .ltds-flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .ltds-flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .ltds-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ltds-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .ltds-flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .ltds-flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .ltds-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .ltds-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .ltds-flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .ltds-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .ltds-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ltds-flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .ltds-flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .ltds-flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .ltds-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ltds-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .ltds-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .ltds-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .ltds-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .ltds-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .ltds-flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .ltds-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .ltds-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ltds-flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .ltds-flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .ltds-flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .ltds-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ltds-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
}

.ltds-w-25 {
  width: 25% !important;
}

.ltds-w-50 {
  width: 50% !important;
}

.ltds-w-75 {
  width: 75% !important;
}

.ltds-w-100 {
  width: 100% !important;
}

.ltds-w-auto {
  width: auto !important;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.row--flex {
  display: -webkit-box;
  display: flex;
  justify-items: space-between;
}

/* Investigate need 2738-3579*/

.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.column--flex {
  float: none;
}

.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%;
}

.column--xs-pull-0 {
  right: auto;
}

.column--xs-pull-1 {
  right: 8.33333%;
}

.column--xs-pull-2 {
  right: 16.66667%;
}

.column--xs-pull-3 {
  right: 25%;
}

.column--xs-pull-4 {
  right: 33.33333%;
}

.column--xs-pull-5 {
  right: 41.66667%;
}

.column--xs-pull-6 {
  right: 50%;
}

.column--xs-pull-7 {
  right: 58.33333%;
}

.column--xs-pull-8 {
  right: 66.66667%;
}

.column--xs-pull-9 {
  right: 75%;
}

.column--xs-pull-10 {
  right: 83.33333%;
}

.column--xs-pull-11 {
  right: 91.66667%;
}

.column--xs-pull-12 {
  right: 100%;
}

.column--xs-push-0 {
  left: auto;
}

.column--xs-push-1 {
  left: 8.33333%;
}

.column--xs-push-2 {
  left: 16.66667%;
}

.column--xs-push-3 {
  left: 25%;
}

.column--xs-push-4 {
  left: 33.33333%;
}

.column--xs-push-5 {
  left: 41.66667%;
}

.column--xs-push-6 {
  left: 50%;
}

.column--xs-push-7 {
  left: 58.33333%;
}

.column--xs-push-8 {
  left: 66.66667%;
}

.column--xs-push-9 {
  left: 75%;
}

.column--xs-push-10 {
  left: 83.33333%;
}

.column--xs-push-11 {
  left: 91.66667%;
}

.column--xs-push-12 {
  left: 100%;
}

.column--xs-offset-0 {
  margin-left: 0%;
}

.column--xs-offset-1 {
  margin-left: 8.33333%;
}

.column--xs-offset-2 {
  margin-left: 16.66667%;
}

.column--xs-offset-3 {
  margin-left: 25%;
}

.column--xs-offset-4 {
  margin-left: 33.33333%;
}

.column--xs-offset-5 {
  margin-left: 41.66667%;
}

.column--xs-offset-6 {
  margin-left: 50%;
}

.column--xs-offset-7 {
  margin-left: 58.33333%;
}

.column--xs-offset-8 {
  margin-left: 66.66667%;
}

.column--xs-offset-9 {
  margin-left: 75%;
}

.column--xs-offset-10 {
  margin-left: 83.33333%;
}

.column--xs-offset-11 {
  margin-left: 91.66667%;
}

.column--xs-offset-12 {
  margin-left: 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%;
  }

  .column--sm-pull-0 {
    right: auto;
  }

  .column--sm-pull-1 {
    right: 8.33333%;
  }

  .column--sm-pull-2 {
    right: 16.66667%;
  }

  .column--sm-pull-3 {
    right: 25%;
  }

  .column--sm-pull-4 {
    right: 33.33333%;
  }

  .column--sm-pull-5 {
    right: 41.66667%;
  }

  .column--sm-pull-6 {
    right: 50%;
  }

  .column--sm-pull-7 {
    right: 58.33333%;
  }

  .column--sm-pull-8 {
    right: 66.66667%;
  }

  .column--sm-pull-9 {
    right: 75%;
  }

  .column--sm-pull-10 {
    right: 83.33333%;
  }

  .column--sm-pull-11 {
    right: 91.66667%;
  }

  .column--sm-pull-12 {
    right: 100%;
  }

  .column--sm-push-0 {
    left: auto;
  }

  .column--sm-push-1 {
    left: 8.33333%;
  }

  .column--sm-push-2 {
    left: 16.66667%;
  }

  .column--sm-push-3 {
    left: 25%;
  }

  .column--sm-push-4 {
    left: 33.33333%;
  }

  .column--sm-push-5 {
    left: 41.66667%;
  }

  .column--sm-push-6 {
    left: 50%;
  }

  .column--sm-push-7 {
    left: 58.33333%;
  }

  .column--sm-push-8 {
    left: 66.66667%;
  }

  .column--sm-push-9 {
    left: 75%;
  }

  .column--sm-push-10 {
    left: 83.33333%;
  }

  .column--sm-push-11 {
    left: 91.66667%;
  }

  .column--sm-push-12 {
    left: 100%;
  }

  .column--sm-offset-0 {
    margin-left: 0%;
  }

  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }

  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }

  .column--sm-offset-3 {
    margin-left: 25%;
  }

  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }

  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }

  .column--sm-offset-6 {
    margin-left: 50%;
  }

  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }

  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }

  .column--sm-offset-9 {
    margin-left: 75%;
  }

  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }

  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }

  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-1_5 {
    width: 20%;
  }

  .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%;
  }

  .column--md-pull-0 {
    right: auto;
  }

  .column--md-pull-1 {
    right: 8.33333%;
  }

  .column--md-pull-2 {
    right: 16.66667%;
  }

  .column--md-pull-3 {
    right: 25%;
  }

  .column--md-pull-4 {
    right: 33.33333%;
  }

  .column--md-pull-5 {
    right: 41.66667%;
  }

  .column--md-pull-6 {
    right: 50%;
  }

  .column--md-pull-7 {
    right: 58.33333%;
  }

  .column--md-pull-8 {
    right: 66.66667%;
  }

  .column--md-pull-9 {
    right: 75%;
  }

  .column--md-pull-10 {
    right: 83.33333%;
  }

  .column--md-pull-11 {
    right: 91.66667%;
  }

  .column--md-pull-12 {
    right: 100%;
  }

  .column--md-push-0 {
    left: auto;
  }

  .column--md-push-1 {
    left: 8.33333%;
  }

  .column--md-push-2 {
    left: 16.66667%;
  }

  .column--md-push-3 {
    left: 25%;
  }

  .column--md-push-4 {
    left: 33.33333%;
  }

  .column--md-push-5 {
    left: 41.66667%;
  }

  .column--md-push-6 {
    left: 50%;
  }

  .column--md-push-7 {
    left: 58.33333%;
  }

  .column--md-push-8 {
    left: 66.66667%;
  }

  .column--md-push-9 {
    left: 75%;
  }

  .column--md-push-10 {
    left: 83.33333%;
  }

  .column--md-push-11 {
    left: 91.66667%;
  }

  .column--md-push-12 {
    left: 100%;
  }

  .column--md-offset-0 {
    margin-left: 0%;
  }

  .column--md-offset-1 {
    margin-left: 8.33333%;
  }

  .column--md-offset-2 {
    margin-left: 16.66667%;
  }

  .column--md-offset-3 {
    margin-left: 25%;
  }

  .column--md-offset-4 {
    margin-left: 33.33333%;
  }

  .column--md-offset-5 {
    margin-left: 41.66667%;
  }

  .column--md-offset-6 {
    margin-left: 50%;
  }

  .column--md-offset-7 {
    margin-left: 58.33333%;
  }

  .column--md-offset-8 {
    margin-left: 66.66667%;
  }

  .column--md-offset-9 {
    margin-left: 75%;
  }

  .column--md-offset-10 {
    margin-left: 83.33333%;
  }

  .column--md-offset-11 {
    margin-left: 91.66667%;
  }

  .column--md-offset-12 {
    margin-left: 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%;
  }

  .column--lg-pull-0 {
    right: auto;
  }

  .column--lg-pull-1 {
    right: 8.33333%;
  }

  .column--lg-pull-2 {
    right: 16.66667%;
  }

  .column--lg-pull-3 {
    right: 25%;
  }

  .column--lg-pull-4 {
    right: 33.33333%;
  }

  .column--lg-pull-5 {
    right: 41.66667%;
  }

  .column--lg-pull-6 {
    right: 50%;
  }

  .column--lg-pull-7 {
    right: 58.33333%;
  }

  .column--lg-pull-8 {
    right: 66.66667%;
  }

  .column--lg-pull-9 {
    right: 75%;
  }

  .column--lg-pull-10 {
    right: 83.33333%;
  }

  .column--lg-pull-11 {
    right: 91.66667%;
  }

  .column--lg-pull-12 {
    right: 100%;
  }

  .column--lg-push-0 {
    left: auto;
  }

  .column--lg-push-1 {
    left: 8.33333%;
  }

  .column--lg-push-2 {
    left: 16.66667%;
  }

  .column--lg-push-3 {
    left: 25%;
  }

  .column--lg-push-4 {
    left: 33.33333%;
  }

  .column--lg-push-5 {
    left: 41.66667%;
  }

  .column--lg-push-6 {
    left: 50%;
  }

  .column--lg-push-7 {
    left: 58.33333%;
  }

  .column--lg-push-8 {
    left: 66.66667%;
  }

  .column--lg-push-9 {
    left: 75%;
  }

  .column--lg-push-10 {
    left: 83.33333%;
  }

  .column--lg-push-11 {
    left: 91.66667%;
  }

  .column--lg-push-12 {
    left: 100%;
  }

  .column--lg-offset-0 {
    margin-left: 0%;
  }

  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }

  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }

  .column--lg-offset-3 {
    margin-left: 25%;
  }

  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }

  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }

  .column--lg-offset-6 {
    margin-left: 50%;
  }

  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }

  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }

  .column--lg-offset-9 {
    margin-left: 75%;
  }

  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }

  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }

  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

/* Investigate need 2738-3579*/

.topbar {
  position: relative;
  z-index: 10;
  margin-bottom: calc(18px * 1.6);
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  font-size: 20px;
  color: rgba(255,255,255,0.81);
  background-color: $topbar_bg;
}

@media (min-width: 843px) {

.topbar {
    font-size: 15px
}
  }

@media (min-width: 992px) {

.topbar {
    font-size: 20px
}
  }

.topbar__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.topbar__text {
  color: rgba(255,255,255,0.81);
}

.topbar__col {
  position: relative;
  padding: 10px 0 20px;
}

@media (min-width: 843px) {

.topbar__col {
    padding: 20px 0
}
  }

@media (min-width: 992px) {

.topbar__col {
    padding: 20px 0 32px
}

    .topbar__col .topbar__controls {
      margin-top: 12px;
    }
  }

@media (max-width: 767px) {

.topbar__controls > * {
    display: block;
    margin-bottom: calc(18px * 1.6 / 2)
}
  }

@media (min-width: 843px) {

.topbar__controls > * {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}
  }

/*.topbar__controls > *:not(.login) {
  padding-right: 0;
}*/

.topbar__menu.is-opened {
    display: block;
  }

@media (min-width: 992px) {

.topbar__menu {
    margin-top: 5px
}
  }

@media (max-width: 767px) {

.topbar__menu {
    display: none;
    padding-top: 0
}
  }

/*
.topbar a:not([role="button"]) {
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}*/

@media (max-width: 842px) {

.topbar__head {
    display: table;
    width: 100%
}
  }

@media (max-width: 842px) {

.topbar__button {
    display: table-cell;
    text-align: right;
    vertical-align: middle
}
  }

@media (min-width: 843px) {
  /* .topbar a:not([role="button"]):not([role="menuitem"]):hover,
  .topbar .btn.with-image.dropdown-toggle:hover {
    color: rgba(255,255,255,0.81);
  }*/

  .topbar__inner {
    display: table;
  }

  .topbar__col {
    display: table-cell;
    vertical-align: middle;
  }

  .topbar__controls {
    float: right;
  }

  .topbar__menu {
    display: table-cell !important;
  }
}

.topbar-link {
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.topbar .language-selector .dropdown-toggle {
    font-weight: bold;
  }

@media (max-width: 842px) {
    .topbar .language-selector .dropdown-menu {
      position: static;
      margin: 0;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
    }

    .topbar .language-selector .dropdown-menu [role="menuitem"] {
      padding-right: 0;
      padding-left: 0;
    }
  }

@media (max-width: 842px) {
  .topbar__controls > *:not(.menu-button) {
    display: none;
  }
  
  .topbar__menu.is-opened .topbar__controls > * {
    display: block;
  }
}

.topbar .logo a {
  display: block;
}



.header {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.81);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#054e82+2,0badcf+100 */
  background: #054e82; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(#054E82),
    to(#0badcf)
  );
  background: linear-gradient(
    to right,
    #054E82 0%,
    #0badcf 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #054E82', endColorstr='#0badcf',GradientType=1 ); /* IE6-9 */

  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 768px) {

.header {
    margin-bottom: 0
}
  }

.header .container-inner {
    position: relative;
    z-index: 2;
  }

.header a {
    color: rgba(255, 255, 255, 1);
  }

.header a:hover {
      color: #f2f2f2;
    }

.header a[role="button"] {
    color: #fff;
  }

.header a[role="button"]:hover {
      color: #f2f2f2;
    }

.dropdown-menu {
  padding: 0;
  overflow: hidden;
  font-size: calc(18px - 2px);
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.dropdown-menu [role="menuitem"] {
  padding: 8px 16px;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    display: inline-block;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.dropdown-menu [role="separator"] {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: rgba(96, 96, 96, 1);
  border-color: #c4c4c4;
}

@media (min-width: 768px) {

.topbar .dropdown-menu [role="menuitem"] {
    color: rgba(96, 96, 96, 1)
}
  }

.topbar .dropdown-toggle:after {
  color: inherit;
}

@media (max-width: 767px) {

.section-subscribe .dropdown-menu {
    right: auto;
    left: 0
}
  }

.comment-actions .dropdown-menu {
  right: 0;
  left: auto;
}

#user .dropdown-toggle {
  padding: 0;
  color: inherit;
  border: 0;
}

@media (max-width: 767px) {

#user .dropdown-toggle:after {
      display: none
  }
    }

#user #user-dropdown {
  background: #fff;
}

@media (max-width: 767px) {

#user #user-dropdown {
    position: static;
    display: block !important;
    background: transparent;
    box-shadow: none
}

    #user #user-dropdown:before,
    #user #user-dropdown:after {
      display: none;
    }
  }

@media (max-width: 767px) {
  #user #user-dropdown [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
    color: rgba(255,255,255,0.81);
  }

  #user #user-dropdown [role="menuitem"]:hover {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
  }
}

@media (max-width: 991px) {
    #user-menu [role="separator"] {
      display: none;
    }
  }

#user-name {
  font-size: calc(18px - 2px);
  font-weight: bold;
}

#user #user-password #password-form {
  padding: 0 16px 16px;
}

#user #user-password #password-form,
#user #user-password #password-form label,
#user #user-password #password-form ul {
  font-size: 18px;
}

#user #user-password #password-form ul li {
  margin-bottom: 0;
}

#user #user-password #password-submit {
  float: none !important;
  margin: 0 !important;
}

#user #user-profile {
  padding: 0 0 16px;
}

#user #user-profile dt {
    padding: 4px 0 0 16px;
    font-size: 18px;
    text-align: left;
    opacity: 1;
  }

#user #user-profile label {
    margin-bottom: 0;
    font-weight: 400;
  }

#user #user-profile dd {
    padding: 2px;
    margin-left: 105px;
  }

#user #profile-photo-wrapper {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

#user #profile-photo img {
  max-height: 20px;
}

#user-password [role="separator"], #user-profile [role="separator"] {
    padding: 8px 16px;
    margin-bottom: 16px;
  }

@media (max-width: 767px) {

#user-password {
    min-width: 1px !important;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px
}

#user-profile {
    min-width: 1px !important;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px
}
  }

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
    #user-dropdown,
    #user-dropdown[aria-expanded="false"] {
      opacity: 0;
    }

    #user-dropdown[aria-expanded="true"] {
      display: inline;
      opacity: 1;
      -webkit-animation: bounce 0.3s ease-out;
              animation: bounce 0.3s ease-out;
    }
  }

#user .dropdown-toggle {
  color: #fff;
}

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

.search-box {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: none;
}

.search-box--without-button {
  padding-right: 16px;
  padding-bottom: 10%;
  padding-left: 16px;
  text-align: center;
}

@media (min-width: 768px) {

.search-box--without-button {
    padding-top: 2%
}
  }

.search-box--without-button .search {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
  }

.search-box--without-button .search:before {
      position: absolute;
      top: 50%;
      left: 20px;
      padding-right: 16px;
      margin-top: calc(20px / -2);
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      color: #6d7278;
      content: "\f002";
      /* border-right: 1px solid var(--hr-border);*/
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

.search-box--without-button input[type="submit"] {
    display: none;
  }

.search-box--without-button #query {
    padding-right: 55px;
    padding-left: calc(55px + 16px);
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

.search-box--without-button #query::-moz-placeholder {
      color: #a5a1a1;
      opacity: 1;
    }

.search-box--without-button #query:-ms-input-placeholder {
      color: #a5a1a1;
    }

.search-box--without-button #query::-webkit-input-placeholder {
      color: #a5a1a1;
    }

@media (min-width: 768px) {

.search-box--without-button #query {
      height: 60px
  }
    }

.search-box--without-button #query:focus {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    }

.search-box-small {
  margin-top: 5px;
}

@media (max-width: 767px) {

.search-box-small {
    margin-bottom: calc(18px * 1.6 * 1.5)
}

    .search-box-small .search {
      margin-left: 30px;
    }
  }

.search-box-small .search {
    position: relative;
  }

.search-box-small .search:before {
      position: absolute;
      top: 50%;
      left: -30px;
      padding-right: 16px;
      margin-top: calc(20px / -2);
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      color: #6d7278;
      content: "\f002";
      border-right: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

.search-box-small #query {
    border: solid 1px #8D9298;
  }

.search-box-small #query::-moz-placeholder {
      color: #8D9298;
      opacity: 1;
    }

.search-box-small #query:-ms-input-placeholder {
      color: #8D9298;
    }

.search-box-small #query::-webkit-input-placeholder {
      color: #8D9298;
    }

.category h2 > a {
      color: inherit;
    }

@media (max-width: 767px) {

.category {
    padding-bottom: calc(18px * 1.6 / 2)
}
  }

.category + .category {
  padding-top: calc(18px * 1.6 * 2);
  border-top: 1px dotted #c4c4c4;
}

.section h3 > a {
  color: inherit;
}

.section:nth-of-type(1n) {
    clear: none;
  }

.section:nth-of-type(2n + 1) {
    clear: both;
  }

@media (min-width: 768px) {

#category-list {
    margin-bottom: calc(18px * 1.6)
}
  }

.category-item {
  position: relative;
  display: table;
  height: 76px;
  margin-bottom: calc(18px * 1.6);
}

@media (min-width: 768px) {

.category-item {
    height: 150px
}
  }

.category-item__link {
  display: table-cell;
  padding: 0 10px;
  color: #0d81b4;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #0d81b4;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.category-item__link:active,
  .category-item__link:focus,
  .category-item__link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d81b4;
  }

.category-item__link h4 {
    margin-bottom: 0;
  }

.category-item__title {
  margin-bottom: 0;
  font-size: calc(18px * 1.1);
}

.section {
  margin-bottom: calc(18px * 1.6 * 2);
}

.section .article-list {
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
  }

@media (min-width: 768px) {

.section-header {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.section-header__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {
  .section-header__col--main {
    width: 100%;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .section-header__col--button {
    margin-bottom: calc(18px * 1.6);
  }
}

@media (min-width: 768px) {
  .section-header__col--button {
    padding: 32px 0 0;
  }
}

.section-row {
  margin-bottom: 64px;
}

.section-row__icon {
  width: 154px;
  height: 154px;
}

.section-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* .section-row__icon-wrapper {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.section-row:nth-child(even) .section-row__icon-wrapper {
  -webkit-box-pack: start;
  justify-content: flex-start;
} */

.article-promoted span {
  font-size: 28px;
  line-height: 37px;
  color: #F7D652;
  vertical-align: top;
}

.promoted-true:before {
  margin-right: 8px;
  margin-bottom: 3px;
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: 21px;
  line-height: 1;
  color: #F7D652;
  content: "\f005";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-list {
  margin-bottom: calc(18px * 1.6 / 2);
}

.article-list li {
    margin-bottom: calc(18px * 1.6 / 2);
  }

.footer {
  padding: calc(18px * 1.6) 0;
  font-size: calc(18px - 2px);
  line-height: 1.1;
  color: #999;
  background-color: rgba(255, 255, 255, 1);
}

.footer a {
    color: #999;
  }

.footer a:hover {
      color: #8c8c8c;
    }

.footer .footer-social-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px !important;
    line-height: 24px !important;
    color: rgba(153, 153, 153, 1);
    vertical-align: middle;
  }

.footer .footer-social-link + .footer .footer-social-link {
      margin: 0 0 0 10px;
    }

.footer__inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {

.footer__inner {
    display: table
}
  }

.footer__col {
  position: relative;
}

@media (min-width: 768px) {

.footer__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.footer__col--social-links {
    text-align: right
}
  }

.copyright a {
  color: #999;
}

.footer .container-inner {
  padding-top: calc(18px * 1.6);
  border-top: 1px solid #eaeaea;
}

.layout {
  overflow-x: hidden;
}

.breadcrumbs {
  padding: 8px 0;
  margin-bottom: calc(18px * 1.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  background-color: transparent;
}

.breadcrumbs > li {
    display: inline;
  }

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

.breadcrumbs.breadcrumbs-article > li:before {
      padding: 0 0.5rem;
      color: #ccc;
      content: "› ";
    }

.article-page .breadcrumbs-container {
    padding-top: 8px;
    padding-bottom: 40px;
  }

.article-page .breadcrumbs {
    display: inline;
  }

.breadcrumbs-hr {
  margin: 0px 60px 40px;
}

.hide-category .breadcrumbs > li:nth-child(2) {
    display: none;
  }

.hide-section .breadcrumbs > li:nth-child(3) {
    display: none;
  }

.search-results {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .search-results-column {
    margin-bottom: calc(18px * 1.6)
  }
}

@media (min-width: 768px) {
  .search-results-column {
    float: left;
/*     width: 50%; */
    padding-right: 16px
  }
}

.search-result {
  margin: 0 0 calc(18px * 1.6) 0;
}

.search-result-meta {
  margin: 0 0 calc(18px * 1.6 / 4) 0;
  font-size: calc(18px - 2px);
  color: #817d7d;
}

.search-result-meta a {
    color: #817d7d;
  }

.search-result-link {
  margin-bottom: 0 0 calc(18px * 1.6 / 4) 0;
  font-size: 28px;
}

.search-result-description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: bold;
    background-color: #fff3ca;
    border-radius: 3px;
  }

.search-result-votes {
  color: #83EFA3;
}

.search-result-votes:before {
  margin-right: 2px;
}

.note {
  position: relative;
  padding: 0 16px;
  margin-top: calc(18px * 1.6);
  margin-bottom: calc(18px * 1.6);
  color: #7a7a7a;
  border-left: 4px solid transparent;
}

.note p:last-child {
    margin-bottom: 0;
  }

.note-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.note-default {
  border-color: #787b7c;
}

.note--default {
  border-color: #787b7c;
}

.note-default .note-title {
    color: #787b7c;
  }

.note--default .note-title {
    color: #787b7c;
  }

.note-info,
.note--info {
  border-color: #0BADCF;
}

.note-info .note-title, .note--info .note-title {
    color: #0BADCF;
  }

.note-warning,
.note--warning {
  border-color: #F7D652;
}

.note-warning .note-title, .note--warning .note-title {
    color: #F7D652;
  }

.note-success,
.note--success {
  border-color: #83EFA3;
}

.note-success .note-title, .note--success .note-title {
    color: #83EFA3;
  }

.note-danger,
.note--danger {
  border-color: #E3515F;
}

.note-danger .note-title, .note--danger .note-title {
    color: #E3515F;
  }

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 calc(18px * 1.6) 0;
  }

.pagination ul > li {
      display: inline-block;
      margin-right: 6px;
    }

.pagination ul > li > a {
        position: relative;
        display: block;
        padding: 8px
          calc(16px);
        line-height: 1.6;
        color: #0d81b4;
        text-decoration: none;
        background-color: #fff;
        border-radius: 4px;
      }

.pagination ul > li > span {
        position: relative;
        display: block;
        padding: 8px
          calc(16px);
        line-height: 1.6;
        color: #0d81b4;
        text-decoration: none;
        background-color: #fff;
        border-radius: 4px;
      }

.pagination ul > li > a:hover {
        color: #084e6d;
        background-color: #c4c4c4;
        border-color: #ddd;
      }

.pagination ul > li > a:focus {
        color: #084e6d;
        background-color: #c4c4c4;
        border-color: #ddd;
      }

.pagination ul > li > span:hover {
        color: #084e6d;
        background-color: #c4c4c4;
        border-color: #ddd;
      }

.pagination ul > li > span:focus {
        color: #084e6d;
        background-color: #c4c4c4;
        border-color: #ddd;
      }

.pagination ul > .pagination-current > span,
      .pagination ul > .pagination-current > span:hover,
      .pagination ul > .pagination-current > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #054E82;
        border-color: #054E82;
      }

.container {
  padding-right: 15px;
  padding-left: 15px;
}

main,
.container-inner {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.basics-container {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.menu-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border-radius: calc(2rem / 15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 843px) {

.menu-button {
    display: none
}
  }

.menu-button:hover {
    opacity: 1;
  }

.menu-button:active {
    outline: 0;
    box-shadow: none;
    -webkit-transition: 0;
    transition: 0;
  }

.menu-button:focus {
    outline: 0;
  }

.menu-button__lines {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 0.13333rem;
  background: #fff;
  border-radius: 0.13333rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-button__lines:before,
  .menu-button__lines:after {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 2rem;
    height: 0.13333rem;
    content: "";
    background: #fff;
    border-radius: 0.13333rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: calc(2rem / 14) center;
            transform-origin: calc(2rem / 14) center;
  }

.menu-button__lines:before {
    top: calc(2rem / 4);
  }

.menu-button__lines:after {
    top: calc(2rem / -4);
  }

.menu-button.is-pressed {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}

.menu-button.is-pressed .menu-button__lines {
    background: transparent;
  }

.menu-button.is-pressed .menu-button__lines:before,
    .menu-button.is-pressed .menu-button__lines:after {
      top: 0;
      width: 2rem;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }

.menu-button.is-pressed .menu-button__lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg);
    }

.menu-button.is-pressed .menu-button__lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg);
    }

.help-center-name {
  display: inline-block;
  padding: 5px 0px 10px 20px;
  margin: 15px 0 0 calc(16px / 2);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.81);
  vertical-align: top;
  border-left: 1px solid rgba(255,255,255,0.81);
}

@media (min-width: 768px) {

.help-center-name {
    margin: 15px 0 0 calc(16px / 2)
}
  }

@media (min-width: 992px) {

.help-center-name {
    margin: 15px 0 0 calc(16px / 2)
}
  }

.help-btn {
  display: inline-block;
  padding: 5px 0px 5px 20px;
  margin: 15px 0 0 calc(16px / 2);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.81);
  vertical-align: middle;
  
}

@media (min-width: 768px) {

.help-btn {
    margin: 0px 0 0 calc(16px / 2)
}
  }

@media (min-width: 992px) {

.help-btn {
    margin: 15px 0 0 calc(16px / 2)
}
  }

.intro-title {
  position: relative;

  margin-bottom: calc(18px * 1.6);
  font-size: 36px;
  font-weight: 400;
  color: rgba(255,255,255,0.81);
}

@media (min-width: 768px) {

.intro-title {
    margin-bottom: calc(18px * 1.6 * 2);
    font-size: 60px
}
  }

.meta {
  font-size: calc(18px - 2px);
  color: #817d7d;
}

.meta__item {
  display: inline-block;
  margin-right: calc(16px / 2);
}

.meta__item + .meta__item:before {
    margin-right: calc(16px / 2);
    font-size: 10px;
    content: "\2022";
  }

.meta--profile {
  margin-bottom: 0;
}

.meta--profile .meta__item {
    margin-bottom: 0;
  }

.avatar {
  position: relative;
}

.avatar--agent:before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: -4px;
    font-family: "Font Awesome 5 Free";

    font-size: calc(18px * 0.85);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #054E82;
    content: "\f19d";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.user-avatar {
  border-radius: 100%;
}

.user-avatar--default {
  width: 32px;
  height: 32px;
}

#user .user-avatar {
  width: 32px;
  height: 32px;
}

.user-avatar--profile {
  width: 65px;
  height: 65px;
}

.comment-avatar-agent:after,
.question-avatar-agent:after,
.answer-avatar-agent:after {
  position: absolute;
}

.comment-avatar-agent:after {
  top: 0;
  left: calc(32px - (18px / 2));
}

.question-avatar-agent:after,
.answer-avatar-agent:after {
  left: calc(32px - (18px / 2));
}

.user-avatar,
.article-avatar img,
.comment-avatar img,
.question-avatar img,
.answer-avatar img {
  border-radius: 100%;
}

.user-avatar,
.article-avatar img,
.comment-avatar img,
.question-avatar img,
.answer-avatar img {
  width: 32px;
  height: 32px;
}

.comment-avatar-agent:after,
.question-avatar-agent:after,
.answer-avatar-agent:after {
  color: #054E82;
}

.comments__callout {
  font-size: calc(18px * 0.85);
  color: #817d7d;
}

.comments__callout:empty {
    display: none;
  }

.comments__list {
  padding-left: 0;
  list-style: none;
}

.comment-list-header {
  padding-bottom: calc(18px * 1.6 / 2);
  margin-bottom: calc(18px * 1.6);
  border-bottom: 1px solid #c4c4c4;
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: calc(18px * 1.1);
  font-weight: bold;
}

.comment-sorter {
  padding-bottom: calc(18px * 1.6);
  margin-bottom: calc(18px * 1.6 * 1.25);
  border-bottom: 1px dotted #c4c4c4;
}

@media (min-width: 768px) {

.comment-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.comment-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.comment-sorter__col--main {
    margin-bottom: calc(18px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.comment-sorter__col--main {
    padding-right: 16px
}
  }

@media (min-width: 768px) {

.comment-sorter__col--filters {
    text-align: right
}
  }

.comment-sorter__item.is-active {
    font-weight: bold;
  }

.comment-sorter__item + .comment-sorter__item:before {
    margin: 0 calc(16px / 2);
    font-size: 10px;
    content: "\2022";
  }

.comment {
  padding-bottom: calc(18px * 1.6 * 1.25);
  margin-bottom: calc(18px * 1.6 * 1.25);
  border-bottom: 1px dotted #c4c4c4;
}

.comment__inner {
  position: relative;
  padding-right: calc(40px + 16px);
}

.comments__content {
  position: relative;
  padding-right: 16px;
}

.comment__header {
  position: relative;
  margin-bottom: calc(18px * 1.6);
}

.comment__voting-and-actions {
  position: absolute;
  top: calc(18px * 1.6 / 4);
  right: 0;
  width: 40px;
  text-align: center;
}

.comment__voting-and-actions .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f013";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.comment__official-heading {
  position: absolute;
  top: 0;
  right: calc(16px * 3);
  width: auto;
  padding: 1px calc(16px / 2);
  font-size: calc(18px * 0.85);
  color: #fff;
  background-color: #054E82;
  border-radius: 0 0 4px 4px;
}

.comment--official .comment__inner {
    position: relative;
    padding: calc(18px * 1.6)
      calc(16px * 2);
    background-color: #8bccfb;
    border: 1px solid #054E82;
    border-radius: 4px;
  }

.comment__body ul {
    margin-left: 16px;
  }

.comment__body ol {
    margin-left: 16px;
  }

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

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

.comment-form {
  position: relative;
  margin-bottom: calc(18px * 1.6);
}

@media (min-width: 768px) {

.comment-form {
    padding-left: calc(32px + 16px)
}
  }

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {

.comment-form__avatar {
    display: none
}
  }

.comment-form__body {
  margin-bottom: calc(18px * 1.6);
}

.comment-form__attachments {
  margin-bottom: calc(18px * 1.6);
}

.comment-form__mark-as-solved {
  position: relative;
}

.comment-form__comment-ccs ul {
    margin-bottom: 0;
  }

.promoted-articles__list {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.promoted-articles__title {
  margin-bottom: calc(18px * 1.6);
  font-size: 36px;
}

.promoted-articles-item__title {
  display: block;
  margin-bottom: calc(18px * 1.6 / 4);
  font-size: calc(18px * 1.1);
}

.promoted-articles-item__desc {
  margin-top: 0;
}

.error-page {
  padding: 0;
  margin-bottom: calc(18px * 1.6 * 2);
}

.error-page h2 {
    font-size: 28px;
  }

.satisfaction-box {
  padding: calc(8px * 2) 16px;
  margin: 0 0 calc(18px * 1.6) 0;
  background-color: #eee;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}

.satisfaction-box h4 {
    font-weight: bold;
  }

.satisfaction-box h4:last-child {
      margin-bottom: 0;
    }

.satisfaction-box input[type="radio"] ~ label {
  padding: 8px;
  margin-right: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: 0;
  border: inherit;
  border-radius: ;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="good"]
  + label:not([class="disabled"]) {
  background: #83EFA3 !important;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="bad"]
  + label:not([class="disabled"]) {
  background: #E3515F !important;
}

.satisfaction-box
  input[type="radio"][checked="checked"]
  + label:not([class="disabled"]) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.satisfaction-box label.disabled {
  display: inline-block;
  padding: 0 !important;
  margin-bottom: calc(18px * 1.6) !important;
  text-shadow: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #83EFA3 !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #E3515F !important;
}

.satisfaction-comment {
  margin-top: calc(18px * 1.6);
}

.satisfaction-box .satisfaction-submit {
  padding: 8px;
  margin-left: calc(18px * 1.6 / 2) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: 0;
  background: #83EFA3;
  border-color: #6cec92;
  border-radius: 4px;
}

.community {
  padding: 8px 16px;
  margin-bottom: calc(18px * 1.6);
  border: 1px dotted #c4c4c4;
  border-radius: 4px;
}

.my-activity-item {
  padding: 8px 16px;
  margin-bottom: calc(18px * 1.6);
  border: 1px dotted #c4c4c4;
  border-radius: 4px;
}

@media (min-width: 768px) {

.my-activity-item__title {
    max-width: 70%
}
  }

.my-activity-item__meta {
  font-size: calc(18px - 2px);
  color: #817d7d;
}

.my-activity-item--request {
  position: relative;
}

.my-activity-item--request .request-status {
    display: inline-block;
  }

@media (max-width: 767px) {

.my-activity-item--request .request-status {
      margin-bottom: calc(18px * 1.6 / 2)
  }
    }

@media (min-width: 768px) {

.my-activity-item--request .request-status {
      position: absolute;
      top: 16px;
      right: 16px
  }
    }

.my-activities-header {
  margin-bottom: calc(18px * 1.6);
}

.my-activities-menu {
  font-weight: bold;
}

.my-activities-menu__items {
  margin-top: 0;
  margin-bottom: 0;
}

.my-activities-menu__item {
  float: left;
  margin-bottom: 0;
  color: #adadad;
}

.my-activities-menu__item a {
    display: block;
  }

.my-activities-menu--main {
  margin-bottom: calc(18px * 1.6);
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 4px;
}

.my-activities-menu--main .my-activities-menu__item.is-active {
      color: #fff;
      background-color: #054E82;
    }

.my-activities-menu--main .my-activities-menu__item.is-active {
      padding: 16px 16px;
    }

.my-activities-menu--main .my-activities-menu__item a {
      padding: 16px 16px;
    }

@media (min-width: 768px) {
    .my-activities-menu--main .my-activities-menu__item + .my-activities-menu__item {
      border-left: 1px solid #fff;
    }
  }

.my-activities-menu--sub {
  margin-bottom: calc(18px * 1.6);
}

.my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item {
    padding-left: 16px;
  }

@media (max-width: 991px) {

#quick-search {
    margin-bottom: calc(18px * 1.6 / 2)
}
  }

@media (min-width: 992px) {

#quick-search {
    float: left;
    max-width: 300px
}
  }

@media (max-width: 991px) {

.request-filter {
    margin-bottom: calc(18px * 1.6 / 2)
}
  }

.my-activities-header {
  margin-bottom: calc(18px * 1.6);
}

.my-activities-items {
  margin-bottom: calc(18px * 1.6 * 2);
}

@media (min-width: 768px) {

.my-activities-items {
    display: table;
    width: 100%
}
  }

.my-activities-items__head {
  display: none;
  color: #817d7d;
}

@media (min-width: 768px) {

.my-activities-items__head {
    display: table-header-group;
    font-size: calc(18px * 0.85);
    font-weight: bold;
    text-transform: uppercase
}
  }

@media (min-width: 768px) {

.my-activities-items__body {
    display: table-row-group
}
  }

@media (min-width: 768px) {

.my-activities-items__row {
    display: table-row
}
  }

@media (min-width: 768px) {

.my-activities-items__col {
    display: table-cell;
    padding-top: calc(18px * 1.6 / 2);
    padding-bottom: calc(18px * 1.6 / 2);
    border-bottom: 1px dotted #c4c4c4
}

    .my-activities-items__col + .my-activities-items__col {
      padding-left: 16px;
    }
  }

@media (max-width: 767px) {

.my-activities-items__request-id {
    display: inline
}
  }

@media (min-width: 768px) {

.my-activities-items__request-id {
    display: none
}
  }

.request-table-toolbar {
  padding-top: calc(8px * 2);
  padding-bottom: 8px;
  margin-bottom: calc(18px * 1.6);
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 768px) {

.request-table-toolbar {
    padding-top: 8px;
    padding-bottom: calc(8px * 2)
}
  }

.request-table-toolbar label {
    font-size: calc(18px * 0.85);
    text-transform: uppercase;
  }

@media (min-width: 768px) {

.request-table-filters {
    display: table;
    width: 100%
}
  }

.request-table-filters__item {
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 767px) {

.request-table-filters__item {
    margin-bottom: calc(18px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
}
  }

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

.request-table-organization__col--button {
  padding-left: calc(16px / 2);
}

.requests-sort-symbol {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.requests-sort-symbol:after {
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    color: #817d7d;
    content: "\f0d7";
  }

.requests-link {
  white-space: nowrap;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: "\f0d8";
}

.share {
  white-space: nowrap;
}

.share li {
  position: relative;

  display: inline-block;
  vertical-align: top;
}

.share a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #817d7d;
  border: 1px solid #817d7d;
  border-radius: 4px;
  touch-action: manipulation;
}

.share a:before {
    position: relative;

    display: inline-block;
    width: 100%;
    text-align: center;
  }

.share-facebook:hover {
  color: #3d5b95;
}

.share-twitter:hover {
  color: #24aadd;
}

.share-linkedin:hover {
  color: #0976b4;
}

.share-googleplus:hover {
  color: #d23e30;
}

.request {
  position: relative;
}

.request-sidebar dt:first-child {
    margin-bottom: calc(18px * 1.6 / 2);
  }

.request-sidebar dd {
    margin-bottom: calc(18px * 1.6 / 2);
  }

.request-id {
  display: block;
  margin-bottom: calc(18px * 1.6 / 2);
}

.request-description {
  margin-bottom: calc(18px * 1.6);
}

.request-details {
  padding: calc(18px * 1.6 / 2) 15px;
  background-color: #fcfcfc;
}

.request-status {
  padding: calc(8px / 4)
    calc(16px / 4);
  font-size: calc(18px - 2px);
  color: #fff;
  border-radius: 4px;
}

.request-status--solved,
.request-status--closed {
  background-color: #83EFA3;
}

.request-status--new,
.request-status--open {
  background-color: #E3515F;
}

.request-status--answered {
  background-color: #F7D652;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #787b7c;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(18px * 1.6);
}

.table th,
  .table td {
    padding: 12px;
    vertical-align: top;
  }

.table td {
    border-top: 1px solid #c6c7c7;
  }

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

.table tbody + tbody {
    border-top: 1px solid #c6c7c7;
  }

.table .table {
    background-color: #fff;
  }

.table--color-header th {
    color: #fff;
    background-color: #054E82;
  }

.table--striped th,
  .table--striped td,
  .table--striped thead th {
    border-color: #fff;
  }

.table--striped tbody tr:nth-child(odd) {
    color: inherit;
    background-color: #c4c4c4;
  }

.table--hover tbody tr:hover {
    color: inherit;
    background-color: #c4c4c4;
  }

.table--bordered {
  border: 1px solid #c6c7c7;
}

.table--bordered td {
    border-left: 1px solid #c6c7c7;
  }

.table--bordered th {
    border-left: 1px solid #c6c7c7;
  }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {

.table-responsive {
    width: 100%;
    margin-bottom: calc(18px * 1.6 * 0.75);
    overflow-y: hidden;
    border: 1px solid #c6c7c7;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table {
      margin-bottom: 0;
    }
          .table-responsive > .table > thead > tr > th,
          .table-responsive > .table > thead > tr > td,
          .table-responsive > .table > tbody > tr > th,
          .table-responsive > .table > tbody > tr > td,
          .table-responsive > .table > tfoot > tr > th,
          .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
          }
  }

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.embed img, .embed-responsive img {
    width: 100%;
  }

.embed iframe,
  .embed embed,
  .embed object,
  .embed video,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.embed:focus, .embed-responsive:focus {
    outline: none !important;
  }

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

.visibility-internal-icon:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f023";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-result-votes:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f164";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.recent-activity-item-comment span:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f075";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-vote-up:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f164";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-vote-down:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f165";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vote-controls a {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.share a:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.dropdown-toggle:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article {
  position: relative;
}

.article-header {
  margin-bottom: calc(18px * 1.6);
}

.article-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(18px * 1.6);
}

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  width: 100%;
  padding-right: 16px;
}

.article__body {
  margin-bottom: calc(18px * 1.6);
}

.article__body ul {
    margin-left: 16px;
  }

.article__body ol {
    margin-left: 16px;
  }

.article__body ul ul {
      margin-top: calc(18px * 1.6 / 2);
    }

.article__body ul ol {
      margin-top: calc(18px * 1.6 / 2);
    }

.article__body ol ul {
      margin-top: calc(18px * 1.6 / 2);
    }

.article__body ol ol {
      margin-top: calc(18px * 1.6 / 2);
    }

.article__body ul li {
/*       margin-bottom: calc(18px * 1.6 / 2); */
    }

.article__body ol li {
      margin-bottom: calc(18px * 1.6 / 2);
    }

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

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

.article__body .wysiwyg-font-size-x-large {
    font-size: 32px;
  }

.article__body .wysiwyg-font-size-large {
    font-size: 28px;
  }

.article__body .wysiwyg-font-size-medium {
    font-size: 18px;
  }

.article__body .wysiwyg-font-size-small {
    font-size: calc(18px * 0.85);
  }

.article__body .list-bullet,
  .article__body .list-colored {
    list-style-type: none;
  }

.article-footer {
  padding-top: calc(18px * 1.6 / 2);
  border-top: 1px dotted #c4c4c4;
}

.article-share {
  padding: calc(18px * 1.6) 0 0;
  border-top: 1px solid #c4c4c4;
}

.article-vote {
  display: table;
  margin-bottom: calc(18px * 1.6);
}

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

.article-vote > * + * {
  padding-left: 16px;
}

.article-vote-up:hover,
  .article-vote-up.article-voted {
    color: #83EFA3 !important;
  }

.article-vote-down:hover,
  .article-vote-down.article-voted {
    color: #E3515F !important;
  }

.article-vote-controls {
  white-space: nowrap;
}

.article-vote-controls a {
    color: #817d7d;
  }

.article-vote-count {
  color: #817d7d;
}

.article-footer {
  margin-bottom: calc(18px * 1.6);
}

.article__attachments {
  margin-bottom: calc(18px * 1.6);
}

.article-more-questions {
  margin-bottom: calc(18px * 1.6);
  clear: both;
}

.article-more-questions a {
    white-space: nowrap;
  }

.article-vote-question {
  font-size: calc(18px - 2px);
  font-weight: 500;
  color: #817d7d;
}

.article-sidebar h3 {
  margin-top: 32px;
  font-size: 28px;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.custom-blocks__title {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 400;
  color: #817d7d;
  text-align: center;
}

.custom-blocks {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.custom-block {
  min-height: 190px;
  margin-bottom: calc(18px * 1.6);
}

.custom-block a {
    display: block;
  }

.custom-block.is-active .custom-block__title {
      color: #0d81b4;
    }

@media (max-width: 767px) {

.custom-block {
    min-height: 190px
}
  }

.custom-block__icon {
  display: -webkit-box;
  display: flex;
  min-height: 140px;
  text-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.custom-block__image {
  min-height: 53px;
  max-height: 58px;
  margin-bottom: calc(18px * 1.6);
}

@media (min-width: 480px) {

.custom-block__image {
    min-height: 83px;
    max-height: 90px
}
  }

@media (min-width: 768px) {

.custom-block__image {
    min-height: 63px;
    max-height: 68px
}
  }

@media (min-width: 992px) {

.custom-block__image {
    min-height: 73px;
    max-height: 79px
}
  }

@media (min-width: 1200px) {

.custom-block__image {
    min-height: 83px;
    max-height: 90px
}
  }

.custom-block__link {
  display: block;
}

.custom-block__link img,
  .custom-block__link svg,
  .custom-block__link img svg {
    color: rgba(62, 137, 191, 1);
    fill: rgba(62, 137, 191, 1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

.custom-block__link:hover img,
    .custom-block__link:hover svg,
    .custom-block__link:hover img svg {
      color: #0BADCF;
      fill: #0BADCF;
    }

.custom-block__title {
  font-size: 18px;
  font-weight: 400;
  color: #0d81b4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {

.custom-block__title {
    margin-bottom: calc(18px * 1.6)
}
  }

.custom-block__disabled {
  position: absolute;
  top: 10px;
  left: 50%;
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #817d7d;
  border-radius: 4px;
  -webkit-transform: rotate(-15deg) translateX(-50%);
          transform: rotate(-15deg) translateX(-50%);
}

/*
.sections-tabs.tabs {
  .tab li {
    padding: 10px 0px;
    float: none;
    display: block;
  }

  .tabs-content {
    border-top: 1px solid var(--hr-border);
  }

  .tabs-link {
    border: none !important;
    border-radius: 0;
  }

  .tab {
    border: none !important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-block__title {
    font-size: 14px;

    @media (--screen-xs) {
      font-size: 14px;
    }

    @media (--screen-sm) {
      font-size: 18px;
    }
  }
} */

.section-article a {
    font-size: 21px;
    color: #0d81b4 !important;
  }

.section-article a:hover {
      color: #0BADCF !important;
    }

@media (max-width: 767px) {
    .topbar .language-selector .dropdown-menu {
      position: static;
      margin: 0;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
    }

    .topbar .language-selector .dropdown-menu [role="menuitem"] {
      padding-right: 0;
      padding-left: 0;
    }
  }

.community-recent-activity {
  padding: calc(18px * 1.6) 16px;
  margin-bottom: calc(18px * 1.6 * 2);
  border: 1px dotted #c4c4c4;
  border-radius: 4px;
}

.community-recent-activity h4 {
    font-weight: bold;
  }

.community-recent-activity .recent-activity-header {
    display: none;
  }

.community-recent-activity .recent-activity-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-list {
      margin-right: 5px;
      margin-left: 5px
  }
    }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-item {
      display: inline-block;
      width: 50%;
      padding-right: 15px;
      padding-left: 15px;
      
      vertical-align: top
  }
    }

.community-recent-activity .recent-activity-item-meta {
    font-size: calc(18px * 0.85);
    color: #817d7d;
  }

.community-recent-activity .recent-activity-item-comment span:before {
    display: inline-block;
    margin-right: calc(16px / 4);
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f075";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.community-recent-activity .recent-activity-item-parent {
    font-weight: bold;
    color: rgba(96, 96, 96, 1);
  }

.page-header {
  position: relative;
  margin: 0 0 calc(18px * 1.6);
}

.page-header--with-border {
  border-bottom: 1px dotted #c4c4c4;
}

.page-description {
  margin: 0 0 calc(18px * 1.6) 0;
  color: #c6c6c6;
}

.page-description:empty {
  display: none;
}

.profile-header {
  padding: calc(18px * 1.6) 15px;
  margin-bottom: calc(18px * 1.6);
  color: rgba(96, 96, 96, 1);
  text-align: center;
  background-color: #EEEAE9;
  border-radius: 4px;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: calc(18px * 1.6 / 2);
  font-size: 32px;
}

.profile-header__name a {
    color: rgba(96, 96, 96, 1);
  }

@media (min-width: 768px) {

.profile-header__name {
    font-size: 36px;
    font-weight: 300
}
  }

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(18px * 1.6);
  background-color: #054E82;
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  display: none;
  padding-left: 0;
  margin-bottom: calc(18px * 1.6 / 2);
  font-size: calc(18px * 0.85);
  color: #817d7d;
  list-style: none;
}

.profile-stats__stat {
  margin-right: 16px;
  margin-bottom: calc(18px * 1.6 / 4);
}

@media (max-width: 767px) {

.profile-stats__stat {
    display: block
}

    .profile-stats__stat:before {
      display: none;
    }
  }

.profile-stats__label {
  margin-right: calc(16px / 2);
}

.profile-stats__value {
  color: rgba(96, 96, 96, 1);
}

.profile-nav {
  margin-bottom: calc(18px * 1.6);
  overflow: hidden;
  font-size: calc(18px * 0.85);
  font-weight: 600;
  background-color: #eff0f2;
  border-radius: 4px;
}

.profile-nav__items {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {

.profile-nav__item {
    display: inline-block;
    vertical-align: middle
}
  }

.profile-nav__item a {
    display: block;
    color: rgba(96, 96, 96, 1);
  }

.profile-nav__item.is-active {
    color: #fff;
    background-color: #054E82;
  }

.profile-nav__item.is-active {
    padding: calc(18px * 1.6 / 1.5)
      16px;
    line-height: 1;
  }

.profile-nav__item a {
    padding: calc(18px * 1.6 / 1.5)
      16px;
    line-height: 1;
  }

.profile-nav__item:after {
    right: 16px !important;
  }

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(18px * 1.6);
}

.profile-section__title {
  margin-bottom: calc(18px * 1.6 / 2);
  font-size: 32px;
}

.profile-section__description {
  font-size: calc(18px * 0.85);
  color: #817d7d;
}

@media (min-width: 768px) {

.profile-section__description {
    padding-bottom: 0
}
  }

.profile-section-sorter {
  font-size: calc(18px * 0.85);
}

.profile-section-sorter .dropdown {
    display: inline-block;
  }

@media (min-width: 768px) {

.profile-section-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.profile-section-sorter {
    padding-top: 0;
    border-top: 0
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.profile-section-sorter__col--main {
    margin-bottom: calc(18px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--main {
    padding-right: 16px
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--btn {
    text-align: right
}
  }

.profile-contribution {
  position: relative;
  padding: calc(18px * 1.6 / 2) 15px;

  word-wrap: break-word;
  background-color: #eff0f2;

  border-radius: 4px;
}

.profile-contribution__header {
  margin-bottom: calc(18px * 1.6 / 4);
}

.profile-contribution__status {
  margin-bottom: calc(18px * 1.6 / 4);
}

.profile-contribution__title {
  margin-top: 0;
  margin-bottom: calc(18px * 1.6 / 4);
  font-size: 18px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: calc(18px * 1.6 / 2);
}

.profile-contribution--list .profile-contribution__title:before {
    display: inline-block;
    margin-right: 2px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(18px * 1.6 / 2);
  font-size: (calc(18px * 0.85));
}

.profile__no-activity {
  color: #817d7d;
  text-align: center;
}

.profile__private-activity {
  color: #817d7d;
  text-align: center;
}

.profile-activity-list {
  padding-left: 0;
  list-style: none;
}

.profile-activity {
  position: relative;
  margin-bottom: calc(18px * 1.6 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(18px * 1.6 / 2);

  font-size: calc(18px * 0.85);
  font-weight: 600;
}

.profile-activity__header:before {
    display: inline-block;
    margin-right: 2px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(16px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before {
  margin-right: calc(18px * 1.6) / 6;
  content: "\f15c";
}

.profile-activity[class$="-article"] .profile-activity__header:before {
  margin-right: calc(18px * 1.6) / 6;
  content: "\f15c";
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: "\f086";
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  font-weight: 400;
  content: "\f075";
}

.user-subscribe {
  display: inline-block;
}

.status-label {
  padding: 2px calc(16px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.status-label--pending {
  background-color: #F7D652;
}

.status-label--with-ticket {
  background-color: #054E82;
}

.status-label--with-ticket:hover,
  .status-label--with-ticket:focus,
  .status-label--with-ticket:active {
    color: #fff;
  }

.status-label--solved,
.status-label--closed {
  background-color: #83EFA3;
}

.status-label--new,
.status-label--open {
  background-color: #E3515F;
}

.status-label--answered {
  background-color: #F7D652;
}

.status-label--official {
  background-color: #054E82;
}

.status-label--completed,
.status-label--answered {
  background-color: #83EFA3;
}

.status-label--planned {
  background-color: #054E82;
}

.status-label--not-planned {
  color: rgba(96, 96, 96, 1);
  background-color: #c4c4c4;
}

.entry-info {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  font-size: calc(18px * 0.85);
}

.entry-info__avatar {
  padding-right: 16px;
}

.entry-info__content {
  display: table-cell;
  vertical-align: top;
  -webkit-box-flex: 1;
          flex: 1;
}

.entry-info__follow {
  float: right;
}

.attachment-list {
  padding-left: 0;
  margin: 0;
  font-size: calc(18px * 0.85);
  list-style: none;
}

.attachment-list__item {
  position: relative;
  padding-left: calc(16px * 1.5);
  margin-bottom: calc(18px * 1.6 / 2);
}

.attachment-list__item:last-child {
    margin-bottom: 0;
  }

.attachment-list__icon {
  position: absolute;
  top: 4px;
  left: 0;
}

.callout {
  padding: calc(18px * 1.6) 20px 0;
  margin-bottom: calc(18px * 1.6);
  background-color: #c4c4c4;
  border-left-style: solid;
  border-left-width: 5px;
}

.callout p {
    padding-bottom: calc(18px * 1.6);
    margin-bottom: 0;
  }

.callout--transparent {
  background-color: transparent;
  border-color: #dedede;
  border-width: 1px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: rgba(96, 96, 96, 1);
  background-color: #fff;
  border-color: #83EFA3;
}

.callout--success .callout__title {
    color: #83EFA3;
  }

.callout--info {
  color: rgba(96, 96, 96, 1);
  background-color: #85e4f9;
  border-color: #0BADCF;
}

.callout--info .callout__title {
    color: #0BADCF;
  }

.callout--warning {
  color: rgba(96, 96, 96, 1);
  background-color: #fdf5d6;
  border-color: #F7D652;
}

.callout--warning .callout__title {
    color: #F7D652;
  }

.callout--danger {
  color: rgba(96, 96, 96, 1);
  background-color: #fcebec;
  border-color: #E3515F;
}

.callout--danger .callout__title {
    color: #E3515F;
  }

.callout--primary {
  color: rgba(96, 96, 96, 1);
  background-color: #7dc6fa;
  border-color: #054E82;
}

.callout--primary .callout__title {
    color: #054E82;
  }

.callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

.image-with-border {
  padding: 10px;
  border: 1px solid #c6c7c7;
  border-radius: 4px;
}

.image-with-shadow {
  box-shadow: 0 5px 15px 2px #6d7278;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
  }

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
    width: 100%;
  }

.image-with-video-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 0;
    height: 0;
    font-size: 0;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

.image-with-video-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }

.image-with-video-icon:active:before, .image-with-video-icon:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
    }

.list-colored,
.list-bullet {
  padding-left: 0;
  margin-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}

.list-colored li {
    position: relative;
    padding-left: calc(30px + 16px);
    margin-bottom: calc(18px * 1.6 / 2) !important;
    counter-increment: list;
  }

.list-colored li:before {
      position: absolute;
      top: -3px;
      left: 0;
      z-index: 1;
      width: 30px;
      height: 30px;
      font-size: calc(18px * 0.85);
      line-height: 30px;
      color: #fff;
      text-align: center;
      content: counter(list);
      background-color: #054E82;
      border-radius: 50%;
    }

.list-colored ol {
    margin-bottom: 14px;
    list-style-type: none;
    counter-reset: list;
  }

.list-bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }

.list-bullet li:before {
      position: absolute;
      top: -2px;
      left: 0;
      width: auto;
      height: auto;
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      color: #054E82;
      vertical-align: bottom;
      content: "\f058";
      background-color: transparent;
    }

.list-bullet ul {
    margin-bottom: 14px;
    list-style: none;
  }

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  background-color: #29a1f7;
}

.text-info {
  background-color: #0BADCF;
}

.text-warning {
  background-color: #F7D652;
}

.text-danger {
  background-color: #E3515F;
}

.text-success {
  background-color: #83EFA3;
}

.accordion {
  padding-top: 0;
  margin-bottom: calc(18px * 1.6);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion__item-title {
  position: relative;
  padding: 15px 20px 15px 52px;
  font-size: 28px;
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
  }

.accordion__item-title:before {
    position: absolute;
    content: "";
  }

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.accordion__item-content p:last-child {
    margin-bottom: 0;
  }

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion__item .accordion__item-content {
  display: none;
}
.accordion__item.is-open .accordion__item-content {
  display: block;
}

.accordion--default .accordion__item-title:before {
    top: 50%;
    left: 22px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid #054E82;
    border-left: 2px solid #054E82;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

.accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
  }

.accordion--default .accordion__item-title--active:before {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }

.accordion--colored .accordion__item-title {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
    }

.accordion--colored .accordion__item-title:before {
      left: 20px;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #787b7c;
    }

.accordion--colored .accordion__item-title:after {
      position: absolute;
      left: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      content: "";
      background-color: #787b7c;
    }

.accordion--colored .accordion__item-title--active {
      color: #fff;
      background-color: #054E82;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
    }

.accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }

.accordion--colored .accordion__item-title--active:after {
        display: none;
      }

.tabs {
  margin-bottom: calc(16px * 1.5);
}
.tab {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab p:last-child {
/*     margin-bottom: 0; */
  }
@media (min-width: 768px) {
.tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
  }
.tab:nth-child(2) {
  border-top-left-radius: 0;
}
.tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-width: 0;
}
.tabs-link:hover {
    color: #276FD0;
  }
@media (max-width: 767px) {
.tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd
}

    .tabs-link:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
    }
  }
@media (min-width: 768px) {
.tabs-link {
    display: inline-block
}
  }
.tabs-link.is-active {
  color: #276FD0;
  cursor: pointer;
  border-color: #ddd;
}
.tabs-link.is-active:hover {
    color: #276FD0;
    cursor: default;
  }
@media (min-width: 768px) {
.tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
  }

.tabs-menu{
  white-space: nowrap;
  overflow-x: scroll;
}

.tabs-menu::-webkit-scrollbar {
  display: none;
}

.tabs--colored-1 .tab {
    background-color: #F6F7F8 !important;
  }
.tabs--colored-1 .tabs-link.is-active {
    background-color: #F6F7F8;
    border-bottom-color: #F6F7F8;
  }
.tabs--colored-2 .tabs-link:hover {
      color: #276FD0;
    }
.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
    background-color: #276FD0;
    border-color: #276FD0;
  }
.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }
.tabs--colored-2 .tab {
    background-color: #F6F7F8 !important;
  }


.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  color: #054E82;
  text-align: center;
  border: 1px solid #0d81b4;
  border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scroll-to-top:focus,
  .scroll-to-top:active {
    outline: 0;
  }

.scroll-to-top.is-active {
    bottom: 30px;
  }

.scroll-to-top:hover {
    color: #084e6d;
    border-color: #084e6d;
  }

@media (max-width: 767px) {

.scroll-to-top {
    display: none
}
  }

.scroll-to-top--fixed {
  position: fixed;

  right: 48px;
  bottom: calc(-4 * 48px);
}

.scroll-to-top--fixed.is-active {
    bottom: 48px;
  }

/* Custom at top*/

/* Original

.recent-articles h3 {
    margin-bottom: calc(18px * 1.6 / 2);
  }

.related-articles h3 {
    margin-bottom: calc(18px * 1.6 / 2);
  }

@media (min-width: 768px) {

.recent-articles h3 {
      margin-top: calc(18px * 1.6 / 2)
  }

.related-articles h3 {
      margin-top: calc(18px * 1.6 / 2)
  }
    }

.recent-articles ul, .related-articles ul {
    padding-left: 0;
    list-style: none;
  }

.recent-articles ul > li {
      margin-bottom: calc(18px * 1.6 / 2);
    }

.related-articles ul > li {
      margin-bottom: calc(18px * 1.6 / 2);
    }

.recent-articles ul > li a, .related-articles ul > li a {
        padding-bottom: 1px;
      }

.recent-articles h3 {
  font-size: 28px;
}

*/

/* Custom */

.section-articles {
  margin-bottom: calc(18px * 1.6);
}

.section-articles__title {
  margin-bottom: calc(18px * 1.6 / 2);
  font-size: 28px;
}

.section-articles__list {
  padding-left: 0;
  list-style: none;
}

.section-articles__item {
  margin-bottom: calc(18px * 1.6 / 2);
}

.carousel {
  padding-bottom: 48px;
  margin-bottom: 64px;
  border-bottom: 1px solid #c4c4c4;
  padding-left: 32px;
  padding-right: 32px;
}

.carousel-item {
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.carousel-item__link {
  outline: 0;
}

.carousel-item__link.is-active .carousel-item__image {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.carousel-item__link:not(.is-active) {
  color: #6d7278;
}

.carousel-item__link.is-active .carousel-item__image {
  opacity: 1;
}

.selected-slide .carousel-item__image {
  opacity: 1;
  transform: scale(1.5);
}

.carousel-item__image-wrap {
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}

.carousel-item__image {
  width: 100px;
  height: auto;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.carousel-item__name {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.carousel-item__link.is-active .carousel-item__name {
  border-color: #054E82;
}

.carousel .slick-prev:before,
.carousel .slick-next:before {
    font-family: "Font Awesome 5 Free";
  font-size: 36px;
  font-weight: 900;
  color: #817D7D;
}

.carousel .slick-prev:before {
  content: "\f104";
}

.carousel .slick-next:before {
  content: "\f105";
}

.carousel .slick-next,
.carousel .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel .slick-next {
  right: 0;
}

.carousel .slick-prev {
  left: 0;
}

.community-nav__item {
  float: left;
}

.community-nav__item + .community-nav__item {
    margin-left: 16px;
  }

.community-nav__item.is-active {
    font-weight: bold;
  }

.community-nav__item--button {
  float: right;
}

.vote {
  width: 100%;
  max-width: 40px;
}

.vote [aria-selected="true"] {
    z-index: 2;
  }

.vote-sum {
  display: block;
  padding-top: calc(18px * 1.6 / 4);
  padding-bottom: calc(18px * 1.6 / 4);
  font-weight: bold;
  text-align: center;
}

.vote-control {
  position: relative;

  z-index: 1;
  display: block !important;
  padding: calc(18px * 1.6 / 6) 0 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: rgba(96, 96, 96, 1);
  border-color: #c4c4c4;
}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

.vote-control:hover {
    color: #fff !important;
    background-color: #1f5b84 !important;
  }

.vote-control[aria-selected="true"] {
    color: #fff !important;
    background-color: #2b7db5 !important;
  }

.vote-control[aria-selected="true"]:hover {
      color: #1f5b84 !important;
      background-color: transparent !important;
    }

.topic-list-item:nth-child(2n + 1) {
    clear: left;
  }

.topic-list-item__box {
  padding: calc(18px * 1.6) 16px;
  margin-bottom: calc(18px * 1.6);
  border: 1px dotted #c4c4c4;
  border-radius: 4px;
}

.topic-list-item__title {
  margin-top: 0;
  margin-bottom: calc(18px * 1.6 / 2);
}

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(18px * 1.6 / 2);
  margin-bottom: calc(18px * 1.6);
  border-bottom: 1px dotted #c4c4c4;
}

.topic__col {
  display: table-cell;
  vertical-align: top;
}

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  margin-bottom: calc(18px * 1.6 / 2);
  font-size: 36px;
}

.topic-filters__item {
  float: left;
  margin-right: calc(16px / 2);
}

@media (max-width: 767px) {

.topic-filters__item {
    margin-bottom: calc(18px * 1.6 / 2)
}
  }

.topic-controls {
  margin-bottom: calc(18px * 1.6 * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(16px / 2);
}

@media (min-width: 768px) {

.topic-controls__item--subscribe {
    float: right;
    white-space: nowrap
}
  }

.topic-controls__item--subscribe .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

@media (min-width: 768px) {

.post-page {
    margin-bottom: calc(18px * 1.6 * 2)
}
  }

.post {
  position: relative;
  margin-bottom: calc(18px * 1.6);
}

.post__title {
  padding-right: calc(16px * 1.5);
  font-size: 32px;
}

@media (min-width: 768px) {

.post__title {
    font-size: 36px
}
  }

@media (min-width: 992px) {

.post__title {
    font-size: calc(18px * 2.5)
}
  }

.post-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(18px * 1.6);
}

.post-meta__col {
  display: table-cell;
  vertical-align: top;
}

.post-meta__col--main {
  width: 100%;
  padding-right: 16px;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: calc(5px + 16px);
  padding-left: calc(5px + 16px);
}

.post__body ul {
    margin-left: 16px;
  }

.post__body ol {
    margin-left: 16px;
  }

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

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

.post__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

.post__voting-and-actions .dropdown-toggle {
    font-size: 0;
  }

.post__voting-and-actions .dropdown-toggle:after {
    margin-left: 0;
    font-size: 18px;
    content: "\f013";
  }

.post-callout {
  padding: calc(18px * 1.6 / 2) 15px;
  background-color: #fcfcfc;
}

.post-callout__title {
  margin-top: 0;
  font-size: calc(18px * 1.1);
  font-weight: bold;
}

.post-share ul {
    margin-left: 0;
  }

.post-list-item {
  padding-bottom: calc(18px * 1.6);
  margin-bottom: calc(18px * 1.6);
  border-bottom: 1px dotted #c4c4c4;
}

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

.post-list-item__title {
  margin-top: 0;
  margin-bottom: calc(18px * 1.6 / 2);
  font-size: 32px;
}

.post-list-item__title .fa-star {
    position: relative;
    top: -4px;

    font-size: 50%;
  }

@media (min-width: 768px) {

.post-list-item__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.post-list-item__col--main {
    width: 60%
}
  }

@media (min-width: 768px) {

.post-list-item__col--side {
    width: 40%;
    text-align: right
}
  }

.post-info {
  font-size: calc(18px - 2px);
  color: #817d7d;
}

@media (min-width: 768px) {

.post-info {
    float: right;
    min-width: 90px;
    padding: 8px 16px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px
}
  }

@media (min-width: 768px) {

.post-info__count {
    display: block;
    font-weight: bold;
    color: rgba(96, 96, 96, 1)
}
  }

.post-info + .post-info {
  margin-right: 16px;
}

@media (max-width: 767px) {
    .post-info + .post-info:before {
      margin-right: calc(16px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

.post-status {
  display: inline-block;
  padding: 1px calc(16px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.post-status--completed,
.post-status--answered {
  background-color: #83EFA3;
}

.post-status--planned {
  background-color: #054E82;
}

.post-status--not-planned {
  color: rgba(96, 96, 96, 1);
  background-color: #c4c4c4;
}

.new-post-title {
  font-size: 32px;
}

@media (min-width: 768px) {

.new-post-title {
    font-size: 36px
}
  }

@media (min-width: 992px) {

.new-post-title {
    font-size: calc(18px * 2.5)
}
  }

.new-post-form {
  margin-bottom: calc(18px * 1.6);
}

    .highlight {
    animation: highlightFlash 2.5s ease forwards;
  }

  @keyframes highlightFlash {
    0%   { background-color: #E0EFF9; }
    100% { background-color: #EDF4F8; }
  }

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

.recent-activity-item-parent.small-text {
  font-size: 0.85em;
  color: #666;
  font-weight: normal;
  margin: 0 0 0.25em 0;
}

.recent-activity-item-meta {
  font-size: 0.85em;
  color: #999;
}

.post-callout {
 display: none;
}

.post-callout__title {
  display: none;
}

.recent-activity-list {
  display: flex;
  flex-direction: row;
}

.recent-activity-item {
  display: flex !important;
  flex-direction: column !important;
}

.recent-activity-item h3 {
  order: 1 !important;
  font-size: 16px;
  font-weight: 400 !important;
  margin: 0;
}

.recent-activity-item h3 a {
  font-weight: 400 !important;
}

.recent-activity-item .recent-activity-item-link {
  order: 0 !important;
  font-size: 22px !important;
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}

.recent-activity-item .recent-activity-item-meta {
  order: 2 !important;
}

.recent-activity-item {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  margin: 5px 10px 10px 10px;
}

.recent-activity-item {
  position: relative;
  cursor: pointer;
}

.recent-activity-item .recent-activity-item-link {
  order: 0 !important;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}

.recent-activity-item .recent-activity-item-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.post-list-item__meta {
  display: flex;
  align-items: center;
}

.post-list-item__meta .meta__item {
  display: inline-flex;
  align-items: center;
}

.post-list-item__meta .meta__item::before {
  vertical-align: middle;
}

.post-list-item__meta .meta__item + .meta__item::before {
  margin-left: 2px;
  margin-right: 10px;
}

.community-nav {
  text-align: center;
}

.community-nav__items {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.community-nav__item {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.community-nav__item a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 10px 20px;
}

.community-nav__item:hover {
  background-color: #e0e0e0;
}

.community-nav__item.is-active {
  background-color: #0477BE;
  color: white;
  border-color: #0477BE;
  padding: 10px 20px;
}

.topic-list.row {
  display: flex !important;
  flex-wrap: wrap;
  row-gap: 0px;
  column-gap: 25px;
  margin: 0 !important;
  padding: 0 !important;
}

.topic-list.row::before,
.topic-list.row::after {
  display: none !important;
}

.topic-list-item.column {
  flex: 0 0 calc((100% - 25px) / 2) !important;
  max-width: calc((100% - 30px) / 2) !important;
  width: calc((100% - 25px) / 2) !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

.recent-activity-item:nth-child(n+4) {
  display: none !important;
}

.community-recent-activity {
  display: none;
}

.community-recent-activity.has-activities {
  display: block;
}

/* Remove indentation from community post content */
.post .post__text.markdown blockquote {
  margin-left: 0;
  padding-left: 20px;
  border-left: 4px solid #ddd;
}

.post .post__text.markdown p {
  margin-left: 0;
  padding-left: 0;
}

.post .post__text.markdown {
  padding-left: 0;
  margin-left: 0;
}

.post .post__text.markdown h2 {
  margin-top: 24px;
}

.post .post__text.markdown h3 {
  margin-top: 20px;
}

.post .post__text.markdown h4 {
  margin-top: 16px;
}

.post .post__text.markdown blockquote {
  font-style: normal;
}

.post .post__text.markdown img {
  max-width: 90%; /* Set to your preferred max width */
  max-height: 500px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 20px auto; /* 20px top/bottom, auto left/right for centering */
  object-fit: contain;
}




/* Only the first image in the post content */
.post__text.markdown p:first-of-type img:first-of-type {
  max-height: 500px !important;
  max-width: min(600px, 100%) !important;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Recent activity container */
.recent-activity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Each recent activity item */
.recent-activity-item {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 210px; /* Base width of 300px, can grow and shrink */
  min-width: 0; /* Allow shrinking below content size */
  max-width: 100%;
  box-sizing: border-box;
}

/* When items would be less than 300px wide, stack them */
@media (max-width: 800px) {
  .recent-activity-item {
    flex: 100%; /* Full width */
    
  }
}

/* Ensure title wraps and doesn't expand the box */
.recent-activity-item .recent-activity-item-link {
  order: 0 !important;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  flex-grow: 0; /* Don't let title expand the box */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.recent-activity-item h3 {
  order: 1 !important;
  font-size: 14px;
  font-weight: 300 !important;
  margin: 0 0 5px 0;
  flex-shrink: 0;
}

.recent-activity-item .recent-activity-item-meta {
  order: 2 !important;
  flex-shrink: 0;
}

/* Prevent overflow */
.community-recent-activity {
  max-width: 100%;
  overflow: hidden;
}

.recent-activity-item * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.recent-activity-item-link {
  overflow: hidden;
  text-overflow: ellipsis;
}

.community-recent-activity .recent-activity-controls {
  display: none !important;
}

.contacts a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contacts a img {
  display: block;
  width: 20px;
  height: 20px;
}

/* =============================================
   CATEGORY CARD GRID
============================================= */

.category-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: 24px;
  padding: 20px 0;
  margin-bottom: 48px;
  box-sizing: border-box;
  width: 100%;
}

/* =============================================
   BASE CARD
============================================= */

.category-card {
  position: relative;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 28px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #054E82;
}

/* Desktop flex ordering */
.category-card .category-card__link         { order: 1; }
.category-card .category-card__title        { order: 2; }
.category-card .category-card__description  { order: 3; }
.category-card .category-card__article-list { order: 4; }
.category-card .category-card__labels       { order: 0; }

/* Article cards (no article list) */
.category-card:not(:has(.category-card__article-list)) {
  padding: 0;
  cursor: pointer;
}
.category-card:not(:has(.category-card__article-list)) .category-card__link {
  padding: 28px;
  box-sizing: border-box;
  border-radius: 8px;
  flex: 1;
}

/* Section cards (with article list) — link/icon area not clickable */
.category-card:has(.category-card__article-list) .category-card__link {
  pointer-events: none;
  cursor: default;
}

/* =============================================
   LINK
============================================= */

.category-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 0;
}
.category-card__link:hover { text-decoration: none; }

div.category-card__link { cursor: default; }
a.category-card__link   { cursor: pointer; }

.category-card[data-type="section"] { cursor: pointer; }
.category-card[data-type="section"] .category-card__icon-wrap { cursor: pointer; }
.category-card[data-type="article"] { cursor: pointer; }
.category-card[data-type="article"] .category-card__icon-wrap,
.category-card[data-type="article"] .category-card__icon { cursor: pointer; }

/* =============================================
   ICON WRAP + ICON
============================================= */

.category-card__icon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  padding: 58px 0 42px 0;
  box-sizing: border-box;
  flex: none;
  margin-bottom: 0;
  overflow: hidden;
  clip-path: inset(0);
}

.category-card__icon {
  display: block;
  min-width: 120px;
  min-height: 120px;
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  transform: scale(0.9091);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.category-card:hover .category-card__icon { transform: scale(1); }

/* =============================================
   TITLE + DESCRIPTION
============================================= */

.category-card__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0d81b4;
  transition: color 0.3s ease;
}
.category-card:hover .category-card__title { color: #054E82; }

.category-card__description {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.5;
}

.category-card__article-count {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

/* =============================================
   CURRENT VERSION + LARGE
============================================= */

.category-card--current-version,
.category-card--large {
  container-type: inline-size;
  container-name: large-card;
  background: linear-gradient(to right, #054e82 0%, #0878a3 100%);
  color: #fff;
  border: none;
}

.category-card--large { grid-column: 1 / -1; }

.category-card--current-version:not(:has(.category-card__article-list)),
.category-card--large:not(:has(.category-card__article-list)) { padding: 0; }

.category-card--current-version:not(:has(.category-card__article-list)) .category-card__link,
.category-card--large:not(:has(.category-card__article-list)) .category-card__link {
  padding: 28px;
  border-radius: 8px;
  flex: 1;
}

.category-card--current-version:hover,
.category-card--large:hover {
  box-shadow: 0 6px 16px rgba(5, 78, 130, 0.22);
  transform: translateY(-6px);
}

.category-card--current-version .category-card__title,
.category-card--current-version .category-card__description,
.category-card--current-version .category-card__article-count,
.category-card--large .category-card__title,
.category-card--large .category-card__description,
.category-card--large .category-card__article-count { color: #fff; }

.category-card--current-version:hover .category-card__title,
.category-card--large:hover .category-card__title { color: rgba(255, 255, 255, 0.85); }

/* Two large cards side by side */
.category-cards-container:has(.category-card--large ~ .category-card--large) {
  grid-template-columns: repeat(2, 1fr);
}
.category-cards-container:has(.category-card--large ~ .category-card--large) .category-card--large {
  grid-column: span 1;
}

/* Three or more large cards */
.category-cards-container:has(.category-card--large ~ .category-card--large ~ .category-card--large) {
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}
.category-cards-container:has(.category-card--large ~ .category-card--large ~ .category-card--large) .category-card--large {
  grid-column: span 1;
}

/* =============================================
   PREVIOUS VERSION
============================================= */

.category-card--previous-version {
  border: 1px solid #e0e0e0;
  background: #fafafa;
}
.category-card--previous-version:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-color: #054E82;
}
.category-card--previous-version .category-card__title       { color: #0d81b4; }
.category-card--previous-version .category-card__description { color: #666; }
.category-card--previous-version .category-card__article-count { color: #999; }

/* =============================================
   OTHER MODIFIERS
============================================= */

.category-card--featured {
  grid-column: span 2;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  border: 3px solid #054E82;
  box-shadow: 0 2px 8px rgba(5, 78, 130, 0.15);
}
.category-card--highlighted  { background: #FFF9E6; border-color: #FFD700; }
.category-card--priority-high   { border-color: #E3515F;  border-width: 3px; }
.category-card--priority-medium { border-color: #F7D652; border-width: 2px; }

.category-card--pinned::before {
  content: "\f08d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #054E82;
  font-size: 16px;
}

/* =============================================
   OUTDOOR / INDOOR LABELS
============================================= */

.category-card--outdoor::after {
  content: "Outdoor Product";
  position: absolute;
  top: 12px;
  left: 12px;
  background: #166534;
  color: #fff;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-card--indoor::after {
  content: "Indoor Product";
  position: absolute;
  top: 12px;
  left: 12px;
  background: #7c3aed;
  color: #fff;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@container large-card (max-width: 360px) {
  .category-card--outdoor::after,
  .category-card--indoor::after { top: 44px; left: auto; right: 12px; }
}

/* Desktop: hide marker elements, use ::after pseudo-element instead */
.category-card__marker--outdoor,
.category-card__marker--indoor { display: none; }

/* =============================================
   BADGES (top-right corner)
============================================= */

.category-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-card__badge--current-version  { background: #054E82; color: #fff; }
.category-card__badge--previous-version { background: #e5e7eb; color: #374151; }
.category-card__badge--essential        { background: #054E82; color: #fff; }
.category-card__badge--advanced         { background: #6C757D; color: #fff; }
.category-card__badge--premium          { background: linear-gradient(135deg, #6d28d9 0%, #4338ca 100%); color: #fff; }
.category-card__badge--beta             { background: #F7D652; color: #713f12; }
.category-card__badge--coming-soon      { background: #bfdbfe; color: #1e3a5f; }

/* =============================================
   MARKERS (top-left corner)
============================================= */

.category-card__marker {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 2;
  letter-spacing: 0.5px;
}

.category-card__marker--second { top: 44px; }

.category-card--outdoor .category-card__marker,
.category-card--indoor  .category-card__marker { top: 44px; }

.category-card__marker--new      { background: #83EFA3; color: #14532d; animation: pulse 2s infinite; }
.category-card__marker--popular  { background: #fee2e2;        color: #991b1b; }
.category-card__marker--updated  { background: #0BADCF;    color: #0c4a6e; }
.category-card__marker--trending { background: linear-gradient(135deg, #fee2e2 0%, #fef3c7 100%); color: #92400e; }
.category-card__marker--ultrasonic           { background: #dbeafe; color: #1e3a5f; }
.category-card__marker--multi-jet            { background: #fed7aa; color: #7c2d12; }
.category-card__marker--built-in-transceiver { background: #ede9fe; color: #4c1d95; }

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.7; }
}

/* =============================================
   LABELS CONTAINER
============================================= */

.category-card__labels {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  pointer-events: none;
  overflow: visible;
}
.category-card__labels .category-card__badge,
.category-card__labels .category-card__marker { pointer-events: auto; }

/* =============================================
   ARTICLE LIST
============================================= */

.category-card__article-list {
  list-style: none;
  padding: 28px 0 0;
  margin: 0;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.category-card__article-list li {
  list-style: none;
  padding: 0;
  width: 100%;
}
.category-card__article-list a {
  display: inline-block;
  color: #3b82f6;
  border: 1.5px solid #3b82f6;
  border-radius: 20px;
  padding: 5px 17px;
  font-size: 17px;
  white-space: normal;
  word-break: break-word;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
}
.category-card__article-list a:hover {
  background: rgba(59, 130, 246, 0.08);
  text-decoration: none;
}

/* Current-version / large: horizontal row, left-aligned */
.category-card--current-version .category-card__article-list,
.category-card--large .category-card__article-list {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 33px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.category-card--current-version .category-card__article-list li,
.category-card--large .category-card__article-list li {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.category-card--current-version .category-card__article-list a,
.category-card--large .category-card__article-list a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  word-break: normal;
}
.category-card--current-version .category-card__article-list a:hover,
.category-card--large .category-card__article-list a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  text-decoration: none;
}

@container large-card (max-width: 560px) {
  .category-card__article-list {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }
  .category-card__article-list li {
    flex: none !important;
    width: auto !important;
    justify-content: flex-start !important;
  }
}

/* =============================================
   COMING SOON
============================================= */

.category-card--coming-soon {
  background: linear-gradient(135deg, #bfdbfe 0%, #dbeafe 50%, #e0f2fe 100%);
  border: 2px dashed #60a5fa;
  color: #1e3a5f;
}
.category-card--coming-soon:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.18);
  border-color: #3b82f6;
}
.category-card--coming-soon .category-card__title       { color: #1e3a5f; }
.category-card--coming-soon .category-card__description { color: #3b5a8a; }
.category-card--coming-soon .category-card__article-list { border-top-color: #bfdbfe; }
.category-card--coming-soon .category-card__article-list a { color: #2563eb; border-color: #93c5fd; }

.category-card--coming-soon .category-card__marker--ultrasonic { border: 1.5px solid #1e3a5f; }

/* =============================================
   NEW
============================================= */

.category-card--new {
  box-shadow: 0 0 0 3px #16a34a, 0 6px 20px rgba(22, 163, 74, 0.2);
  animation: nc-new-pulse 2.5s ease-in-out infinite;
}
.category-card--new:hover {
  box-shadow: 0 0 0 3px #16a34a, 0 8px 28px rgba(22, 163, 74, 0.35);
}
.category-card--current-version.category-card--new {
  box-shadow: 0 0 0 3px #4ade80, 0 6px 24px rgba(22, 163, 74, 0.3), 0 6px 16px rgba(5, 78, 130, 0.22);
}
.category-card--current-version.category-card--new:hover {
  box-shadow: 0 0 0 3px #4ade80, 0 10px 32px rgba(22, 163, 74, 0.45), 0 8px 24px rgba(5, 78, 130, 0.3);
}
@keyframes nc-new-pulse {
  0%, 100% { box-shadow: 0 0 0 3px #16a34a, 0 6px 20px rgba(22, 163, 74, 0.2); }
  50%       { box-shadow: 0 0 0 4px #22c55e, 0 8px 28px rgba(34, 197, 94, 0.35); }
}

/* =============================================
   SKELETON SHIMMER
============================================= */

@keyframes nc-shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position:  400px 0; }
}
.category-card--skeleton { pointer-events: none; }
.category-card--skeleton .category-card__skeleton-title,
.category-card--skeleton .category-card__skeleton-desc {
  border-radius: 4px;
  background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
  background-size: 800px 100%;
  animation: nc-shimmer 1.4s infinite linear;
}
.category-card--skeleton .category-card__skeleton-title { height: 18px; width: 65%; margin-bottom: 10px; }
.category-card--skeleton .category-card__skeleton-desc  { height: 13px; width: 90%;  margin-bottom: 6px;  }
.category-card--skeleton .category-card__skeleton-desc--short { width: 60%; }

/* =============================================
   COMPACT CONTAINER (desktop only)
============================================= */

@media (min-width: 992px) {
  .category-cards-container--compact {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .category-cards-container--compact .category-card       { padding: 20px; }
  .category-cards-container--compact .category-card__icon { max-width: 60px; max-height: 60px; }
}

/* =============================================
   MOBILE
============================================= */

@media (max-width: 767px) {

  .category-cards-container {
    grid-template-columns: 1fr;
    gap: 12px;
    container-type: inline-size;
    container-name: cards-container;
  }
  .category-card--featured { grid-column: span 1; }

  .category-cards-container:has(.category-card--large ~ .category-card--large) {
    grid-template-columns: 1fr;
  }
  .category-cards-container:has(.category-card--large ~ .category-card--large) .category-card--large {
    grid-column: 1 / -1;
  }

  /* ── Section cards (WITH article buttons) ── */

  .category-card:has(.category-card__article-list li) {
    display: grid;
    grid-template-columns: 160px 1fr auto; /* wider column for larger icons */
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "title    title    tags"
      "icon     articles articles";
    height: auto;
    min-height: unset;
    padding: 12px 12px 18px;
  }

  .category-card:has(.category-card__article-list li) .category-card__title {
    grid-area: title;
    order: unset;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 14px;
    padding-right: 8px;
    border-bottom: 1px solid #e2e8f0;
    align-self: end;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }

  .category-card:has(.category-card__article-list li) .category-card__labels {
    grid-area: tags;
    position: static !important;
    height: auto !important;
    display: flex !important;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    align-self: end;
    gap: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
    pointer-events: auto;
    overflow: visible;
  }

  .category-card:has(.category-card__article-list li) .category-card__labels .category-card__badge,
  .category-card:has(.category-card__article-list li) .category-card__labels .category-card__marker {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    display: inline-flex !important;
    align-items: center;
    font-size: 9px;
    padding: 3px 8px;
    white-space: nowrap;
  }

  .category-card:has(.category-card__article-list li) .category-card__link {
    grid-area: icon;
    order: unset;
    flex: unset;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e2e8f0;
    padding-right: 10px;
    padding-top: 10px;
  }

  .category-card:has(.category-card__article-list li) .category-card__icon-wrap {
    flex: unset !important;
    height: auto !important;
    min-height: 140px !important;
    max-height: 200px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip-path: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
  }

  .category-card:has(.category-card__article-list li) .category-card__icon {
    width: auto !important;
    height: auto !important;
    max-width: 90% !important;
    max-height: 160px !important; /* 64px × 2.5 */
    min-width: unset !important;
    min-height: unset !important;
    transform: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  .category-card:has(.category-card__article-list li) .category-card__article-list {
    grid-area: articles;
    order: unset;
    padding: 10px 0 0 12px !important;
    border-top: none !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 6px !important;
  }
  .category-card:has(.category-card__article-list li) .category-card__article-list li {
    flex: none !important;
    width: auto !important;
  }
  .category-card:has(.category-card__article-list li) .category-card__article-list a {
    font-size: 14px !important;
    padding: 4px 12px !important;
  }

  /* Outdoor/indoor ::after hidden on mobile; shown via marker instead */
  .category-card--outdoor:has(.category-card__article-list li)::after,
  .category-card--indoor:has(.category-card__article-list li)::after {
    display: none !important;
  }
  .category-card:has(.category-card__article-list li) .category-card__labels .category-card__marker--outdoor {
    display: inline-flex !important;
    background: #166534 !important;
    color: #fff !important;
  }
  .category-card:has(.category-card__article-list li) .category-card__labels .category-card__marker--indoor {
    display: inline-flex !important;
    background: #7c3aed !important;
    color: #fff !important;
  }

  /* Current-version: white dividers */
  .category-card--current-version:has(.category-card__article-list li) .category-card__title {
    border-bottom-color: rgba(255, 255, 255, 0.25);
    color: #fff;
  }
  .category-card--current-version:has(.category-card__article-list li) .category-card__labels {
    border-bottom-color: rgba(255, 255, 255, 0.25);
  }
  .category-card--current-version:has(.category-card__article-list li) .category-card__link {
    border-right-color: rgba(255, 255, 255, 0.25);
  }

  /* Coming-soon: blue dividers */
  .category-card--coming-soon:has(.category-card__article-list li) .category-card__title {
    border-bottom-color: #93c5fd;
  }
  .category-card--coming-soon:has(.category-card__article-list li) .category-card__labels {
    border-bottom-color: #93c5fd;
  }
  .category-card--coming-soon:has(.category-card__article-list li) .category-card__link {
    border-right-color: #93c5fd;
  }

  /* ── Category cards (WITHOUT article buttons) ── */
  .category-card:not(:has(.category-card__article-list li)) .category-card__icon-wrap {
    height: 196px;
    padding: 46px 0 34px 0;
  }

  /* =============================================
     OVERFLOW PREVENTION via @container query
  ============================================= */

  @container cards-container (max-width: 500px) {

    .category-card:has(.category-card__article-list li) {
      grid-template-columns: 160px 1fr; /* match updated icon column width */
      grid-template-rows: auto 1fr auto;
      grid-template-areas:
        "title    title"
        "icon     articles"
        "labels   labels";
    }

    .category-card:has(.category-card__article-list li) .category-card__title {
      padding-right: 0;
      border-bottom: 1px solid #e2e8f0;
      white-space: normal;
      overflow: visible;
      text-overflow: clip;
      align-self: auto;
    }

    .category-card:has(.category-card__article-list li) .category-card__labels {
      grid-area: labels !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      align-items: center !important;
      align-self: auto !important;
      border-bottom: none !important;
      border-top: 1px solid #e2e8f0;
      padding-bottom: 0 !important;
      padding-top: 8px;
      margin-top: 6px;
      gap: 6px !important;
    }

    .category-card--current-version:has(.category-card__article-list li) .category-card__title {
      border-bottom-color: rgba(255, 255, 255, 0.25);
    }
    .category-card--current-version:has(.category-card__article-list li) .category-card__labels {
      border-top-color: rgba(255, 255, 255, 0.25);
      border-bottom: none !important;
    }

    .category-card--coming-soon:has(.category-card__article-list li) .category-card__title {
      border-bottom-color: #93c5fd;
    }
    .category-card--coming-soon:has(.category-card__article-list li) .category-card__labels {
      border-top-color: #93c5fd;
      border-bottom: none !important;
    }

  } /* end @container cards-container (max-width: 500px) */

  /* JS-applied class still supported if needed */
  .labels-at-bottom .category-card:has(.category-card__article-list li) {
    grid-template-columns: 160px 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
      "title    title"
      "icon     articles"
      "labels   labels";
  }
  .labels-at-bottom .category-card:has(.category-card__article-list li) .category-card__title {
    padding-right: 0;
    border-bottom: 1px solid #e2e8f0;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    align-self: auto;
  }
  .labels-at-bottom .category-card:has(.category-card__article-list li) .category-card__labels {
    grid-area: labels !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    align-self: auto !important;
    border-bottom: none !important;
    border-top: 1px solid #e2e8f0;
    padding-bottom: 0 !important;
    padding-top: 8px;
    margin-top: 6px;
    gap: 6px !important;
  }
  .labels-at-bottom .category-card--current-version:has(.category-card__article-list li) .category-card__title {
    border-bottom-color: rgba(255, 255, 255, 0.25);
  }
  .labels-at-bottom .category-card--current-version:has(.category-card__article-list li) .category-card__labels {
    border-top-color: rgba(255, 255, 255, 0.25);
    border-bottom: none !important;
  }
  .labels-at-bottom .category-card--coming-soon:has(.category-card__article-list li) .category-card__title {
    border-bottom-color: #93c5fd;
  }
  .labels-at-bottom .category-card--coming-soon:has(.category-card__article-list li) .category-card__labels {
    border-top-color: #93c5fd;
    border-bottom: none !important;
  }

} /* end @media (max-width: 767px) */

.article__header {
  margin-bottom: 3.5rem;
}

.article__title {
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

.article__dates {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 1.5rem;
  row-gap: 0.35rem;
  padding: 0.75rem 1.25rem;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  font-size: 1.60rem;
  color: #6b6b6b;
  line-height: 1.4;
}

.article__dates .article__date-label {
  font-weight: 600;
  margin-right: 0.25rem;
  color: #4a4a4a;
}

.article__dates .article__date-sep {
  color: #c8c8c8;
}

.article__disclaimer {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  color: #6b6b6b;
}

.article__disclaimer p,
.article__disclaimer strong {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.4;
}

.article__disclaimer p {
  margin: 0;
}

.related-articles[hidden] {
  display: none;
}

.related-articles {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e5e5;
}

.related-articles__heading {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
}

.related-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-articles li {
  margin: 0.25rem 0;
}

.related-articles a {
  display: inline-block;
  padding: 0.35rem 0;
  text-decoration: none;
  color: #1a73e8;
}

.related-articles a:hover {
  text-decoration: underline;
}

.related-articles__section {
  display: inline-block;
  margin-right: 0.4rem;
  font-weight: 600;
  color: #6b6b6b;
}

.article__date-sep {
  color: #c8c8c8;
  font-weight: 400;
}

@media (max-width: 475px) {
  .article__date-sep {
    display: none;
  }
}