
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
/*@import url('/hc/theming_assets/01HZKZ1WGQ58ZRDSDRMFPAD25W')*/



/* COOKIES EVENT */


#cookie-box  .align-cookies {
  max-width: 1160px;
	margin: 5px auto 5px auto;
  padding:15px 5px 5px 5px 5px;
  position: relative;
  font-size: 12px;
  display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#cookie-box #btn-close {
  display:block;
	top: 0;
  right: 0;
  overflow: hidden; 
  height: 20px;
  width:20px;
  position: relative;
}
#cookie-box #btn-close span {
  display:none;
}

#cookie-box #btn-close:before {
  content: "x";
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
  left: 0;
  text-indent: initial;
  line-height: 12px;  
  margin: 0 auto;
  width:20px;
  height:20px;
}

/*HIDE HELP BTN*/

iframe#launcher {
  display:none !important;
}

@media print {
  .tablepdf {
    display:block !important;
  }
}



.article-unsubscribe {
	display:none;
}

/* TABLE OF CONTENT */

#table-content {
  background: #F5F5F5;
  padding: 16px 30px;
  margin-bottom:40px;
  margin-left:-30px; 
  margin-right:-30px;
}
#table-content  h2 {
  margin-bottom:16px;
  text-align:center;
}
#table-content > ol {
  margin:0;
  padding:0;
  column-count: 2;
  column-gap: 48px;
}

#table-content ol li {
  width:100%;
  margin-bottom:0;
}



#table-content ol li li {
  flex:0 0 100%;
}

#table-content ol li a{
 width:100%;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 16px 8px;
}

#table-content ol li:before {
  bottom: auto; 
  top:16px;  
}

.tablepdf {
  display:none;
}

/* NOTIFICATION */

.notification-inline {
  border-radius:6px;
  font-size:14px;
  font-weight:500;
  border:none;
  padding:8px;
}

.notification-inline:before {
  font-weight:500;
}

.notification-inline.notification-error {
  border:none;
  color:#fff;
  background:#DB5050 !important;
}

.notification-inline.notification-error::before {
  border:1px solid #fff;
  color:#fff;
}

.notification-notice {
    font-size:18px;
  	font-weight:500;
    /* background-color: rgba(0,0,0,0.5); */
    background-color:#fff;
    border-color:#fff;
 	 content:"";
   /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    height: 100%;
    width: 100%;
  	z-index:1000;
}

.notification-notice .notification-inner {
  	background-color:#3EBA68 !important;
  	color:#fff;
		padding: 32px;
    max-width: 1160px;
    /* position: absolute; */
  	border-radius:6px;
		top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: white;
    margin: auto;
   /* max-height: 250px; */
  	
  	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
  
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);  
}

.notification-notice .notification-inner .notification-dismiss {
	align-self:flex-start;
  font-size:20px;
  color:#fff;
}

.notification-notice .notification-inner .notification-dismiss:before {
  font-size:20px; 
  color:#fff;
}

/***** Base *****/
*
{
	box-sizing: border-box;
}

body
{
	font-family: 'Roboto', Arial, sans-serif !important;
	background-color: rgba(244, 245, 246, 1);
	color: rgba(155, 155, 155, 1);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

strong
{
font-weight:500}

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

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

h1
{
	font-size: 32px;
	color:rgba(28, 48, 92, 1);
}

h2
{
	font-size: 22px;
	margin-bottom: 32px;
	color: rgba(28, 48, 92, 1);
  font-weight:500;
}


h2.section-tree-title,h2.article-title,.promoted.card-box .title-card-box h1 {
  margin: 0;
}

h3,h2.section-tree-title,h2.article-title,.promoted.card-box .title-card-box h1
{
	font-size: 18px;
	font-weight: 400;
	line-height:1.3;
  color: rgba(28, 48, 92, 1);
}

h4
{
	font-size: 20px;
	color:rgba(74, 74, 74, 1);
	font-weight: 500;
	margin-bottom:24px;
}

a
{
	color: rgba(52, 103, 222, 1);
	text-decoration: none;
}

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

input,textarea {
	color: rgba(38, 54, 108, 1);
	font-size: 14px;
	border-radius : 6px;
}

::placeholder {
  color: #AEAFBF;
	font-size: 14px;
}

input {
	font-weight: 300;
	max-width: 100%;
	box-sizing: border-box;
	outline: none;
	transition: border .12s ease-in-out;
	height: 49px;
  line-height:14px;
}

input:focus {
	border: 1px solid $brand_color;
}

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

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(/hc/theming_assets/01HZKZ1XKF463CF1AJFJEGDGXK) no-repeat #F5F5F5;
	background-position: right 10px center;
	border-radius: 6px;
	padding: 16px 30px 16px 16px;
	outline: none;
	color: rgba(38, 54, 108, 1);
	width: 100%;
  border:1px solid #fff;
  height: 49px;
  line-height:14px;
  font-size:14px;
}

select:focus {
	border: 1px solid $brand_color;
}

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 $brand_color;
}

.container
{
	max-width: 1160px;
	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;
}

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

ol {
  list-style:none;
}

.article-content ol  {
  counter-reset:li; 
  margin:8px 0;
}

.article-content ol ol {
  padding-left: 0
}



.article-content ol > li {
  list-style:none;  
  padding-left:40px;
  position: relative; 
  margin-bottom:15px;
}

.article-content ol > li li {
  font-size: 14px;
}

.article-content ol > li li li {
  padding-left:20px;
  font-size: 12px;
  margin-bottom:5px;
}

.article-content ol > li::before {
  content:counters(li, ".") " ";
  counter-increment:li;
  font-size: 80%;
  background-color: rgba(192, 209, 25, 1);
  color: white;
  padding-top:3px;
  font-weight: bold;
  text-align:center;
  width:25px;
  height:22px;
  border-radius: 20px;
  position: absolute; 
  top: 0; 
  left:0; 
  bottom:0; 
  margin: auto 5px auto 0 ;
}

.article-content ol > li li::before {
  padding-top:3px;
  font-size: 70%;
  height:22px;
  font-weight:normal;
}

.article-content ol > li li li::before {
 background: none; 
  border-radius: none; 
  width: auto; 
  height: auto; 
  margin-right: 0;
  color: #6f6f6f;
  font-weight: bold;
}

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

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

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

.text-center
{
	text-align:center;
}

.hide-smallscreen {
  display:none;
}
@media (min-width: 768px) {  
  .hide-bigscreen {
    display:none;
  }
}

/***** Buttons *****/
.button, [role="button"], a.login
{
	border:1px solid rgba(52, 103, 222, 1);
	border-radius: 6px;
	color: rgba(52, 103, 222, 1);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 2.34;
	margin: 0;
	min-height:15px;
    font-weight:500;
	padding:16px 32px;
	text-transform:uppercase;
	text-align: center;
	user-select: none;
    line-height:22px;
	width: 100%;
	-webkit-touch-callout: none;
	transition: 0.25s;
	box-shadow: inset 0 0 0 0 #fff;
	max-width:600px;
    overflow:hidden;
    position:relative;
}

.nav-wrapper a.login {
  display:none;
	padding:0 16px;
	font-size: 14px;
	color: rgba(52, 103, 222, 1);
}

@media (min-width: 768px) {  
  .nav-wrapper a.login {
		padding:5px 32px;
	}
  
	.button, [role="button"] {
		width: auto;
	}
}

.button:hover,[role="button"]:hover,.nav-wrapper a.login:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight:500;
    background-color: rgba(28, 48, 92, 1);
	border-color: rgba(28, 48, 92, 1);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}


