@charset "UTF-8";

/* Global text selection color */
::selection {
  background-color: #e7e7e7;
  color: inherit;
}
::-moz-selection {
  background-color: #e7e7e7;
  color: inherit;
}

/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* quicklink article template */
p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1em;
}

.quicklink-item {
  padding: 4px;
  border-radius: 8px;
  margin-bottom: 4px;
}
.quicklink-item a {
  margin-bottom: 0 !important;
  display: block;
  color: #696969;
}
.quicklink-item a:hover {
  cursor: pointer;
}
.quicklink-item.active {
  background: #007298;
}
.quicklink-item.active a {
  color:white;
}
@media screen and (min-width: 1024px){
 .quicklink-sticky {
  	align-self: flex-start;
    position: sticky;
    top: 30px;
	}
}
#quicklink {
  margin-top:5px;
}
.quicklink-item a {
  text-decoration: none;
  margin-bottom:8px;
  font-size:17px;
}
/* no-gutter ------------------------- */
.no-gutter {
  margin: 0 !important;
}
.article-body ol li.alpha {
 list-style: lower-alpha;
}
/* Holiday Marketing Page --------------------------------------------- */
.holiday-page-wrapper img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.holiday-page-wrapper .holiday-hero {
/*   background: #2F4D7A; */
  background: rgb(2,66,83);
background: linear-gradient(90deg, rgba(2,66,83,1) 0%, rgba(47,77,122,1) 100%);
  border-radius: 8px;
  color: white;
  padding:15px;
  margin-bottom:15px;
}
.holiday-page-wrapper .split-content-wrapper {
  margin: 50px 0;
  display:grid;
  grid-template-columns: 1fr 1fr;
}
/*  Integration Page v2 ------------------------------------------------*/
.integration-page-article-title {
  text-align: left;
}
.sub-sections-wrapper {
  margin-left:15px;
}
.section-wrapper {
  margin-bottom:25px;
  padding-bottom:10px;
   border-bottom: 1px solid #ddd;
}
.sub-section {
  padding-top:5px;
}
.side-menu {
  background:white;
  padding:25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width:680px) {
  .integration-page-wrapper {
    grid-template-columns: 300px auto;
  }
   #integration-page-side-menu {
      align-self: flex-start;
      position: sticky;
      top: 0px;
      min-height:550px;
      height:100%;
	}
}
.integration-page-wrapper {
  display: grid;
  min-height:550px;
}
.article-wrapper {
 	padding:25px;
}
.integration-article {
  	max-width:1000px;
  margin: 0 auto;
}
.section-title-wrapper {
  cursor:pointer;
  display:grid;
  grid-template-columns: 90% 10%;
	z-index: 999;
}
.section-title {
	padding-right:5px;
    font-size:17px;
  font-weight:500;
}

.section-wrapper[data-is-open="true"] i {
  transform: rotate(180deg);
  transition-timing-function: ease-out;
  transition: 250ms;
}
.section-wrapper[data-is-open="true"] ul {
  transition: all 2s linear;
}
.section-wrapper[data-is-open="false"] ul {
  display:none;
  opacity: 0;
  transition:200ms;
}
.sub-section {
  font-size:16px;
  font-weight:400;
  cursor:pointer;
}
.sub-section:hover {
  color:#222222;
}
.sub-section.active {
		color: #007298;
}

/*  QuickLink ---------------------------------------------------------*/
@media screen and (min-width: 1024px){
 .quick-link-sticky {
  align-self: flex-start;
    position: sticky;
    top: 30px;
	}
}
#quick-link {
  margin-top:5px;
}
.quick-link-item:first-child {
  margin-top:5px;
}
.quick-link-item {
  text-decoration: none;
  margin-bottom:5px;
  color:#696969;
  font-size:17px;
}
.quick-link-item-active {
  font-weight:600;
  color: #505050;
}
.quick-link-item:hover {
  font-weight:600;
  color: #505050;
}
/*  export table-------------------------------------------------------*/
.utility-button {
  border: 1px solid #ddd;
  background: white;
  padding: 10px 16px;
  font-size: 15px;
  cursor: pointer;
  transition: 250ms;
}
.utility-button:hover {
  background: #e0e0e0;
}
.utility-button.button-group-first {
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.utility-button.button-group-first:hover {
  background: #2d6b7a;
  color: white;
}
.utility-button.button-group-last {
  border-radius: 0 8px 8px 0;
}
.utility-button.button-group-last:hover {
  background: #2d6b7a;
  color: white;
}

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.table-export-wrapper {
  margin-top: 20px;
  position:relative;
}


/*  ----------------------------------------------------------------------*/
#promoted-article-metadata {
  	display:none;
}
/*  Integration-------------------------------------------------------------*/

/*  video tutorial library------------------------------------------------*/
.video-tutorial-library-header {
  height:150px;
  background:#9e1b32;
  color:white;
  margin-bottom:30px;
  display: flex;
  flex-direction:column;
	align-items: center;
  justify-content:center;
  text-align:center;
}
.course-library-section #section-title {
  font-size:20px;
  text-align:center;
}
.video-tutorial-library-preface{
  text-align:center;
}
#video-tutorial-library-header-text {
  margin-bottom: 0 !important;
}
.video-tutorial-library-page .sub-nav {
  margin-bottom: 0 !important;
}
.video-tutorial-library-preface h3{
  font-size:20px;
  text-align:center;
}
.course-library-section:not(:last-child) {
  margin-bottom:10px;
  border-bottom:1px solid rgba(148,151,155,0.2);
}
.video-body {
  position:relative;
  margin-bottom:30px;
}
.video-container {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.menu-container {
  margin-bottom:25px;
}
#course-menu-container {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
#course-menu-container a:hover {
  cursor:pointer;
}
@media screen and (min-width: 1024px){
  .menu-container {
    position:absolute;
    right:0;
    top:0;
    max-width:18%;
  }
  .video-container {
    max-width:80%;
  }
  #course-menu-container{
    max-height:320px;
    overflow-y:auto;
    overflow-x:hidden;
  }
}
@media screen and (min-width: 1324px) {
  #course-menu-container{
    max-height:440px;
    overflow-y:auto;
    overflow-x:hidden;
  }
}
article-sidebar-item:hover{
  cursor:pointer;
}
/*  slider--------------------------------------------------------------*/
.slider .slider-pane{
  display:flex;
  flex-direction: row;
  justify-content:center;
  width:100%;
}
.slider .slider-dots i{
  cursor:pointer;
  color:rgba(59, 64, 64, 1);
}
.slider .slider-dots i.current{
  color:#007298;
}
.slider .slider-dots{
  margin-right:10px;
  margin-left:10px;
  order:2;
}
.slider .slider-dot{
  margin:5px;
}
.slider .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.slider .iframe-container iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.slider{
/*   margin:30px; */
  position:relative;
}
.slider .slider-arrow.available {
  background:#9e1b32;
  cursor:pointer;
}
.slider .slider-item {
  display:none;
}
.slider .next-arrow{
  order:3;
}
.slider .previous-arrow{
  order:1;
}
.slider .slider-item.current {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  display:block;
  width:100%;

}
.slider .slider-arrow {
  text-align:center;
  border-radius:25%;
  color:white;
  background:#e2566f;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  width:30px;
  height:30px;
}
.slider .slider-arrow i {
  vertical-align: middle;
}
.slider .slider-controls {
  margin-top:15px;
  display:flex;
  flex-direction:row;
  justify-content: center;
}
@media (max-width:1024px) {
  .slider {
    margin:0;
  }
}
/*  card------------------------------------------------------------------*/
.card {
  width:300px;
}
/*  custom scrollbar------------------------------------------------------*/
/* width */
#course-menu-container::-webkit-scrollbar {
  width: 6px;
}

/* Track */
#course-menu-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0 8px 8px 0;
   -webkit-border-radius: 0 8px 8px 0;
}

/* Handle */
#course-menu-container::-webkit-scrollbar-thumb {
  background: #b3b3b3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/* Handle on hover */
