@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/***************************
//Font Type
***************************/
@font-face { font-family: "rigid-square"; src: url("https://use.typekit.net/af/6727e5/00000000000000007735c42c/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/6727e5/00000000000000007735c42c/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/6727e5/00000000000000007735c42c/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3") format("opentype"); font-display: auto; font-style: normal; font-weight: 600; font-stretch: normal; }

@font-face { font-family: "rigid-square"; src: url("https://use.typekit.net/af/bb5c38/00000000000000007735c433/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/bb5c38/00000000000000007735c433/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/bb5c38/00000000000000007735c433/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("opentype"); font-display: auto; font-style: normal; font-weight: 700; font-stretch: normal; }

@font-face { font-family: "Inter"; src: url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"); }

/***************************
// General
***************************/


html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #111316;
  color: #0C0C0F;
  font-family: "Inter", sans-serif;
  line-height: 25px; 
  letter-spacing: normal; 
  font-style: normal;
}

/***************************
// Typography
***************************/
.text-white { color: #FFF; }

.text-gray { color: #B5BDC2; }

.text-dark-gray { color: #080B0E; }

.text-black { color: #0C0C0F;}

.font-h1 { font-size: 48px; font-weight: 700; font-family: "rigid-square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

.font-h2 { font-size: 40px; font-weight: 700; font-family: "rigid-square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

.font-h3 { font-size: 28px; font-weight: 700; font-family: "rigid-square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

.font-h4 { font-size: 20px; font-weight: 700; font-family: "rigid-square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

.font-h5 { font-size: 16px; font-weight: 700; font-family: "rigid-square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

.font-h6 { font-size: 14px; font-weight: 700; font-family: "rigid-square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

.font-p1 { font-size: 18px; font-weight: 400; font-family: "Inter", sans-serif; line-height: 25px; letter-spacing: normal; font-style: normal; }

.font-p2 { font-size: 16px; font-weight: 400; font-family: "Inter", sans-serif; line-height: 25px; letter-spacing: normal; font-style: normal; }

.font-p3 { font-size: 14px; font-weight: 400; font-family: "Inter", sans-serif; line-height: 25px; letter-spacing: normal; font-style: normal; }

.font-p4 { font-size: 14px; font-weight: 600; font-family: "Inter", sans-serif; line-height: 25px; letter-spacing: normal; font-style: normal; }

.font-p5 { font-size: 12px; font-weight: 400; font-family: "Inter", sans-serif; line-height: 20px; letter-spacing: normal; font-style: normal; }

.font-btn-1 { font-size: 18px; }

.font-btn-2 { font-size: 16px; }

.font-link-semibold { font-family: "Inter", sans-serif; font-size: 16px; font-style: normal; font-weight: 600; line-height: 28.8px; letter-spacing: normal; }

.font-link-regular { font-family: "Inter", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 28.8px; letter-spacing: normal; }

.font-disclaimer-text { color: #B5BDC2; font-family: "Inter", sans-serif; font-size: 14px; font-style: italic; font-weight: 400; line-height: normal; letter-spacing: normal; }


/***************************
//
***************************/


main {
  display: block;
  background-position: 0px 500px;
  background-repeat: repeat-x;
  margin-top: 100px;
}

.article-body h4 {
  margin-top: 10px;
}

.article-body p {
  color: #080B0E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  word-break: break-word;
}
.article-body p a,
	.article-body p a:visited {
  text-decoration: underline;
}
.article-body p a:hover {
  text-decoration: none;
}

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

.pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-weight:500;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}
/* .footer-blocks h4 {
  color: #ffffff;
} */

/* Support Request Form Page */
.requests-form-page {
  background: #ffffff !important;
  width: 100% !important;
  margin-top: -15px !important;
}
.requests-form-page h1 {
  text-align: center;
  font-family: "rigid-square";
  font-weight:600;
  font-size: 60px !important;
}
.requests-form-page .sub-nav {
  padding-bottom: 45px;
}
.requests-form-center {
  margin: auto;
  width: 100%;
  padding: 10px;
}
.requests-form-center label {
  color: #0C0C0F;
  font-size: 18px !important;
}

.requests-form-center .button-large, 
.requests-form-center input[type="submit"] {
  width: 50%;
  margin-left: 25%;
}
.form footer {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.form-field ~ .form-field {
    margin-top: 15px !important;
}
.form-field p {
		margin: 0 !important;
}

.button-large, 
	input[type="submit"] {
  transition: 0.5s;
  background: linear-gradient(90deg, var(--c1, #0691cb), var(--c2, #00baf5) 51%, var(--c1, #0691cb)) var(--x, 0)/ 200%;
  border: none;
  border-radius: 0;
  color: white;
  padding: 8px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px !important;
  margin: 4px 0px;
  cursor: pointer;
  
  font-weight:600 !important;
}
.button-large, 
	input[type="submit"]:hover {
 	--x: 100%; 
}


/* hiding user's ablity to request support queries rom bottom of articles - 'Have more questions? Submit a request' */
.article-footer-two {
  display: none;
}

.hero-inner h2 {
  font-family: "rigid-square";
  font-weight: 300;
  margin-bottom: 10px;
}
.nav-title {
  position: relative;
}
.nav-title h1 {
  margin: 0;
  font-size: 18px;
}

.document table td {
  padding: 0 10px;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "rigid-square";
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(1, 195, 255, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #0C0C0F;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(1, 195, 255, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(1, 195, 255, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(1, 195, 255, 1);
}

.container {
  margin: 0 auto;
  padding: 0 5%;
}

/* new css */
.section-category-links {/
  width: 100% !important;
  background: #ffffff !important;
  padding: 100px 0 !important;
}
.section-category-links-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.section-popular-articles {
  width: 100% !important;
  background: #eff0f3;
  padding: 100px 0 !important;
}
.section-popular-articles-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.section-popular-articles-inner h2 {
  text-align:center;
}
.section-popular-articles-inner .blocks-item {
  border:none;
  text-align:left;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 3px solid #eff0f3;
  transition: background 1s, border-color 1s ease-in-out;
}
.section-popular-articles-inner .blocks-item:hover {
  background: #e2e4eb;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 3px solid #00c3ff;
}

.section-popular-articles-inner .blocks-item-title {
  background: none;
}
.section-popular-articles-inner .blocks-item-title:hover {
  background: none;
}
.blocks-item-title {
  color: #0C0C0F;
  font-weight: 400;
  background: none;
}
.section-popular-articles-inner .blocks-item-description {
  background: none;
  transition: color 1s ease-in-out;
}
.section-popular-articles-inner .blocks-item-description:hover {
  background: none;
  color: #0C0C0F;
}

/* NEW CSS */
.blocks-item-title-category {
  color: #0C0C0F;
  font-weight: 400;
  background: none;
}
.blocks-item-description-category {
  color: #0C0C0F;
  font-weight: 400;
  background: none;
}

.blocks-item-title-description {
  background: #ffffff !important;
  height: 110px;
}
.blocks-item-title-description h2 {
  margin: 0;
  padding: 20px 20px 0;
}
.blocks-item-title-description p {
  margin: 0;
  padding: 10px 20px 10px;
}



/* Video Guide CFASection */
.video-guide {
  width: 100% !important;
  padding: 100px 0 !important;
  background: #0C0C0F;
}
.video-guide-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.video-cfa {
  display: flex;
  justify-content: center;
}
.video-cfa-description {
  margin: 0;
  padding: 20px 0;
  text-align: left;
  
  display: flex;
  align-items: center;
}
.video-cfa-description h2 {
  width: 80%;
}
.video-cfa h2 {
  width: 80%;
}
.video-cfa p {
  font-size: 18px;
  font-weight: 300;
  color: #7b7c7e;
  width: 60%;
}

/* Hover Animated Gradient Button Background  */
.video-cfa .button {
  transition: 0.5s;
  background: linear-gradient(90deg, var(--c1, #0691cb), var(--c2, #00baf5) 51%, var(--c1, #0691cb)) var(--x, 0)/ 200%;
  border: none;
  border-radius: 0;
  color: white;
  padding: 8px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 0px;
  cursor: pointer;
  font-weight: 700;
}
.video-cfa .button:hover {
 	--x: 100%; 
}
.video-cfa .button-gradient {
  --c1: #0691cb;
  --c2: #00baf5;
}

/* Hover Animated Gradient Liquid Button Background  */
.video-cfa .liquid-button {
  transition: 0.5s;
  background: linear-gradient(90deg, var(--c1, #0691cb), var(--c2, #00baf5) 51%, var(--c1, #0691cb)) var(--x, 0)/ 200%;
  border: none;
  border-radius: 0;
  color: white;
  padding: 8px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 0px;
  cursor: pointer;
  font-weight: 700;
}
.video-cfa .liquid-button:hover {
 	--x: 100%; 
}
.video-cfa .liquid-button-gradient {
  --c1: #0691cb;
  --c2: #00baf5;
}

.video-cfa-player {
  width: 60%;
  margin: 0;
  text-align: center;
}
.video-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-iframe .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.responsive-image {
  width: 100%;
  height: auto;
}


/* Tutorials Section */
.tutorials {
  width: 100% !important;
  padding: 100px 0 !important;
  background: #ffffff !important;
}
.tutorials-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.tutorials-inner h2 {
  text-align: center;
}
.tutorials-inner h3 {
  text-align: left;
  margin-top: 18px;
}
.tutorial-blocks {
  display: flex;
  justify-content: center;
}
.tutorial {
  padding: 20px 0;
  flex: 1 0 30%;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Resources Section */
.resources {
  width: 100% !important;
  padding: 100px 0 !important;
  background: #eff0f3;
}
.white-bg {
  background: #ffffff !important;
}
.resources-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.resources-inner h2 {
  font-weight: 700;
  font-size: 48px;
  color: #0C0C0F;
  text-align: center;
}
.resource-blocks {
  display: flex;
  justify-content: center;
}
.resource-block {
  padding: 20px 0;
  flex: 1 0 30%;
  margin: 0 10px;
}
.resource-block h3 {
  margin-bottom: 10px;
}
.resource-blocks a,
.resource-blocks a:hover {
  text-decoration: none !important;
}
.resource-block .fa-code, 
	.resource-block .fa-book-open, 
	.resource-block .fa-comment-alt, 
	.resource-block .fa-file-signature {
  color: #00c4ff;
  font-size: 36px;
  margin-bottom: 30px;
}
.resource-block img {
  color: #00c4ff;
  width: 36px;
  height: 36px;
  margin-bottom: 30px;
}

.resource-block {
  border:none;
  border-radius: 4px;
  text-align:left;
  transition: background 1s;
  padding: 20px;
}
.resource-block:hover {
  background: #e2e4eb;
  border:none;
}

/* Category Section */

.page-header-liquid-bg {
  background: #111316;
  width: 100% !important;
}

.page-header-liquid-background {
  background: #111316;
  background: #0C0C0F;
	background-image: url("/hc/theming_assets/01J1T39G7JXH5CHKH52S95KTPN") !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  width: 100% !important;
  min-height: 250px;
}

.page-header-finance-background {
  background: #111316;
	background-image: url("/hc/theming_assets/01K9ZR52X75YXRB4GJHBSZF78V");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
  width: 100% !important;
}
.page-header-jade-background {
  background: #111316;
	background-image: url("/hc/theming_assets/01J1T39GZZ5BVF0Z8W273ZJS5J");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  width: 100% !important;
}
.page-header-satellite-background {
  background: #111316;
	background-image: url("/hc/theming_assets/01J1T39GF69QVNDH3FXSNC0TW8");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  width: 100% !important;
}


.page-header-mining-background {
  background: #111316;
	background-image: url("/hc/theming_assets/01K9ZR51HKVYWY4ZKW6TQXG7P2");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
  width: 100% !important;
  min-height: 250px;
}
.category-section {
  width: 100% !important;
  background: #ffffff !important;
}
.category-section-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.category-section-inner .article-list  {
  list-style: none;
  color: #00c4ff;
}

/* Section Page */
.container-section-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.container-section-inner .section-tree .section h2 a {
  font-weight: 700;
  color: #0C0C0F;
  font-size: 48px;
}
.container-section-inner .article-list  {
  list-style: none;
  color: #00c4ff;
}
 
/* Article Section */
.article-page {
  background: #ffffff !important;
  width: 100% !important;
  margin-top: -15px;
  padding-top: 80px;
}
.container-subnav {
  max-width: 1160px;
  margin-bottom: 0;
}
.container-subnav .sub-nav {
  margin-bottom: 0;
}

/* Search Section/Page */
.search-page-bg-outer {
  background: #111316;
  width: 100% !important;
}
.search-page-bg-outer .sub-nav {
  max-width: 1160px;
  margin: 63px auto 65px auto;
  padding: 15px 25px;
}

.search-page-bg-outer .sub-nav input[type="search"] {
  background: #ffffff !important;
  border-radius: 0;
}

.search-page-bg-outer .search-results {
  max-width: 1160px;
  margin: auto;
}
.search-page-bg-outer .collapsible-sidebar-toggle {
  color: #5e5d5e;
}
.collapsible-sidebar h3 {
  font-size: 18px;
  color: #0C0C0F;
  font-weight: 700;
}
.search-results .meta-group .meta-data {
  display: none;
}
/* breadcrumbs */
.container-subnav .sub-nav li:nth-child(3) a {
/*
  color: #0C0C0F;
*/
}
.container-subnav .sub-nav .breadcrumbs li + li::before {
  color: #91969f;
}
.container-subnav .sub-nav .breadcrumbs {
}
/* Wasn't able to get article name to display in breadcrumbs so have 'shoe-horned' article on the end in a span */
.container-subnav .sub-nav .article-title-addon {
  color: #0C0C0F;
}
.container-subnav .sub-nav .breadcrumbs li:last-child a {
  color: #0C0C0F;
}
/* request support page */
.requests-form-page .breadcrumbs li:last-child {
  color: #0C0C0F;
}
.article-title-addon::before {
  content: ">";
  color: #91969f;
}
.container-subnav-category {
  max-width: 1160px;
  margin-bottom: 0;
}
.container-subnav-category .sub-nav {
  margin-bottom: 0;
}

.container-subnav-category li:nth-child(2) {
  color: #ffffff;
}
.container-subnav-category .breadcrumbs li + li::before {
  color: #ffffff;
}
.container-subnav-category li a:nth-child(3) {
  color: #ffffff;
}
.container-subnav-category li:nth-child(3),
	.container-subnav-category li:nth-child(3) a:visited {
  color: #ffffff;
}

.search-page-bg-outer .sub-nav .breadcrumbs li + li::before,
	.search-page-bg-outer .search-result-breadcrumbs li + li::before {
  color: #ffffff;
}
.search-page-bg-outer .sub-nav .breadcrumbs li:nth-child(2),
	.search-page-bg-outer .sub-nav .breadcrumbs li:nth-child(2) a:visited {
  color: #ffffff;
}

.container-article {
  max-width: 1160px;
  margin: 20px auto;
}
.section-container-article {
  width: 100%;
  margin: 0 auto;
  background: #ffffff !important;
}

.container-header {
  max-width: 1160px;
  background: #8b8b8b;
  -webkit-box-shadow: 0px 14px 22px 3px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 14px 22px 3px rgba(0,0,0,0.13);
  box-shadow: 0px 14px 22px 3px rgba(0,0,0,0.13);
  margin-bottom: 100px;
}
/* hero box on article pages */
.container-header .page-header {
  align-items: center;
  flex-direction: row;
  margin: 0;
  height: 400px;
  background: #111316;
  width: 100% !important;
}

.container-header .page-header-liquid {
  align-items: center;
  flex-direction: row;
  margin: 0;
  height: 400px;
  background: #111316;
  background-image: url("/hc/theming_assets/01J1T39G7JXH5CHKH52S95KTPN");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100% !important;
}

.article-page .page-header h1 {
  text-align: left;
}
.article-section-header {
  width: 100% !important;
  padding: 100px 0 !important;
  background: #ffffff !important;
}
.article-section-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

/* Article Section */
.article-section {
  width: 100% !important;
  padding: 100px 0 !important;
  background: #ffffff !important;
}
.article-section-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.article-section-inner .section-tree .section h2 a {
  font-weight: 700;
  color: #0C0C0F;
  font-size: 48px;
}
.article-section-inner .article-list  {
  list-style: disc;
  color: #00c4ff;
}

/* Advanced Features Section */
.advanced {
  width: 100% !important;
  padding: 100px 0 !important;
  background: #ffffff !important;
}
.advanced-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.advanced-inner h2 {
  font-weight: 700;
  font-size: 48px;
  color: #0C0C0F;
  text-align: center;
}
.advanced-blocks {
  display: flex;
  justify-content: space-between;
}
.advanced-block {
  padding: 20px 0;
  flex: 0 1 45%;
  margin: 0 10px;
}
.advanced-block h3 {
  font-size: 32px;
  color: #030e27;
  margin-bottom: 10px;
}
.advanced-block p {
  color: #B5BDC2;
  font-size: 18px;
}
.light-grey-bg {
  background: #eff0f2;
}

/* Highlighted Articles Section */
.highlighted {
  width: 100% !important;
  padding: 50px 0 !important;
  background: #ffffff !important;
	border-bottom: 1px solid #8f9dac;
}
.highlighted-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.highlighted-blocks {
  display: flex;
  justify-content: center;
  text-align: center;
}
.highlighted-blocks a {
  flex: 0 0 33%;
}
.highlighted-blocks a:hover {
  text-decoration: none;
}
.highlighted-block {
  padding: 20px 20px 5px 20px;
  flex: 1 0 20%;
  margin: 0 50px;
  color: #080b0e !important;
  text-decoration: none;
  transition: background 1s;
}
.highlighted-block:hover {
  border-radius: 4px;
  background: #e2e4eb;
  text-decoration: none;
}
.highlighted-block p {
  margin-bottom: 10px;
}
.highlighted-block p a {
  text-decoration: none;
}
.highlighted-block p a:hover {
  text-decoration: none;
}
.highlighted-block .fa-file-alt {
  font-size: 36px;
  margin-bottom: 30px;
}
.highlighted-block img {
  width: 15%;
  margin-bottom: 15px;
}

/* Help Section */
.help {
  width: 100% !important;
  background: #0C0C0F;
}
.help-inner {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding: 100px 0 !important;
}
.help-cfa {
  text-align: center;
}
/* Hover Animated Gradient Button Background  */
.help-cfa .button {
  transition: 0.5s;
  background: linear-gradient(90deg, var(--c1, #0691cb), var(--c2, #00baf5) 51%, var(--c1, #0691cb)) var(--x, 0)/ 200%;
  border: none;
  border-radius: 0;
  color: white;
  padding: 8px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 0px;
  cursor: pointer;  
  font-weight: 700;
}


/* Search Section */
.search-section-container {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
.search-section {
  width: 100% !important;
  background: #111316;
}
.search-section-inner {
  max-width: 1160px;
  /* width: 50%; */
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding: 115px 0 !important;
}
.search-section-cfa {
  text-align: center;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
    /* width: 90%; */
  }
}

.container-divider {
  margin-top: 5px;
  margin-bottom: 0;
}
.article-page-divider {
  margin-top: 20px;
}
.container-divider h2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a {
  background-color: transparent;
  border: 1px solid rgba(1, 195, 255, 1);
  border-radius: 4px;
  color: rgba(1, 195, 255, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a {
    width: auto;
  }
  .section-category-links-inner {
    max-width: 768px;
	}
}

.button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .edit-profile-button a:hover, .button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .edit-profile-button a:active, .button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .edit-profile-button a:focus, .button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .edit-profile-button a.button-primary {
  background-color: rgba(1, 195, 255, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.button.button-primary:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected="true"]:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected="true"]:hover, .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected="true"]:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .edit-profile-button a.button-primary:hover, .button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected="true"]:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected="true"]:focus, .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected="true"]:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .edit-profile-button a.button-primary:focus, .button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected="true"]:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected="true"]:active, .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected="true"]:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .edit-profile-button a.button-primary:active {
  background-color: #00769a;
  border-color: #00769a;
}

.button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled], .edit-profile-button a[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: rgba(1, 195, 255, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

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

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #00769a;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #fff;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(224, 224, 224, 1);
  border: 1px solid #ddd;
  background-color: #020304;
}

/***** Tables *****/
.table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

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

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

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

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(1, 195, 255, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(1, 195, 255, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(1, 195, 255, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(1, 195, 255, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

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

.form-field .optional {
  color: #fff;
  margin-left: 4px;
}

.form-field p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

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

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #00769a;
}
}

/* /// NEW CSS - NAVIGATION CSS FROM MAIN SITE APPROX MAY 2020 /// */

    .wrapper {
        display:grid;
        grid-template-columns:1fr 2fr 10fr 2fr 1fr;
        grid-column-gap:2rem;
        max-width:100%;
        margin:0 auto
    }
    .header {
        grid-column:1 / span 5;
        width:100%;
      /*
        min-height:82rem;
      */
        height:auto
    }
    .header-landing{
        height:95rem;
    }
    
    .liquid-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#327970), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #327970, #2b2e36)
    }
    .liquid-gradBg .liquid-grad-hover{
      background:-webkit-gradient(linear, left top, right top, from(#007687), color-stop(#039590), to(#05b298));
      background:linear-gradient(to right, #007687, #039590, #05b298)
    }
    .aqua-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#32cdc2), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #32cdc2, #2b2e36)
    }
    .aqua-gradBg .aqua-grad-hover{
      background:-webkit-gradient(linear, left top, right top, from(#00354e), to(#009696));
      background:linear-gradient(to right, #00354e, #009696)
    }


    .amp-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#1CADB2), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #1CADB2, #2b2e36)
    }
    .amp-gradBg .amp-grad-hover{
      background:-webkit-gradient(linear, left top, right top, from(#006C7F), color-stop(#0E8D99), to(#1CADB2));
      background:linear-gradient(to right, #006C7F, #0E8D99, #1CADB2)
    }


    .green-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#047b41), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #047b41, #2b2e36)
    }
    .green-gradBg .green-gradBg-hover{
      background:-webkit-gradient(linear, left top, right top, from(#0d7749), color-stop(#069752), to(#00b45a));
      background:linear-gradient(to right, #0d7749, #069752, #00b45a)
    }
    .green-gradBg .product-subnav-grid-container_icon{
        height:110px;width:110px
		}
		.mining-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e39), color-stop(#da2048), to(#2b2e39));
      background:linear-gradient(to right, #2b2e39, #da2048, #2b2e39)
		}
    .mining-gradBg .mining-gradBg-hover{
      background:-webkit-gradient(linear, left top, right top, from(#9e003d), color-stop(#ba1046), to(#d62151));
      background:linear-gradient(to right, #9e003d, #ba1046, #d62151)
    }
    .jade-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#00b093), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #00b093, #2b2e36)
    }
    .jade-gradBg .jade-gradBg-hover{
      background:-webkit-gradient(linear, left top, right top, from(#0e6151), color-stop(#078872), to(#00b093));
      background:linear-gradient(to right, #0e6151, #078872, #00b093)
    }
    .satellite-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#3b7ff2), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #3b7ff2, #2b2e36)
    }
    .satellite-gradBg .satellite-gradBg-hover{
      background:-webkit-gradient(linear, left top, right top, from(#3939c9), color-stop(#3560d6), to(#3283e2));
      background:linear-gradient(to right, #3939c9, #3560d6, #3283e2)
    }
    .explorer-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#667796), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #667796, #2b2e36)
    }
    .explorer-gradBg .explorer-gradBg-hover{
      background:-webkit-gradient(linear, left top, right top, from(#24282f), color-stop(#31363f), to(#3c4452));
      background:linear-gradient(to right, #24282f, #31363f, #3c4452)
    }
    .crypto-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#01aad4), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #01aad4, #2b2e36)
    }
    .crypto-gradBg .crypto-gradBg-hover{
      background:-webkit-gradient(linear, left top, right top, from(#0b9fe7), color-stop(#0bb6eb), to(#00e0f2));
      background:linear-gradient(to right, #0b9fe7, #0bb6eb, #00e0f2)
    }
    .lightning-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#c5b14b), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #c5b14b, #2b2e36)
    }
    .lightning-gradBg .lightning-gradBg-hover{
      background:-webkit-gradient(linear, left top, right top, from(#eb9b21), color-stop(#f2b434), to(#f9cd47));
      background:linear-gradient(to right, #eb9b21, #f2b434, #f9cd47)
    }
    .lightning-gradBg:hover .product-subnav-grid-container_icon{
      -webkit-transform:scale(1.6);
      transform:scale(1.6);
      -webkit-transition:.4s ease-in-out;
      transition:.4s ease-in-out;
    }
    .lightning-gradBg .product-subnav-grid-container_icon{
      height:110px;
      width:110px;
    }
    .elements-gradBg{
      background:-webkit-gradient(linear, left top, right top, from(#2b2e36), color-stop(#657dce), to(#2b2e36));
      background:linear-gradient(to right, #2b2e36, #657dce, #2b2e36)
    }
    .elements-gradBg .elements-gradBg-hover{
      background:-webkit-gradient(linear, left top, right top, from(#5a4eb3), color-stop(#5a5fc0), to(#5a6fcb));
      background:linear-gradient(to right, #5a4eb3, #5a5fc0, #5a6fcb)
    }
    .show{
    display:block;
    }
    
		@-webkit-keyframes floating{
      from{
        -webkit-transform:translate(0, -5px);
        transform:translate(0, -5px);
      }
      65%{
        -webkit-transform:translate(0, 15px);
        transform:translate(0, 15px);
      }
      to{
        -webkit-transform:translate(0, -5px);
        transform:translate(0, -5px);
      }
    }
    @keyframes floating{
      from{
        -webkit-transform:translate(0, -5px);
        transform:translate(0, -5px);
      }
      65%{
        -webkit-transform:translate(0, 15px);
        transform:translate(0, 15px);
      }
      to{
        -webkit-transform:translate(0, -5px);
        transform:translate(0, -5px);
      }
    }
    .newsletter_wrapper{
      margin-top:40rem;
      grid-column:1 / span 5;
    }
    .newsletter{
      text-align:center;
      height:auto;
    }
    .newsletter_form_backdrop img{
      width:100%;
      height:37rem;
      position:relative;
      z-index:-1;
    }
    .newsletter_form_title{
      margin-top:-30rem;
      color:#fff;
    }
    .newsletter_form hr{
      height:0.3rem;
      background-color:#00c3ff;
      width:6rem;
      margin:0.5rem auto;
      border:0;
      position:relative;
      z-index:10;
    }
    .newsletter_form_subscribe{
      max-width:73rem;
      height:45px;
      display:-webkit-box;
      display:flex;
      margin:9rem auto 0 auto;
      padding:0 2rem;
    }
    .newsletter_form_subscribe_input{
      width:75%;
      background-color:#111316;
      border:1px solid #414448;
      font-size:1.8rem;
      color:#414448;
      padding-left:2rem;
      border-radius:0;
      outline:none;
    }    

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: rgba(1, 195, 255, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(1, 195, 255, 1);
  text-decoration: underline;
}

.nav-wrapper a.sign-in {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
    .row {   
    flex-direction: column;
  }
  .video-guide-inner {
    max-width: 100%;
  }
  .video-cfa {
    padding: 20px 30px;
  }
  .video-cfa-description {
 		width: 100%;
  }
  .video-cfa-player {
    width: 100%;
  }
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: rgba(1, 195, 255, 1);
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: rgba(1, 195, 255, 1);
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: rgba(1, 195, 255, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: rgba(1, 195, 255, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(1, 195, 255, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

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

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

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

.avatar .icon-agent {
  color: rgba(1, 195, 255, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
/* .footer {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  padding: 50px 0 100px 0 !important;
  background: #111316;
  border-top: 1px solid #3e4042;
}
.footer-inner {  
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.footer-blocks {
  display: flex;
  justify-content: center;
}
.footer-blocks a {
  letter-spacing: 0.03em;
}
.footer-blocks a:hover {
  text-decoration: none;
  color: #00c3ff;
}

.footer-block1 {
  padding: 10px 0 20px 0;
  flex: 1 0 33%;
  margin: 0;
  flex-flow: row;
}
.footer-block1 img {
  width: 40%;
}
.fa-twitter, .fa-linkedin-in, .fa-facebook-f, .fa-github, .fa-youtube {
  color: #ffffff;
  font-size: 16px;
}

.fa-x-twitter{
    color: #ffffff;
    font-size: 14px;
}
.footer-block1 .footer-social-links {
  text-align: left;
  margin-top: 20px;
}
span.footer-socials a {
		width: 30px;
    height: 30px;
    border: 1px solid #333333;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  	text-decoration: none;
}
.footer-socials .fab:hover, .footer-socials .fa-x-twitter:hover {
		color: #00c3ff;
}
.footer-block1 p,
	.footer-block1 p a {
  font-size: 14px;
  color: #8f969b;
}
.footer-block1 p.links {
    padding: 44px 0 4px 0;
}
.footer-block1 p.links a:nth-child(1) {
    border-right: 1px solid #a9b1b6;
    padding-right: 20px;
}
.footer-block1 p.links a:nth-child(2) {
    padding-left: 20px;
}
.footer-block1 p.copyright {
  font-size: 13.5px;
}
.footer-block2 {
  padding: 20px 0;
  flex-flow: column;
  flex: 1 0 100%;
  margin: 3px 0 0 0;
  display: flex;
}
.footer-block2 .footer-links1 {
  flex: 1 0 50%;
  padding: 0 5px;
}
.footer-block2 .footer-links2 {
  flex: 1 0 50%;
  padding: 0 5px;
}
.footer-block3 {
  padding: 20px 0;
  flex-flow: column;
  flex: 1 0 100%;
  margin: 3px 0 0 0;
  display: flex;
}
.footer-block3 .footer-links1 {
  flex: 0 0 32%;
  padding: 0 5px;
}
.footer-no-header {
  margin-top: 45px;
}
.footer-block3 .footer-links1 {
  flex: 0 0 34%;
  padding: 0 5px;
}
.footer-block3 .footer-links2 {
  flex: 0 0 34%;
  padding: 0 5px 0 15px;
}
.footer-block3 .footer-links3 {
  flex: 0 0 30%;
  padding: 0 5px 0 15px;
}
.footer-block2 p a, 
	.footer-block3 p a {
  color: #8f969b;
  font-size:14px;
  line-height: 36px;
}
.footer-block2 .footer-links1 p,
	.footer-block3 .footer-links1 p,
	.footer-block3 .footer-links2 p,
	.footer-block3 .footer-links3 p  {
  margin-top: -5px;
}
.footer-block2 .footer-links1 p.footer-no-header {
  margin-top: 41px;
}

.powered-by-zendesk {
  text-align: center;
}


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

.footer-language-selector {
  color: #fff;
  display: inline-block;
  font-weight: 300;
} */
/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

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

.breadcrumbs li {
  color: #91969f;
  display: inline;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
  color: #0C0C0F;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}

.breadcrumbs li a:visited {
  color: #01C3FF;
}
/***** Search field *****/
.search-container {
  position: relative;
  width: 100%;
  max-width: 650px;
}

.search {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 650px;
  justify-content: center;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 0;
  box-sizing: border-box;
  color: #B7BABD;
  height: 50px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid rgba(1, 195, 255, 1);
  color: #080B0E;
  font-size: 16px;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

.search-icon {
  position: relative;
  top: 52%;
  left: 2%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #B7BABD;
}

[dir="rtl"] .search-icon {
  right: 15px;
  left: auto;
}

.search-container {
  position: relative;
}

/***** Hero component *****/
.hero {
  background-position: center;
  background-size: cover;
  background-image: url("/hc/theming_assets/01J1T39GJQ5JCHR63MEZ2XKHV7");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100% !important;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  margin-bottom:0 !important;
}

.hero-inner {
  position: relative;
  width: 75%;
  margin: 0 auto;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-inner h1 {
  margin-bottom: 0px;
}
.hero-inner p {
  margin-bottom: 70px;
  margin-top: 5px;
}
/* .hero .search-icon {
  top: 90%;
} */

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
  text-align: center;
}

.page-header h1 {
  margin-bottom:0px;
}
.article-page .page-header h1 {
  margin-bottom:0px;
  text-align: left;
}

.container-article .page-header {
  margin: 96px 0;
}
.section-container-article .page-header {
  margin: 96px 0;
}
@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
		margin: 120px 0 40px 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1,
	.page-header h2 {
  flex-grow: 1;
  margin-bottom: 0px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
  color: rgb(128, 157, 167);
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 30px; */
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
    background: transparent;
    border-radius: 5px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.blocks-list UL {
  list-style: circle;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 auto;
  }
}

.blocks-item {
  border: 1px solid rgba(1, 195, 255, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(1, 195, 255, 1);
  display: flex;
  padding: 0;
   flex: 1 0 100%;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
.blocks-item-liquid .blocks-item-link, 
  .blocks-item-green .blocks-item-link,
.blocks-item-mining .blocks-item-link,
  .blocks-item-finance .blocks-item-link, 
  .blocks-item-jade .blocks-item-link, 
  .blocks-item-satellite .blocks-item-link,
  .blocks-item-explorer .blocks-item-link {
  padding: 0;
}
.blocks-item-liquid, 
  .blocks-item-green, 
  .blocks-item-mining,
  .blocks-item-finance, 
  .blocks-item-jade, 
  .blocks-item-satellite,
  .blocks-item-explorer {
  background-color: #111316;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  /*
  color: rgba(1, 195, 255, 1);
  */
  display: flex;
  flex: 1 0 40%;
  margin: 10px;
  border: 1px solid #8F9DAC;
  max-width: 100%;
/*   box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px; */
  transition: box-shadow 2s;
}
/* Temp added CSS to make homepage section only fill 50% of width whilst have an odd number of product sections visible */
.blocks-item-finance {
  flex: 0 0 48.4%;
}


/* homepage category icon CFAs */
/* This CSS with :hover::before makes it possible to transition with CSS gradients */
.blocks_item_liquid_gradient,
.blocks_item_mining_gradient,
	.blocks_item_green_gradient,
	.blocks_item_finance_gradient,
	.blocks_item_jade_gradient,
	.blocks_item_satellite_gradient,
  .blocks_item_explorer_gradient {
  position: relative;
  background: linear-gradient(to right, #111316, #111316, #111316);
  z-index: 1;
  width: 100%;
  height: 130px;
}
.blocks-item-liquid:hover .blocks_item_liquid_gradient::before,
.blocks-item-mining:hover .blocks_item_mining_gradient::before,
	.blocks-item-green:hover .blocks_item_green_gradient::before,
	.blocks-item-finance:hover .blocks_item_finance_gradient::before,
	.blocks-item-jade:hover .blocks_item_jade_gradient::before,
	.blocks-item-satellite:hover .blocks_item_satellite_gradient::before,
  .blocks-item-explorer:hover .blocks_item_explorer_gradient::before {
  opacity: 1;
}
.blocks_item_liquid_gradient::before,
.blocks_item_mining_gradient::before,
	.blocks_item_green_gradient::before,
	.blocks_item_finance_gradient::before,
	.blocks_item_jade_gradient::before,
	.blocks_item_satellite_gradient::before,
  .blocks_item_explorer_gradient::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 130px;
  transition: opacity 0.5s linear;
  opacity: 0;
}
/* Homepage Product hover effect gradients  */
.blocks_item_liquid_gradient::before {
  background: #1E8079;
}

.blocks_item_mining_gradient::before {
	background: #A70137;
}
.blocks_item_green_gradient::before {
	background: #00C3FF;
}

.blocks_item_finance_gradient::before {
  background: #2A6596;
  /*
  background: linear-gradient(to right, #01655f, #039f96, #13cdc2);
  */
}

.blocks_item_jade_gradient::before {
  background: #006D62;
}

.blocks_item_satellite_gradient::before {
  background: #1F3A98;
}

.blocks_item_explorer_gradient::before {
  background: #ff9417;
}

/* Homepage product icon hover effects */
.liquid_solid,
	.green_solid,
	.finance_solid,
	.jade_solid,
.mining_solid,
	.satellite_solid,
  .explorer_solid {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 40%;
    z-index: 2;
  	width: 80px;
  	height: 80px;
  	opacity: 0;
    transform: scale(1);
  	transition: transform 0.5s, scale 0.5s, opacity 0.5s;
  	transition-timing-function: ease;
}
.liquid_solid {
  	top: 19%;
}
.green_solid,
	.finance_solid,
.mining_solid,
	.jade_solid,
	.satellite_solid,
  .explorer_solid {
  	top: 21%;
}
.blocks-item-liquid:hover .liquid_solid,
.blocks-item-mining:hover .mining_solid,
	.blocks-item-green:hover .green_solid,
	.blocks-item-finance:hover .finance_solid,
	.blocks-item-jade:hover .jade_solid,
	.blocks-item-satellite:hover .satellite_solid,
  .blocks-item-explorer:hover .explorer_solid {
  	opacity: 1;
    transform: scale(1.3);
}
.liquid_outline,
.mining_outline,
	.green_outline,
	.finance_outline,
	.jade_outline,
	.satellite_outline,
  .explorer_outline {
    position: absolute;
  	top: 20%;
    right: 0;
    bottom: 0;
    left: 40%;
    z-index: 2;
  	width: 80px;
  	height: 80px;
    transform: scale(1);
  	transition: transform 0.3s, scale 0.3s, opacity 0.3s;
  	transition-timing-function: ease-in-out;
}
.blocks-item-liquid:hover .liquid_outline,
.blocks-item-mining:hover .mining_outline,
	.blocks-item-green:hover .green_outline,
	.blocks-item-finance:hover .finance_outline,
	.blocks-item-jade:hover .jade_outline,
	.blocks-item-satellite:hover .satellite_outline
  .blocks-item-explorer:hover .explorer_outline {
  	opacity: 0;
    transform: scale(1.3);
}
/* End - Homepage product icon hover effects */


.blocks-list .blocks-item-link { 
	justify-content: start;
}
select:focus {
  border: none !important;
}


@media (min-width: 768px) {
.blocks-item {
  	/*
    margin: 0 15px 30px;
  	*/
  }
  .blocks-item a {
  	padding: 0px;
	}
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  /* default 
  color: rgba(255, 255, 255, 1);
  */
  color: #0C0C0F;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(224, 224, 224, 1);
}

.blocks-item-link {
  /* default brand color
  color: rgba(1, 195, 255, 1);
  */
  color: #ffffff;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
  /* new css */
  text-align: left;
  border: none;
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
  border: none;
}

.blocks-item-link:focus {
  outline: 0;
  /*
  box-shadow: 0 0 0 3px rgba(1, 195, 255, 1);
  */
  text-decoration: none;
  border: none;
}

.blocks-item-image {
  height: 130px;
}
.section-category-links-inner .blocks-item-title {
  margin-bottom: 0;
  /* default font size
  font-size: 16px;
  */
  font-size: 18px;
  /* new css */
  color: #0C0C0F;
  font-weight: bold;
  padding: 20px 20px 0;
  background: #ffffff !important;
}
.blocks-item-title {
  margin-bottom: 0;
  /* default font size
  font-size: 16px;
  */
  font-size: 20px;
  /* new css */
  color: #0C0C0F;
  font-weight: bold;
  padding: 20px 20px 0;
  background: #ffffff !important;
}


.section-category-links-inner .blocks-item-title-category {
  margin-bottom: 0;
  /* default font size
  font-size: 16px;
  */
  /* new css */
  color: #0C0C0F;
  font-weight: bold;
  padding: 20px 20px 0;
  background: #ffffff !important;
}
.blocks-item-title-category {
  margin-bottom: 0;
  /* default font size
  font-size: 16px;
  */
  font-size: 18px;
  /* new css */
  color: #0C0C0F;
  font-weight: bold;
  padding: 20px 20px 0;
  background: #ffffff !important;
}

.blocks-item-description {
  margin: 0;
  padding: 10px 20px 20px;
  background: #ffffff !important;
}
.blocks-item-description-category {
  font-weight: 300;
  margin: 0;
  /* new css */
  color: #0C0C0F;
  padding: 10px 20px 20px;
  background: #ffffff !important;
}

/* default css
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}
*/

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 100%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: rgba(224, 224, 224, 1);
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01J1T39SQRTHK526RK73KRYZ8P);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(224, 224, 224, 1);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

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

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(1, 195, 255, 1);
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category Pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}
/* Limit how many articles to display per section on category pages = max 3 as hiding 4th onwards */
.category-section-inner .article-list li:nth-child(n+4) {
 	display: none;
}

.category-content {
  flex: 1;
}

/***** Section Pages *****/

/* Don't limit how many articles to display on the Section Pages */
.container-section-inner {
  display:flex;
}
.container-section-inner .article-list {
  margin: auto;
}
.container-section-inner .article-list li {
  padding: 10px 0;
}

.container-section-inner .article-list li a {
  font-weight: 400;
  color: #0C0C0F;
}


@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 100%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-tree h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 36px;
  font-weight: normal;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    /* default css */
    flex: 0 0 45%;
    margin: 10px;
    /* new css to make sections 100%
    flex: 0 0 100%;
    */
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  
}

.section-tree-title a {
  /* default css
  color: rgba(224, 224, 224, 1);
  */
  /* new css */
  /* color: #ffffff; */
}

.section-tree-title a:hover {
  /* default css
  color: rgba(224, 224, 224, 1);
  */
  /* new css */
  color: rgba(1, 195, 255, 1);
  text-decoration: none;
}


.section-tree .see-all-articles {
  display: block;
  padding: 8px 0;
}
.section .see-all-articles,
	.section .see-all-articles:visited {
  color: #00c3ff;
  text-decoration: underline;
}
.section .see-all-articles:hover {
  text-decoration: none;
}

.article-list {
  /* new css */
  list-style: circle;
  /*
  margin-left: 10px;
  */
  color: rgb(128, 157, 167);
}

.article-list-item {
  font-size: 16px;
}

.icon-star {
  color: rgba(1, 195, 255, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-list {
  margin: 40px 0;
}

/* Limit how many articles to display per section on category pages = max 3 as hiding 4th onwards
.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}
*/

/* Limit how many articles to display in side navigation on article pages = max 20 as hiding 21st onwards */
.collapsible-sidebar-body li:nth-child(n+11) {
  border:1px solid red;
  display: block;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: rgba(224, 224, 224, 1);
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
  /* default css
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  */
    /* new css */
  	flex: 1 0 80%;
    max-width: 100%;
    /*
    min-width: 640px;
    padding: 0 0 0 30px;
    */
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

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

.article-author {
  margin-bottom: 10px;
}

.article-title {
  margin: 0;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}article
/*
.article-info {
  max-width: 90%;
}
*/

.article-meta {
  display: inline-block;
  vertical-align: middle;
}
.article-body {
  color: #0C0C0F;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, 
	.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  font-weight: 500;
  color: #080B0E;
}
.article-body ul,
	.article-body ol {
  margin: 10px 0 10px 20px;
}
.article-body ul li, 
	.article-body ol li {
  font-weight: 400;
  color: #080B0E;
  margin-top: 7px;
  margin-bottom: 7px;
}
.article-body ul li, 
	.article-body ol li {
  padding: 3px 0 3px 5px;
}
.article-body ul li p, 
	.article-body ol li p {
  margin-top: 0;
  margin-bottom: 0;
}

.article-body ul a, 
	.article-body ol a {
  text-decoration: underline;
}
.article-body ul a:hover, 
	.article-body ol a:hover {
  text-decoration: none;
}

[dir="rtl"] .article-body ul, 
	[dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, 
	.article-body ol > ol, 
	.article-body ol > ul, 
	.article-body ul > ol, 
	.article-body li > ul, 
	.article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body img {
  /* added to center article images */
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* subtle drop shadow 
  -webkit-box-shadow: 0px 1px 6px 5px rgba(218,218,218,0.5);
	-moz-box-shadow: 0px 1px 6px 5px rgba(218,218,218,0.5);
	box-shadow: 0px 1px 6px 5px rgba(218,218,218,0.5);
  */
}

.article-body a:visited {
  /*
  color: #00769a;
  */
  color: #00c3ff;
  text-decoration: underline;
}
.article-body a:hover {
  text-decoration: none;
}

.article-body code {
  /* default css
  background: #020304;
  */
  border-radius: 3px;
  padding: 1px 5px;
  margin: 0 2px;
/*   font-family: 'Roboto Mono', monospace; */
  color: #1d1c1d;
  background: #f6f6f6;
  border: 1px solid #dadada;
  font-size: 15px;
  line-height: 1.9em;
}

.article-body pre {
/*   font-family: 'Roboto Mono', monospace; */
  background: #f6f6f6;
  /*
  background: #020304;
  border: 1px solid #ddd;
  */
  border: 1px solid #dadada;
  color: #1d1c1d;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  /*
  white-space: pre;
  */
  white-space: unset;
}

.article-body blockquote {
  /* default css
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
  */
}
blockquote {
  background-color: #dff8ff;
  border: 1px solid #b0edff;
  color: #1d1c1d;
  padding: 10px 15px;
  margin-inline-start: 0em;
	margin-inline-end: 0em;
}
blockquote p {
    margin-top: 0;
    margin-bottom: 0;
}
blockquote.warning {
  background-color: #ffeeee;
  border: 1px solid #d29193;
  color: #1d1c1d;
  padding: 10px 15px;
}
blockquote.note {
  background-color: #fffaeb;
  border: 1px solid #e7d2a0;
  color: #1d1c1d;
  padding: 10px 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  /* Hide the 'Was this article helpful Yes or No' section at end of articles */
  display: none;
}

.article-comment-count {
  color: #fff;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(1, 195, 255, 1);
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
  color: #0C0C0F;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
  color: #0C0C0F;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #0C0C0F;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
  color: #030e27;
}

.sidenav-item {
  border-radius: 0;
  color: #080B0E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: normal;
  display: block;
  margin-bottom: 10px;
  padding: 12px 0;
  transition: color 1s;
}
.sidenav-item.current-article, 
	.sidenav-item:hover {
  /* default css
  background-color: rgba(1, 195, 255, 1);
  color: rgba(255, 255, 255, 1);
  */
  background: none;
  border-radius: 0;
  /* Blockstream Blue
  color: #01c3ff;
  */
  color: rgba(1, 195, 255, 1);
  text-decoration: none;
}


/* temp - tried out mouse-over left border in blue
.sidenav-item {
  border-radius: 0;
  color: #606876;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;  
  border-left: 3px solid #ffffff;
  padding: 10px 0 10px 15px;
  transition: color 1s;
  transition: border 1s;
}

.sidenav-item.current-article, 
	.sidenav-item:hover {
  background: none;
  border-radius: 0;
  color: #111316;
  text-decoration: none;    
  border-left: 3px solid #01c3ff;
  padding: 10px 0 10px 15px;
}
*/

/*
.collapsible-sidebar-body ul {
  list-style: none;
  list-style-image: url('/hc/theming_assets/01J1T39H5ZT8SKMXMMSHRWVCSK');
  list-style-position: outside;
}
.collapsible-sidebar-body li {
  padding: 10px 0 10px 15px;
  border-left: 2px solid #ffffff;
  transition: border 1s;
}
.collapsible-sidebar-body li:hover {
  border-left: 2px solid #01c3ff;
}
  */

.collapsible-sidebar-body .sidenav-item,
  .collapsible-sidebar-body .sidenav-item:hover {
  margin-bottom: 0px;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: rgba(224, 224, 224, 1);
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

/* .upload-dropzone span {
  color: #fff;
} */

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

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

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #fff;
}

.share a:hover {
  text-decoration: none;
  color: rgba(1, 195, 255, 1);
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading, 
	.recent-articles-title,
	.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0C0C0F;
}

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

.comment-overview p {
  margin-top: 0;
}

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

.comment-callout a {
  color: rgba(1, 195, 255, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

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

.comment-wrapper.comment-official {
  border: 1px solid rgba(1, 195, 255, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

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

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

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

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

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

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

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

.comment-labels {
  flex-basis: 100%;
}

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

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

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

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

.comment-container {
  width: 100%;
}

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

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

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

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(1, 195, 255, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;  
  font-weight: 400;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  /*
  color: #00769a;
  */
  color: #00c3ff;
  text-decoration: underline;
}
.comment-body a:hover {
  text-decoration: none;
}

.comment-body code {
  background: #020304;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #020304;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

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

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

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

.vote-up:hover,
.vote-down:hover {
  color: rgba(1, 195, 255, 1);
}

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

.vote-voted {
  color: rgba(1, 195, 255, 1);
}

.vote-voted:hover {
  color: #00769a;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

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

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01J1T39SQRTHK526RK73KRYZ8P);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: rgba(1, 195, 255, 1);
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"] {
  background-color: rgba(1, 195, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"]:hover {
  background-color: #00769a;
  border-color: #00769a;
}

.community-follow button::after {
  border-left: 1px solid rgba(1, 195, 255, 1);
  content: attr(data-follower-count);
  color: rgba(1, 195, 255, 1);
  display: inline-block;
  font-weight: 400;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(1, 195, 255, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(1, 195, 255, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #00769a;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(224, 224, 224, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(1, 195, 255, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #fff;
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #0C0C0F;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-pending {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {  
  font-weight: 400;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

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

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  /*
  color: #00769a;
  */
  color: #00c3ff;
  text-decoration: underline;
}
.post-body a:hover {
  text-decoration: none;
}

.post-body code {
  background: #020304;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #020304;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #fff;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #fff;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(1, 195, 255, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(1, 195, 255, 1);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(224, 224, 224, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(224, 224, 224, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    /*
    border-bottom: 4px solid rgba(1, 195, 255, 1);
    */
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: rgba(224, 224, 224, 1);
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(1, 195, 255, 1);
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
    /* new css */
    margin-top: 10px;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #000;
  margin-bottom: 20px;
}

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

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

.request-page, .requests-page, .contributions-page, .subscriptions-page {
  padding: 0 20px;
}

.requests table {
  color: #fff;
}

.my-activities-header, .request-title, .request-container {
  color: #fff;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #fff;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, 
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #fff;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(1, 195, 255, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(1, 195, 255, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #020304;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #fff;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

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

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

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

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  /* default css
  color: #fff;
  */
  color: #606876;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #020304;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

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

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.edit-profile-button a {
  background-color: rgba(1, 195, 255, 1);
  border: 0;
  color: rgba(255, 255, 255, 1);
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(1, 195, 255, 1);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #fff;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(1, 195, 255, 1);
  border-radius: 4px;
  color: rgba(1, 195, 255, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #000;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #020304;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(8, 11, 14, 1);
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 5px 0 0 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item {
  border-radius: 0;
  color: #606876;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 0;
  padding: 10px 0;
  transition: color 1s;
}
.search-results-sidebar .sidenav-item:hover, 
	.search-results-sidebar .sidenav-item.current {
  background: none;
  border-radius: 0;
  color: rgba(1, 195, 255, 1);
  text-decoration: none;
}


.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(1, 195, 255, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  color: #111316;
  font-size: 24px;
  font-weight: 700;
}

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

.search-results-list > li {
  padding: 15px 0;
}

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

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-result-title {
  font-size: 18px;
  display: inline-block;
}

.search-result-title a {
  color: #00c4ff;
  text-decoration: underline;
}
.search-result-title a:hover {
  text-decoration: none;
}

.search-results-description {
  font-size: 18px;
  margin-top: 5px;
  word-break: break-word;
  color: #080B0E;
  
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, 
	.search-result-meta-count {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, 
	.search-result-meta-count-icon {
  color: rgba(1, 195, 255, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
  color: #a5a7ad;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, 
	.search-result-breadcrumbs li a, 
	.search-result-breadcrumbs li a:visited {
  color: inherit;  
  font-size: 15px;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-weight: 400;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

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

.dropdown-toggle:hover {
  text-decoration: none;
}

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

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], 
.dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

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

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}
.dropdown-chevron-icon {
  vertical-align: middle;
}

/* New custom article numbering - to enable a list of paragraphs with large numbers to the left separate from the article body */
.num-list-custom {
  display:flex;
  width:100%;
}
.num-list {
  flex:1 1 8%;
  font-weight:bold;
  font-size: 24px !important;
  margin-top: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.num-list-paragraph,
	.num-list-text {
  flex:1 1 92%;
  margin-bottom: 0;
}
.padded-list-custom {
  margin: 10px 0 10px 50px !important;
}


/* Article table CSS */
.admonition {
  /* this line was creating text blocks in articles with the class 'admonition' added previously to look odd
     I think the class was added and transferred over from the old articles knowledge base
  overflow-x: auto; /* Horizontal 
  */
}
.article-body table /* .align-default*/ {
  border-collapse: collapse;
  margin: 25px 0;
  width: 100% !important;
}
@media screen and (max-width: 700px) {
  .article-body table th, .article-body table td{
    width: auto !important;
    padding: 4px !important;
  }
  .article-body table th p, .article-body table tr p{
    font-size: 10px;
  }
}

@media screen and (max-width: 440px) {
  .article-body table th, .article-body table td{
    width: auto !important;
    padding: 2px !important;
  }
  .article-body table th p, .article-body table tr p{
    font-size: 8px;
  }
}

@media screen and (max-width: 350px) {
  .article-body table th, .article-body table td{
    width: auto !important;
    padding: 2px !important;
  }
  .article-body table th p, .article-body table tr p{
    font-size: 6px;
  }
}

.article-body table p {
  font-size: 13px;
}
.article-body table thead tr {
  background-color: #f1f1f1;
  text-align: left;
  color: #0C0C0F;
  font-weight: bold;
  vertical-align: top;
}
/* Style All Article Tables to have light grey headings row background
.article-body tr:first-child {
  background-color: #f1f1f1;
}
 */
/* CSS to add manually to make article tables have grey cells */
.tblGreyBg {
  background-color: #f1f1f1;
}
/* Style to add to individual tables to make 1st 2 rows light grey backgrounds by adding class 'tableTwoTitleRows' to HTML */
.article-body .tableTwoTitleRows tr:nth-child(2) {
  background-color: #f1f1f1;
}
.article-body table thead tr:last-of-type {
  border-bottom: 1px solid #858a95;
}
.article-body table th,
	.article-body table td {
  padding: 6px 9px;
  vertical-align: middle;
  border-top: 1px solid #858a95;
  border-right: 1px solid #d0d3d7;
  border-bottom: 1px solid #858a95;
  border-left: 1px solid #d0d3d7;
  color: #585b60;
}
.article-body table th:first-of-type,
	.article-body table td:first-of-type {
  border-right: 1px solid #d0d3d7;
  border-left: 1px solid #858a95;
}
.article-body table th:last-of-type, 
.article-body table td:last-of-type {
  border-bottom: 0;
  border-left: 1px solid #d0d3d7;
}
.article-body table tr:last-of-type {
  border-bottom: 1px solid #858a95;
}
.article-body table tr td:last-of-type {
  border-left: 1px solid #858a95;
  border-right: 1px solid #858a95;
}
.article-body table p a {
  text-decoration:  underline;
}

.coverage td{
  color: #0C0C0F;
}
.coverage td:first-of-type{
  color: #585b60;
}




/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////  NEW MEDIA QUERIES  /////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

/* Smaller devices (portrait iPhone6/7/8/X phones, 375px and below) */
@media (max-width: 375px) {
  .article-page {
    padding-top: 0px;
  }
  .category-container .page-header {
    margin: 20px 0 60px 0;
  }
  .section-category-links-inner, 
  	.section-popular-articles-inner, 
    .video-guide-inner, 
    .tutorials-inner, 
    .resources-inner, 
    .category-section-inner, 
    .article-section-header-inner, 
    .article-section-inner, 
    .advanced-inner, 
    .highlighted-inner, 
    .help-inner, 
    .search-section-inner,
    .footer-inner {
  	max-width: 525px;
	}
  .page-header {
    margin: 0;
  }
  .page-header h1 {
  	padding-right: 30px;
  	padding-left: 30px;
  }
  .article-page .page-header h1 {
    padding-right: 30px;
    padding-left: 30px;
	}
  /* .hero {
    height: 250px;
  } */
  .hero-inner {
    top: 45%;
    width: 90%;
  }
  .hero-inner p {
    margin-bottom: 20px;
  }
  .hero .search-icon {
    left: 5%;
  }
  .category-section {
    padding: 50px 5%;
  }
  .section-category-links-inner .blocks-list {
    padding: 0px 10px;
    margin: 0px;
  }
  .section-category-links {
    padding: 50px 0 !important;
  }
  .blocks-item-liquid, 
    .blocks-item-green, 
    .blocks-item-finance, 
    .blocks-item-jade, 
    .blocks-item-satellite {
    flex: 1 0 90%;
    margin-bottom: 20px;
  }
  
	.blocks-item-title-description {
    height: 115px; /* 375 */
  }
    
  .liquid_outline,
		.green_outline,
		.finance_outline,
		.jade_outline,
		.satellite_outline,
    .explorer_outline,
  .liquid_solid,
  	.green_solid,
    .finance_solid,
    .jade_solid,
    .satellite_solid,
    .explorer_solid {
    left: 43%;
  }
  
	.blocks-item-description-category {
    height: 100px;
    font-size: 14px;
  }
  .section-popular-articles {
    padding: 50px 0 !important;
  }
  .section-popular-articles-inner .blocks-list {
    width: 100%;
    margin: 0 auto;
  }
  .section-popular-articles-inner h2 {
    margin-bottom: 10px;
  }
 .tutorials-inner h2 {
    margin-bottom: 10px;
  }
	.help-inner h2 {
    margin-bottom: 10px;
  }
  .section-popular-articles-inner .blocks-item-link {
    padding: 0px 10px;
  }
  .resource-block {
    text-align: center;
  }
  .video-guide {
    padding: 50px 0 !important;
	}
  .video-cfa h2,
  	.video-cfa p {
    width: 100%;
  }
  .tutorials {
    padding: 50px 0 !important;
  }
  .tutorial-blocks .tutorial {
    padding: 20px 10px;
  }
  .resources {
    padding: 50px 0 !important;
  }
  .help-inner {
    padding: 50px 0 !important;
  }
  .category-section-inner .section-tree .section {
    padding: 0 30px;
  }
  .highlighted-block p {
    margin-top: 10px;
  }
  .highlighted-block img {
    width: 40px;
    margin-bottom: 0;
  }
  /* .category-section-inner .section-tree .section h2 a {
    font-size: 24px;
  } */
  .article-page .container-header {
    padding: 0;
  }
  .article-page .container-header-inner {
    padding: 0;
    width: 100%;
  }
  .article-body h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }  
  .article-body h1,
  	.article-body h2 {
    padding-top: 16px;
    margin-bottom: 0em;
  }
  .article-body h3 {
    padding-top: 26px;
    margin-bottom: 0em;
  }

  .advanced {
    padding: 50px 0 !important;
  }
  .advanced-inner h2 {
    padding: 0 20px;
  }
  .search-section-inner {
    padding: 50px 0 !important;
  }
  .advanced-block {
    margin: 0 20px;
  }
  .container-article .article-sidebar {
    display: none;
  }
  .container-article {
  	margin: 0 auto;
    padding: 0;
  }
  .section-container-article {
      margin: 0 auto;
      padding: 50px;
  }
  .container-header {
    margin-bottom: 0px;
  }
  .container-header .page-header {
    height: 150px;
  }
  .collapsible-sidebar {
    padding: 10px 0 40px;
  }

  .collapsible-sidebar-body {
    padding-top: 40px;
  }
  .collapsible-sidebar-body ul h2 {
    color: #0C0C0F;
    font-weight: 700;
  }
  .collapsible-sidebar-body .sidenav-item,
  	.collapsible-sidebar-body .sidenav-item:hover {
    /*
    padding-left: 0px;
    */
  }
  .collapsible-sidebar-body .sidenav-item .morethan {
    margin-right: 8px;
  }
  .collapsible-sidebar-toggle {
    right: 50%;
  }
  .article-footer {
    display: flex;
    width: 50%;
    margin-top: 30px;
    flex-flow: column;
    /* Hide the 'Was this article helpful Yes or No' section at end of articles */
    display: none;
  }
  .article-votes {
    padding: 13px 0;
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
  }
  .article-votes-controls {
    padding: 0 0 0 10px;
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
  }
  .article-footer-two {
    display: none;
    /*
    display: flex;
    */
    width: 100%;
    flex-flow: column;
  }
  .article-more-questions {
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
    color: #0C0C0F;
  }
  .article-return-to-top {
  	flex: 1 0 100%;
  	text-align: left;
  }
  .article-content {
    margin: 0;
  	max-width: 340px;
  }
  .container-subnav .sub-nav .breadcrumbs {
    margin: 0;
  }
  /* added article title on the end on breadcrumbs */
  .container-subnav .sub-nav .article-title-addon {
    flex: 1 0 50%;
    font-size: 13px;
  }
  .article-title-addon::before {
    margin: 0 4px 0 6px;
    font-size: 18px;
  }
  .container-subnav .sub-nav .breadcrumbs {
    margin: 0;
  }
  /* .footer {
  	padding: 50px 0 25px 0 !important;
	}
  .footer-block0 {
    padding: 10px 0 20px 0;
    flex: 1 0 100%;
    margin: 0;
    flex-flow: row;
    order: 1;
	} */
	.tablet_mobile_only {
  	display: block;
	}
	.desktop_only {
  	display: none;
	}
  /* .footer-block1 {
    flex-flow: column;
    flex: 1 0 30%;
    text-align: left;
    order: 4;
  }
  .footer-block1 p {
    text-align: left;
  }
  .footer-block2 {
    flex-flow: column;
    order: 2;
  }
  .footer-block3 {
    flex-flow: column;
    order: 3;
  } 
  .footer-inner .row {
    flex-flow: column;
  }
  .footer-block3 .footer-links2 {
    padding: 0 5px;
  }
  .footer-block3 .footer-links3 {
    padding: 0 5px;
  } */
  .search-results-description {
    white-space: break-spaces;
    width: 100%;
  }
}

/* Smaller devices (portrait phones, 575px and below) */
@media (min-width: 376px) and (max-width: 575px) {
  .header {
    padding: 0 30px 0 30px;
  	height: 80px;
  }
  .container-subnav {
    padding: 45px 0 0 0;
  }
  .container-subnav-category {
    padding: 15px 0 0 0;
  }
  .article-page {
    padding-top: 0px;
  }
  .category-container .page-header {
    margin: 20px 0 60px 0;
  }
  .section-category-links-inner, 
  	.section-popular-articles-inner, 
    .video-guide-inner, 
    .tutorials-inner, 
    .resources-inner, 
    .category-section-inner, 
    .article-section-header-inner, 
    .article-section-inner, 
    .advanced-inner, 
    .highlighted-inner, 
    .help-inner, 
    .search-section-inner,
    .footer-inner {
  	max-width: 525px;
	}
  .page-header {
    margin: 0;
  }
  .page-header h1 {
  	padding-right: 30px;
  	padding-left: 30px;
  }
  .article-page .page-header h1 {
    padding-right: 30px;
    padding-left: 30px;
	}
  /* .hero {
    height: 200px;
  } */
  .hero-inner {
    top: auto;
    transform: none;
    height: 100%;
    padding: 0 0 40px 0;
    width: 90%;
  }
  .hero-inner p {
    margin-bottom: 20px;
  }
  .hero .search-icon {
    left: 5%;
  }
  .category-section {
    padding: 50px 5%;
  }
  .section-category-links-inner .blocks-list {
    padding: 0px 10px;
    margin: 0 auto;
  }
  .section-category-links {
    padding: 50px 0 !important;
  }
  .blocks-item-liquid, 
    .blocks-item-green, 
    .blocks-item-finance, 
    .blocks-item-jade, 
    .blocks-item-satellite {
    flex: 1 0 90%;
    margin-bottom: 20px;
  }
   
  .liquid_outline,
		.green_outline,
		.finance_outline,
		.jade_outline,
		.satellite_outline,
    .explorer_outline {
    left: 40%;
  }
  .liquid_solid,
  	.green_solid,
    .finance_solid,
    .jade_solid,
    .satellite_solid,
    .explorer_solid {
    left: 40%;
  }
  
  .section-popular-articles {
    padding: 50px 0 !important;
  }
  .section-popular-articles-inner .blocks-list {
    width: 100%;
    margin: 0 auto;
  }
  .section-popular-articles-inner h2 {
    margin-bottom: 10px;
  }
 .tutorials-inner h2 {
    margin-bottom: 10px;
  }
	.help-inner h2 {
    margin-bottom: 10px;
  }
  .section-popular-articles-inner .blocks-item-link {
    padding: 0px 10px;
  }
  .resource-block {
    text-align: center;
  }
  .video-guide {
    padding: 50px 0 !important;
	}
  .video-cfa h2,
  	.video-cfa p {
    width: 100%;
  }
  .tutorials {
    padding: 50px 0 !important;
  }
  .tutorial-blocks .tutorial {
    padding: 20px 10px;
  }
  .resources {
    padding: 50px 0 !important;
  }
  .help-inner {
    padding: 50px 0 !important;
  }
  .category-section-inner .section-tree .section {
    padding: 0 30px;
  }
  .highlighted-block p {
    margin-top: 10px;
  }
  .highlighted-block img {
    width: 40px;
    margin-bottom: 0;
  }
  /* .category-section-inner .section-tree .section h2 a {
    font-size: 24px;
  } */
  .article-page .container-header {
    padding: 0;
  }
  .article-page .container-header-inner {
    padding: 0;
    width: 100%;
  }
  .article-body h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h1,
  	.article-body h2 {
    padding-top: 16px;
    margin-bottom: 0em;
  }
  .article-body h3 {
    padding-top: 26px;
    margin-bottom: 0em;
  }
 
  .advanced {
    padding: 50px 0 !important;
  }
  .advanced-inner h2 {
    padding: 0 20px;
    font-size: 26px;
  }
  .advanced-block h3 {
    font-size: 24px;
  }
  .search-section-inner {
    padding: 50px 0 !important;
  }
  .advanced-block {
    margin: 0 20px;
  }
  .container-article .article-sidebar {
    display: block;
  }
  .container-article {
  	margin: 0 auto;
    padding: 0;
  }
  .section-container-article {
      margin: 0 auto;
      padding: 50px;
  }
  .container-header {
    margin-bottom: 50px;
  }
  .container-header .page-header {
    height: 150px;
  }
  .collapsible-sidebar {
    padding: 10px 0 40px;
  }
  .collapsible-sidebar-body {
    padding-top: 40px;
  }
  .collapsible-sidebar-body h2 {
    color: #0C0C0F;
    font-weight: 700;
  }
  .collapsible-sidebar-body .sidenav-item .morethan {
    margin-right: 8px;
  }
  .collapsible-sidebar-toggle {
    right: 50%;
  }
  .article-list-item {
    padding: 3px 0;
  }
  .article-footer {
    display: flex;
    width: 50%;
    margin-top: 30px;
    flex-flow: column;
    /* Hide the 'Was this article helpful Yes or No' section at end of articles */
    display: none;
  }
  .article-votes {
    padding: 13px 0;
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
  }
  .article-votes-controls {
    padding: 0 0 0 10px;
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
  }
  .article-footer-two {
    display: none;
    /*
    display: flex;
    */
    width: 100%;
    flex-flow: column;
  }
  .article-more-questions {
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
    color: #0C0C0F;
  }
  .article-return-to-top {
  	flex: 1 0 100%;
  	text-align: left;
  }
  .container-subnav .sub-nav .breadcrumbs {
    margin: 0;
  }
  /* added article title on the end on breadcrumbs */
  .container-subnav .sub-nav .article-title-addon {
    flex: 1 0 50%;
    font-size: 13px;
  }
  .article-title-addon::before {
    margin: 0 4px 0 6px;
    font-size: 18px;
  }
  .article-content {
    margin: 0;
  	max-width: 100%;
  }
  .container-subnav .sub-nav .breadcrumbs {
    margin: 0;
  }
  /* .footer {
  	padding: 50px 0 25px 0 !important;
	}
  .footer-block0 {
    padding: 10px 0 20px 0;
    flex: 1 0 100%;
    margin: 0;
    flex-flow: row;
    order: 1;
	} */
	.tablet_mobile_only {
  	display: block;
	}
	.desktop_only {
  	display: none;
	}
  /* .footer-block1 {
    flex-flow: column;
    flex: 1 0 30%;
    text-align: left;
    order: 4;
  }
  .footer-block1 p {
    text-align: left;
  }
  .footer-block2 {
    flex-flow: column;
    order: 2;
  }
  .footer-block3 {
    flex-flow: column;
    order: 3;
  } 
  .footer-inner .row {
    flex-flow: column;
  }
  .footer-block3 .footer-links2 {
    padding: 0 5px;
  }
  .footer-block3 .footer-links3 {
    padding: 0 5px;
  } */
  .search-results-description {
    white-space: break-spaces;
    width: 100%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
  .header {
    padding: 0 30px 0 50px;
  	height: 80px;
  }
  .container-subnav {
    padding: 40px 0 0 0;
  }
  .container-subnav-category {
    padding: 15px 0 0 0;
  }
  .article-page {
    padding-top: 0px;
  }
  .category-container .page-header {
    margin: 40px 0 100px 0;
  }
  .section-category-links-inner, 
  	.section-popular-articles-inner, 
    .video-guide-inner, 
    .tutorials-inner, 
    .resources-inner, 
    .category-section-inner, 
    .article-section-header-inner, 
    .article-section-inner, 
    .advanced-inner, 
    .highlighted-inner, 
    .help-inner, 
    .search-section-inner
    {
  	max-width: 536px;
	}  
  
  .hero-inner p {
    margin-bottom: 30px;
  }
  .category-section {
    padding: 50px 5%;
  }
  .container-header .page-header {
    height: 200px;
  }
  .collapsible-sidebar {
    padding: 10px 0 40px;
  }
  .collapsible-sidebar-body {
    padding-top: 40px;
  }
  .collapsible-sidebar-body h2 {
    color: #0C0C0F;
    font-weight: 700;
  }
  .collapsible-sidebar-body .sidenav-item .morethan {
    margin-right: 8px;
  }
  .collapsible-sidebar-toggle {
    right: 50%;
  }
  .page-header h1 {
  	padding-right: 60px;
  	padding-left: 60px;
  }
  .article-page .page-header h1 {
    padding-right: 60px;
    padding-left: 60px;
	}
  .hero-inner p {
    margin-bottom: 30px;
  }
  /* .hero .search-icon {
    top: 84%;
  } */
  .blocks-item-liquid, 
  	.blocks-item-green, 
  	.blocks-item-finance, 
  	.blocks-item-jade, 
  	.blocks-item-satellite,
    .blocks-item-explorer {
    flex: 1 0 90%;
    margin-bottom: 20px;
  }
  
  .liquid_outline,
		.green_outline,
		.finance_outline,
		.jade_outlin,
		.satellite_outline,
    .explorer_outline {
    left: 40%;
  }
  .liquid_solid,
  	.green_solid,
    .finance_solid,
    .jade_solid,
    .satellite_solid,
    .explorer_solid {
    left: 40%;
  }
  
  .section-popular-articles-inner .blocks-list {
    width: 100%;
    margin: 0 auto;
  }
  .section-popular-articles-inner h2,
  	.video-guide-inner h2,
  	.tutorials-inner h2,
  	.help-inner h2 {
    margin-bottom: 15px;
  }
  .tutorial-blocks {
    flex-flow: colum;
  }
  .resource-block {
    text-align: center;
  }
  .video-cfa-description {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: left;
  }
  .video-cfa h2,
  	.video-cfa p {
    width: 100%;
  }
  .highlighted-blocks {
  	flex-flow: row;
    display: flex;
  }
  .highlighted-block {
    margin: 0 10px;
  }
  .highlighted-block img {
    width: 40px;
  }
  /* .category-section-inner .section-tree .section h2 a {
    font-size: 24px;
  } */
  .article-page .container-header {
    padding: 0;
  }
  .article-page .container-header-inner {
    padding: 0;
    width: 100%;
  }
  .article-body h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h1,
  	.article-body h2 {
    padding-top: 16px;
    margin-bottom: 0em;
  }
  .article-body h3 {
    padding-top: 26px;
    margin-bottom: 0em;
  }

  .article-list-item {
    padding: 3px 0;
  }
  .article-body p,
  	.article-body ul, 
		.article-body ol,
  	blockquote {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28.8px;
  }
  .container-article .article-sidebar {
    display: block;
  }
  .container-article {
  	margin: 0 auto;
    padding: 0;
  }
  .section-container-article {
    margin: 0 auto;
    padding: 50px 0;
	}
  .section-container-article .article {
    flex: 1 0 30%;
	}
  .article-footer {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-flow: row;
    /* Hide the 'Was this article helpful Yes or No' section at end of articles */
    display: none;
  }
  .article-votes {
    padding: 13px 0;
    border: none;
  	flex: 1 0 25%;
  	text-align: left;
  }
  .article-votes-controls {
    padding: 0 0 0 10px;
    border: none;
  	flex: 1 0 75%;
  	text-align: left;
  }
  .article-footer-two {
    display: none;
    /*
    display: flex;
    */
    width: 100%;
    flex-flow: column;
  }
  .article-more-questions {
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
    color: #0C0C0F;
  }
  .article-return-to-top {
  	flex: 1 0 100%;
  	text-align: left;
  }
  .article-content {
    margin: 0;
  	max-width: 100%;
  }
  /* added article title on the end on breadcrumbs */
  .container-subnav .sub-nav .article-title-addon {
    flex: 1 0 50%;
    font-size: 13px;
  }
  .article-title-addon::before {
    margin: 0 4px 0 6px;
    font-size: 18px;
  }
  .container-subnav .sub-nav .breadcrumbs {
    margin: 0;
  }
  /* .footer {
  	padding: 80px 0 !important;
	}
  .footer-inner {
  	width: 575px;
	}  
  .footer-inner .row {
    flex-flow: column;
  }
  .footer-block0 {
    padding: 10px 0 20px 0;
    flex: 1 0 100%;
    margin: 0;
    flex-flow: row;
    order: 1;
	}
	.tablet_mobile_only {
  	display: block;
	}
	.desktop_only {
  	display: none;
	}
  .footer-block1 {
    flex-flow: column;
    flex: 1 0 30%;
    text-align: left;
    order: 4;
  }  
  .footer-block1 p {
    text-align: left;
  }
  .footer-block1 img {
    width: 20%;
  }
 .footer-block2 {
    flex-flow: column;
    flex: 1 0 100%;
    order: 2;
  }  
  .footer-block3 {
    flex-flow: column;
    flex: 1 0 100%;
    order: 3;
  }
  .footer-block3 .footer-links2 {
    padding: 0 5px;
  }
  .footer-block3 .footer-links3 {
    padding: 0 5px;
  } */
  .search-results-description {
    white-space: nowrap;
    width: 550px;
  }
}

/* Small to medium devices (576px up to 767px)
@media (min-width: 576px) and (max-width: 767px) {
	.section-category-links-inner .blocks-item-description-category {
    height: 90px;
  }
*/ 


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header {
    padding: 0 30px 0 50px;
  	height: 80px;
  }
  .container-subnav {
    padding: 45px 0 0 0;
  }
  .container-subnav-category {
    padding: 15px 0 0 0;
  }
  .article-page {
    padding-top: 0px;
  }
  .category-container .page-header {
    margin: 40px 0 45px 0;
  }
  .section-category-links-inner, 
  	.section-popular-articles-inner, 
    .video-guide-inner, 
    .tutorials-inner, 
    .resources-inner, 
    .category-section-inner, 
    .article-section-header-inner, 
    .article-section-inner, 
    .advanced-inner, 
    .highlighted-inner, 
    .help-inner, 
    .search-section-inner {
  	max-width: 728px;
  }
  .category-section {
    padding: 75px 0;
  }
  .page-header h1 {
  	padding-right: 60px;
  	padding-left: 60px;
  }
  .container-header .page-header {
    height: 300px;
  }
  .collapsible-sidebar {
    padding: 0 0 40px;
  }
  .collapsible-sidebar-body {
    padding-top: 40px;
  }
  .collapsible-sidebar-body h2 {
    color: #0C0C0F;
    font-weight: 700;
  }
  .collapsible-sidebar-body .sidenav-item .morethan {
    margin-right: 8px;
  }
  .collapsible-sidebar-toggle {
    right: 50%;
  }
  .article-page .page-header h1 {
    padding-right: 60px;
    padding-left: 60px;
	}

  /* .hero .search-icon {
    top: 87%;
  } */
  .blocks-item-liquid, 
  	.blocks-item-green, 
  	.blocks-item-finance, 
  	.blocks-item-jade, 
  	.blocks-item-satellite,
    .blocks-item-explorer {
    flex: 1 0 90%;
    margin-bottom: 20px;
  }
  
  .liquid_outline,
		.green_outline,
		.finance_outline,
		.jade_outline,
		.satellite_outline,
    .explorer_outline,
  .liquid_solid,
  	.green_solid,
    .finance_solid,
    .jade_solid,
    .satellite_solid,
    .explorer_solid {
    left: 45%;
  }
  
  .section-popular-articles-inner .blocks-list {
    width: 80%;
    margin: 0 auto;
  }
  .section-popular-articles-inner h2,
  	.video-guide-inner h2,
  	.tutorials-inner h2,
  	.help-inner h2 {
    margin-bottom: 20px;
  }
  .tutorial-blocks {
    flex-flow: column;
  }
  .resource-block {
    text-align: center;
  } 
  .video-cfa-description {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .video-cfa h2 {
    width: 100%;
  }
  .video-cfa p {
    width: 80%;
  }      
  .video-cfa-player {
    width: 100%;
    padding-top: 20px;
  }
  .highlighted-blocks {
    flex-flow: row;
    display: flex;
  }
  .highlighted-block img {
    width: 50px;
  }
  .highlighted-block {
    margin: 0 30px;
  }
  /* .category-section-inner .section-tree .section h2 a {
    font-size: 26px;
  } */
  .article-page .container-header {
    padding: 0;
  }
  .article-page .container-header-inner {
    padding: 0;
    width: 100%;
  }
  .article-body h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h1,
  	.article-body h2 {
    padding-top: 16px;
    margin-bottom: 0em;
  }
  .article-body h3 {
    padding-top: 26px;
    margin-bottom: 0em;
  }

  .article-list-item {
    padding: 8px 0;
  }
  .article-body p,
  	.article-body ul, 
		.article-body ol,
  	blockquote {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28.8px;
  }
  .container-article {
  	margin: 0 auto;
    padding: 0;
  }
  .container-article .article-sidebar {
    display: block;
  }
  .section-container-article {
    margin: 0 auto;
    padding: 75px 0;
	}
  .section-container-article .article {
    flex: 1 0 30%;
	}
  .article-footer {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-flow: row;
    /* Hide the 'Was this article helpful Yes or No' section at end of articles */
    display: none;
  }
  .article-votes {
    padding: 13px 0;
    border: none;
  	flex: 1 0 25%;
  	text-align: left;
  }
  .article-votes-controls {
    padding: 0 0 0 10px;
    border: none;
  	flex: 1 0 75%;
  	text-align: left;
  }
  .article-footer-two {
    display: none;
    /*
    display: flex;
    */
    width: 100%;
    flex-flow: column;
  }
  .article-more-questions {
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
    color: #0C0C0F;
  }
  .article-return-to-top {
  	flex: 1 0 100%;
  	text-align: left;
  }
  /* added article title on the end on breadcrumbs */
  .container-subnav .sub-nav .article-title-addon {
    flex: 1 0 50%;
    font-size: 13px;
  }
  .article-title-addon::before {
    margin: 0 4px 0 6px;
    font-size: 18px;
  }
  .article-content {
    margin: 0;
  	max-width: 100%;
  }
  .container-subnav .sub-nav .breadcrumbs {
    margin: 0;
  }
  /* .footer {
  	padding: 80px 0 0 0 !important;
    min-height: 850px;
	}
  .footer-inner {
  	width: 767px;
	}
  .footer-inner .row {
    flex-flow: column;
  }
  .footer-block0 {
    padding: 10px 0 20px 0;
    flex: 1 0 100%;
    margin: 0;
    flex-flow: row;
    order: 1;
	}
	.tablet_mobile_only {
  	display: block;
	}
	.desktop_only {
  	display: none;
	}
  .footer-block1 {
    flex-flow: column;
    flex: 1 0 30%;
    text-align: left;
    order: 4;
  }
  .footer-block1 img {
    width: 20%;
  }
  .footer-block1 p {
    text-align: left;
  }
  .footer-block2 {
    flex-flow: column;
    flex: 1 0 100%;
    order: 2;
  }
  .footer-block3 {
    flex-flow: column;
    flex: 1 0 100%;
    order: 3;
  }
  .footer-block3 .footer-links2 {
    padding: 0 5px;
  }
  .footer-block3 .footer-links3 {
    padding: 0 5px;
  } */
  .search-results-description {
    white-space: nowrap;
    width: 750px;
  }
}

/* Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
  .header {
    /* padding: 0 175px 0 50px; */
  	height: 80px;
  }
  .container-subnav {
    padding: 45px 0 0 0;
  }
  .container-subnav-category {
    padding: 45px 0 0 0;
  }
  .article-page {
    padding-top: 0px;
  }
  .category-container .page-header {
    margin: 40px 0 60px 0;
  }
  .section-category-links-inner, 
  	.section-popular-articles-inner, 
    .video-guide-inner, 
    .tutorials-inner, 
    .resources-inner, 
    .category-section-inner, 
    .article-section-header-inner, 
    .article-section-inner, 
    .advanced-inner, 
    .highlighted-inner, 
    .help-inner, 
    .search-section-inner {
  	max-width: 984px;
	}
 
  .hero-inner p {
    margin-bottom: 80px;
  }
  .category-section {
    padding: 100px 0;
  }
  .section-tree .section {
    flex: 0 0 31%;
  }
  .page-header h1 {
  	padding-right: 60px;
  	padding-left: 60px;
  }
  .container-header .page-header {
    font-size: 50px;
    height: 400px;
  }
  .section-category-links-inner .blocks-item-description-category {
    height: 50px; /* 1024px */
  }
  .collapsible-sidebar-body {
    padding-top: 10px;
  }
  .article-page .page-header h1 {
    padding-right: 80px;
    padding-left: 80px;
	}
  /* .hero .search-icon {
    top: 88%;
  } */
  .section-popular-articles-inner .blocks-list {
    width: 70%;
    margin: 0 auto;
  }
  .section-popular-articles-inner h2,
  	.video-guide-inner h2,
  	.tutorials-inner h2,
  	.help-inner h2 {
    margin-bottom: 30px;
  }
  .tutorial-blocks {
    flex-flow: row;
  }
  .resource-block {
    text-align: left;
  }
  .video-cfa-description {
    width: 38%;
    margin: 0;
    padding: 20px 0 0;
    text-align: left;
  	height: 395px;
  }
  .video-cfa h2,
  	.video-cfa p {
    width: 80%;
  }
  .video-cfa-player {
    width: 80%;
    padding-top: 20px;
  }
  .hero-inner p {
    margin-bottom: 50px;
  }
  .blocks-item-liquid, 
  	.blocks-item-green, 
  	.blocks-item-finance, 
  	.blocks-item-jade, 
  	.blocks-item-satellite {
    flex: 1 0 40%;
    margin-bottom: 10px;
  }
  /* Temp added CSS to make homepage section only fill 50% of width whilst have an odd number of product sections visible */
 .blocks-item-finance {
    flex: 0 0 48.4%;
  }
  
  .liquid_outline,
		.green_outline,
		.finance_outline,
		.jade_outline,
		.satellite_outline,
    .explorer_outline
  .liquid_solid,
  	.green_solid,
    .finance_solid,
    .jade_solid,
    .satellite_solid{
  	left: 42%;
  }
  
	.blocks-item-title-category {
    height: 50px;
  }
	.blocks-item-description-category {
    height: 85px;
    font-size: 12px;
  }
  .highlighted-block img {
    margin: 0 50px;
  }
  /* .category-section-inner .section-tree .section h2 a {
    font-size: 30px;
  } */
  .article-page .container-header {
    padding: 0;
  }
  .article-page .container-header-inner {
    padding: 0;
    width: 100%;
  }
  .article-body h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h1,
  	.article-body h2 {
    padding-top: 16px;
    margin-bottom: 0em;
  }
  .article-body h3 {
    padding-top: 26px;
  }

  .article-list-item {
    padding: 8px 0;
  }
  .article-body p,
  	.article-body ul, 
		.article-body ol,
  	blockquote {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28.8px;
  }
  .container-article {
  	margin: 0 auto;
    padding: 0;
  }
  .section-container-article {
    margin: 0 auto;
    padding: 100px 0;
	}
  .container-article .article-sidebar {
    flex: 0 0 35%;
    padding-right: 10%;
  }
  .container-article .article-sidebar h2 {
    font-size: 18px;
  }
  .container-article .article {
    flex: 1 0 50%;
  }
  .section-container-article .article {
    flex: 1 0 50%;
	}
  .article-footer {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-flow: row;
    /* Hide the 'Was this article helpful Yes or No' section at end of articles */
    display: none;
  }
  .article-votes {
    padding: 13px 0;
    border: none;
  	flex: 1 0 25%;
  	text-align: left;
  }
  .article-votes-controls {
    padding: 0 0 0 10px;
    border: none;
  	flex: 1 0 75%;
  	text-align: left;
  }
  .article-footer-two {
    display: none;
    /*
    display: flex;
    */
    width: 100%;
    flex-flow: column;
  }
  .article-more-questions {
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
    color: #0C0C0F;
  }
  .article-return-to-top {
  	flex: 1 0 100%;
  	text-align: left;
  }
  .article-content {
    margin: 20px 0 0 0;
    width: 550px;
  }
  /* added article title on the end on breadcrumbs */
  .container-subnav .sub-nav .article-title-addon {
    flex: 1 0 50%;
    font-size: 13px;
  }
  .article-title-addon::before {
    margin: 0 4px 0 6px;
    font-size: 18px;
  }
  .container-subnav .sub-nav .breadcrumbs {
    margin: 0;
  }
  /* .footer {
  	padding: 80px 0 0 0 !important;
    min-height: 250px;
	}
  .footer-inner {
  	width: 1024px;
	}
  .footer-inner .row {
    flex-flow: row;
  }
  .footer-block0 {
    padding: 10px 0 20px 0;
    flex: 1 0 100%;
    margin: 0;
    flex-flow: row;
	}
	.tablet_mobile_only {
  	display: none;
	}
	.desktop_only {
  	display: block;
	}
  .footer-block1 {
    flex-flow: row;
    text-align: left;
    flex: 0 0 32%;
    order: 1;
  }
  .footer-block1 img {
    width: 40%;
  }
  .footer-block1 p {
    text-align: left;
  }
  .footer-block2 {
    flex-flow: row;
    flex: 0 0 34%;
    order: 2;
  }
  .footer-block3 {
    flex-flow: row;
    flex: 0 0 34%;
    order: 3;
  }
  .footer-block3 .footer-links2 {
    padding: 0 5px;
  }
  .footer-block3 .footer-links3 {
    padding: 0 5px;
  } */
  .search-results-description {
    white-space: nowrap;
    width: 980px;
  }
}

@media (max-width: 1024px) {
  .nav-top-holder{
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    height: 100%; 
    width: 100%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .header {
    padding: 0 3rem;
    /* padding: 0 175px 0 50px; */
  	height: 80px;
  }
  .container-subnav {
    padding: 45px 0 0 0;
  }
  .container-subnav-category {
    padding: 45px 0 0 0;
  }
  .category-container .page-header {
    margin: 60px 0 60px 0;
  }
  .article-page {
    padding-top: 0px;
  }
  .section-category-links-inner, 
  	.section-popular-articles-inner, 
    .video-guide-inner, 
    .tutorials-inner, 
    .resources-inner, 
    .category-section-inner, 
    .article-section-header-inner, 
    .article-section-inner, 
    .advanced-inner, 
    .highlighted-inner, 
    .help-inner, 
    .search-section-inner {
  	max-width: 1160px;
  } 
  /*
  .page-header-liquid-bg .sub-nav {
    padding: 50px 60px 0 390px;
  }
  */
  /* .hero {
    height: 580px;
  } */
  .category-section {
    padding: 100px 0;
  }
  .container-header .page-header {
    height: 400px;
  }
  .article-page .page-header h1 {
  	padding-right: 100px;
  	padding-left: 100px;
  }
  .hero-inner {
  	max-width: 1160px;
    width: 100%;
  }
  .hero-inner h1 {
    margin-top: 45px;
  }
  .hero-inner p {
    margin-bottom: 80px;
  }
  .hero-inner h2 {
    font-size: 36px;
  }
  .hero-inner p {
    margin-top: 10px;
    margin-bottom: 80px;
  }
  .hero .search {
    /* margin-right: 16%;
    margin-left: 16%; */
    /* display: flex;
    width: 100%;
    max-width: 650px;
    justify-content: center; */
  }
  /* .hero .search-icon {
    top: 74%;
    left: 23%;
  } */
  .hero .search input[type="search"] {
    font-size: 18px;
	}
  .blocks-item-liquid, 
  	.blocks-item-green, 
  	.blocks-item-finance, 
  	.blocks-item-jade, 
  	.blocks-item-satellite,
    .blocks-item-explorer {
    flex: 1 0 40%;
    margin-bottom: 10px;
  }

      .blocks-item-explorer, .blocks-item-liquid {
        max-width: 48%;
      }
/* Temp added CSS to make homepage section only fill 50% of width whilst have an odd number of product sections visible */
 .blocks-item-finance {
  flex: 0 0 48.4%;
}
  
  .liquid_outline,
		.green_outline,
		.finance_outline,
		.jade_outline,
		.satellite_outline,
  .liquid_solid,
  	.green_solid,
    .finance_solid,
    .jade_solid,
    .satellite_solid {
    left: 43%;
  }
  .section-popular-articles-inner .blocks-list {
    width: 70%;
    margin: 0 auto;
  }
  .section-popular-articles-inner h2 {
    margin-bottom: 40px;
  }
	.video-guide-inner h2 {
    margin-bottom: 10px;
  }
	.tutorials-inner h2 {
    margin-bottom: 40px;
  }
  .tutorial-blocks {
    flex-flow: row;
  }
	.help-inner h2 {
    margin-bottom: 40px;
  }
  .section-tree .see-all-articles {
    font-size: 16px;
  }
  .resource-block {
    text-align: left;
  }
  .video-cfa-description {
    width: 38%;
    margin: 0;
    padding: 20px 0 0;
    text-align: left;
  	height: 420px;
  }
  .video-cfa h2 {
    width: 80%;
  }
	.video-cfa p {
    width: 60%;
  }
  .video-cfa-player {
    width: 60%;
    padding-top: 20px;
  }

  .highlighted-block img {
    width: 58px;
  }
  .category-section-inner .section-tree .section {
    /*
    flex: 0 0 30%;
    */
  }
  /* .category-section-inner .section-tree .section h2 a {
    font-size: 36px;
  } */
  .section-tree .section {
    flex: 0 0 30%;
  }

  /* Article Media Query CSS */
  .article-page .container-header {
    padding: 0;
  }
  .article-page .container-header-inner {
    padding: 0;
    width: 100%;
  }
  .article-body h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .article-body h1 {
    padding-top: 16px;
    margin-bottom: 0em;
  }
  .article-body h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 26px;
    margin-bottom: 0em;
  }
  .article-body h3 {
    padding-top: 22px;
    margin-bottom: 0em;
  }
  .article-list-item {
    padding: 8px 0;
  }
  .article-body p,
  	.article-body ul, 
		.article-body ol,
  	blockquote {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28.8px;
  }
  .sidenav-item,
  	.sidenav-item:hover {
    /*
    padding-left: 0px;
    */
  }
  .sidenav-item .morethan {
    margin-right: 8px;
  }
  .container-article {
    max-width: 1160px;
  	margin: 20px auto;
    padding: 25px 0px;
  }
  .section-container-article {
  	margin: 0 auto;
    padding: 100px 0;
	}
  .container-section-inner {
    max-width: 1160px;
  }
  .container-article .article-sidebar {
    flex: 0 0 40%;
  }
  .container-article .article-sidebar h2 {
    color: #0C0C0F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
  }
  .container-article .article {
    flex: 1 0 50%;
  }
  .section-container-article .article {
    flex: 1 0 50%;
	}
  .article-content {
    margin: 0;
    width: 580px;
  }
  .article-footer {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-flow: row;
    /* Hide the 'Was this article helpful Yes or No' section at end of articles */
    display: none;
  }
  .article-votes {
    padding: 13px 0;
    border: none;
  	flex: 1 0 25%;
  	text-align: left;
  }
  .article-votes-controls {
    padding: 0 0 0 10px;
    border: none;
  	flex: 1 0 75%;
  	text-align: left;
  }
  .article-footer-two {
    display: none;
    /*
    display: flex;
    */
    width: 100%;
    flex-flow: column;
  }
  .article-more-questions {
    border: none;
  	flex: 1 0 100%;
  	text-align: left;
    color: #0C0C0F;
  }
  .article-return-to-top {
  	flex: 1 0 100%;
  	text-align: left;
  }
  /* added article title on the end on breadcrumbs */
  .container-subnav .sub-nav .article-title-addon {
    flex: 1 0 50%;
    font-size: 13px;
  }
  .article-title-addon::before {
    margin: 0 4px 0 6px;
    font-size: 18px;
  }
  .container-subnav .sub-nav .breadcrumbs {
    margin: 0;
  }
  /* .footer {
  	padding: 80px 0 0 0 !important;
	}
  .footer-inner {
  	width: 1160px;
	}
  .footer-block0 {
    padding: 10px 0 20px 0;
    flex: 1 0 100%;
    margin: 0;
    flex-flow: row;
	}
	.tablet_mobile_only {
  	display: none;
	}
	.desktop_only {
  	display: block;
	}
  .footer-block1 {
    flex-flow: row;
    text-align: left;
    order: 1;
  }
  .footer-block1 img {
    width: 40%;
  }
  .footer-block1 p {
    text-align: left;
  }
  .footer-block2 {
    flex-flow: row;
    order: 2;
  }
  .footer-block3 {
    flex-flow: row;
    order: 3;
  }
  .footer-inner .row {
    flex-flow: row;
  } */
  .search-results-description {
    white-space: nowrap;
    width: 920px;
  }
}
.right-1sM74 .u-pullRight .desktop-55rFI .u-borderTransparent .u-posRelative .u-noPrint {
  display: none;
}

@media only screen and (min-width: 1370px) {
  #overflow-table {
  	width: 135% !important;
	}
}


iframe[title="Close message"], iframe[title="Message from company"] {
  display: none;
}

.progressLang {
  height: 5px;
  border-radius: 5px;
  background-color: #00c3ff;
}
    .l-100 {
        width:100%;
    }
    .l-99 {
        width: 99%;
    }
    .l-93 {
        width: 93%;
    }
    .l-92 {
        width: 92%;
    }
    .l-85 {
        width: 85%;
    }
    .l-80 {
        width: 80%;
    }
    .l-65 {
        width: 65%;
    }
    .l-53 {
        width: 53%;
    }
    .l-48 {
        width: 48%;
    }
    .l-47 {
        width: 47%;
    }
    .l-20 {
        width: 20%;
    }
    .l-2 {
        width: 2%;
    }



    .glossary {
        height: 215px; 
        width: 100%; 
        max-width: 1138px; 
        margin: 40px auto;
        border: 1px solid #8F9DAC;
        display: flex;
    }
    @media (max-width: 1024px) {
        .glossary {
            max-width: 706px;
            height: auto;
            flex-direction: column;
        }
        .glossary  .glossary_icon {
            width: 100%;
            height: 130px;
        }
        .glossary  .glossary_desc {
            width: 100%;
            padding: 20px 40px;
        }
    }
    @media (max-width: 768px) {
        .glossary {
            max-width: 706px;
        }
    }
    @media (max-width: 576px) { 
        .glossary {
            max-width: 514px !important;
  					width: 90%;
        }
    }

    .glossary_icon {
        background: #111316; 
        width: 215px; 
        display: flex; 
        justify-content: center;
    }
    .glossary_desc {
        width: calc(100% - 215px);
        padding: 10px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .glossary_desc > h2 {
        margin: 0;
    }

    .glossary_desc > .g-btn {
        cursor: pointer;
        width: 100%;
        max-width: max-content;
        min-width: 180px;
        padding: 10px 30px;
        display: inline-block;
        outline: none;
        transition: 0.3s ease-out;
        text-decoration: none;
        text-align: center;
        border: none;
        background: none;
    }
    .glossary_desc > .g-btn:hover, .g-btn:active {
        box-shadow: (149 157 165 / 20%) 0px 8px 24px;
        transition: 0.3s ease-out;
        text-decoration: none;
    }

    .glossary_desc > .primary-btn {
        background: #00C3FF;
        border: 1px solid #00C3FF;
        color: #0C0C0F;
    }

     .glossary_desc > .primary-btn:hover, primary-btn:active {
            transition: 0.2s ease-out;
            background: #00c3ff;
            border: 1px solid #00c3ff;
            color: #fff;
            text-decoration: none;
    }



/* Navigation from the CDN Styling */


.header_primary { height: 80px; width: 100%; top: 0; left: 0; right: 0; bottom: 0; }

@media only screen and (min-width: 1090px) { .header_primary { display: grid; grid-template-columns: 1fr 5fr; grid-gap: 10px; position: absolute; z-index: 1000; transition: all 0.4s; padding: 0 100px;} }

@media only screen and (max-width: 1090px) { .header_primary { display: flex; flex-direction: row; justify-content: space-between; position: fixed; z-index: 700; background-color: #0c0d0f; } }

@media only screen and (min-width: 1090px) { .header_primary_logo { display: flex; align-self: center; } }

@media only screen and (max-width: 1090px) { .header_primary_logo { padding-right: 27px; } }

.header_primary_logo a { line-height: 0 !important; }

.header_primary_logo a img { width: 150px; margin-left: 20px; }

@media only screen and (max-width: 1090px) { .header_primary_logo a img { width: 140px; margin-top: 15px; margin-left: 27px; } }

.header_primary_mobile-menu-button { display: none; }

@media only screen and (max-width: 1090px) { .header_primary_mobile-menu-button { display: block; position: absolute; z-index: 1000; top: 0; right: 0; padding: 20px; cursor: pointer; } .header_primary_mobile-menu-button .bar { width: 23px; height: 1px; background-color: #00c3ff; margin: 7px; transition: all 0.7s ease; } .header_primary_mobile-menu-button .middle { margin: 0 auto; } }

.header_primary_navigation { grid-column: 2; }

@media only screen and (max-width: 1090px) { .header_primary_navigation { background-color: #0c0d0f; width: 100% !important; overflow-x: hidden; position: fixed; top: 80px; left: 0; height: 100%; z-index: -1; padding-bottom: 60px; transform: translateY(-100%); transition: all 0.5s ease-in-out; visibility: hidden; } }

@media only screen and (min-width: 1090px) { .header_primary_navigation_list { margin: 0; padding: 0; display: flex; height: 100%; justify-content: flex-end; align-items: center; list-style: none; position: relative; } }

@media only screen and (max-width: 1090px) { .header_primary_navigation_list { flex-direction: column; width: 100%; padding-bottom: 80px; } }

.header_primary_navigation_list .search-btn { color: #00c3ff; display: flex; padding: 0 32px; height: 58px; justify-content: space-between; align-items: center; }

.header_primary_navigation_list .disabled { display: none; }

.header_primary_navigation_list .language-button { display: flex; padding: 0 32px; height: 58px; justify-content: space-between; align-items: center; }

.header_primary_navigation_list .language-button a { text-decoration: none; color: #00c3ff; }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item + .no-underline::after { background: transparent; } .header_primary_navigation_item::after { content: ''; display: block; width: 0; height: 2px; background: #00c3ff; transition: width 0.3s ease-in-out; margin-top: -2px; } .header_primary_navigation_item:hover::after { width: 100% !important; } .header_primary_navigation_item + .no-underline:hover .header_primary_navigation_item_link { color: #00c3ff; text-decoration: none; } }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item { padding: 0 15px; } }

@media only screen and (max-width: 1090px) { .header_primary_navigation_item { padding: 0; margin: 0; opacity: 0; transition: all 0.5s ease; } }

.header_primary_navigation_item:not(:first-child) { position: relative; }

.header_primary_navigation_item_no-line { position: inherit; padding: 0; }

@media only screen and (max-width: 1090px) { .header_primary_navigation_item_no-line { border-bottom: 0 !important; } }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item:hover .header_primary_navigation_item_sub-list { transform: scaleY(1); height: auto; opacity: 1; } }

.header_primary_navigation_item_link { text-decoration: none !important; color: #fff !important; width: 100%; height: 80px; display: flex; justify-content: center; align-items: center; transition: 0.3s all ease-in-out; }

@media only screen and (max-width: 1090px) { .header_primary_navigation_item_link { display: flex; padding: 0 32px; height: 58px; justify-content: space-between; align-items: center; } }

.header_primary_navigation_item_link span { position: relative; z-index: -300; }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item_link span { display: none; } }

.header_primary_navigation_item_link span .arrow-icon { cursor: pointer; display: flex; width: 20px; }

.header_primary_navigation_item_link span .arrow { width: 15px; height: 1px; background-color: lightgray; transition: all 0.3s ease; }

.header_primary_navigation_item_link span .a-top { transform: translateX(1px) rotateZ(45deg); }

.header_primary_navigation_item_link span .a-bottom { transform: translateX(-2px) rotateZ(-45deg); }

@media only screen and (max-width: 1090px) { .header_primary_navigation_item_link:hover { color: #00c3ff; } }

.header_primary_navigation_item_link:active { color: #00c3ff; }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item_sub-list { display: flex; flex-direction: column; position: absolute; z-index: 100; list-style: none; padding: 0; background-color: #0c0d0f; box-shadow: 0 10px 15px -5px #000000; left: 0; top: 0; margin-top: 80px; transition: all 0.4s ease-in-out; height: 0; transform-origin: top; transform: scaleY(0); opacity: 0; } }

@media only screen and (max-width: 1090px) { .header_primary_navigation_item_sub-list { display: none !important; width: 100%; background-color: #0c0d0f; padding-bottom: 10px; border-bottom: 0 !important; } }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item:last-child:hover .header_primary_navigation_item_sub-list {
  left: -200px;
} }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item_sub-list_header { width: 100%; height: auto; } .header_primary_navigation_item_sub-list_header:not(:first-child) { margin-left: 15rem; } .header_primary_navigation_item_sub-list_header_indicator { width: 0; height: 0; border-left: 2.5rem solid transparent; border-right: 2.5rem solid transparent; border-bottom: 2.5rem solid grey; position: relative; top: -3rem; margin-bottom: -3rem; } .header_primary_navigation_item_sub-list_header .subnav-grid-container { display: flex; justify-content: center; border-top: 1px solid #2b2e36; padding-top: 30px; padding-bottom: 20px; flex-direction: column; width: 300px; } .header_primary_navigation_item_sub-list_header .subnav-grid-container .header_primary_navigation_item_sub-list_item_link_block_title { padding: 8px 16px; color: #fff;} }

.header_primary_navigation_item_sub-list_item { display: block; margin-bottom: 2px; }

@media only screen and (max-width: 1090px) { .header_primary_navigation_item_sub-list_item { display: flex; flex-direction: row; align-items: center; padding: 0 0 15px 50px; background-color: #0c0d0f; transition: all 0.3s ease-in-out; transform-origin: top; transform: scaleY(0); opacity: 0; } }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item_sub-list_item_link:visited { color: white; } .header_primary_navigation_item_sub-list_item_link:hover { color: #00c3ff; } .header_primary_navigation_item_sub-list_item_link:active { color: #00c3ff; } .header_primary_navigation_item_sub-list_item_link:active i { color: #00c3ff; } }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item_sub-list_item_link_icon { width: 5rem; height: auto; margin-left: 16px; } }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item_sub-list_item_link_icon_font-awesome { font-size: 15px; color: #677897; width: auto !important; min-width: 25px; } }

@media only screen and (min-width: 1090px) { .header_primary_navigation_item_sub-list_item_link_block { display: flex; flex-direction: column; position: relative; width: 100%; } }

.header_primary_navigation_item_sub-list_item_link_block_title { text-decoration: none !important; position: relative; width: 100%; transition: all 0.3s;  margin: 0;}

@media only screen and (max-width: 1090px) { .header_primary_navigation_item_sub-list_item_link_block_title { font-size: 14px; font-weight: 700; letter-spacing: 0; } }

.header_primary_navigation_item_sub-list_item_link_block_title:hover { color: #00c3ff; }

.header_primary_navigation_item_sub-list_item_link_block_title:hover i { color: #00c3ff; }

.header_primary_navigation_item_sub-list_item_link_block_text { text-transform: none; margin-top: 4px; margin-bottom: 0; display: block; max-width: 280px; width: 100%; }

.header_primary_controls { display: flex; align-self: center; justify-self: end; color: #00c3ff; margin-right: 40px; }

@media only screen and (max-width: 1090px) { .header_primary_controls { visibility: hidden; position: fixed; top: 60%; z-index: -1; transform: translateY(-100%); transition: all 0.5s ease-in-out; flex-direction: column; } }

.header_primary_controls .search-btn { margin: 0 25px; top: 2px; position: relative; }

@media only screen and (max-width: 1090px) { .header_primary_controls .search-btn { margin: 0; padding: 0 32px; height: 58px; opacity: 0; transition: all 0.5s ease; } }

.header_primary_controls .language-button { margin: 0 40px 0 0; }

@media only screen and (max-width: 1090px) { .header_primary_controls .language-button { margin: 0; padding: 0 32px; height: 58px; opacity: 0; transition: all 0.5s ease; } }

.header_primary_controls .language-button a { text-decoration: none; color: inherit; }

.header_primary_controls .disabled { visibility: hidden; }

.header_primary .primary-link-active { border: none; }

.product-subnav { display: flex; flex-direction: column; width: 100%; padding: 30px; line-height: 1.5;}

@media only screen and (max-width: 994px) { .product-subnav { flex-flow: wrap; } }

.product-subnav-grid-container { display: flex; flex-wrap: wrap; column-gap: 10px; }

@media only screen and (max-width: 994px) { .product-subnav-grid-container { justify-content: space-between; margin-bottom: 30px; } }

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item { position: relative; padding: 15px 0;}

@media only screen and (max-width: 1366px) { .product-subnav-grid-container .header_primary_navigation_item_sub-list_item { margin-right: 0; } }

@media only screen and (max-width: 1090px) { .product-subnav-grid-container .header_primary_navigation_item_sub-list_item { margin-right: 3%; padding: 15px 0; } }

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item:hover .product-subnav-grid-container_link_hover { opacity: 1; }

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item:hover .product-subnav-grid-container_icon { transform: scale(1.3); }

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item a { text-decoration: none; display: block; margin: 1px; }

.product-subnav-grid-container .header_primary_navigation_item_sub-list_item_link { width: 100%; height: 100%; display: flex; flex-direction: row; justify-content: space-between; }

.product-subnav-grid-container_icon { width: 46px; height: 46px; margin-right: 23px; transition: transform 0.3s ease-in-out; }

.product-subnav-grid-container_icon img { width: 100%; height: 100%; }

.product-subnav-grid-container .clight-icon { width: 100%; transform: scale(1.2); }

.product-subnav-grid-container .finance-icon { width: 90%; height: 90%; }

.show { display: block; }

.primary-link-active { border-bottom: 2px solid #00c3ff; color: #fff !important; }

.header_primary_navigation_item_sub-list_item_link_block_title {
  text-decoration: none;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.header_primary_navigation_item_sub-list_item_link_block_title:hover .hover-icon {
  display: inline;
}
.header_primary_navigation_item_sub-list_item_link_block_title:hover .hover-icon-white {
  display: none;
}
.header_primary_navigation_item_sub-list_item_link_block_title:hover .default-icon {
  display: none;
}
.header_primary_navigation_item_sub-list_item_link_block_title .hover-icon, .header_primary_navigation_item_sub-list_item_link_block_title .hover-icon-white {
  display: none;
}
@media only screen and (max-width: 1090px) {
  .header_primary_navigation_item_sub-list_item_link_block_title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
 }
  .header_primary_navigation_item_sub-list_item_link_block_title .hover-icon-white {
    display: inline;
 }
}
.header_primary_navigation_item_sub-list_item_link_block_title .default-icon {
  display: inline;
}
@media only screen and (max-width: 1090px) {
  .header_primary_navigation_item_sub-list_item_link_block_title .default-icon {
    display: none;
 }
}
.header_primary_navigation_item_sub-list_item_link_block_title_img {
  width: 18px;
  margin-right: 5px;
  margin-left: 16px;
}

#primary_navigation_list_products {
    max-width: 1300px;
    width: 100%;
}

/** 
********************************************************************************************************
* Full Mobile Navigation Dropdown
* Display: block;
* Slidedown Animation
********************************************************************************************************
*/
@media only screen and (max-width: 1090px) { .mobile-navbar-show { visibility: visible; transform: translateY(0); } .show-items { opacity: 1 !important; } .hamburger-open .top { transform: translateY(8px) rotateZ(45deg); } .hamburger-open .middle { width: 0 !important; } .hamburger-open .bottom { transform: translateY(-8px) rotateZ(-45deg); } /**  Sub Navigation Dropdown */ .mobile-dropdown-show { display: block !important; } .mobile-fadeIn .header_primary_navigation_item_sub-list_item { transform: scaleY(1); opacity: 1; } .mobile-nav-backdrop { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; z-index: 900; } .mobile-navigation-spacer { display: inline-block; height: 5px; width: 5px; background-color: transparent; border-radius: 50%; } #primary_navigation_list_technologies { display: block; } #primary_navigation_list_products { display: block; } }

/** 
********************************************************************************************************
* End of Mobile
********************************************************************************************************
*/
/** 
********************************************************************************************************
* Amimations
********************************************************************************************************
*/
@keyframes floating { from { transform: translate(0, -5px); }
  65% { transform: translate(0, 15px); }
  to { transform: translate(0, -5px); } }

.blks-nav { position: relative; width: 100%; display: flex; padding-left: 0; margin-bottom: 0; list-style: none; align-items: center; }

@media (max-width: 800px) { .blks-nav { flex-direction: column; align-items: flex-start; } }

.blks-nav-link { font-weight: bold; text-decoration: none !important; padding: 1rem 3rem; color: #fff; }

.blks-nav-link:hover { color: #00C3FF; }

#navToggle { position: absolute; height: 20px; width: 30px; display: none; }

@media (max-width: 800px) { #navToggle { display: block; } }

#navToggle span { position: absolute; width: 100%; height: 2px; top: 50%; left: 0; display: block; background: white; transition: .5s; }

#navToggle span:first-child { top: 3px; }

#navToggle span:last-child { top: 17px; }

.navToggle span:first-child { transform: translateY(6px) rotateZ(45deg); }

.navToggle span:last-child { transform: translateY(-8px) rotateZ(-45deg); }

.navToggle span:nth-child(2) { display: none !important; }

@media (max-width: 800px) { .nav-collapse { display: none; } }

.nav-open { display: flex; }

/* Footer */

footer { width: 100%;}

@media only screen and (max-width: 1090px) { footer { padding-bottom: 50px; padding-top: 0; } }

@media only screen and (max-width: 500px) { footer { margin-top: 20px; } }

footer .footer { display: flex; background-color: #111316; border-top: 1px solid #293139; justify-content: center; padding: 100px 30px; }

@media only screen and (max-width: 1090px) { footer .footer { padding-top: 0; margin-top: 20px; padding-bottom: 50px; border-top: none; } }

footer .footer .footer-sitemap { width: 100%; max-width: 1200px; display: flex; justify-content: space-between; }

@media only screen and (max-width: 1090px) { footer .footer .footer-sitemap { flex-direction: column-reverse; } }

footer .footer .footer-sitemap_sitelinks { display: flex; }

@media only screen and (max-width: 1090px) { footer .footer .footer-sitemap_sitelinks { flex-direction: column; width: 100%; } }

@media only screen and (max-width: 1090px) { footer .footer .footer-sitemap_logo-grid { margin-top: 60px; } }

footer .footer .footer-sitemap_logo-grid img { margin-top: -10px; margin-bottom: 17px; }

footer .footer .footer-sitemap_logo-grid_terms_privacy ul { display: flex; list-style: none; margin-top: 28px; margin-top: 70px; }

footer .footer .footer-sitemap_logo-grid_terms_privacy ul li:nth-child(1) a { border-right: 1px solid #a9b1b6; padding-right: 20px; }

footer .footer .footer-sitemap_logo-grid_terms_privacy ul li:nth-child(2) a { padding-left: 20px; }

footer .footer .footer-sitemap_logo-grid_copyright { margin-top: 20px; }

footer .footer .footer-sitemap_products_twoColGrid { display: flex; }

@media only screen and (max-width: 1090px) { footer .footer .footer-sitemap_products_twoColGrid { margin-bottom: 20px; display: block !important; } }

footer .footer .footer-sitemap_products_twoColGrid ul { list-style: none; margin-right: 30px; }

footer .footer .footer-sitemap_products_twoColGrid ul li { margin-top: 15px; }

footer .footer .footer-sitemap_otherlinks { display: flex; gap: 20px; }

@media only screen and (max-width: 1090px) { footer .footer .footer-sitemap_otherlinks { flex-direction: column; margin-left: 0; } }

footer .footer .footer-sitemap_otherlinks ul { list-style: none; margin-right: 30px; }

@media only screen and (max-width: 1090px) { footer .footer .footer-sitemap_otherlinks ul { margin-bottom: 20px; } }

footer .footer .footer-sitemap_otherlinks ul li { margin-top: 14px; }

footer .footer h4 { cursor: pointer; }

@media only screen and (max-width: 1090px) { footer .footer h4 { border-bottom: 1px solid #293139; height: 60px; display: flex; align-items: center; } }

footer .footer .footer-toggle { display: none; height: 60px; border-bottom: 1px solid #2a2a2a; align-items: center; justify-content: space-between; }

footer .footer .footer-toggle:after { content: "\f107"; color: white; font-family: 'Font Awesome 5 Pro'; font-weight: 100; font-size: 20px; }

@media only screen and (max-width: 1090px) { footer .footer .footer-toggle { display: flex; } }

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

footer .footer a:hover { color: #00c3ff; }

.social-links { display: flex; }

.social-links a { display: flex; text-decoration: none; justify-content: center; align-items: center; width: 30px; height: 30px; border: 1px solid #333333; margin-right: 10px; }

.social-links a i { color: white; font-size: 14px; }

.social-links a:hover i { color: #00c3ff; }

.social-mobile { display: none; }

@media only screen and (max-width: 1090px) { .social-mobile { display: flex; border-top: 1px solid #293139; padding-top: 40px; padding-left: 30px; } }

@media only screen and (max-width: 1090px) { .social-desktop { display: none; } }

.footer a svg, .social-mobile a svg {
  fill: white;
}

footer a:hover svg, .social-mobile a:hover svg {
  fill: #00c3ff;
}

footer .footer .footer-sitemap_otherlinks ul {
  list-style: none;
  margin-right: 30px;
}

footer .footer .footer-sitemap_otherlinks div:nth-child(1) ul {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto;
  grid-auto-flow: column;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

@media only screen and (max-width: 1024px) {
  footer .footer .footer-sitemap_otherlinks div:nth-child(1) ul {
      display: block;
  }
}

footer .footer .footer-sitemap_logo-grid img {
  width: 150px;
}

.footer-sitemap_otherlinks div:nth-child(3) {
  margin-right: 30px;
}


/* End Footer */

/* Buttons */

.g-btn { font-family: "rigid-square", sans-serif; font-style: normal; font-weight: 700; line-height: 22px; letter-spacing: normal; cursor: pointer; width: 100%; max-width: max-content; padding: 10px 30px; display: inline-block; outline: none; transition: 0.3s ease-out; text-decoration: none; text-align: center; border: none; background: none; border-radius: 2px; }

.g-btn:hover, .g-btn:active { box-shadow: 149 157 165/20% 0px 8px 24px; transition: 0.3s ease-out; text-decoration: none; }

.primary-btn { background: #1187c1; border: 1px solid #1187c1; color: #0C0C0F; }

.primary-btn:hover, .primary-btn:active { transition: 0.2s ease-out; background: #00c3ff; border: 1px solid #00c3ff; color: #fff; text-decoration: none; }

.secondary-btn { background-color: transparent; border: 1px solid #00c3ff; color: #00c3ff; }

.secondary-btn:hover, .secondary-btn:active { color: #0C0C0F; border: 1px solid #00c3ff; background-color: #00c3ff; }

.tertiary-btn { color: #00c3ff; border-bottom: 2px solid #00c3ff; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.tertiary-btn:hover, .tertiary-btn:active { color: #0C0C0F; border-color: #0C0C0F; }

.liquid-btn { background-color: #1E8079; border: 1px solid #1E8079; color: #fff; }

.liquid-btn:hover, .liquid-btn:active { background-color: #2CCCBF; color: #fff; border: 1px solid #2CCCBF; }

.liquid-sec-btn { background-color: transparent; border: 1px solid #2CCCBF; color: #2CCCBF; }

.liquid-sec-btn:hover, .liquid-sec-btn:active { background-color: #2CCCBF; color: #fff; border: 1px solid #2CCCBF; }

.liquid-ter-btn { color: #2CCCBF; border-bottom: 2px solid #2CCCBF; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.liquid-ter-btn:hover, .liquid-ter-btn:active { color: #fff; border-color: #fff; }

.cln-btn { background-color: #DFB316; border: 1px solid #DFB316; color: #fff; }

.cln-btn:hover, .cln-btn:active { background-color: #F0D003; border: 1px solid #F0D003; color: #fff; }

.cln-sec-btn { background-color: transparent; border: 1px solid #F0D003; color: #F0D003; }

.cln-sec-btn:hover, .cln-sec-btn:active { background-color: #F0D003; border: 1px solid #F0D003; color: #fff; }

.cln-ter-btn { color: #F0D003; border-bottom: 2px solid #F0D003; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.cln-ter-btn:hover, .cln-ter-btn:active { color: #fff; border-color: #fff; }

.datafeed-btn { background-color: #0376AD; border: 1px solid #0376AD; color: #fff; }

.datafeed-btn:hover, .datafeed-btn:active { background-color: #00C3FF; border: 1px solid #00C3FF; color: #fff; }

.datafeed-sec-btn { background-color: transparent; border: 1px solid #00C3FF; color: #00C3FF; }

.datafeed-sec-btn:hover, .datafeed-sec-btn:active { background-color: #00C3FF; border: 1px solid #00C3FF; color: #fff; }

.datafeed-ter-btn { color: #00C3FF; border-bottom: 2px solid #00C3FF; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.datafeed-ter-btn:hover, .datafeed-ter-btn:active { color: #fff; border-color: #fff; }

.energy-btn { background-color: #186B49; border: 1px solid #186B49; color: #fff; }

.energy-btn:hover, .energy-btn:active { background-color: #32B284; border: 1px solid #32B284; color: #fff; }

.energy-sec-btn { background-color: transparent; border: 1px solid #32B284; color: #32B284; }

.energy-sec-btn:hover, .energy-sec-btn:active { background-color: #32B284; border: 1px solid #32B284; color: #fff; }

.energy-ter-btn { color: #32B284; border-bottom: 2px solid #32B284; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.energy-ter-btn:hover, .energy-ter-btn:active { color: #fff; border-color: #fff; }

.amp-btn { background-color: #006C7F; border: 1px solid #006C7F; color: #fff; }

.amp-btn:hover, .amp-btn:active { background-color: #1CADB2; border: 1px solid #1CADB2; color: #fff; }

.amp-sec-btn { background-color: transparent; border: 1px solid #1CADB2; color: #1CADB2; }

.amp-sec-btn:hover, .amp-sec-btn:active { background-color: #1CADB2; border: 1px solid #1CADB2; color: #fff; }

.amp-ter-btn { color: #1CADB2; border-bottom: 2px solid #1CADB2; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.amp-ter-btn:hover, .amp-ter-btn:active { color: #fff; border-color: #fff; }

.green-btn { background-color: #048146; border: 1px solid #048146; color: #fff; }

.green-btn:hover, .green-btn:active { background-color: #00B45A; border: 1px solid #00B45A; color: #fff; }

.green-sec-btn { background-color: transparent; border: 1px solid #00B45A; color: #00B45A; }

.green-sec-btn:hover, .green-sec-btn:active { background-color: #00B45A; border: 1px solid #00B45A; color: #fff; }

.green-ter-btn { color: #00B45A; border-bottom: 2px solid #00B45A; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.green-ter-btn:hover, .green-ter-btn:active { color: #fff; border-color: #fff; }

.mining-btn { background-color: #A70137; border: 1px solid #A70137; color: #fff; }

.mining-btn:hover, .mining-btn:active { background-color: #DD1F48; border: 1px solid #DD1F48; color: #fff; }

.mining-sec-btn { background-color: transparent; border: 1px solid #DD1F48; color: #DD1F48; }

.mining-sec-btn:hover, .mining-sec-btn:active { background-color: #DD1F48; border: 1px solid #DD1F48; color: #fff; }

.mining-ter-btn { color: #DD1F48; border-bottom: 2px solid #DD1F48; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.mining-ter-btn:hover, .mining-ter-btn:active { color: #fff; border-color: #fff; }

.elements-btn { background-color: #42539D; border: 1px solid #42539D; color: #fff; }

.elements-btn:hover, .elements-btn:active { background-color: #6C8ADD; border: 1px solid #6C8ADD; color: #fff; }

.elements-sec-btn { background-color: transparent; border: 1px solid #6C8ADD; color: #6C8ADD; }

.elements-sec-btn:hover, .elements-sec-btn:active { background-color: #6C8ADD; border: 1px solid #6C8ADD; color: #fff; }

.elements-ter-btn { color: #6C8ADD; border-bottom: 2px solid #6C8ADD; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.elements-ter-btn:hover, .elements-ter-btn:active { color: #fff; border-color: #fff; }

.simplicity-btn { background-color: #5134E0; border: 1px solid #5134E0; color: #fff; }

.simplicity-btn:hover, .simplicity-btn:active { background-color: #7973F4; border: 1px solid #7973F4; color: #fff; }

.simplicity-sec-btn { background-color: transparent; border: 1px solid #7973F4; color: #7973F4; }

.simplicity-sec-btn:hover, .simplicity-sec-btn:active { background-color: #7973F4; border: 1px solid #7973F4; color: #fff; }

.simplicity-ter-btn { color: #7973F4; border-bottom: 2px solid #7973F4; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.simplicity-ter-btn:hover, .simplicity-ter-btn:active { color: #fff; border-color: #fff; }

.satellite-btn { background-color: #1F3A98; border: 1px solid #1F3A98; color: #fff; }

.satellite-btn:hover, .satellite-btn:active { background-color: #3C82F9; border: 1px solid #3C82F9; color: #fff; }

.satellite-sec-btn { background-color: transparent; border: 1px solid #3C82F9; color: #3C82F9; }

.satellite-sec-btn:hover, .satellite-sec-btn:active { background-color: #3C82F9; border: 1px solid #3C82F9; color: #fff; }

.satellite-ter-btn { color: #3C82F9; border-bottom: 2px solid #3C82F9; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.satellite-ter-btn:hover, .satellite-ter-btn:active { color: #fff; border-color: #fff; }

.finance-btn { background-color: #2A6596; border: 1px solid #2A6596; color: #fff; }

.finance-btn:hover, .finance-btn:active { background-color: #3891CE; border: 1px solid #3891CE; color: #fff; }

.finance-sec-btn { background-color: transparent; border: 1px solid #3891CE; color: #3891CE; }

.finance-sec-btn:hover, .finance-sec-btn:active { background-color: #3891CE; border: 1px solid #3891CE; color: #fff; }

.finance-ter-btn { color: #3891CE; border-bottom: 2px solid #3891CE; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.finance-ter-btn:hover, .finance-ter-btn:active { color: #fff; border-color: #fff; }

.jade-btn { background-color: #006D62; border: 1px solid #006D62; color: #fff; }

.jade-btn:hover, .jade-btn:active { background-color: #00B093; border: 1px solid #00B093; color: #fff; }

.jade-sec-btn { background-color: transparent; border: 1px solid #00B093; color: #00B093; }

.jade-sec-btn:hover, .jade-sec-btn:active { background-color: #00B093; border: 1px solid #00B093; color: #fff; }

.jade-ter-btn { color: #00B093; border-bottom: 2px solid #00B093; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.jade-ter-btn:hover, .jade-ter-btn:active { color: #fff; border-color: #fff; }

.explorer-btn { background-color: #A84E04; border: 1px solid #A84E04; color: #fff; }

.explorer-btn:hover, .explorer-btn:active { background-color: #FF9517; border: 1px solid #FF9517; color: #fff; }

.explorer-sec-btn { background-color: transparent; border: 1px solid #FF9517; color: #FF9517; }

.explorer-sec-btn:hover, .explorer-sec-btn:active { background-color: #FF9517; border: 1px solid #FF9517; color: #fff; }

.research-btn { background-color: #AF7104; border: 1px solid #AF7104; color: #fff; }

.research-btn:hover, .research-btn:active { background-color: #E09A02; border: 1px solid #E09A02; color: #fff; }

.research-sec-btn { background-color: transparent; border: 1px solid #E09A02; color: #E09A02; }

.research-sec-btn:hover, .research-sec-btn:active { background-color: #E09A02; border: 1px solid #E09A02; color: #fff; }

.research-ter-btn { color: #E09A02; border-bottom: 2px solid #E09A02; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.research-ter-btn:hover, .research-ter-btn:active { color: #fff; border-color: #fff; }

/* End Buttons */

/* New Nav */

.subnav-grid {
  display: flex;
  column-gap: 15px;
  row-gap: 10px;
}

@media only screen and (max-width :1090px){
  .subnav-grid {
    display: block !important;
  }
}

.product-subnav h4 {
    color: #00C3fF;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


@media only screen and (max-width :1090px){
  .product-subnav h4{
    font-size: 16px;
  }
}

.product-subnav h5{
  color: #00C3fF;
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}

@media only screen and (max-width :1090px){
  .product-subnav h5{
  font-size: 13px;
    }
}
.subnav-grid-item-1 {
	 width: 100%;
}
 .subnav-grid-item-2 {
	 width: calc((100% - (20px)) / 2);
}
 @media only screen and (max-width: 1090px) {
	 .subnav-grid-item-2 {
		 width: 100%;
	}
}
 .subnav-grid-item-4 {
	 width: calc((100% - (20px * 3)) / 4);
}
 @media only screen and (max-width: 1090px) {
	 .subnav-grid-item-4 {
		 width: 100%;
	}
}

.product-subnav-grid-container {
	 margin-bottom: 10px;
}
 @media only screen and (max-width: 994px) {
	 .product-subnav-grid-container {
		 justify-content: space-between;
		 margin-bottom: 10px;
	}
}
 .product-subnav-grid-container .header_primary_navigation_item_sub-list_item {
	 position: relative;
	 padding: 0 0 10px 0 !important;
}
 @media only screen and (max-width: 1366px) {
	 .product-subnav-grid-container .header_primary_navigation_item_sub-list_item {
		 margin-right: 0;
	}
}
 @media only screen and (max-width: 1090px) {
	 .product-subnav-grid-container .header_primary_navigation_item_sub-list_item {
		 margin-right: 3%;
		 padding: 15px 0;
	}
}
 .product-subnav-grid-container .header_primary_navigation_item_sub-list_item:hover .product-subnav-grid-container_link_hover {
	 opacity: 1;
}
 .product-subnav-grid-container .header_primary_navigation_item_sub-list_item:hover .product-subnav-grid-container_icon {
	 transform: scale(1.3);
}
 .product-subnav-grid-container .header_primary_navigation_item_sub-list_item a {
	 text-decoration: none;
	 display: block;
	 margin: 1px;
}
 .product-subnav-grid-container .header_primary_navigation_item_sub-list_item a:hover p {
	 color: whitesmoke !important;
}
 .product-subnav-grid-container .header_primary_navigation_item_sub-list_item_link {
	 width: 100%;
	 height: 100%;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
}
 .product-subnav-grid-container_icon {
	 width: 46px;
	 height: 46px;
	 margin-right: 23px;
	 transition: transform 0.3s ease-in-out;
}
 .product-subnav-grid-container_icon img {
	 width: 100%;
	 height: 100%;
}
 .product-subnav-grid-container .clight-icon {
	 width: 100%;
	 transform: scale(1.2);
}
 .product-subnav-grid-container .finance-icon {
	 width: 90%;
	 height: 90%;
}

/* CUSTOM SEARCH */
/* Search Container Styles */
.search-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.search-input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.search-input {
  width: 100%;
  padding: 16px 24px 16px 48px;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
  background: white;
  color: #9ca3af;
  backdrop-filter: blur(10px);
}

.search-input:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
  background: white;
}

.search-input::placeholder {
  color: #9ca3af;
}

.search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  z-index: 2;
}

.search-loading {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 2;
}

.search-loading.active {
  display: block;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #e5e7eb;
  border-top: 2px solid #6b7280;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Modal Overlay */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 50;
  display: none;
  padding-top: 80px;
  overflow-y: auto;
}

.search-overlay.active {
  display: block;
  animation: fadeIn 0.2s ease-out;
  z-index: 800;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.search-modal {
  background: white;
  width: 95vw;
  max-width: 512px;
  border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  position: relative;
  animation: popup 0.3s ease-out;
  max-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
}

@keyframes popup {
  from { 
    opacity: 0;
    transform: scale(0.95) translateY(-20px);
  }
  to { 
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Search Header */
.search-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 16px 20px 28px;
  background: white;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.search-clear-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.search-clear-btn svg {
  width: 17.6px;
  height: 17.6px;
  color: #1f2937;
  transition: color 0.2s;
}

.search-clear-btn:hover svg {
  color: #6b7280;
}

.search-modal-input {
  flex: 1;
  margin: -20px 0 -20px -12px;
  padding: 20px 12px;
  font-size: 16px;
  border: none;
  outline: none;
  background: transparent;
  color: #1f2937;
}

.search-modal-input:not([type="checkbox"]):focus {
  border: none;
  box-shadow: none;
}

.search-modal-input::placeholder {
  color: #9ca3af;
}

.search-cancel-btn {
  margin-left: 12px;
  font-size: 14px;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}

@media (max-width: 640px) {
  .search-cancel-btn {
    display: block;
  }
}

/* Results Container */
.search-results-scrollable {
  overflow-y: auto;
  max-height: calc(100vh - 172px);
  margin-top: -1px;
  flex: 1;
}

@media (max-width: 640px) {
  .search-results-scrollable {
    max-height: calc(100vh - 172px);
  }
}

/* Results Section */
.search-results-section {
  border-top: 1px solid #e5e7eb;
  padding: 12px 16px 12px 28px;
}

.search-section-title {
  text-transform: uppercase;
  font-size: 12px;
  color: #9ca3af;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 0.8px;
  text-align: left;
}

.search-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Individual Result */
.search-result {
  padding: 12px 0;
  margin: 0 -16px 0 -28px;
  padding-left: 28px;
  padding-right: 16px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  border: none;
  background: none;
  text-align: left;
}

.search-result:hover,
.search-result.highlighted {
  background-color: #f3f4f6;
}

.search-result-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #1f2937;
  margin: 0 0 4px 0;
}

.search-result-description {
  color: #9ca3af;
  line-height: 1.4;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result .search-result-description {
  margin-bottom: 10px;
}

/* Highlighting */
.search-highlight {
  font-weight: 700;
  color: #1f2937;
  background: none;
}

/* Show More Button */
.show-more-btn {
  width: 100%;
  margin: 12px 0;
  padding: 16px;
  border: 1px solid #e5e7eb;
  background: white;
  color: #374151;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.show-more-btn:hover {
  border-color: #d1d5db;
  color: #000;
}

/* Loading State */
.search-loading-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  color: #6b7280;
}

/* No Results */
.no-results {
  text-align: center;
  padding: 48px 20px;
  color: #6b7280;
}

.no-results-icon {
  font-size: 32px;
  margin-bottom: 12px;
  opacity: 0.5;
}

.no-results h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #374151;
}

.no-results p {
  margin: 0;
  font-size: 14px;
}

/* Error State */
.search-error {
  background: #fef2f2;
  color: #dc2626;
  padding: 12px 16px 12px 28px;
  border-bottom: 1px solid #fecaca;
  font-size: 14px;
  display: none;
}

.search-error.active {
  display: block;
}

/* Mobile Specific */
@media (max-width: 640px) {
  .search-overlay {
    padding-top: 0;
  }

  .search-modal {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    margin: 0;
  }

  .search-results-scrollable {
    max-height: calc(100vh - 80px);
  }
}

/* Responsive text sizing */
@media (max-width: 640px) {
  .search-result-title {
    font-size: 16px;
  }
  
  .search-modal-input {
    font-size: 14px;
  }
}