.button::after, [role="button"]::after,.nav-wrapper a.login::after,.blocks-item-link:after, .article-more-questions a:after, .form input[type="submit"]:after, .comment-form-controls input[type="submit"]:after, .big-btn a:after {
     content: "";  
  position: absolute;
  top: 50%;
  left: 50%;  
  display: block;
  width: 0;
  padding-top: 0;    
  border-radius: 100%;  
  background-color: rgba(236, 240, 241, .3);  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.button:active::after, .button:focus::after, [role="button"]:active::after, [role="button"]:focus::after,.nav-wrapper a.login:focus::after,.nav-wrapper a.login:active::after {
    width: 120%;
    padding-top: 120%;      
    transition: width .2s ease-out, padding-top .2s ease-out; 
}





.button[data-disabled], [role="button"][data-disabled]
{
	cursor: default;
}

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

.blocks-item-link,.article-more-questions a,.form input[type="submit"],.comment-form-controls input[type="submit"],.big-btn a
{   
	color: #FFFFFF;
	background:rgba(52, 103, 222, 1);
	font-size: 16px;
	font-weight:700;
	text-transform: uppercase;
	border-radius: 6px;
	max-width:400px;
	min-width:250px;
	padding:16px 40px;
	display:flex;
	border:none;
	margin:0 auto;
	 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	transition: 0.25s;
    border:1px solid rgba(255,255,255,0)}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active,.article-more-questions a:hover, .article-more-questions:focus, .form input[type="submit"]:hover,.form input[type="submit"]:focus,.form input[type="submit"]:active,.comment-form-controls input[type="submit"]:hover,.comment-form-controls input[type="submit"]:focus,.comment-form-controls input[type="submit"]:active,.big-btn a:hover,.big-btn a:active,.big-btn a:focus {
	text-decoration: none;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
	font-weight:700;
    background-color: rgba(28, 48, 92, 1);
	border-color: rgba(28, 48, 92, 1);
}

.button-large {
	background-color: $brand_color;
	border: 0;
	border-radius: 4px;
	color: $brand_text_color;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.72;
	min-width: 190px;
	padding: 0 1.9286em;
	width: 100%;
}

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

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus
{
	background-color: #183d94;
	border-color: #183d94;
    color:#fff;
}

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

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

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

/***** Tables *****/
.table
{
	width: 100%;
	table-layout: fixed;
}

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

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

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

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

.table tr:last-child
{
border:none}

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

.table td
{
	display: block;
}

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

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

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

/***** Forms *****/
.form
{
	max-width: 650px;
	margin: 0 auto;
	padding-top:16px;
	padding-bottom:16px;
}

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

.form input[type="submit"]
{
	margin: 0 auto;
	border:none;
}

.form-field label
{
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
	color: #757575;
}

.form-field input
{
	background:#F5F5F5;
	border:1px solid #fff;
	border-radius: 6px;
	padding: 16px;
	width: 100%;
	color:rgba(38, 54, 108, 1);
}

.form-field input:-webkit-autofill,.form-field textarea:-webkit-autofill,.form-field select:-webkit-autofill {
  background:#F5F5F5 !important;
}

.form-field input:focus
{
	border: 1px solid $brand_color;
}

.form-field input[type="text"]
{
	border-radius: 6px;
}

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

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

.form-field .nesty-input
{
	border-radius: 6px;
	background:#F5F5F5;
	height: 40px;
	line-height: 40px;
	outline: none;
	vertical-align: middle;
	border:1px solid #fff;
}

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

.form-field textarea
{
	vertical-align: middle;
	background:#F5F5F5;
	border:1px solid #fff;
	border-radius:6px;
	color:rgba(28, 48, 92, 1);
	padding:16px;
}

.form-field textarea:focus
{
	border: 1px solid rgba(28, 48, 92, 1);
}

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

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

.form-field p
{
	color:rgba(155, 155, 155, 1);
	font-size: 12px;
	margin: 5px 0;
}

[data-loading="true"] input,[data-loading="true"] textarea
{
	background: transparent url(/hc/theming_assets/01HZKZ1XFSTNZZS4PB1EC0A78W) 99% 50% no-repeat;
	background-size: 16px 16px;
}

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

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

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

.form .suggestion-list label
{
	
	display: block;
	font-size: 22px;
	margin-bottom: 16px;
	color: rgba(28, 48, 92, 1);
}
.form .suggestion-list li:first-child {
    border:none
}
.form .suggestion-list li {
    border-top:1px solid #E4E4E4;
}

.form .suggestion-list li a {
        color: #555555;
        display: block;
        padding: 16px 8px;
        -webkit-transition: background 5ms ease-in-out;
        -moz-transition: background 5ms ease-in-out;
        -ms-transition: background 5ms ease-in-out;
        -o-transition: background 5ms ease-in-out;
        transition: background 5ms ease-in-out;
}

.form .suggestion-list li a:hover {
    background:#FAFAFA;
    color:rgba(52, 103, 222, 1);
    text-decoration:none;
}

.form .suggestion-list li a:visited
{
	color: darken($link_color, 20%);
}

/***** Header *****/
.header {
	/*max-width: 1160px;
	*/
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
	min-height: 71px;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	background:#fff;
}

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

.logo img {
	max-height: 25px;
   margin-top: 1rem;
}

@media ( min-width: 768px) {
  .logo img {
	max-height: 32px;
   
	}
}

.header .nav-wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  flex-grow:1;
  -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

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

/* END MENU MOBILE */
@media ( max-width: 767px) {
  
  .language-selector {
		transform: translateY(223px);
      position: fixed;
    	right: 30px;
    	top:-45px;
	}
  .language-selector .dropdown-toggle {
    font-size: 14px;
  }
  
      #menuToggle {
      display: block;
      position: relative;
      top: 0;
      right: 0;  
      z-index: 1;  
      -webkit-user-select: none;
      user-select: none;
    }

    #menuToggle input {
      display: block;
      width: 40px;
      max-width:40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;  
      cursor: pointer;  
      opacity: 0; /* hide this */
      z-index: 2; /* and place it over the hamburger */  
      -webkit-touch-callout: none;
    }

    #menuToggle span.menu-line {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;  
      background: #cdcdcd;
      border-radius: 3px;  
      z-index: 1;  
      transform-origin: 4px 0px;  
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span.menu-line:first-child{
      transform-origin: 0% 0%;
    }

    #menuToggle span.menu-line:nth-last-child(2) {
      transform-origin: 0% 100%;
    }

    /* 
     * Transform all the slices of hamburger
     * into a crossmark.
     */
    #menuToggle input:checked ~ span.menu-line {
      opacity: 1;
      transform: rotate(45deg);
      background: rgba(52, 103, 222, 1);
    }

    /*
     * But let's hide the middle one.
     */
    #menuToggle input:checked ~ span.menu-line:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
     * Ohyeah and the last one should go the other direction
     */
    #menuToggle input:checked ~ span.menu-line:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, 2px);
    }

    #menuToggle, #user #user-dropdown.dropdown-menu {
      position: absolute;
      width: 300px;
      padding: 10px 0;
      margin: -50px 0 0 -188px;
      display:flex; 
      flex-direction:column;
      background: rgba(244, 245, 246, 1);
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      /* to stop flickering of text in safari */  
      transform-origin: 0% 0%;
      transform: translate(0, -300%);  
      /* transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); */
    }
  
    #user #user-dropdown.dropdown-menu {
			margin: 48px -75px 0 -188px;
      border:none; 
      border-radius:0;
    }
  	

    #menuToggle input:checked ~ div,#user #user-dropdown.dropdown-menu[aria-expanded="true"]  {
        transform: translateY(40px);
      }
  
 .user-nav .dropdown-menu {
    position: relative;
    background:none; 
    padding-left: 16px;
    border:none;      
    background: rgba(52, 103, 222, 1);
    border-radius: 0; 
    box-shadow:none;
    top:-1px;
    height:100vh;
    overflow:scroll;
  }
  
  .user-nav .dropdown-menu a[role="menuitem"] {
    color:#fff;
    font-size:16px; 
  }
 
}