#course-menu-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*  category page bottom*/
.category-page .see-all-articles{
  font-size:18px !important;
}
/*  blockquote------------------------------------------------------------*/
.blockquote {
  margin-top:20px;
  margin-bottom:20px;
  border-left-color: silver;
  background:#f3f3f3;
  border-radius:5px;
  padding: 15px 30px 15px 15px;
  border-left: 8px solid #2F4D7A;
}
.blockquote.warning {
  background:rgba(255, 229, 100, 0.25);
  border-left: 8px solid #ffe564;
}
.blockquote.danger {
  background:rgba(255, 0, 0, 0.25);
  border-left: 8px solid red;
}
/*  alerts banner---------------------------------------------------------*/
#alert-text {
  font-weight: 600;
  color: black !important;
}
#alert-text:hover {
  text-decoration: underline;
}
#alerts-banner .btn-close::after{
  content: none !important;
}
#alerts-banner, #alerts-banner-mobile{
  background: #F79862 !important;
}
/*  Desktop Alert*/
@media (min-width: 1024px){
  #alerts-banner-mobile.hide-on-desktop{
    display:none;
  }
    #alerts-banner{
      padding:10px;
    }
    #close-alerts-banner{
      color:black;
      cursor:pointer;
    }
  #alerts-learn-more:hover{
    text-decoration: underline;
  }
    #alerts-learn-more{
      margin-right:25px;
    }
    #alert-banner-options{
      position:absolute;
      padding-right:25px;
      right:0;
      display:block;
    }
  #alert-text {
    color: black;
  }
}
/*  Mobile alert*/
@media (max-width: 1024px){
  #alerts-banner.hide-on-mobile{
    display:none;
  }
  #alerts-banner-mobile{
    color:white;
  }
  .alert{
    padding:20px;
    width:100%;
    position: relative;
  }
  #alert-text {
    font-size:1.2rem;
    max-width:80vw;
    font-weight: 500;
    margin-bottom: 0 !important;
    padding-right:30px;
    color: white;
  }
  #alert-text a{
		color:white;
  }
  #close-alerts-banner-mobile{
    position: absolute;
    right:0;
    top:0;
    cursor:pointer;
    color:white;
    padding:20px;
    font-size: 1.3rem;
  }
}
/*  footer---------------------------------------------------------------*/
#footer-nav{
  display: flex;
 	flex-direction: row;
  flex-wrap:wrap;
}
#footer-nav a{
  width:50%;
}
#quick-link{
  max-width:400px;
}
/*  navbar button--------------------------------------------------------*/
#navbar-button{
  margin-right:15px;
}
/*Integration Page-------------------------------------------------*/
.integration-page .blockquote {
  background:white;
}
.integration-page {
    display:flex;
  }
  .collapsible-integration-menu-section.closed ul {
    display:none;
  }
  .collapsible-integration-menu-section ul {
    padding-top:10px;
  }
  .collapsible-integration-menu-section ul li {
    padding:5px
  }
  .collapsible-integration-menu-section ul li.current {
/* 		background:#2F4D7A; */
    background: #9e1b32;
    border-radius:4px;
  }
  .collapsible-integration-menu-section .current a {
		color:white;
    font-weight:500;
  }
  .collapsible-integration-menu-section li:not(.current) a:hover {
		color:black;
  }
  .collapsible-integration-menu-section ul a {
		color:#000000;
    font-weight:400;
    display:block;
    font-size:16px;
    cursor:pointer;
    -webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  }
  .integration-menu-title {
    font-size:18px;
    font-weight:400;
  }
  .integration-menu-section-title{
		cursor:pointer;
   	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
    font-size: 18px;
  }
  .integration-menu {
     background:white;
  }
  .integration-content{
    background:#f3f3f3;
  }
  .collapsible-integration-menu-section {
		position:relative;
  }
.integration-menu {
  position:relative;
}
.integration-menu-section-chevron{
  position: absolute;
  right:15px;
  top:18px;
}
.collapsible-integration-menu-section:not(.closed) .integration-menu-section-chevron{
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.integration-menu-section {
  border-bottom: 1px solid rgba(148,151,155,0.2);
  padding-bottom:15px;
}
.integration-menu-title {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(148,151,155,0.2);
}
.integration-article-title {
  text-align:center;
}
/* desktop */
@media (min-width:1024px) {
  .integration-menu-section-title{
    width:90%;
  }
  .integration-content-wrapper{
    max-width: 800px;
    min-width:500px;
    margin: 15px auto;
    width:50%;
  }
  .integration-page {
    flex-direction:row;
  }
  .integration-menu {
    border: 1px solid rgba(148,151,155,0.2);
    flex: 1 1 300px;
    height:80vh;
    overflow-y:auto;
  }
  .integration-content{
    flex: 1 1 80%;
    height:80vh;
    overflow-y:auto;
  }
  .collapsible-integration-menu-section{
    padding: 15px 20px;
		border-bottom: 1px solid rgba(148,151,155,0.2);
  }
  .integration-menu-chevron {
		display:none;
  }
}
/* tablet/mobile */
@media (max-width:1024px) {
  .integration-menu-title{
		cursor:pointer;
   	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  }
  .integration-menu.closed {
    padding-bottom:0;
  }
  .integration-menu-chevron {
    position:absolute;
    right:15px;
  }
  .integration-menu:not(.closed) .integration-menu-chevron{
    transform: rotate(180deg);
    transition: all 0.4s ease;
  }
  .collapsible-integration-menu-section{
    padding: 20px 0;
		border-bottom: 1px solid rgba(148,151,155,0.2);
  }
  .integration-page {
    flex-direction:column;
  }
  .integration-menu.closed ul{
    display:none;
  }
  .collapsible-integration-menu-section {
    padding-left:15px;
    padding-right:15px;
  }
  .integration-content {
    padding: 5% 5%;
  }
}
/**accordion ---------------------------------------------------*/
#section-title-text{
  font-size:20px;
  margin-bottom:0px !important;
}
#section-title-text:hover{
  text-decoration:underline;
}
#accordion_tab_title{
  font-size:20px;
  font-weight: 500 !important;
}
.wrapper .accordion_item{
	margin-bottom: 15px;
	box-shadow: 0 0 8px rgba(225,225,225,0.5);
}

.wrapper .accordion_item .accordion_tab{
  padding:20px;
	color: #333;
  font-weight: 600;
	font-size: 18px;
  user-select: none;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
  background: #e7e7e7;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.wrapper .accordion_item .accordion_tab.active{
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.wrapper .accordion_item .accordion_tab .arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #e7e7e7;
}

.wrapper .accordion_item .accordion_tab .arrow svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  transition: all 0.3s ease;
	width: 25px;
	height: 25px;
}

.wrapper .accordion_item .accordion_tab.active .arrow svg{
	transform: translate(-50%,-50%) rotate(180deg);
}

.wrapper .accordion_item .accordion_content{
	background: #fff;
	transition: all 0.3s ease-in-out;
  padding-right: 30px;
  padding-left: 30px;
  overflow: hidden;
  max-height: 0;
  height: auto;
  display: flex;
  flex-direction: column;
}

.wrapper .accordion_item .accordion_content > a {
  display: inline-block;
}

.wrapper .accordion_item .accordion_content > a:first-child {
  margin-top: 30px;
}

.wrapper .accordion_item .accordion_content > *:last-child {
  padding-bottom: 30px;
}

.wrapper .accordion_item .accordion_content > a + a {
  margin-top: 5px;
}


.wrapper .accordion_item .accordion_tab.active + .accordion_content{
  border-radius: 0 0 8px 8px;
  max-height: 500000px;
  height: auto;
  transition: all 0.3s ease-in-out;
}

/* Shopify custom page --------------------------------------------------- */
.shopify__hero {
  width: 100%;
}

.shopify__hero--background {
  background-image: url(/hc/theming_assets/01J0PAPW9M3AK7ZJKSKTY3TAWD);
  width: 100%;
  height: 325px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 10%;
}

.shopify__hero--background .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shopify__hero--background .container h1 {
  margin: 0;
  color: white;
  font-weight: bold;
}

.shopify__content .container > p {
  margin-top: 64px;
}

.shopify__content .contact {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.shopify__content .contact .email,
.shopify__content .contact .phone {
  font-size: 32px;
}

/* Images ---------------------------------------------------------------- */
.hero-inner {
  background-image: url(/hc/theming_assets/01KGCB3MC61CYQZXC1BBQ5D0Z4);
}

/* main[role="main"]{
  background-image:url(/hc/theming_assets/01K22K4FWEVJPMWCSYZ18VEYDM);
} */

#cat-icon-360002650831{
  background-image:url(/hc/theming_assets/01J0PAR8NK28RDZVPJ9T612AFF);
  background-size:auto 66px;
}
#cat-icon-360003271012{
  background-image:url(/hc/theming_assets/01J0PAR7QPTXF3YS6JNK3RNE13);
}
#cat-icon-360003297191{
  background-image:url(/hc/theming_assets/01J0PAR9MPDYAZSC32QFMWK2Z6);
}
#cat-icon-360003297211{
  background-image:url(/hc/theming_assets/01J0PARFX6SG7YKRVBPYYB8F63);
}

/* Featured articles */
#article-id-360045574312{
  background-image:url(/hc/theming_assets/01J0PAPYTKMJ5CZ23QSW4NW5YS);
}
#article-id-360046003731{
  background-image:url(/hc/theming_assets/01J0PAPXJTZJB63SVCN524XD9Z);
}
#article-id-360046018491{
  background-image:url(/hc/theming_assets/01J0PAQ04QM1BRR1GN2GSBKJ5Z);
}
#article-id-4404219212692{
  background-image:url(/hc/theming_assets/01J0PAQ2G8HTRP4SR1E4DXDJ1A);
/*   background-image:url(/hc/theming_assets/01J0PAQ04QM1BRR1GN2GSBKJ5Z); */
}
.icon-submit{
	background-image:url(/hc/theming_assets/01KGCB3MBZFADFKKHS9MXBNQND);
}
.icon-contact-us{
  background-image:url(/hc/theming_assets/01KGCB3MBYB4JN3AN22E7F7YF5);
}
.category-hero{
    background-image:url(/hc/theming_assets/01JZ6ATM34B9ZJ9PVWD49Q9N5J);
}
.category-hero h1{
    background-image:url(/hc/theming_assets/01KGCB3MEQRH448FPKT3S1XV8P);
}
.section-hero h1{
    background-image:url(/hc/theming_assets/01KGCB3QGAWGF2VR9T6GXYZHR1);
}
.interior-hero h1{
  background-image:url(/hc/theming_assets/01KGCB3QGCSV5H3SAXZGRSSZV2);
}

/* Section images ------------- */
#sect-icon-360008901712 h2 a::before{
  background-image:url(/hc/theming_assets/01K22K4ED0QPHECR80BDR1RECX);
}
#sect-icon-360009010691 h2 a::before{
  background-image:url(/hc/theming_assets/01J0PARBPVEABG6E37K2X676XD);
}
#sect-icon-360008910272 h2 a::before{
  background-image:url(/hc/theming_assets/01J0PARAQQZSCFE1VFWZRMVECS);
}
#sect-icon-360009017851 h2 a::before{
  background-image:url(/hc/theming_assets/01J0PARDT24QT6XSZNDNZAWEDM);
}
#sect-icon-360008910292 h2 a::before{
  background-image:url(/hc/theming_assets/01J0PARET22E0KYKAJ3R6TRPM6);
}
#sect-icon-360009017871 h2 a::before{
  background-image:url(/hc/theming_assets/01J0PAR5GYKXZR8ME3PVQHF5DY);
}


/* / Images -------------------------------------------------------------- */