/* END MENU MOBILE */

#user #user-dropdown.dropdown-menu, #menu-box .dropdown-menu {
  border-radius:0;
  background:#fff;
  border:none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15)
}

@media (max-width: 768px) {
  .language-selector .dropdown-menu[aria-expanded="true"] {
    position: fixed;
    top: 58px;
  }
}

.user-nav .dropdown-menu a[role="menuitem"] {
    color:#555555;
    font-size:14px; 
  }

@media (min-width: 768px) {
	.user-nav {
		position: relative;
		display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
		-webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
		min-height:71px;
    order:1;
	}

	.user-nav a 	{
		display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
		 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		min-height:68px;
    height:68px;
		border-bottom:4px solid #fff;
	}
  
  #user #user-dropdown {
    top:61px;
  }
  
  .user-nav .language-selector a {height: 35px;}
  
  #menuToggle,#menu-box {
    display:flex;
    top:auto;
    right:auto;
  }
  
  #menuToggle input,#menuToggle span.menu-line {
    display:none;
  }
}

.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
{
	color: #555555;
	font-size: 18px;
	font-family: 'Roboto', Arial, sans-serif;
	padding:8px 16px;
	width: 100%;
}

@media (min-width: 768px) {
  .nav-wrapper a {
	padding: 0 16px;
	width: auto;
	}
}



@media (min-width: 768px) {
    .nav-wrapper .language-selector:before {
    content:"|";
    margin: auto 10px auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 26px;
    left: 0;
  }
}

.nav-wrapper .language-selector .dropdown-menu a {
	min-height:auto;
}

.nav-wrapper .dropdown-toggle {
	vertical-align:top;
}


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

@media (min-width: 768px) {

.nav-wrapper #user-nav a:hover {
	background-color: transparent;
	color: rgba(52, 103, 222, 1);
	text-decoration:none;
	border-bottom:4px solid rgba(52, 103, 222, 1);
}

.nav-wrapper #user-nav .dropdown-menu a:hover {
	color: rgba(52, 103, 222, 1);
background:#FAFAFA;
text-decoration:none;
  border:none;
}

.nav-wrapper #user-nav a:focus, .nav-wrapper #user-nav a:active {
	background-color: transparent;
	color: rgba(28, 48, 92, 1);
	text-decoration:none;
	border-bottom:4px solid rgba(28, 48, 92, 1);
}
}
.user-login {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  margin-right:0;
}


@media (min-width: 768px) { 
  .user-login {
    order:2;
    margin-right:0;
  }
  .user-login #user {
    margin-right:0;
    border-bottom: 4px solid #fff;
    padding-top:5px;
  }
  
  .user-login #user:hover,.user-login #user:focus {
    border-bottom: 4px solid rgba(52, 103, 222, 1);
  }
  
}

.nav-wrapper .icon-menu
{
	display: inline-block;
	margin-right: 10px;
	color: rgba(52, 103, 222, 1);
}

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

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

/***** User info in header *****/
.user-info {
		display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 768px) { 
  .user-info   {
    height:100%;
  }
}

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

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

.user-info > [role="button"] {
	border: 0;
	color: #555555;
	min-width: 0;
	padding: 0;
	white-space: nowrap;
  z-index:2000;
}

.user-info > [role="button"]:hover,.user-info > [role="button"]:focus {
	color: rgba(52, 103, 222, 1);
  text-decoration:none;
	background:none;
  box-shadow:none;
}

@media (max-width: 767px)
{
	.user-info > [role="button"]:hover,.user-info > [role="button"]:active,.user-info > [role="button"]:focus
	{
		box-shadow:none;
	}
}

.user-info > [role="button"]::after
{
	color: $link_color;
	padding-right: 15px;
}

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

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

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