/* Fonts ---------------------------------------------------------------- */
/* @font-face {
  font-family: 'Proxima Nova';
  src: url('$assets-proximanova-regular-woff2') format('woff2'),
    url('$assets-proximanova-regular-woff') format('woff');
  font-weight: normal;
  font-style: normal;
    font-display:swap;

}

@font-face {
  font-family: 'Proxima Nova';
  src: url('$assets-proximanova-thin-woff2') format('woff2'),
    url('$assets-proximanova-thin-woff') format('woff');
  font-weight: 100;
  font-style: normal;
    font-display:swap;

}

@font-face {
  font-family: 'Proxima Nova';
  src: url('$assets-proximanova-light-woff2') format('woff2'),
    url('$assets-proximanova-light-woff') format('woff');
  font-weight: 300;
  font-style: normal;
    font-display:swap;

}

@font-face {
  font-family: 'Proxima Nova';
  src: url('$assets-proximanova-medium-woff2') format('woff2'),
    url('$assets-proximanova-medium-woff') format('woff');
  font-weight: 500;
  font-style: normal;
    font-display:swap;

    font-display:swap;

}

@font-face {
  font-family: 'Proxima Nova';
  src: url('$assets-proximanova-semibold-woff2') format('woff2'),
    url('$assets-proximanova-semibold-woff') format('woff');
  font-weight: 600;
  font-style: normal;
    font-display:swap;

}

@font-face {
  font-family: 'Proxima Nova';
  src: url('$assets-proximanova-bold-woff2') format('woff2'),
    url('$assets-proximanova-bold-woff') format('woff');
  font-weight: 700;
  font-style: normal;
    font-display:swap;

}

@font-face {
  font-family: 'Proxima Nova';
  src: url('$assets-proximanova-black-woff2') format('woff2'),
    url('$assets-proximanova-black-woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display:swap;
} */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/hc/theming_assets/01JZ6ATCGXKQNEBW4SS0H1DS97");
  src: url("/hc/theming_assets/01JZ6ATCGXKQNEBW4SS0H1DS97?#iefix") format("embedded-opentype"),
       url("/hc/theming_assets/01JZ6ATDV56K5B2NCRX9YW3JHZ") format("woff2"),
       url("/hc/theming_assets/01JZ6ATFY8FN604402XRZHX4NZ") format("woff"),
       url("/hc/theming_assets/01JZ6ATH12WB4R2EPXA2Z1AAVB") format("truetype"),
       url("/hc/theming_assets/01K22K4FHKD7DYN6D60QZRH620#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}
/* / Fonts--------------------------------------------------------------- */

html {
  scrollbar-width: thin;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

pre {
  font-family: monospace, monospace;
  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-family: monospace, monospace;
  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%;
  line-height: 1.15;
  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;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: 'Open Sans', helvetica, arial, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.01em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', helvetica, arial, sans-serif !important;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 36px !important;
  line-height: 1.2;
  font-weight: initial !important;
}
/*   article h3 {
  	font-size: 32px;
  	line-height: 31px;
  }
  article h2 {
  	font-size: 38px;
  	line-height: 38px;
  }
  article h1 {
  	font-size: 48px;
  	line-height: 45px;
  } */

h2 {
  font-size: 28px !important;
  line-height: 1.25;
  font-weight: initial !important;
}

h3 {
  font-size: 24px !important;
  line-height: 1.3;
  font-weight: initial !important;
}

h4 {
  font-size: 20px !important;
  line-height: 1.4;
  font-weight: initial !important;
}

h5 {
  font-size: 18px !important;
  line-height: 1.4;
  font-weight: initial !important;
}

a {
  color: #007298;
  text-decoration: none;
}

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

input,
textarea {
  color: #000;
  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[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  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::-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 #9e1b32;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 5%;
}

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

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

.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: #007298;
  border: 5px solid #d0d0d0;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight:500;
  line-height: 2.1;
  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: 1024px) {

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

.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: #007298;
  border: 5px solid #d0d0d0;
  color: #fff;
  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: #005a78;
  border-color: #d0d0d0;
}

.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 a {
  color:white !important;
  text-decoration:none !important;
}
.button-large,
input[type="submit"] {
  cursor: pointer;
  background-color: #007298;
  border: 5px solid #d0d0d0;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 1024px) {

  .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: #005a78;
}

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

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

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: #000000;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
table {
  margin: 25px 0;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1;
}
table {
  border-collapse: collapse;
}
.table th{
  font-weight:500 !important;
}

table th,
table th a,
table td{
  text-align: left;
}
table tr {
  background:white;
  width:100%;
 	display: table-row;;
  padding: 20px;
  border: 1px solid #ddd;
}
table tr:first-child{
  background: #f5f5f5;
}

table td {
  display: block;
}
@media (max-width: 600px) {
  table th{
    display: table-row;
    padding: 10px 20px;
  }
  table thead {
    background: #f9fafb;
  }
  table td {
    padding-bottom: 15px;
  }
}
@media (min-width: 600px) {
  table {
    table-layout: fixed;
  }

  table td {
    display: table-cell;
    word-break: break-word;
  }

  table tr {
    display: table-row;
  }

  table td,
  table th {
    padding: 10px 20px;
  }
}

/***** 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 #9e1b32;
}

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

.form-field input[type="text"]:focus {
  border: 1px solid #9e1b32;
}

.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 #9e1b32;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #9e1b32;
  text-decoration: none;
}

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

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

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

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

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

.form footer a {
  color: #333;
  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: #002632;
}

/***** Header *****/
.pre-header {
  max-width: 1230px;
  margin: 0 auto;
}
.header {
  position: relative;
  background: white;
}
.header > .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

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

@media (min-width: 1024px) {
  .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: #007298;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 1024px) {
  .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: #007298;
  text-decoration: underline;
}

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

@media (max-width: 1024px) {
  .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;
  }
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: #007298;
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
  padding: 0;
  width: auto;
}

@media (min-width: 1024px) {
  .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: #007298;
}

.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: 1024px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info>button {
  border: 0;
  color: #007298;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info>button:hover,
.user-info>button:focus {
  color: #007298;
  background-color: transparent;
}

.user-info>button::after {
  color: #007298;
  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: 1024px) {
  #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: #007298;
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #333;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

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

.footer-language-selector {
  color: #333;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

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

.breadcrumbs li {
  color: #333;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li+li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: #007298;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #666;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

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

.search input[type="search"]:focus {
  border: 1px solid #9e1b32;
  color: #555;
}

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

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

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

.search-container {
  position: relative;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01JZ6ATKNQ45Z3NE5FQQTX0Y5G);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

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

@media (min-width: 1024px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

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

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

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@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: 15px;
}

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

@media (min-width: 1024px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

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

/***** Blocks *****/
/* updates block list-------------------------------*/
/* .updates-block-list {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items: flex-start;
}
.updates-block-item {
  background:white;
  flex: 1 0 240px;
  max-width:300px;
  border-radius:10px;
  border: solid 1px #DEDEDF;
  margin-right:15px;
  margin-bottom:20px;
  position:relative;
} */
/* @media screen and (max-width: 640px) {
  .updates-block-list {
    grid-template-columns: repeat(auto-fit, 1fr);
  }
} */
/* .updates-block-list {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 20px;
} */
.updates-block-list > div {
  z-index: 1;
}
.updates-block-list > div:first-child {
  padding: 10px 10px 10px 0;
}
.updates-block-list > div {
  padding: 10px;
}
.updates-block-list > div:last-child {
  padding: 10px 0 10px 10px;
}
.updates-block-item {
  background:white;
  border-radius:10px;
  border: solid 1px #DEDEDF;
  position:relative;
}
.card-image img {
  border-radius:10px 10px 0 0;
  aspect-ratio: 16 / 9;
  width:100%;
  height:145px;
}
.card-content {
  padding:15px;
}
.card-title {
  font-size:16px;
  font-weight:600;
  height: 55px;
  margin-bottom:5px;
  text-overflow: ellipsis;
}
.card-date {
  height:1.25rem;
}
.card-description {
  height: 70px;
}
.updates-block-item-description {
  text-overflow: ellipsis;
}
.card-description {
  margin-bottom:30px;
}
.card-link {
  padding-top:10px;
}
.card-link a {
  position:absolute;
  bottom:10px;
  font-size:16px;
	font-weight:500;
  cursor:pointer;
}

/* Used in Homepage#categories and Community#topics */
.block-item-dropdown ul{
	list-style-type: none;
}
.margin-rectangle {
  position:absolute;
  left:0;
  top:100%;
  width:100%;
  height:10px;
}
.block-item-description {
  margin-top:10px;
  font-size:16px;
   font-weight:400;
}
.block-item-header {
  display:flex;
  flex-direction:row;
  align-items:center;
  min-height: 57px;
}
#block-item-title {
  margin-bottom:0 !important;
  font-size:18px;
  font-weight:600;
  color:#2f3640;
}
.block-item-icon {
  margin-right:15px;
}
.block-item__product-logo {
  width: 50px;
  filter: invert(15%) sepia(95%) saturate(2500%) hue-rotate(337deg) brightness(75%) contrast(100%);
}
.block-list {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  padding-left: 0;

}
.block-item-icon {
  max-width:62px;
  width:25%;
}
.block-item a {
  color:#000000;
}
.block-item a:visited {
  text-decoration:none;
}
@media(min-width:1024px) {
  /* .block-item:first-child {
    margin-left: 0 !important;
  } */
/*   .block-item:last-child {
    margin: 10px 10px 10px 0 !important;
  } */
}
.block-item {
  background:white;
  flex: 1 0 240px;
  word-wrap:break-word;
  margin:0 20px 20px 0;
  padding:20px;
  border: solid 1.5px #DEDEDF;
  border-radius:8px;
  position:relative;
}
.block-item:hover {
  cursor:pointer;
  transition:300ms;
  transform: scale(1.025);
}
.block-item-dropdown ul{
  height:0;
  transform: scaleY(0);
  transform-origin: top;
}
.block-item:hover .block-item-dropdown ul{
  width:auto;
  height:auto;
  transition:200ms;
  transform: scaleY(1);
  top: calc(100% + 10px);
  left:0;
  border-radius:8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding:15px;
  position:absolute;
  background:white;
}
.block-item-dropdown-item {
  width:100%;
  color:#000000;
  padding:8px;
  display:inline-block;
}
.block-item:hover .block-item-dropdown li{
  font-size:14px;
  font-weight:500;
	margin-bottom:5px;
}
.block-item-dropdown .block-item-dropdown-item:hover{
  border-radius:8px;
  background:#e7e7e7;
  color:#333;
}

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

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

/***** 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: 33%;
    /* 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: #000000;
}

.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/01KJQFGRYVHBG3XWGPN38HSNYK);
  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: #000000;
  display: inline-block;
  width: 100%;
}

@media (min-width: 1024px) {

  .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: 1024px) {
  .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: #333;
  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: #007298;
  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;
}

.category-content {
  flex: 1;
}

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

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

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

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

@media (min-width: 1024px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* 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 {
  color: #000000;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

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

.article-list-item a {
  color: #000000;
}

.icon-star {
  color: #007298;
  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;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.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: #000000;
  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-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #main-content.article {
    min-width:auto;
  }
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
  .article-sidebar {
    min-width:280px;
    max-width: 300px;
    margin:0 30px 20px 20px;
    flex: 1 1 25%;
  }
	.article-info {
/*   	max-width: 100%; */
	}

  #main-content.article {
/*     max-width:calc(1300px - 370px);
    min-width:calc(1025px-370px) */
/*     width:100%; */
    flex: 1 1 80%;
    max-width:1050px;
    min-width:500px;
     margin-right:30px;
    /* overflow-wrap:break-word; */
  }

}

.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: 1024px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
/*   max-width: 100%; */
}

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

.article-body img {
  margin: 15px 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  height: auto;
  max-width: 100%;
}

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

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

.article-body ol li {
  padding-left: 8px;
}

[dir="rtl"] .article-body ol li {
  padding-left: 0;
  padding-right: 8px;
}

.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 a:visited {
  color: #002632;
}
.article-body p.inline-code {
  margin: 0;
}
.article-body p code {
  padding: 0 3px;
  background: #e5e5e5;
}

.article-body pre {
  margin: 0;
}
.code-segment-buttons-wrapper {
    background: #63656b;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding:5px;
  border-radius: 7px 7px 0 0;
}
.code-segment-buttons-wrapper button {
}
.code-segment-wrapper {
	margin-top:20px;
  margin-bottom:20px;
}
.article-body pre {
  background: #040720;

  color:white;
  border-radius:0 0 7px 7px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

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

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

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

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

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

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

.article-comment-count-icon {
  vertical-align: middle;
  color: #007298;
  width: 18px;
  height: 18px;
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .article-relatives>* {
    padding-right: 20px;
  }
}

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

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

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

.article-return-to-top a {
  color: #000000;
  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;
}

.sidenav-item {
  border-radius: 4px;
  color: #000000;
  display: block;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 4px;
  padding: 10px 12px;
}
.sidenav-item:first-child {
  margin-top: 5px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: #e7e7e7;
  color: inherit;
  text-decoration: none;
}

.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: #000000;
  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: #333;
}

/***** 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: #333;
}

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

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
section.comments {
  margin: 20px 0;
}
.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;
}

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

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

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

.comment-callout a {
  color: #007298;
}

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

.comment-sorter .dropdown-toggle {
  color: #333;
  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 #9e1b32;
  padding: 40px 20px 20px;
}

@media (min-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .comment-labels {
    flex-basis: auto;
  }
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  [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: #007298;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  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: #002632;
}

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

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

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #333;
  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: #333;
  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: #007298;
}

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

.vote-voted {
  color: #007298;
}

.vote-voted:hover {
  color: #005a78;
}

/***** 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/01KJQFGRYVHBG3XWGPN38HSNYK);
  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: 1024px) {
  .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: 1024px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: #005a78;
}

.community-follow button:hover::after,
.community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"] {
  background-color: #007298;
  color: #fff;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

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

.community-follow button::after {
  border-left: 1px solid #007298;
  content: attr(data-follower-count);
  color: #007298;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #9e1b32;
  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: 1024px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

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

.striped-list-title {
  color: #007298;
  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: #002632;
}

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .striped-list-number {
    color: #000000;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  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: #9e1b32;
}

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

@media (min-width: 1024px) {
  .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: #333;
}

.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: #000;
}

.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: 1024px) {
  .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: 1024px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

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

@media (min-width: 1024px) {
  .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-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  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: #002632;
}

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

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

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

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

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

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

.post-comment-count .icon-comments {
  color: #007298;
  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: 1024px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .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 #9e1b32;
}

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

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

.collapsible-nav-list li {
  color: #000000;
  line-height: 45px;
  order: 1;
}

@media (min-width: 1024px) {
  .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: #000000;
  display: block;
}

@media (min-width: 1024px) {
  .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: 1024px) {

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

@media (min-width: 1024px) {
  .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: 1024px) {

  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #9e1b32;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #000000;
}

.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 {
  max-height: 45px;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  background:#F3F3F3;
  border-radius:7px;
  border: 1px solid #ccc;
}
#see-more-sidebar {
  font-size: 14px;
  font-weight:600;
}

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

.collapsible-sidebar-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}

.collapsible-sidebar-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.collapsible-sidebar-body ul li {
  margin: 0;
  padding: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 10px;
  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 #9e1b32;
}

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

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

.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: #f2f2f2;
  margin-bottom: 20px;
}
.my-activities-nav .sub-nav a,
.my-activities-nav .sub-nav a:visited,
.my-activities-nav .breadcrumbs a,
.my-activities-nav .breadcrumbs a:visited {
  color: #007298;
}
.my-activities-nav .sub-nav a:hover,
.my-activities-nav .breadcrumbs a:hover {
  color: #005a78;
}
.my-activities-nav .collapsible-nav-list li[aria-selected="true"],
.my-activities-nav .collapsible-nav-list li.current {
  border-bottom-color: #007298;
}
.requests-page .my-activities-nav .collapsible-nav-item--current a,
.requests-page .my-activities-nav .collapsible-nav-item a[aria-current="page"],
.requests-page .my-activities-nav .collapsible-nav-list li.current a {
  color: #333;
}

.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: 1024px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

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

.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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

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

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

@media (min-width: 1024px) {
  .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;
}

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

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

@media (min-width: 1024px) {
  .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: #333;
  font-size: 13px;
  font-weight: 300;
}

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

.no-activities {
  color: #333;
}

/***** 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: #333;
  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 #9e1b32;
}

.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 #9e1b32;
}

.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: #f7f7f7;
    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: #333;
  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 {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

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

/* User Profiles */
.profile-header {
  background-color: #f7f7f7;
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .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: #9e1b32;
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: #9e1b32;
}

.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: #333;
  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: 1024px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

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

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

@media (min-width: 1024px) {
  .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 #9e1b32;
  border-radius: 4px;
  color: #9e1b32;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

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

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

.profile-nav {
  background-color: #f2f2f2;
  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: #333;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  .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: 1024px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .profile-activity {
    padding-left: 20px;
  }

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .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: #f7f7f7;
}

@media (min-width: 1024px) {
  .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: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

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

@media (min-width: 1024px) {
  .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: 0;
}

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

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}
#section-articles-title{
  font-size:16px;
}
.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: #007298;
}

.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 {
  font-size: 18px;
  font-weight: 600;
}

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

.search-results-list>li {
  padding: 20px 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-results-description {
  margin-top: 10px;
  word-break: break-word;
}

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

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

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

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

.search-result-votes-icon,
.search-result-meta-count-icon {
  color: #007298;
  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;
}

@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;
}

/* 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-family: sans-serif;
  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;
}

.submenu-parent-link {
  color: inherit;
  text-decoration: none;
}
.submenu-parent-link:hover,
.submenu-parent-link:focus {
  text-decoration: underline;
  color: #005a78;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Style the accordion panel. Note: hidden by default */

/*  ENVOY*/

/* -- Colors ----------------------------------------------------------------- */
/* /  Colors ----------------------------------------------------------------- */
/* -- Header ----------------------------------------------------------------- */
/* -- Global ----------------------------------------------------------------- */
a,
a:visited {
  transition: color 0.15s ease;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}
.btn,
a.btn,
.form footer input[type="submit"] {
  white-space: wrap;
  background-color: #007298;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  max-width: 163px;
  min-width: 150px;
  line-height: 22px;
  width: 100%;
  transition: background 0.15s linear;
}
.btn:hover,
a.btn:hover,
.form footer input[type="submit"]:hover,
.btn:focus,
a.btn:focus,
.form footer input[type="submit"]:focus {
  text-decoration: none;
  color: #007298;
  background-color: #ffffff;
  border: 1px solid #007298;
}
.transcolor {
  transition: color 0.15s ease;
}
.blue.btn {
  background: #007298;
  border: 1px solid transparent;
  color: #fff;
}
.blue.btn:hover {
  background: #ffffff;
  border: 1px solid #007298;
  color: #007298;
}
/* /  Global ----------------------------------------------------------------- */
/* -- Alerts ----------------------------------------------------------------- */
#alerts-banner {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1em;
  background: #9e1b32;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
}
#alerts-banner .alert {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-align: center;
  margin-right: -50px;
  width: 100%;
}
#alerts-banner strong {
  padding-right: 5px;
  display: inline-block;
}
#alerts-banner p {
  margin: 15px 0px;
  color: #fff;
}
#alerts-banner .btn-close:after {
  content: '\000D7';
  color: #fff;
}
/* /  Alerts ----------------------------------------------------------------- */
/* -- Pre-header ----------------------------------------------------------------- */
.top-header {
  background-color: #1a1a1a;
}
.top-header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 24px;
}
.top-header [data-user-name] {
  text-transform: capitalize;
}
.top-header nav > a:not(.request-button),
.top-header .user-info > button {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
.top-header nav > a.request-button {
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.top-header nav > a:not(.btn):hover,
.top-header nav > a:not(.btn):focus,
.top-header .user-info > button:hover,
.top-header .user-info > button:focus {
  color: #00a3e0;
}
.top-header .request-button {
  background-color: #00a3e0;
  border-color: #00a3e0;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 16px;
}
.top-header .request-button:hover,
.top-header .request-button:focus {
  background-color: #0088bc;
  border-color: #0088bc;
}
.header {
  height: 78px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 0 20px;
}
.header .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
}
.header .logo img {
  width: 100%;
  max-width: 132px;
  min-width: 132px;
}
.header .logo:after {
  content: none;
}
.header .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header .nav-wrapper.with-search {
  padding-right: 2vw;
}
.header .user-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header .user-nav a {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding: 5px 0px 0 0px;
  transition: all 0.15s ease-in-out;
}
.header .user-nav a:not(.btn):hover,
.header .user-nav a:not(.btn):focus,
.header .user-nav a.current,
.header .user-nav a:not(.btn):hover div {
  color: #007298;
  text-decoration: none;
}
.header .user-nav a.btn {
  color: #fff;
  font-weight: 600;
}
.header .user-nav .request-button {
  background-color: #007298;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: 16px;
  white-space: nowrap;
}
.header .user-nav .request-button:hover,
.header .user-nav .request-button:focus {
  background-color: #ffffff;
  border: 1px solid #007298;
  color: #007298;
}
.header .user-info {
  display: flex;
  align-items: center;
}
.header .user-info > button {
  color: #000000;
  background: none;
  border: none;
  font-size: 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}
.header .user-info > button:hover,
.header .user-info > button:focus {
  color: #007298;
}
.header .user-avatar-btn {
  padding: 0;
}
.header .user-avatar-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007298 0%, #9e1b32 100%);
  overflow: hidden;
}
.header .user-avatar-circle .user-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.header .user-info .dropdown-menu {
  right: 0;
  left: auto;
  top: 100%;
  margin-top: 8px;
}
.header .user-info:hover .dropdown-menu,
.header .user-info .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
  display: block;
}
/* Invisible bridge to prevent dropdown from closing when moving mouse from avatar to menu */
.header .user-info .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
/* Increased spacing between dropdown menu items */
.header .user-info .dropdown-menu [role="menuitem"] {
  padding: 12px 40px 12px 20px;
}
.header .header-search {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f3f3f4;
  border-radius: 10px;
  padding: 8px 12px;
  gap: 8px;
  height: 38px;
  box-sizing: border-box;
}
.header .header-search-icon {
  color: #666;
  flex-shrink: 0;
}
.header .header-search-input,
.header .header-search-input input,
.header .header-search input[type="search"] {
  background: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  color: #000;
  width: 150px;
  padding-left: 0;
}
.header .header-search-input input::placeholder,
.header .header-search input[type="search"]::placeholder {
  color: #666;
}
.header .header-search-input input:focus,
.header .header-search input[type="search"]:focus {
  outline: none;
}
.header .nav-link {
  color: #000000;
}
.header .nav-link:hover,
.header .nav-link:focus {
  color: #007298;
}
/* /  Pre-header ----------------------------------------------------------------- */
/* /  Header ----------------------------------------------------------------- */
/* -- Hero ----------------------------------------------------------------- */
.hero {
  padding-right: 0px;
  background-size: 78%;
  background-repeat: no-repeat;
  background-position: left 70%;
  height: 396px;
  margin-bottom: 25px;
}
.hero .hero-inner {
  margin-right: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: calc(8vw + 60px);
  padding-right: 30px;
  max-width: 700px;
  width: calc(100% - 38vw);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
.hero .hero-inner h1 {
  font-size: 43px;
  font-weight: 800;
  line-height: 47px;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.hero .hero-inner h2 {
  color: #333;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}
.hero .hero-inner .search-container {
  width: 100%;
  max-width: 476px;
  padding-right: 30px;
}
.hero .hero-inner .search-container .search-icon * {
  stroke: #3B4040;
}
.hero .hero-inner .search-container #query {
/*   color: #3B4040; */
  font-size: 15px;
}
.hero .hero-inner .search-container #query::-webkit-input-placeholder {
  color: #3B4040;
}
.hero .hero-inner .search-container #query::-moz-placeholder {
  color: #3B4040;
}
.hero .hero-inner .search-container #query:-ms-input-placeholder {
  color: #3B4040;
}
.hero .hero-inner .search-container #query:-moz-placeholder {
  color: #3B4040;
}
/* /  Hero ----------------------------------------------------------------- */
/* -- Footer ----------------------------------------------------------------- */
.footer {
  border: 0px none;
  margin-top: 0px;
  background-color: #333e48;
  color: #ffffff;
}
.footer .container {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footer .container h5 {
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.footer .container a {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}
.footer .container a:hover {
  color: #007298;
}
.footer .container .footer-meta {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 50px;
}
.footer .container .footer-meta .footer-logo {
  margin-bottom: 25px;
}
.footer .container .footer-meta .footer-logo img {
  max-width: 130px;
  width: 100%;
  height: auto;
  max-height: 39px;
}
.footer .container .footer-meta .meta-nav {
  margin-top: 15px;
}
.footer .container .footer-meta .meta-nav a {
  font-size: 14px;
  padding-right: 3px;
}
.footer .container .footer-meta .meta-nav a:after {
  content: '|';
  padding-left: 5px;
}
.footer .container .footer-meta .meta-nav a:last-of-type:after {
  display: none;
}
.footer .container .footer-meta .meta-nav a:hover {
  color: #007298;
  text-decoration: none;
}
.footer .container .footer-meta .social {
  padding-bottom: 0.5vw;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.footer .container .footer-meta .social a {
  padding-right: 10px;
}
.footer .container .footer-meta .social a:hover i {
  color: #007298;
}
.footer .container .footer-meta .social i {
  font-size: 18px;
  transition: color 0.15s ease;
}
.footer .container .footer-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
}
.footer .container .footer-nav .col {
  max-width: 400px;
  margin-right: 40px;
  width: 100%;
}
.footer .container .footer-nav .col:last-child {
  margin-right: 0;
}
.footer .container .footer-nav .col nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.footer .container .footer-nav .col nav a {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
/* /  Footer ----------------------------------------------------------------- */
main[role="main"] {
  background-repeat: no-repeat;
  background-position: center 110%;
  background-size: 100%;
}
main[role="main"].no-bg {
  background: none;
}
/* -- Homepage ----------------------------------------------------------------- */
.knowledge-base {
/*   padding-top: 10px;
  margin-bottom: 80px; */
}
.knowledge-base h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
/*   margin-bottom: 50px; */
}
.knowledge-base .blocks-list {
  justify-content: center;
}
.knowledge-base .blocks-list .blocks-item {
  flex: 0 0 auto;
  border: 0px none;
  background-repeat: no-repeat;
  background-position: calc(50% + 5px) top;
  background-size: 60px;
  display: block;
  padding-top: 0px;
  padding-left: 2vw;
  padding-right: 2vw;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
}
.knowledge-base .blocks-list .blocks-item:hover {
  background-color: transparent;
  cursor: pointer;
}
.knowledge-base .blocks-list .blocks-item:hover .sub-menu {
  visibility: visible;
}
.knowledge-base .blocks-list .blocks-item .blocks-item-title {
  font-size: 18px;
  color: #2F3640;
  font-weight: 400;
  padding-top: 80px;
}
.knowledge-base .blocks-list .blocks-item .sub-menu {
  visibility: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.knowledge-base .blocks-list .blocks-item .sub-menu a {

  color: #007298;
  font-weight: 400;
}
.knowledge-base .blocks-list .blocks-item .sub-menu a:hover {
  color: #2F3640;
}
.featured-articles {
  padding-bottom: 80px;
}
.featured-articles h3 {
  color: #F37D52;
  font-size: 18px;
  line-height: 21.6px;
}
.featured-articles h3:after {
  content: '';
  width: 100%;
  border-bottom: 1px solid #D0D2D3;
  display: block;
  margin-top: -1.65px;
}
.featured-articles h3 span {
  border-bottom: 2.65px solid #F37D52;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: -1.65px;
}
.featured-articles .promoted-articles {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-articles .promoted-articles-item {
  height: 100%;
  max-height: 363px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 25vw;
  max-width: 363px;
  padding-left: 0px;
  padding-right: 0px;
}
.featured-articles .promoted-articles-item a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  padding-top: 1vw;
  border: 0px none;
  color: #fff;
  font-size: 18px;
  line-height: 21.6px;
  text-align: center;
  padding-left: 2vw;
  padding-right: 2vw;
  height: 100%;
}
.featured-articles .promoted-articles-item a strong {
  font-weight: 600;
  height: 68%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.featured-articles .promoted-articles-item a .btn {
  max-width: 106px;
  min-width: 0px;
  margin-bottom: calc(45% - 20px);
}
/* /  Homepage ----------------------------------------------------------------- */
/* -- Call out ----------------------------------------------------------------- */
.contact-us-callout {
  background: #e7e7e7;
}
.contact-us-callout .container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  padding-top: 45px;
  padding-bottom: 45px;
  letter-spacing: 0px;
}
.contact-us-callout .container .icon-contact-us,
.contact-us-callout .container .icon-submit {
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 55px;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 21px;
}
.contact-us-callout .container .icon-contact-us h5,
.contact-us-callout .container .icon-submit h5 {
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 16px;
}
.contact-us-callout .container .icon-contact-us a,
.contact-us-callout .container .icon-submit a {
  font-weight: bold;
  color: #007298;
  width: 100%;
}
.contact-us-callout .container .icon-contact-us a:hover,
.contact-us-callout .container .icon-submit a:hover {
  color: #005a78;
}
.contact-us-callout .container .icon-submit {
  border-right: 1px solid #999;
  padding-right: 0px;
  margin-right: 40px;
  margin-left: -50px;
}
/* /  Call out ----------------------------------------------------------------- */
/* -- Interior Pages ----------------------------------------------------------------- */
.sub-nav {
  padding-top: 15px;
}
.sub-nav a,
.sub-nav a:visited,
.sub-nav li,
.sub-nav li a {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.sub-nav li + li:before {
  content: '/';
  padding: 0 6px;
  color: #999999;
}
.sub-nav a,
.sub-nav li a,
.sub-nav li a:visited {
  color: #007298;
}
.sub-nav li:last-child {
  font-weight: 600;
}
.hero-wrapper {
  height: 115px;
  background-color: #e7e7e7;
}
.hero-wrapper .hero-container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-wrapper .hero-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-wrapper .hero-bg-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right,
    #e7e7e7 0%,
    transparent 8%,
    transparent 92%,
    #e7e7e7 100%
  );
  z-index: 1;
}
.hero-wrapper .hero-bg-image.category-hero-bg {
  background-image: url(/hc/theming_assets/01JZ6ATM34B9ZJ9PVWD49Q9N5J);
}
.hero-wrapper .hero-bg-image.section-hero-bg {
  background-image: url(/hc/theming_assets/01JZ6ATM34B9ZJ9PVWD49Q9N5J);
}
.hero-wrapper .hero-title {
  position: relative;
  z-index: 1;
  color: #000;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 400;
  line-height: 115px;
  margin: 0;
  padding: 0 40px;
  background-image: url(/hc/theming_assets/01KGCB3MEQRH448FPKT3S1XV8P);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-wrapper .hero-bg-image.section-hero-bg + .hero-title {
  background-image: url(/hc/theming_assets/01KGCB3QGAWGF2VR9T6GXYZHR1);
}
.hero-wrapper > .container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 436px auto;
  background-position: left center;
  padding-right: 0;
}
.hero-wrapper.section-hero-bg > .container {
  background-image: url(/hc/theming_assets/01JZ6ATM34B9ZJ9PVWD49Q9N5J);
}
.hero-wrapper.category-hero-bg > .container {
  background-image: url(/hc/theming_assets/01JZ6ATM34B9ZJ9PVWD49Q9N5J);
}
.category-hero,
.section-hero,
.interior-hero {
  height: 100%;
  width: 70%;
}
.category-hero .container,
.section-hero .container,
.interior-hero .container {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding-right: 0;
}
.category-hero h1,
.section-hero h1,
.interior-hero h1 {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  line-height: 66px;
  background-repeat: no-repeat;
  background-position: left center;
  height: 100%;
  display: flex;
  margin: 0px;
  padding: 0px;
  background-size: cover;
  width: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
/* -- Interior search ----------------------------------------------------------------- */
.interior-search.search-container {
  display: none;
  position: relative;
}
.interior-search.search-container .search-icon {
  top: 56%;
  left: 20px;
}
.interior-search.search-container .btn-close {
  opacity: 0;
  font-weight: 800;
  margin-left: 5px;
  font-size: 22px;
  right: -32px;
  color: #3A4554;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0px;
  text-decoration: none;
  cursor: pointer;
}
.interior-search.search-container.show {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.interior-search.search-container .search-trigger {
  cursor: pointer;
  display: flex !important;
  margin-left: -30px;
}
.interior-search.search-container .search-trigger:hover {
  cursor: pointer;
}
.interior-search.search-container .search-trigger:hover svg * {
  stroke: #9e1b32;
}
.interior-search.search-container.open {
  display: flex;
  position: absolute;
  background: #fff;
  height: 51px;
  padding-top: 5px;
  padding-left: 15px;
}

.interior-search.search-container.open .btn-close {
  opacity: 1;
  user-select: none;
}
.interior-search.search-container.open .btn-close:hover {
  color: #007298;
}
.interior-search.search-container.open #query {
  border: 1px solid #D0D2D3;
  height:41px;
  margin-top: -4px;
  width: 320px;
}
.interior-search.search-container.open form {
  display: block;
  margin-right: -5px;
}
.interior-search.search-container form {
  display: none;
}
/* /  Interior search ----------------------------------------------------------------- */
/* /  Interior Pages ----------------------------------------------------------------- */
/* -- Category page ----------------------------------------------------------------- */
.category-page {
  max-width: 619px;
  margin: 0px auto;
  padding-bottom: 60px;
}
.category-page .section-tree {
  display: block;
  padding-bottom: 60px;
}
.category-page .section-tree .section {
  display: block;
  margin-bottom: 10px;
}
.category-page .section-tree .section h2 {
  height: 61px;
  border: 1px solid #D0D2D3;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  padding-left: 35px;
}
.category-page .section-tree .section h2 a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
}
.category-page .section-tree .section h2 a:before {
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
  margin-right: 20px;
  display: block;
  height: 31px;
  width: 31px;
}
.category-page .section-tree .section h2 a:hover,
.category-page .section-tree .section h2 a:focus,
.category-page .section-tree .section h2 a:active {
  text-decoration: none;
  outline: 0px;
}
.category-page .section-tree .section h2 a span {
  width: 95%;
}
.category-page .section-tree .section h2 a svg {
  height: 13px;
  width: 7px;
}
.category-page .section-tree .section h2.ui-state-active {
  background-color: #9e1b32;
  color: #fff;
  border-color: #9e1b32;
}
.category-page .section-tree .section h2.ui-state-active a {
  color: #fff;
  text-decoration: none;
}
.category-page .section-tree .section h2.ui-state-active a::before {
  filter: contrast(3);
}
.category-page .section-tree .section h2.ui-state-active a svg {
  transform: rotate(90deg);
  filter: contrast(0) brightness(3);
}
.category-page .section-tree .section .article-list {
  padding-left: 90px;
}
/* /  Category page ----------------------------------------------------------------- */
.article-list {
  max-width: 595px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.article-list .article-list-item {
  margin: 0px;
  padding: 0px;
}
.article-list .article-list-item:last-of-type a {
  border: 0px none;
}
.article-list .article-list-item a {
  font-size: 18px;
  line-height: 22px;
  color: #3A4554;
  font-weight: 400;
  border-bottom: 1px solid #EEEFEF;
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}
.article-list .article-list-item a:hover {
  color: #007298;
}
/* -- Section page ----------------------------------------------------------------- */
.section-content {
  max-width: 777px;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 60px;
}
.section-content .article-list {
  margin: 0px auto;
  padding-top: 0px;
}
.section-content .article-list .article-list-item {
  padding-top: 15px;
}
.section-content .article-list a {
  text-align: left;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
}
.section-content .article-list a:hover {
  color: #007298;
}
.section-content .article-list p {
  text-align: left;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
}
/* /  Section page ----------------------------------------------------------------- */
/* -- Article ----------------------------------------------------------------- */
.sub-nav-article {
  background-color: #fff;
  height: 52px;
}
.sub-nav-article .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.sub-nav-article .container li {
  color: #333;
}
.breadcrumbs li:last-child a {
  font-weight: 600 !important;
}
.sub-nav-article .container li:before {
  color: #666;
}
.sub-nav-article .container a,
.sub-nav-article .container a:visited {
  color: #007298;
}
.sub-nav-article .container a:hover,
.sub-nav-article .container a:visited:hover {
  color: #005a78;
}


#main-content.article .article-header {
/*   padding-top: 20px; */
}
#main-content.article .article-header h1 {
/*   font-size: 40px; */
  color: #3A4554;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
}
#main-content.article .article-header .article-meta * {
  font-size: 14px;
}
#main-content.article .article-body {
  font-size: 16px;
  line-height: 1.6;
  color: #3B4040;
  font-weight: 400;
}
#main-content.article .article-body strong {
/*   font-size: 18px; */
}
#main-content.article .article-body .wysiwyg-font-size-medium {
  font-size: 16px;
}
#main-content.article .article-body .wysiwyg-font-size-small {
  font-size: 14px;
}
#main-content.article .article-body a {
  color: #007298;
  font-weight: 500;
}
#main-content.article .article-body a:hover {
  text-decoration: underline;
  color: #007298;
}
#main-content.article .article-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #3B4040;
  font-weight: 400;
}
#main-content.article .article-content {
  margin-top: 20px;
}
#main-content.article .article-votes .article-votes-question {
  color: #717275;
  font-weight: 600;
  font-size: 17px;
}
#main-content.article .article-votes .article-vote {
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #007298;
  color: #fff;
  border: 5px solid #d0d0d0;
  height: 32px;
}
#main-content.article .article-votes .article-vote[aria-pressed="true"] {
  border-color: #d0d0d0;
  background-color: #007298;
  color: #fff;
}
#main-content.article .article-votes .article-vote:hover {
  background-color: #005a78;
  color: #fff;
  border-color: #d0d0d0;
}
#main-content.article .article-relatives {
  display: none;
}
/* /  Article ----------------------------------------------------------------- */
/* -- New Requests ----------------------------------------------------------------- */
.form {
  margin: 0px auto;
}
#new_request {
  width: 100%;
  max-width: 731px;
  margin: 0px auto;
  padding-bottom: 100px;
  padding-top: 30px;
}
#new_request .form-field {
  margin-bottom: 20px;
}
#new_request .form-field label {
  font-weight: 500;
  font-size: 14px;
  color: #007298;
}
#new_request .form-field ul[data-hc-pills-container] {
  border-radius: 25px;
  border-color: #D0D2D3;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#new_request .form-field input[type="text"]:not(#request_collaborators_),