/***** User 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: 25px;
	width: 25px;
}

@media (min-width: 768px) {
    .avatar img {
    height: 40px;
    width: 40px;
  }
}

.avatar .icon-agent::before {
display:none;
}

@media (min-width: 768px) {
  .avatar .icon-agent::before {
     display:block;
      background-color: $brand_color;
      border: 2px solid #fff;
      border-radius: 50%;
      bottom: -4px;
      color: rgba(192, 209, 25, 1);
      content: "\1F464";
      font-size: 14px;
      height: 14px;
      line-height: 14px;
      position: absolute;
      right: -2px;
      text-align: center;
      width: 14px;
    }
}

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

.footer a
{
	color: #cecece;
}

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

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

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

/***** HEADER *****/
.header-bg
{
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
	flex-direction: column;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-bg.subnav 
{
	justify-content:flex-end;
}

.header-bg a
{
	color:#fff;
}



.header-bg .search::before,.hero.home .search::before
{
	background:none;
}

.header-bg .container
{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction:column;
	-webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	width:100%;
  padding:0;
}

.header-bg .search-box {
	height:100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  width:100%;
}

@media (min-width: 768px) {
  .header-bg .search-box {
    width : auto;
  }
}

.header-bg header{
text-align:left
}

.header-bg h1 {
	margin:10px 0;
	color:#fff;
	opacity:0.9;
	font-size:28px;
	font-weight:400;
  line-height: 28px;
}

.breadcrumbs {
	margin: 0;
	padding: 10px 0 0 0;
	opacity:0.8;
  line-height:14px;
}

@media (min-width: 768px) {
  .header-bg h1 { 
  	margin-bottom:10px;
  }
  
	.header-bg .container {
		flex-direction:row;
		-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		width: 90%;
	}

	.header-bg header
	{
		max-width:75%;
		margin-right:5%;
		flex:1 0 80%;
	}

	.header-bg .search-box
	{
		max-width:30%;
	}
}

.breadcrumbs li
{
	color: #cecece;
	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: $link_color;
}

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

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

.search input[type="search"] {
	border: none;
	border-radius: 6px;
	box-sizing: border-box;
	color: rgba(38, 54, 108, 1);
	height: 40px;
	padding-left: 40px;
	padding-right: 20px;
	-webkit-appearance: none;
	width: 100%;
}

.form-field.search input[type="search"] {
  height: 49px;
}

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

.search input[type="search"]:focus
{
	border: 1px solid $brand_color;
	color: rgba(38, 54, 108, 1);
}

.search::before {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #ddd;
	content: "\1F50D";
	font-size: 18px;
	position: absolute;
	left: 15px;
}


@media (min-width: 768px) {
   .requests-table-toolbar .search::before { top:66%;}
}

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

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

/***** Hero component *****/
.hero {
	/* background-image: url(/hc/theming_assets/01HZKZ1Y2G8RFC3FZJRV7N8R3B);
	*/
	background: linear-gradient(314.72deg, #2554C3 0%, #1C305C 100%);
	background-position: center;
	background-size: cover;
	min-height: 100px;
	padding: 10px 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.hero 	{
		min-height: 80px;
    /*height:80px;*/
    margin-bottom: 38px;
	}
}

.hero.home
{
	  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.hero.subnav {
  min-height:80px;	
  padding-top:0;
  padding-bottom:0;
  }

.hero.subnav header {
	  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  min-height:80px;	
	flex-direction:column;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.hero.subnav h1 {
  display:none;
}

@media (min-width: 768px) { 
  .hero.subnav {
    min-height:160px;
    padding-top:32px;
  }
  
  .hero.subnav header {
	min-height:128px;	
  	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	}
  
  .hero.subnav h1 {
  display:block;
	}
  
}

.hero-inner {
	max-width: 610px;
	width:100%;
}

.page-header {
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin: 10px 0;
}

@media (min-width: 768px)
{
	.page-header 	{
	 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		margin: 0;
	}
}

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

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

.page-header h1
{
	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::before
{
	content: "\1F512";
	font-size: 20px;
	position: relative;
	left: -5px;
	vertical-align: baseline;
}

.sub-nav
{
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
	flex-direction: column;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

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

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

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list
{
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	list-style: none;
	padding: 0;
}

.home-block .blocks-list li:first-child
{
	display:none;
}

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

.blocks-item
{
	/*border: 1px solid $brand_color;
	*/
	border-radius: 6px;
	box-sizing: border-box;
	/*color: $brand_color;
	*/
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
	flex: 1 0 340px;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 30px;
	max-width: 100%;
	text-align: center;
	 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
	
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active
{
	background-color: $brand_color;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active *
{
	color: $brand_text_color;
	text-decoration: none;
}

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

.blocks-item-internal .icon-lock::before
{
	content: "\1F512";
	font-size: 15px;
	bottom: 5px;
	position: relative;
}

.blocks-item-title
{
	margin-bottom: 0;
}

.blocks-item-description
{
	font-weight: 300;
	margin: 0;
}

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

/***** Homepage *****/
section
{
  width:100%;
}
@media (min-width: 768px) {
  .contact-form
  {
    flex: 0 0 100% !important;
  }
	.section-tree .section 	{
		margin-bottom: 48px;
        display:flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction:column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
	}
  .section-tree .section.contact-form,.category-tree .section-tree .section {
    margin-bottom:0;
  }
  
  
  
  
  .section-tree .section.contact-form .box-padding {
    justify-content:center;
    -webkit-justify-content: center;
        -ms-flex-pack: justify;
  }
  
    
    .section-tree .section .box-padding {
        display:flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction:column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
         -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-grow: 1;
    } 
}

}

.section h2,.page-header,.article-header h1 {
margin-bottom: 10px;
color:rgba(28, 48, 92, 1);
font-size:22px;
text-align:center;
}

.page-header h1,.article-header h1 {
margin-bottom: 32px;
}

section.contact-form .box-padding  {
 	align-items:center;
}

section.card-box
{
  
}

/* CARD BOX */
.card-box {
margin-bottom:16px;
}

.card-box,.recent-articles,.related-articles {
background:#fff;
border-radius:6px;
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
}

.card-box .title-card-box {
border-radius: 6px 6px 0 0;
padding:16px 24px;
background:rgba(28, 48, 92, 1);
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
justify-content: left;
align-items: left;
margin:0;
}



.article .card-box .title-card-box {
flex-direction: column;
flex-wrap:wrap;
}


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

.article .card-box .title-card-box h3,.article .card-box .title-card-box h2 {
flex: 1 0 65%;
padding-right:5%;
}

.card-box .title-card-box h3,.card-box .title-card-box h2 {
margin:0;
font-size:18px}

.card-box .title-card-box h3 span,.card-box .title-card-box h2 span,.card-box .title-card-box a,.promoted.card-box .title-card-box h1 {
color:#fff;
}



.card-box .title-card-box h3 span.search-result-votes.meta-count,.card-box .title-card-box h2 span.search-result-votes.meta-count {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight:500;
  background:rgba(192, 209, 25, 1);
  width:30px; 
  height:30px;
  border-radius:50%;
  position: absolute; 
}

.card-box .title-card-box h3 a,.card-box .title-card-box h2 a
{
display:block;
width:100%;
opacity:1;
}

.card-box .title-card-box h3:hover a,.card-box .title-card-box h2:hover a
{
text-decoration:none}

.card-box .title-card-box h3:hover a span,.card-box .title-card-box h2:hover a span
{
opacity : 0.8;
text-decoration:none;
}

.card-box .box-padding {
padding:16px 30px;
color: rgba(74, 74, 74, 1);
}

.card-box .box-padding p:first-child {
margin-top:0;
}



/* LIST */

.list-link {
	margin:0 !important;  
}

.list-link h2 {
  	margin-bottom: 16px;
}



.list-link li a, .article-relatives li a {
border-bottom: 1px solid #E4E4E4;
color: #555555;
display: block;
padding: 16px 8px;
-webkit-transition: background 5ms ease-in-out;
-moz-transition: background 5ms ease-in-out;
-ms-transition: background 5ms ease-in-out;
-o-transition: background 5ms ease-in-out;
transition: background 5ms ease-in-out;
}

.list-link li a:hover, .article-relatives li a:hover {
background:#FAFAFA;
color:rgba(52, 103, 222, 1);
text-decoration:none;
}

.list-link li:last-child a, .article-relatives li:last-child a
{
border: 0;
}

/***** Promoted articles *****/
.articles.promoted {
//max-width:610px;
margin:0 auto 24px auto !important;
}

.promoted-articles {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
flex-wrap: wrap;
}

@media (min-width: 1024px) {
  
  .promoted-articles {
    flex-direction: row;
    justify-content: space-between;
  }
  
  .articles.promoted.list-link  {
    margin: 0 auto 48px auto !important;
  } 
  
.promoted.card-box .title-card-box h3,.promoted.card-box .title-card-box h1
{
	font-size:24px;
}
}

.promoted-articles-item {
flex: 0 0 45%;
}

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




/***** LIST SECTION homepage *****/
.highlight {
padding:18px 35px !important;
list-style:none;
margin-bottom: 1rem !important;  
}

@media (min-width: 768px) {
.highlight{  
	margin-bottom: 2rem !important;  
  width : 20rem;
  margin-right:2rem;
  }
}

.category-tree { 
margin-bottom:24px;
}


@media (min-width: 768px) {
section.category{
  width:100%;
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 375px;
  } 
}


catergory-tree.category :last-child{
  width:50%;
  background-color:red;
}

@media (min-width: 768px) {
.home .category-tree {
    padding-top:0;
}
  .category-tree {
		padding-top : 32px;
		margin-right: 2rem;
    display : flex;
    flex-direction : row;
	}
  .category-tree:nth-child(1)
  {
    margin-right:0;
    
  }
}

.category-tree h2 {
text-align:center;
margin-bottom:32px;
}

.category-tree .card-box {
padding:18px 35px;
}



.category-tree .card-box:nth-child(1) {
padding:0px;
}


.category-tree li {
border-top:1px solid #E4E4E4;
margin:0;
}

.category-tree li:nth-child(1) {
  border:none;
  }

@media (min-width: 768px) { 
  .category-tree li:nth-child(-n+2) {
    border:none;
    }
}

.category-tree a {
color:#555555;
padding:16px 0;
 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
-webkit-transition: background 5ms ease-in-out;
-moz-transition: background 5ms ease-in-out;
-ms-transition: background 5ms ease-in-out;
-o-transition: background 5ms ease-in-out;
transition: background 5ms ease-in-out;
}

.icons
{
position:relative;
margin-right:8px;
margin-left:8px;
}

.icons .fa-comment
{
font-size: 25px;
color:rgba(192, 209, 25, 1);
}

.icons .fa-question {
color:#fff;
position:absolute;
text-align:center;
top:6px;
left: 0;
right: 0;
font-size: 12px;
}

.category-tree a:hover {
color: rgba(52, 103, 222, 1);
background:#FAFAFA;
text-decoration:none;
}

.category-tree a:hover .icons .fa-comment
{
color: rgba(52, 103, 222, 1);
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px)
{
.recent-activity-item-meta
{
	margin: 0;
	float: right;
}

[dir="rtl"] .recent-activity-item-meta
{
	float: left;
}
}

.recent-activity-item-time, .recent-activity-item-comment
{
color: #cecece;
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-item-comment span::before
{
color: $brand_color;
content: "\1F4AC";
display: inline-block;
font-size: 15px;
padding-right: 3px;
vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before
{
padding-left: 3px;
}

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

/***** Category pages *****/
.category-container {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
  -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.category-content
{
flex: 1;
}

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

.section-tree {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
flex-wrap: wrap;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

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

@media (min-width: 768px) {
.section-tree .section {
	flex: 0 0 45%;
	/* Two columns for tablet and desktop. Leaving 5% separation between columns */
}
}

.section-tree .icon-lock::before {
vertical-align: baseline;
}

.section-tree-title
{
margin-bottom: 0;
}

.section-tree-title a
{
color: rgba(155, 155, 155, 1);
}

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

@media (min-width: 768px) {
.section-tree .see-all-articles {
margin-top:24px;
margin-bottom:16px;
}
}

.icon-star::before
{
color: rgba(192, 209, 25, 1);
font-size: 18px;
}

/***** Section pages *****/
.section-container {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
 -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section-content
{
flex: 1;
}

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

.section-content.section-alone
{
	flex:1;
	max-width:650px;
	margin: 0 auto;
}

}

.section-subscribe .dropdown-toggle::after
{
display: none;
}

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

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

.article-container {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
}

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

.article-header {
  -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
flex-wrap: wrap;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.article-author {
margin-top: 16px;
width:100%;
font-size:12px;
//text-transform: uppercase;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
justify-content: left;
flex: 0 0 30%;

}

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

.article-author .meta-data {
font-size:12px;
color:#fff;
opacity:0.8;
}

.article-pdf a {
  color:#fff
}

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

.article-title .icon-lock::before
{
content: "\1F512";
font-size: 20px;
position: relative;
left: -5px;
vertical-align: baseline;
}

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

@media (min-width: 768px)
{
.article [role="button"]
{
	width: auto;
}
}

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

@media (min-width: 1024px)
{
.article-info
{
	min-height:350px;
}

}

.article-meta {
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  padding-left:8px;
  }

@media (min-width: 768px) {
  .article-meta {
    display: inline-block;
  	vertical-align: middle;
    text-align:right;
  	padding-right:8px;
    padding-left:0;
  }
}

.article-body img
{
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 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: darken($link_color, 20%);
}

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

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

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

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

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

.article-footer {
 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
padding-bottom: 20px;
}

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

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

.article-comment-count .icon-comments
{
color: $brand_color;
content: "\1F4AC";
display: inline-block;
font-size: 18px;
padding: 5px;
}

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

.article-sidebar + article
{
padding:0;
}

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

.article-relatives {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
padding: 20px 0;
}

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

.article-relatives > *
{
flex: 1 0 auto;
margin-right: 0;
  padding: 30px 30px 14px 30px;
  margin-bottom:16px;
}

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

@media (min-width: 768px) {
.article-relatives > *   {
    flex: 1 0 45%;
  }
.article-relatives section + section {
 	margin-left:5%;   
  }
}

.article footer
{
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
flex-wrap:wrap;
padding: 0 30px;
}

article footer .article-footer
{
border-bottom: 1px solid #E4E4E4;
min-width: 100%;
}

.article-votes-controls,.article-votes-count
{
text-align:center;
display:block;
}

.article-votes {
padding: 24px 0;
 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
width:100%;
  text-align:center;
}


.article-more-questions {
padding: 24px 0;
text-align:center;
margin-bottom: 24px;
font-size: 18px;
	font-weight: 700;
color:rgba(28, 48, 92, 1);
  width:100%;

}

@media (min-width: 768px) {
 
}



.article-votes .article-vote {
  color:#fff;
}

@media (min-width: 768px) { 
  .article-vote {
    padding-left:8px;
  	padding-right:8px;
  }
  
  .article-votes-controls, .article-votes-count {
    text-align:left;
  }
}

.article-votes .article-vote::before {
font-size: 14px;
content:'';
width:40px; 
height:40px;
display:inline-block;
position:relative;
-webkit-transition: all 5ms ease-in-out;
-moz-transition: all 5ms ease-in-out;
-ms-transition: all 5ms ease-in-out;
-o-transition: all 5ms ease-in-out;
transition: all 5ms ease-in-out;
}

.article-votes .article-vote:hover,.article-votes .article-vote:focus,.article-votes .article-vote:active,.article-votes .article-vote[aria-selected="true"] {
  background:none;
  box-shadow:none;
}

.article-votes .article-vote.article-vote-up::before {
 background:url(/hc/theming_assets/01HZKZ1VNEMR6REM23Q7EPMW8R) no-repeat;
  background-size:contain;
}

.article-votes .article-vote.article-vote-up:hover::after {
 color:#3eba68;
background-color:none;
}

.article-votes .article-vote.article-vote-down::before {
   background:url(/hc/theming_assets/01HZKZ1TN3B7T43EJQH58SNMJF) no-repeat;
  background-size:contain;
  
}

.article-votes .article-vote.article-vote-down:hover::before,.article-votes .article-vote.article-vote-up:hover::before {
  top:-10px;
  -moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}

.article-votes .article-vote.article-vote-down:hover::after {
  color:#DB5050;
  background-color:none;
}

.article-votes .article-vote.article-vote-down::after,.article-votes .article-vote.article-vote-up::after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.article-votes .article-vote.article-vote-down::after,.article-votes .article-vote.article-vote-up::after,.article-votes .article-vote.article-vote-down:hover::after,.article-votes .article-vote.article-vote-up:hover::after,.article-votes .article-vote.article-vote-down:active::after,.article-votes .article-vote.article-vote-up:active::after   {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background-color:#fff;
}

[dir="rtl"] .article-vote::before
{
margin-right: 0;
margin-left: 10px;
}

.article-vote::after,.article-vote:active::after {
content: attr(title);
/* Yes/No label*/
position:relative;
top: 0;
left: 0;
display: block;
width: auto;
color:rgba(52, 103, 222, 1);
}

.article-vote:active::after,.article-vote::after,.article-vote:focus::after {
background:none;
padding:0;
left:0;
  width:100%;
  text-decoration:none;
}

.article-vote:focus, .article-vote:active
{
background-color: transparent;
color: $brand_color;
}

.article-vote:hover
{
background-color: $brand_color;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after
{
color: $brand_text_color;
}

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

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

.article-return-to-top {
border-top: 1px solid #ddd;
  width:100%;
  text-align:center    
}

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

.article-return-to-top a
{
color: rgba(155, 155, 155, 1);
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-arrow-up::before
{
font-size: 16px;
margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before
{
margin-right: 10px;
}

.article-unsubscribe
{
background-color: $brand_color;
color: $brand_text_color;
text-decoration: none;
}

.article-unsubscribe:hover {
background-color: rgba(28, 48, 92, 1);
border-color: rgba(28, 48, 92, 1);
}


.article-sidebar h3
{
display:none;
}

.sidenav-title
{
font-size: 15px;
position: relative;
}

.section-articles.collapsible-sidebar li a,.section-articles.collapsible-sidebar li[aria-selected="true"]{
  font-size:14px;
  line-height:18px;
  color: #6f6f6f;
  font-weight: 300;
  padding: 16px 16px 16px 8px;
  border-bottom: 1px solid #E4E4E4;
}

.section-articles.collapsible-sidebar li:last-child a {
  border:none;
}

.section-articles.collapsible-sidebar li a:hover {
 background:#FAFAFA;
color:rgba(52, 103, 222, 1);
text-decoration:none;  
}

.section-articles.collapsible-sidebar li[aria-selected="true"] {
color:rgba(28, 48, 92, 1);
text-decoration: none;
font-weight: 500;
  background:#FAFAFA;
}

.recent-articles h3,.related-articles h3,h4.article-votes-question {
margin-top:0;
font-size: 18px;
	font-weight: 700;
color:rgba(28, 48, 92, 1);
margin-bottom: 8px;
}

/***** 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::before
{
color: rgba(155, 155, 155, 1);
content: "\1F4CE";
font-size: 15px;
left: 0;
position: absolute;
top: 5px;
}

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

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

.upload-dropzone span
{
color:rgba(155, 155, 155, 1);
}

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

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

.share a {
border-radius: 50%;
height: 30px;
line-height: 25px;
overflow: hidden;
width: 30px;
margin-right:10px;
}

.share a::before {
color: #cecece;
display: block;
font-size: 30px;
text-align: center;
width: 100%;
}

@media (min-width: 768px) {
  .share a {
  height: 25px; 
  width: 25px;
  margin:0;
  }
  .share a::before {
    font-size: 23px;
  }
}

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

.share a:hover::before
{
color: $brand_color;
}

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

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

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

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

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

.comment-list .comment:first-child
{
padding-top:0}

.comment-list .comment:last-child
{
padding-bottom:0;
border-bottom:none;
}

.comment-heading
{
margin-bottom: 5px;
margin-top: 0;
}

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

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

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

.comment-callout a
{
color: $brand_color;
}

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

.comment-sorter a
{
color: #cecece;
font-weight: 300;
font-size: 13px;
text-decoration: none;
}

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

.comment-wrapper {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
position: relative;
}

.comment-wrapper.comment-official
{
border: 1px solid $brand_color;
padding: 40px 20px 20px;
}

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

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

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

.comment-author
{
-webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

.comment-form
{
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
/*padding-top: 30px;
*/
word-wrap: break-word;
}

.comment-container
{
width: 100%;
}

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

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

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

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

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

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

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

.comment-ccs
{
display: none;
}

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

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

.comment-attachments a
{
color: $brand_color;
}

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

.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: darken($link_color, 20%);
}

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

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

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

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

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote
{
display: inline-block;
text-align: center;
width: 35px;
}

.vote a
{
outline: none;
}

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

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

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

.vote-up:hover::before,.vote-down:hover::before
{
color: $brand_color;
}

.vote-up::before, .vote-down::before
{
color: #cecece;
font-size: 24px;
}

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

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

.vote-voted::before
{
color: $brand_color;
}

.vote-voted:hover::before
{
color: darken($brand_color, 20%);
}

/***** 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 .dropdown-toggle
{
font-size: 0;
margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before
{
background-color: #ecedef;
}

.actions .dropdown-toggle::before
{
background-color: transparent;
border-radius: 50%;
color: #cecece;
content: "\2699";
display: block;
font-size: 13px;
margin: auto;
padding: 5px;
}

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

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

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

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

.community-header h4
{
margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.community-follow .dropdown
{
width: 100%;
}

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

@media (min-width: 768px)
{
.community-follow [role="button"]
{
	width: auto;
}
}

.community-follow [role="button"]:hover
{
background-color: $brand_color;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after
{
border-color: $brand_text_color;
color: $brand_text_color;
}

.community-follow [role="button"][aria-selected="true"]
{
background-color: $brand_color;
color: $brand_text_color;
}

.community-follow [role="button"][aria-selected="true"]::after
{
border-left: 1px solid $brand_text_color;
color: $brand_text_color;
}

.community-follow [role="button"][aria-selected="true"]:hover
{
background-color: darken($brand_color, 20%);
border-color: darken($brand_color, 20%);
}

.community-follow [role="button"]::after
{
border-left: 1px solid $brand_color;
content: attr(data-follower-count);
color: $brand_color;
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: 768px)
{
.community-follow [role="button"]::after
{
	position: static;
}
}

[dir="rtl"] .community-follow [role="button"]::after
{
border-left: 0;
border-right: 1px solid $brand_color;
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 {

  -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
border-bottom: 1px solid #ddd;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
padding: 20px 0;
}

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

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

.striped-list-title
{
color: $link_color;
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: darken($link_color, 20%);
}

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

.striped-list-count
{
color: #cecece;
font-weight: 300;
font-size: 13px;
  -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
text-transform: capitalize;
}

@media (min-width: 768px)
{
.striped-list-count
{
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
	flex: 1;
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
}

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

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

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

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

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

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label
{
background-color: #1eb848;
border-radius: 4px;
color: #fff;
font-size: 12px;
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: $brand_color;
}

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

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

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

.status-label-pending, .status-label-not-planned
{
background-color: #eee;
color: #cecece;
}

.status-label-pending
{
text-align: center;
}

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

.status-label-closed
{
background-color: #ddd;
}

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

.status-label-new
{
background-color: #ffd12a;
}

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

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered
{
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: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
}

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

.post-header { 
  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
margin-bottom: 10px;
}

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

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

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

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

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

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

.post-author
{
  -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	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: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	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: darken($link_color, 20%);
}

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

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

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

.post-footer
{
 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
padding-bottom: 20px;
}

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

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

.post-comment-count .icon-comments
{
color: $brand_color;
content: "\1F4AC";
display: inline-block;
font-size: 18px;
padding: 5px;
}

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

@media (min-width: 1024px)
{
.post-sidebar h5
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
}

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

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

/* Navigation element that collapses on mobile */
.collapsible-nav
{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
flex-direction: column;
max-height: 45px;
overflow: hidden;
font-size: 14px;
}

@media (min-width: 768px)
{
.collapsible-nav
{
	border: 0;
	height: auto;
	flex-direction: row;
	max-height: none;
}
}

.collapsible-nav-list
{
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
}

.my-activities-sub-nav .collapsible-nav-list li.my-activities-sub-nav .collapsible-nav-list li:last-child
{
margin-right:0;
}

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

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

@media (min-width: 768px)
{
.collapsible-nav-list li
{
	line-height: normal;
}

[dir="rtl"] .collapsible-nav-list li
{
	margin-right: 0;
}

.collapsible-nav-list li a
{
	text-decoration: none;
	padding: 16px;
}
}

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

@media (min-width: 768px) {
  .collapsible-nav-list li:hover
  {
    border-bottom: 4px solid rgba(192, 209, 25, 1);
  }

  .collapsible-nav-list li:hover a
  {
    padding: 16px;
    text-decoration: none;
    color:rgba(28, 48, 92, 1);
  }
}

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

@media (min-width: 768px) {
.collapsible-nav-list li[aria-selected="true"] {
	border-bottom: 4px solid rgba(192, 209, 25, 1);
	order: 1;
	padding: 16px;
}
}

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

.collapsible-nav-list li[aria-selected="true"]::after,.section-articles.collapsible-sidebar li[aria-selected="true"]::after {
position: relative;
top: 50%;
transform: translateY(-50%);
padding:2px;
content: "\25BE";
position: absolute;
right: 0;
color:#fff !important;
  background:rgba(192, 209, 25, 1);
  border-radius:50%;
}

.section-articles.collapsible-sidebar li a {
   display:block
  }

@media (min-width: 1024px) {  
  
  .collapsible-nav-list li[aria-selected="true"]::after,.section-articles.collapsible-sidebar li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
left: 0;
right: auto;
}

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

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after, .section-articles.collapsible-sidebar[aria-expanded="true"] li[aria-selected="true"]::after {
content: "\2715";
  background:none;
  color:rgba(192, 209, 25, 1) !important;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 80px;
  overflow: hidden;
  position: relative;
}
.section-articles.collapsible-sidebar li[aria-selected="true"] {
  min-height: 80px;
  padding-top : 2px;
}


@media (max-width: 1023px) {
  
  .article-sidebar {
    padding-top: 0;
	}
  
  .section-articles.collapsible-sidebar ul {
    display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
    flex-direction: column;
    font-size: 14px;
      font-weight: 500;
  }
  .section-articles.collapsible-sidebar li {
    min-height:45px;
    order: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width:100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-articles.collapsible-sidebar li[aria-selected="true"] {
    order: 0;
    color:rgba(28, 48, 92, 1);
    position : relative;   
      background:none;
  }
  
  .section-articles.collapsible-sidebar li a {
    padding-left:0;
    padding-right:0;
    margin:0;
    width:100%;
  }
}


@media (min-width: 1024px) {
  .collapsible-sidebar { 
    max-height: none;
    padding: 0 0 15px 0;
    text-align:center;
  }
  .collapsible-sidebar ul {
  	text-align:left;	
  }
  
  .collapsible-sidebar .button { margin-top:16px;}
}

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after
{
content: "\2715";
}

@media (min-width: 1024px)
{
.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after
{
	display: none;
}
}

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

@media (min-width: 768px) {
  .collapsible-sidebar-title {
    padding:0;
  }
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title {
  color:rgba(28, 48, 92, 1);
}

.collapsible-sidebar-title::after
{
position: relative;
top: 50%;
transform: translateY(-50%);
content: "\25BE";
position: absolute;
right: 10px;
}

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

[dir="rtl"] .collapsible-sidebar-title::after
{
left: 10px;
right: auto;
}

/***** My activities *****/
.my-activities-nav {
border: 0;
font-size: 16px;
}

.header-bg.subnav .collapsible-nav-list li a {
	padding-right:32px;
	opacity:0.8;
	}

.header-bg.subnav .collapsible-nav-list li[aria-selected="true"] {
  color:#fff;
  padding-right:32px;
  }

@media (min-width: 768px) {
  .header-bg.subnav .collapsible-nav-list li a {
    padding-left:32px;
    }
  .header-bg.subnav .collapsible-nav-list li[aria-selected="true"] {
   padding-left:32px;
  }
}

.header-bg.subnav .collapsible-nav-list li:hover a {
color:#fff;
}

.my-activities-sub-nav
{
background-color: transparent;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
}

.my-activities-sub-nav li[aria-selected="true"]
{
border-color: $brand_color;
}

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

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

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

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

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

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

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

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

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

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

.requests-table-toolbar
{
   -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
}

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

.requests-table-toolbar .search
{
flex: 1;
width: 100%;
display:flex;
align-items:flex-end;
}

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

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

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

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

[dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

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

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

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

@media (min-width: 768px)
{
.requests-table-toolbar .organization-subscribe,  .requests-table-toolbar .organization-unsubscribe
{
	margin-left: 10px;
}

[dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]  .requests-table-toolbar .organization-unsubscribe
{
	margin: 0 10px 0 0;
}
}

.requests-table-toolbar .organization-unsubscribe
{
background-color: $brand_color;
color: $brand_text_color;
}

.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: 768px)
{
.requests .requests-table-meta
{
	display: none;
}
}

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

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

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

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

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

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

/* Following table */
.subscriptions-unsubscribe a
{
background: $brand_color;
border-radius: 4px;
color: $brand_text_color;
display: inline-block;
font-size: 12px;
line-height: 2.34;
padding: 0 20px;
text-align: center;
width: 100%;
}

@media (min-width: 768px)
{
.subscriptions-unsubscribe a
{
	width: auto;
}
}

.subscriptions-unsubscribe a:hover
{
background-color: darken($brand_color, 20%);
text-decoration: none;
}

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

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

.subscriptions-table td:first-child
{
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
 -webkit-align-items: center;
    -ms-flex-align: center;
    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: #cecece;
font-size: 13px;
font-weight: 300;
}

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

.no-activities
{
color: #cecece;
}

/***** Request *****/
.request-container {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
flex-wrap: wrap;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.request-container .comment-container {
min-width: 0;
}
.request-breadcrumbs {
			margin-top: 10px;
		}

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

@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: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.request-main .comment-show-container
{
border-radius: 2px;
border: 1px solid #ddd;
cursor: pointer;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
padding: 8px 15px;
width: 100%;
}

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

.request-main .comment-show-container-content
{
align-self: center;
color: #cecece;
margin-left: 10px;
}

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

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

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

.request-title
{
width: 100%;
}

.form-field .nesty-input {
height:49px;
padding:16px;
line-height:16px;
z-index:0;
}

.form-field .nesty-input::after
{
content: url("/hc/theming_assets/01HZKZ1XKF463CF1AJFJEGDGXK");
top:16px}

@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: #ecedef;
	*/
	border: 0;
	font-size: 14px;
	flex: 0 0 auto;
	padding: 0 20px;
	width: 30%;
}
}

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

@media (min-width: 1024px)
{
.request-sidebar h5
{
	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 + .request-details dt:first-child + dd,.request-details + .request-details  dt:first-child
{
margin-top:10px;
}

.request-details dt:first-child + dd,.request-details dt:first-child
{
margin-top:0;
}

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

.request-details dt
{
color: rgba(28, 48, 92, 1);
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 *
{
display: inline-block;
}

.pagination li
{
border-radius: 50%;
height: 40px;
float: left;
margin-left: 5px;
width: 40px;
}

@media (min-width: 768px)
{
.pagination li
{
	height: 30px;
	width: 30px;
}
}

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

.pagination li:hover:not(.pagination-current)
{
background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a
{
color: rgba(155, 155, 155, 1);
text-decoration: none;
}

.pagination a, .pagination span
{
font-size: 15px;
color: #cecece;
padding: 10px 12px;
}

@media (min-width: 768px) {
.pagination a, .pagination span {
	font-size: 13px;
	padding: 5px 12px;
}
}

.pagination-current
{
background-color: $brand_color;
}

.pagination-current a, .pagination-current span
{
color: $brand_text_color;
}

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

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

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

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

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

.meta-group *
{
display: inline;
}

.meta-data
{
color: #cecece;
font-size: 13px;
font-weight: 300;
}

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

/***** Icons *****/
[class^="icon-"]::before,[class*=" icon-"]::before,.icon,.search::before,.recent-activity-item-comment span::before,.article-vote::before,.attachments .attachment-item::before,.share a::before,.vote-up::before,.vote-down::before,.actions .dropdown-toggle::before,.collapsible-nav-list li[aria-selected="true"]::after,.collapsible-sidebar-title::after,.search-result-votes::before,.search-result-meta-count::before, .section-articles.collapsible-sidebar li[aria-selected="true"]::after {
font-family: "copenhagen-icons";
font-style: normal;
font-weight: normal;
speak: none;
line-height: 1em;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
color:rgba(192, 209, 25, 1);
}

.icon-lock::before {
content: "\1F512";
}

.icon-star::before {
content: "\2605";
}

.icon-linkedin::before
{
content: "\e900";
}

.icon-twitter::before
{
content: "\e901";
}

.icon-googleplus-::before
{
content: "\e902";
}

.icon-facebook::before
{
content: "\e903";
}

.icon-agent::before
{
content: "\1F464";
}



.icon-close::before
{
content: "\2715";
}

.icon-arrow-up::before
{
content: "\2B06";
}

.icon-arrow-down::before
{
content: "\2B07";
}

.icon-attachments::before
{
content: "\1F4CE";
}

.icon-comments::before
{
content: "\1F4AC";
}

.icon-search::before
{
content: "\1F50D";
}

.icon-vote::before
{
content: "\1F44D";
}

.icon-handle::before
{
content: "\25BE";
}

.icon-check::before
{
content: "\2713";
}

.icon-gear::before
{
content: "\2699";
}

.icon-menu::before
{
content: "\2630";
}

.icon-article::before
{
content: "\1F4C4";
}

.icon-post::before
{
content: "\1F4D4";
}

.icon-notification-alert::before
{
content: "\26A0";
}

.icon-notification-error::before
{
content: "\00D7";
}

.icon-notification-info::before
{
content: "\2139";
}

.icon-notification-success::before
{
content: "\2714";
}

/* User Profiles */
.profile-header {
color:#fff;
  max-width:100%;
}

.profile-header .container {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    width:100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.profile-header .profile-info
{
flex-basis: 75%;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-wrap: wrap;
min-width: 0;
  opacity:0.8;
}

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

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

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

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

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

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

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

@media (min-width: 768px)
{
.profile-header .options
{
	flex-wrap: nowrap;
	flex-basis: auto;
	margin-top: 0;
	margin-left: 10px;
}

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

.profile-header .options > :not(:last-child)
{
	margin-bottom: 0;
	margin-right: 10px;
}

[dir="rtl"] .profile-header .options > :not(:last-child)
{
	margin-left: 10px;
	margin-right: 0;
}
}

.profile-header .options [data-action="edit-profile"] {
border: 0;
line-height: normal;
padding: 8px 20px;
border:1px solid #fff;
}

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

.profile-stats
{
font-size: 13px;
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
flex-basis: 100%;
}

.profile-stats .stat
{
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
margin-bottom: 10px;
}

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

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

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

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

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

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

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

@media (min-width: 768px)
{
.profile-stats-activity .stat:not(:last-child)
{
	margin-right: 40px;
}

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

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

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

@media (min-width: 768px)
{
.profile-stats-counters
{
	flex: 0 0 auto;
	border-bottom: 0;
	margin-left: 40px;
}

[dir="rtl"] .profile-stats-counters
{
	margin-left: 0;
	margin-right: 40px;
}
}

@media (min-width: 1024px) {
.profile-stats-counters {
	margin-left: 60px;
}

[dir="rtl"] .profile-stats-counters {
	margin-right: 60px;
	margin-left: 0;
}
}

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

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

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

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

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

.profile-private-badge
{
flex-basis: 100%;
border: solid 1px $brand_color;
border-radius: 4px;
color: $brand_color;
padding: 5px 20px;
font-size: 12px;
text-align: center;
}

.profile-private-badge::after
{
content: "\1f512";
margin-left: 5px;
font-family: "copenhagen-icons";
vertical-align: middle;
line-height: 15px;
}

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

.profile-nav {
 color:#FFF;
}
@media (min-width: 768px) {
  .profile-nav {
 		font-size:16px;
    flex: 1 100%;
    padding-top:16px;
	}
  }

.profile-section
{
width: 100%;
}

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

.profile-section-header
{
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px)
{
.profile-section-sorter
{
	flex: 0 1 auto;
	padding-top: 0;
	border-top: 0;
	margin-left: 20px;
}

[dir="rtl"] .profile-section-sorter
{
	margin-left: 0;
	margin-right: 20px;
}
}

.profile-contribution
{
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
word-break: break-word;
position: relative;
}

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

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

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

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

@media (min-width: 768px)
{
.profile-contribution-list > .profile-contribution {
	margin-left: 32px;
}

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

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

.profile-contribution-list > .profile-contribution::before
{
left: -32px;
position: absolute;
font-size: 16px;
background: rgba(192, 209, 25, 1);
color:#fff;
border-radius:20px;
text-align:center;
font-weight:bold;
font-family: "copenhagen-icons";
line-height: 25px;
  width:25px;
  height:25px;
}

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

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

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

@media (min-width: 768px)
{
.profile-contribution-list .profile-contribution-header
{
	margin-left: 0;
}

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

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

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

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

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

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

.profile-section .private-activity::before
{
content: "\1f512";
font-family: "copenhagen-icons";
font-style: normal;
font-size: 12px;
font-weight: normal;
vertical-align: middle;
margin-right: 10px;
}

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

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

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

@media (min-width: 768px)
{
.profile-activity
{
	padding-left: 20px;
}

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

@media (min-width: 768px)
{
.profile-activity:not(:last-child)
{
	border-left: 1px solid #ddd;
}

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

.profile-activity-header {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
margin-left: 35px;
}

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

@media (min-width: 768px)
{
.profile-activity-header
{
	margin-left: 0;
}

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

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

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

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

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

.profile-activity-contribution{
margin-top: 10px;
}

@media (min-width: 768px) {
  
.profile-activity-contribution,.profile-activity-header {
	margin-top: 0;
	margin-left: 50px;
}

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

.profile-activity::before {
position: absolute;
left: 0;
width: 35px;
height: 35px;
border-radius: 50%;
content: "";
background-size: 14px 14px;
background-repeat: no-repeat;
background-color: rgba(244, 245, 246, 1);
background-position: 50% 50%;
text-align: center;
line-height: 32px;
font-size: 18px;
background: rgba(192, 209, 25, 1);
  color:#fff;
  font-weight:bold;
font-family: "copenhagen-icons";
}

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

@media (min-width: 768px)
{
.profile-activity::before
{
	left: -14px;
}

[dir="rtl"] .profile-activity::before
{
	right: -14px;
}
}

.profile-articles > .profile-contribution::before,.profile-activity-list > li[class$="-article"]::before
{
content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,.profile-activity-list > li[class$="-post"]::before
{
content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,.profile-activity-list > li[class$="-comment"]::before
{
content: "\1f4ac";
line-height: 35px;
}

/***** Search results *****/
.search-results {
display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex; 
   	display: flex;
flex-direction: column;
flex-wrap: wrap;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1024px)
{
.search-results
{
}
}

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

@media (min-width: 1024px) {
  .search-results-list   {
    flex-direction: row;
      display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .search-results-list li.search-result  {
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 0 0 45%;
    margin-bottom: 48px;
  }
}

.search-result .meta-group
{
overflow:hidden}

.search-result .meta-group  li
{
float:left;
display:block}

.search-result .meta-group li.meta-data:first-child
{
clear:left;
}

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


.powered-by-zendesk {
display:none !important
}