#new_request .form-field input[type="email"],
#new_request .form-field .nesty-input,
#new_request .form-field textarea,
#new_request .form-field #upload-dropzone {
  min-height: 48px;
  border-radius: 25px;
  border-color: #D0D2D3;
  padding-left: 20px;
}
#new_request .form-field #upload-dropzone {
  background-color: #fff;
}
#new_request footer {
  margin-top: 15px;
  padding-top: 0px;
  text-align: center;
}
#new_request footer input {
  margin: 0px auto;
}
/* /  New Requests ----------------------------------------------------------------- */
/* -- Search ----------------------------------------------------------------- */
.search-results {
  width: 100%;
  max-width: 630px;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 100px;
  min-width: 100%;
}
.search-results .search-results-column {
  flex: 1 0 100%;
  margin: 0px auto;
  max-width: 630px;
}
.search-results .search-results-column .search-results-subheading,
.search-results .search-results-column .search-result-title,
.search-results .search-results-column .search-results-description {
  text-align: left;
}
.search-results .search-results-column .search-results-subheading {
  color: #007298;
}
.search-results .search-results-column .search-result-title {
  width: 100%;
  text-align: left;
}
.search-results .search-results-column .search-result-list-item {
  border-bottom: 1px solid #D0D2D3;
}
.search-results .results-list-item-link {
  color: #3B4040;
  padding-bottom: 15px;
  display: block;
}
.search-results .results-list-item-link:hover {
  color: #007298;
}
.search-results .meta-group {
  display: flex;
  justify-content: left;
}
.search-results .meta-group li:first-of-type {
  margin-right: 20px;
}
.search-results .meta-group li:first-child {
  flex: none;
}
/* /  Search ----------------------------------------------------------------- */
/* -- MISC ----------------------------------------------------------------- */
.misc-page {
  padding-bottom: 100px;
}
.misc-page .sub-nav {
  margin-bottom: 0px;
}
/* /  MISC ----------------------------------------------------------------- */
/* -- Mobile ----------------------------------------------------------------- */
.nav-wrapper .menu-button .icon-menu {
  width: 30px;
  height: 30px;
}
/* /  Mobile ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
.hide-desktop {
  display: none !important;
}

@media (max-width: 1024px) {
.article-container .article-sidebar {
  margin-bottom:20px;
}
}

@media screen and (min-width: 1024px) {
  main[role="main"] {
    min-height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .category-page .section-tree .section .article-list {
    padding-left: 25px;
  }
  .featured-articles .promoted-articles {
    flex-direction: row;
  }
  .featured-articles .promoted-articles .promoted-articles-item {
    max-width: 30%;
  }
  .featured-articles .promoted-articles .promoted-articles-item a .btn {
    margin-bottom: 1vw;
  }
  .featured-articles .promoted-articles .promoted-articles-item a strong {
    height: 44%;
  }
}
@media screen and (max-width: 880px) {
  .hero {
    height: 50vw;
    min-height: 330px;
    background-size: cover;
  }
  .hero .hero-inner {
    max-width: 80%;
    width: calc(100% - 18vw);
  }
  .hero .hero-inner h1 {
    font-size: 33px;
    font-weight: 800;
    line-height: 32px;
  }

}
@media screen and (max-width: 1024px) {
  .hide-desktop {
    display: flex !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .header .nav-wrapper .menu-button {
    z-index: 9999;
    margin-left: 5px;
  }
  /* Hide avatar, search, submit ticket, and sign in on mobile - they're in the hamburger dropdown */
  .header .user-info,
  .header .header-search,
  .header .user-nav .request-button,
  .header .user-nav .sign-in {
    display: none !important;
  }
  /* Mobile search in hamburger menu */
  .header .mobile-search {
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
  }
  .header .mobile-search-wrapper {
    display: flex;
    align-items: center;
    background-color: #f3f3f4;
    border-radius: 10px;
    padding: 8px 12px;
    height: 38px;
    box-sizing: border-box;
    gap: 8px;
    width: 100%;
  }
  .header .mobile-search-icon {
    color: #666;
    flex-shrink: 0;
  }
  .header .mobile-search-input,
  .header .mobile-search-input form {
    flex: 1;
    display: flex;
    align-items: center;
    background: transparent !important;
    border: none !important;
    padding: 0;
    height: auto;
  }
  .header .mobile-search-input input,
  .header .mobile-search-input input[type="search"] {
    width: 100%;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px;
    color: #000;
    padding: 0;
    height: auto;
  }
  .header .mobile-search-input input::placeholder,
  .header .mobile-search-input input[type="search"]::placeholder {
    color: #666;
  }
  /* Mobile submit ticket in hamburger menu */
  .header .mobile-submit-ticket {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #007298 !important;
    color: #ffffff !important;
    padding: 0 16px;
    border-radius: 10px;
    border: 5px solid #cfcfcf !important;
    border-bottom: 5px solid #b0b0b0 !important;
    font-size: 15px;
    font-weight: 600;
    height: 48px;
    box-sizing: border-box;
    margin: 15px 20px;
  }
  /* Mobile user links in hamburger menu */
  .header .mobile-user-links {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
  }
  .header .mobile-user-links a {
    display: block !important;
    padding: 10px 20px;
    text-align: left;
  }
  .header .nav-wrapper.with-search {
    padding-right: 8vw;
  }
  .interior-search.search-container.show {
    z-index: 99999;
  }
  .featured-articles .promoted-articles .promoted-articles-item {
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    padding: 4vw;
  }
  .featured-articles .promoted-articles .promoted-articles-item strong {
    padding-bottom: 20px;
  }
  .user-nav {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 30px;
  }
  .user-nav .hide-desktop,
  .user-nav[aria-expanded="false"] .hide-desktop {
    display: none !important;
  }
  .user-nav[aria-expanded="true"] {
    z-index: 999999;
  }
  .user-nav[aria-expanded="true"] .btn {
    margin: 0px auto;
  }
  .user-nav[aria-expanded="true"] .hide-desktop {
    display: flex !important;
  }
  .contact-us-callout .container {
    display: block;
    padding: 10px 30px;
  }
  .contact-us-callout .container div {
    width: 100% !important;
    max-width: 100% !important;
    border: 0px none !important;
    margin: 0px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .knowledge-base .blocks-list .blocks-item {
    width: 100%;
  }
  .hero {
    padding-left: 0px;
    min-height: 270px;
  }
  .hero .hero-inner {
    max-width: 100%;
    width: 100%;
    padding-left: 60px;
    background-position: -20px center;
    background-size: 140%;
  }
  .knowledge-base .blocks-list .blocks-item .sub-menu {
    visibility: visible;
  }
  .category-hero h1,
  .section-hero h1,
  .interior-hero h1 {
    font-size: 41px;
    line-height: 52px;
    width: 90%;
    padding-left: 10%;
  }
  .hero-wrapper .hero-title {
    padding: 0 20px;
  }
  .footer .container,
  .footer .col {
    display: block;
    width: 100% !important;
    padding-bottom: 30px;
    padding-top: 15px;
    max-width: 100% !important;
  }
  .footer .social {
    padding-top: 20px;
  }
}
@media screen and (max-width: 580px) {
  .interior-search.search-container.open {
    z-index: 99999;
    top: 79px;
    width: 100%;
    max-width: 100%;
    right: 0px;
    padding: 10px 30px 20px 30px;
  }
  .interior-search.search-container.open .search-icon {
    display: none;
  }
  .interior-search.search-container.open form.search {
    width: 100%;
    max-width: 100%;
  }
  .interior-search.search-container.open .btn-close {
    right: 37px;
    top: -61px;
    font-size: 30px;
  }
  .category-hero h1,
  .section-hero h1,
  .interior-hero h1 {
    font-size: 10vw;
    line-height: 12vw;
    width: 92%;
  }
  .hero-wrapper .hero-title {
    padding: 0 15px;
  }
  #main-content.article .article-header h1 {
    text-align: left;
  }
  .footer .container .footer-nav {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */


/* /  LIGHTBOX STYLES -------------------------------------------------------- */
/* /  LIGHTBOX STYLES -------------------------------------------------------- */
/* /  LIGHTBOX STYLES -------------------------------------------------------- */

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/hc/theming_assets/01JZ6ATD14D7Z02FY05NC1GG6V) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/hc/theming_assets/01J0PAQGBBMW6Z49DNVPANZ2H3) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/hc/theming_assets/01J0PAQF831QD3QRYX8Y05W1ZH) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/hc/theming_assets/01J0PAQ1852K3Q1PWMAGVJWTDW) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

/**** Paligo Overrides ****/

/* Accordion */
.sidebar.accordion,
.section.accordion {
    margin: 1rem 0;
    padding: 0;
}

.sidebar.accordion .expandable-content,
.sidebar.accordion .panel-heading,
.sidebar.accordion .panel-default,
.section.accordion .expandable-content,
.section.accordion .panel-heading,
.section.accordion .panel-default {
  box-shadow: initial;
  padding: initial;
  margin: initial;
  border: initial;
  border-radius: initial;
  background: initial;
}

.sidebar.accordion .panel-heading,
.section.accordion .panel-heading {
  background: #007298;
  padding: 20px;
  border-radius: 8px 8px 0 0;
}

.sidebar.accordion .panel-body,
.section.accordion .panel-body {
  padding: 20px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 8px rgba(225,225,225,0.5);
}

.sidebar.accordion .panel-heading p > *,
.section.accordion .panel-heading p > *,
.sidebar.accordion .panel-heading .titlepage .title,
.section.accordion .panel-heading .titlepage .title {
  color: #fff !important;
  font-weight: 500;
}

.sidebar.accordion .panel-heading .title,
.section.accordion .panel-heading .title {
  position: relative;
  margin: 0;
}

.sidebar.accordion .panel-heading .title:after,
.section.accordion .panel-heading .title:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}

/* Table */
.exportable.table-responsive table {
  border-collapse: separate;
  border-radius: 15px;
  border: thin solid #ddd;
  overflow: hidden;
}

.exportable.table-responsive table td {
  border-bottom: thin solid #ddd;
}

.exportable.table-responsive table tr:first-child {
  background: initial;
}

.table-responsive thead tr:first-child td:first-child,
.table-responsive thead tr:first-child th:first-child {
  border-radius: 15px 0 0 0;
}

.table-responsive thead tr:first-child td:last-child,
.table-responsive thead tr:first-child th:last-child {
  border-radius: 0 15px 0 0;
}

.table-responsive tfoot tr:first-child td:first-child,
.table-responsive tfoot tr:first-child th:first-child {
  border-radius: 0 0 0 15px;
}

.table-responsive tfoot tr:first-child td:last-child {
  border-radius: 0 0 15px 0;
}

.table-responsive thead,
.table-responsive tfoot {
  background: rgba(0,0,0,.04);
}

.table-responsive tfoot {
  border-radius: 0 0 10px 10px;
}

.table-responsive tbody tr,
.table-responsive thead th {
  border-bottom: solid 1px #ddd !important;
}

/* Note */
.note,
.warning,
.caution {
  width: 100% !important;
  display: inline-flex !important;
  gap: 5px;
  margin: 10px 0 !important;
  padding: 15px 30px 15px 15px !important;
  border: none;
  border-left: solid 8px #000;
}

.note > *,
.warning > *,
.caution > * {
  line-height: 1.5 !important;
  margin: 0 !important;
}

.note:before,
.warning:before,
.caution:before {
  content: none !important;
}

.note .title {
  font-weight: bold !important;
  font-size: inherit !important;
  color: #000;
  padding-right: 3px;
}

.note h3.title:after {
  display: inline;
  content: ':';
  color: inherit;
}

.warning .title,
.caution .title {
  font-size: inherit !important;
}

.note {
  background: #f3f3f3 !important;
  border-color: #2F4D7A !important;
}

/*Warning*/
.warning {
  border-color: #ffe564 !important;
  background-color: rgba(255, 229, 100, 0.25) !important;
}

/*Caution*/
/* Style the caution box */
.caution {
  border-left: 8px solid #FFD600;   /* Yellow bar */
  background: #F5F5F5;              /* Grey background */
  padding: 1em;
}

/* Style the title: bold only the word, not the colon */
.caution .title {
  color: #000;
  font-weight: 700 !important;
  display: inline-block;
}

.caution .title::after,
.note .title::after {
  content: ":";
  font-weight: normal;
}

.code-segment-wrapper {
  margin: 20px 0;
}

.code-segment-wrapper pre {
  padding: 30px 0 !important;
}

/* inlinemediaobject */
.inlinemediaobject img {
  margin: 0 2px;
  width: 25px;
}

/* Accordion */

/* Paligo Wistia */
.video-container {
  max-width: none;
}

.videoobject {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.videoobject iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.guilabel {
  font-weight: 700;
}

/**** Paligo Overrides ****/

ul {
  list-style-type: none;
}

.v-editor-content > ul {
  list-style-type: disc;
}

.article-votes-count {
  display: none;
}

