@font-face{
  font-family:'GTWalsheimMedium';
  src:url(/hc/theming_assets/01HZKXMP49M36KTEN0XC4BTWMQ) format('woff');
}

@font-face{
  font-family:'GTWalsheimRegular';
  src:url(/hc/theming_assets/01HZKXMP49M36KTEN0XC4BTWMQ) format('woff');
}

@font-face{
  font-family:'GTWalsheimMedium';
  src:url(/hc/theming_assets/01HZKXMN27QDDE36GZEVYSQP3E) format('woff');
}


@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}
 
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body {
  background-color: #FFFFFF;
  font-size: 16px;
  font-family: 'GTWalsheimRegular';
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #3C3C3C;
  -webkit-font-smoothing: antialiased;
}

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

@media (max-width: 1024px) {
  body > main.no-scroll {
    overflow: hidden;
    height: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-top: 0;
  font-family: 'GTWalsheimMedium';
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: rgba(60, 60, 60, 1);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; /*Prevent blue effect when clicking on Android */
}

a:hover, a:active, a:focus {
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent; /*Prevent blue effect when clicking on Android */
}

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

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

input:focus {
  border: 1px solid rgba(60, 60, 60, 1);
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZKXM9BN7P8H9Z5TRRVXYJBZ) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

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

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

textarea {
  border: 1px solid #ddd;
  border-radius: 8px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 25px 14px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
}

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

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

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

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

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

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

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

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

.hide {
  display: none;
}

/***** Buttons *****/
.button, .button-thumb, [role="button"] {
  border-radius: 4px;
  color: rgba(60, 60, 60, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

.button, [role="button"] {
  border: 1px solid rgba(60, 60, 60, 1);
}
.button-thumb, [role="button"] {
	border: none;
  background-color: #fff;
}

.button-thumb:hover, [role="button"] {
  background-color: #fff;
}

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

.button::after, [role="button"]::after {
  color: rgba(60, 60, 60, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(60, 60, 60, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #090909;
  border-color: #090909;
}

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

.button-large, input[type="submit"] {
  background-color: rgba(60, 60, 60, 1);
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  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: #090909;
}

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

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

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

/***** Tables *****/
.article-body .table-wrapper {
  position: relative;
}

.article-body .table-wrapper table {
  width: 100%;
  border-bottom: 8px solid #3c3c3c;
}

.article-body .table-wrapper table thead, .article-body .table-wrapper table th {
  background: #3c3c3c;
  color: #ffffff;
  font-family: 'GTWalsheimMedium',sans-serif;
  font-weight: 600;
}

.article-body .table-wrapper table th, .table-wrapper table td {
  padding: 32px 17px;
  text-align: left;
}

.article-body .table-wrapper table th {
  border-right: 1px solid #ffffff;
}

.article-body .table-wrapper table td + td {
  border-left: 1px solid #c6c6c6;
}

.article-body .table-wrapper table tr:nth-child(even) {
  background: #f9f9f9;
}

.article-body .table-wrapper__table-container {
  overflow-x: auto;
}

.article-body .table-wrapper__fade-out {
  display: none;
}

/* @media (max-width: 1024px) {
  .article-body .table-wrapper__fade-out {
    display: block;
    -moz-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    -ms-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    -o-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    -webkit-background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
  }

  .article-body .table-wrapper__more-arrow {
    position: absolute;
    top: 25%;
    right: 0;
  }
} */

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

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

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

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

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

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

.table td {
  display: block;
}

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

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

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

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

.form-field {
  width: 401px;
  position: relative;
}

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

.form-field.with-error {
  margin-top: 40px;
}

.form-field label {
  position: absolute;
  display: flex;
	color: #3C3C3C;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 14px;
  top: 7px;
  left: 14px;
   padding-right: 125px;
}

.form-field.with-error label {
  color: #E22921;
}

.form-field input {
  border-radius: 4px;
  padding: 22px 10px 7px 14px;;

}

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

.form-field input[type="text"],
.form-field input[type="number"] {
  border: 1px solid #C6C6C6;
	background-color: #F9F9F9;
  border-radius: 4px;
  height: 48px;
  line-height: 19px;
  width: 100%;
  color: #3C3C3C;
  font-weight: 300;
	font-size: 16px;
}

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

.form-field.with-error input[type="text"],
.form-field.with-error input[type="text"]:focus,
.form-field.with-error input[type="number"],
.form-field.with-error input[type="number"]:focus,
.form-field.with-error textarea {
  border-color: #E22921;
}

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

.form-field .nesty-input {
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  outline: none;
  vertical-align: middle;
	border: 1px solid #C6C6C6;
	background-color: #F9F9F9;
}

.nesty-input:after {
  line-height: 24px;
  font-weight: 600;
  font-family: "copenhagen-icons";
  font-size: 12px;
}

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

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

.form-field textarea {
  border: 1px solid #C6C6C6;
  background-color: #F9F9F9;
  border-radius: 4px;
  box-shadow: none;
  vertical-align: middle;
}

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

.form-field.required > label::after {
  content: "*";
  color: #3C3C3C;
  margin-left: 2px;
  font-family: 'GTWalsheimRegular',sans-serif;
}

.form-field.required.with-error > label::after {
  color: #E22921;
}

.form footer {
  margin-top: 16px;
}

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

.form input[type="submit"], .button-custom-effect, #send-new-request, .submit-negative-feedback-link {
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 5px 5px 0 rgba(0,0,0,0.1);
  border: 1px solid #3C3C3C;
	height: 48px;
	width: 285px;
	font-family: 'GTWalsheimRegular',sans-serif;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 32px;
	text-align: center;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.2s ease,
                      background-color 500ms linear;
  -moz-transition:    all 0.2s ease,
                      background-color 500ms linear;
  -o-transition:      all 0.2s ease,
                      background-color 500ms linear;
  -ms-transition:     all 0.2s ease,
                      background-color 500ms linear;
  transition:
                      all 0.2s ease,
                      background-color 200ms linear;
}
.form input[type="submit"]:hover, .button-custom-effect:hover, #send-new-request:hover, .submit-negative-feedback-link:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: 1px solid #000;
}

.form input[type="submit"]:active, .button-custom-effect:active, #send-new-request:active, .submit-negative-feedback-link:active, .social-buttons a:active  {
  /*transform: scale(.99);*/
  transform-origin: 50% 50%;
  transform: scale(0.93);
  outline:none;
}

/*.form input[type="submit"], .button-custom-effect {
  background-color: #FFF;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 5px 5px 0 rgba(0,0,0,0.1);
  border: 1px solid #3C3C3C;
	height: 48px;
	width: 285px;
	color: #3C3C3C;
	font-family: 'GTWalsheimRegular',sans-serif;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 32px;
	text-align: center;
}*/

/* WEB DEV FORM MESSAGE AFTER SUBMISSION */
.request-sent {
  display: none;
  width:100%;
  flex-direction: column;
  /*opacity: 1;*/
  z-index:1;
  background-color: #fff;
  /*-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;*/
}


#send-new-request {
  background-color: #FFF;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 5px 5px 0 rgba(0,0,0,0.1);
  border: 1px solid #3C3C3C;
  height: 48px;
  width: 285px;
  color: #3C3C3C;
  font-family: 'GTWalsheimRegular',sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 32px;
  text-align: center;
  margin: 15px 0 10px 0;
}

.form-new-request {
  z-index: -1;
  position: absolute;
}

/* Moving labels */

.form-field label {
  transform-origin: left bottom;
  transform: translate(0, 0.8rem) scale(1.2);
  transition: all 0.2s;
}

.form-field label.typing {
  cursor: pointer;
  font-family: 'GTWalsheimRegular',sans-serif;
  transform: translate(0, 0) scale(0);
}

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

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

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

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

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

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

.upload-dropzone {
  border-radius: 4px;
  border: 1px solid #C6C6C6;
}

.upload-dropzone span {
	height: 48px;
	width: 100%;
	background-color: #F9F9F9;
  line-height: 30px;
}

@media (max-width:720px) {
  .upload-dropzone, .upload-dropzone a {
    font-size: 14px;
	}
}

.upload-item .upload-link {
    font-size: 15px;
    color: #3C3C3C;
    font-weight: bold;
}

.notification-inline.notification-error {
  position: relative;
}

.notification-inline.notification-error,
.form-field .notification-error,
.form-field .notification-alert,
.form-field .notification-info,
.form-field .notification-success {
  background: none;
  border: none;
  color: #E22921;
  font-family: 'GTWalsheimRegular',sans-serif;
  padding-left: 0;
  padding-bottom: 8px;
  position: absolute;
  top: -30px;
}

.notification-inline.notification-error::before {
  border: none;
  font-size: 12px;
  width: auto;
}

/*.notification-inline.notification-error::after {
  position: absolute;
  top: 38px;
  right: 14px;
  background-color: #e03b30;
  border-radius: 50%;
  border: 1px solid #e03b30;
  color: #FFF;
  content: "!";
  display: inline-block;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}*/

.form-field p.dynamic-text {
  font-family: 'GTWalsheimRegular',sans-serif;
  margin-top: 8px;
  margin-bottom: 29px;
}

.form-field p.small {
  font-size: 12px;
	color: #9B9B9B;
	letter-spacing: 0.17px;
	line-height: 14px;
}

.notification.notification-notice {
  display: none;
}

/***** Header *****/
.header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
}

@media (min-width: 768px) {
  .header {
    height: 147px;
  }
}

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

.logo {
  text-align: center;
}

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

.logo img {
  padding-bottom: 10px;
  border-bottom: 1px solid #C6C6C6;
  width: 166.25px;
}

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

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

.logo p {
  font-size: 12px;
  letter-spacing: 0.38px;
  line-height: 14px;
	color: #3C3C3C;
	font-family: 'GTWalsheimMedium';
	font-weight: 600;
  margin: 0;
}

@media (min-width: 768px) {
  .logo p {
    font-size: 16px;
  	letter-spacing: 0.5px;
    line-height: 19px;
  }
}

.nav-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}


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

@media (min-width: 1025px) {
  .user-nav {
    position: relative;
    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;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100vh;
  width: 95vw;
  background-color: #F9F9F9;
}

.user-nav a {
  display: none;
}

.nav-wrapper a:hover,
.nav-wrapper a:focus,
.nav-wrapper a:active {
  background-color: transparent;
  text-decoration: none;
}

.user-nav[aria-expanded="true"] > a {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 0px 17px;
  font-family: 'GTWalsheimMedium',sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
	color: #3C3C3C;
	font-weight: 600;
}

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

@media (min-width: 1025px) {
  .nav-wrapper a {
    display: flex;
  }
}

[dir="rtl"] .user-nav[aria-expanded="true"] > a {
  padding: 0 0 0 20px;
  padding: 24px 17px 0px 24px;
}

.user-nav[aria-expanded="true"] > a:last-child {
  padding-top: 15px;
}

.nav-wrapper a.close-menu {
  padding: 23px 17px;
  background-color: #FFF;
}

.nav-wrapper a.close-menu:hover {
  cursor: pointer;
}

.nav-wrapper .icon-menu {
  color: rgba(60, 60, 60, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  top: 1px;
  width: 70px;
  padding-left: 13px;
}

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

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

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

.mobile-overlay {
  height: 100vh;
  width: 100vw;
  background-color: #3C3C3C;
	opacity: 0.8;
  position: absolute;
  z-index: 1;
  display: none;
}

/*.icon-menu[aria-expanded="false"] + .mobile-overlay {
  display: none;
} */

/*.icon-menu[aria-expanded="true"] + .mobile-overlay {
  display: block;
} */

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

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

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

.user-info > [role="button"] {
  border: 0;
  color: rgba(60, 60, 60, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: rgba(60, 60, 60, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgba(60, 60, 60, 1);
  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 #user-name:hover {
  text-decoration: underline;
}

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

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

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

.avatar .icon-agent::before {
  background-color: rgba(60, 60, 60, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  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;
  padding: 30px 0;
  background-color: #3C3C3C;
  height: 249px;
  font-family: Arial;
}

.footer a {
  color: #666;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
}


/* @media (min-width: 721px) {
  .footer-inner {
    padding: 0 30px;
  }
} */

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

.footer-inner .social {
  padding: 0;
  margin: 5px 0;
}

.footer-inner .join-conversation {
  padding: 0;
  margin: 3px 0 28px 0;
}

.footer-logos {
  margin-bottom: 13px;
}

.footer-logos a {
  margin-right: 10px;
}

.footer-links {
  border-top: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  color: #FFFFFF;
}

.footer-links ul li{
  display: inline;
  margin-right: 35px;
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 18px;
}

.footer-links ul {
  margin-top: 17px;
}

.footer-links a {
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer-links ul li{
    display: block;
    line-height: 36px;
  }
  .footer {
    height: 375px;
  }
  .footer-logos {
    margin-top: 20px 0;
    margin: 15px 0;
	}
}

.be-social {
  font-size: 24px;
  font-family: Arial;
}

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

/*WEB DEV*/
.social-chat-img {
  background: url(/hc/theming_assets/01HZKXMAQ5G762M4Y44EMM0TNC) no-repeat center #fff;
  padding-top:80%;
}
.social-tweet-img {
  background: url(/hc/theming_assets/01HZKXMDF5F38RMPHHABCHDJQA) no-repeat center #fff;
  padding-top:100%;
}
.social-facebook-img {
  background: url(/hc/theming_assets/01HZKXMG64DTA9BEFGNWC8BNW2) no-repeat center #fff;
  padding-top:100%;
}

.social-whatsapp-img {
  background: url($assets-Whats-app-icon-png) no-repeat center #fff;
  padding-top:100%;
}
.social-contact-us-img {
  background: url(/hc/theming_assets/01HZKXME288WR5DM8K83JD59HQ) no-repeat center #fff;
  padding-top:100%;
}

@media (max-width: 865px) {
  .four-icons .social-chat-img, .social-chat-img {
    background: url(/hc/theming_assets/01HZKXMH2BRDG4DTMN8B5R2M52) no-repeat center #fff;
    padding-top:80%;
  }
  .four-icons .social-tweet-img, .social-tweet-img {
    background: url(/hc/theming_assets/01HZKXMCPH7NV6YMBWM367EJNW) no-repeat center #fff;
    padding-top:100%;
  }
  .four-icons .social-facebook-img, .social-facebook-img {
    background: url(/hc/theming_assets/01HZKXMAJG7D1NM7YJAZWDSSB4) no-repeat center #fff;
    padding-top:100%;
  }
  .four-icons .social-whatsapp-img, .social-whatsapp-img {
    background: url($assets-Whats_app_icon-png) no-repeat center #fff;
    padding-top:100%;
  }
  .four-icons .social-contact-us-img {
    background: url(/hc/theming_assets/01HZKXMJDRS9A749A0VX2QD9GM) no-repeat center #fff;
    padding-top:100%;
  }
  .footer-social-media-icons a {
    max-width: 150px;
    display: flex;
  }
}

.section-footer-social-media {
    margin: 0px auto;
}

.section-footer-social-media-contact-us {
  /*margin-bottom: 20px;*/
  padding-bottom: 35px;
}

@media (min-width: 721px) {
  .section-footer-social-media-contact-us {
    padding: 0 15px 0;
  }
}

@media (min-width: 1025px) {
  .section-footer-social-media-contact-us {
    padding: 0 40px 0 0;
  }
}

.footer-social-media {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.section-footer-social-media-contact-us .four-icons {
  margin-bottom: 20px;
}

@media (min-width: 601px) {
  .footer-social-media.four-icons {
    margin-bottom: 35px;
  }
}

@media (min-width: 1025px) {
  .footer-social-media.four-icons {
    margin-bottom: 55px;
  }
}

/* .footer-social-media-title, */
.footer-social-media-title-contact-us,
.section-header-title {
  min-height: 38px;
  display: flex;
  align-items: center;
  /*margin-bottom: 25px;*/
}

.section-header-title {
  font-family: 'GTWalsheimMedium',sans-serif;
	color: #3C3C3C;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 28px;
  margin: 0 0 -7px;
}

@media (min-width: 721px) {
  .section-header-title {
  	font-size: 32px;
  	letter-spacing: 0.67px;
  	line-height: 37px;
    margin: 0;
  }
}

.footer-social-media-title p {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 29px;
}

.recent-articles p,
.footer-social-media-title-contact-us p,
.footer-social-media-title-contact-us {
	color: #3C3C3C;
  font-size: 24px;
	font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 29px;
  margin: 5px 0 30px 0;
  text-align: left;
}

.footer-social-media-title-contact-us p {
  margin: -30px 0 16px;
}

@media (min-width: 721px) {
  .footer-social-media-title p,
  .footer-social-media-title-contact-us p,
  .recent-articles p {
    font-size: 32px;
    letter-spacing: 0.67px;
    line-height: 38px;
    text-align: center;
  }

  .footer-social-media-title-contact-us p {
    font-family: 'GTWalsheimMedium',sans-serif;
    text-align: left;
    margin-top: 20px;
  }

  .four-icons .footer-social-media-title-contact-us p {
    margin: 30px 0 4px;
  }
}

.recent-articles a {
  text-decoration: none;
}

.footer-social-media-icons {
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (min-width: 438px) {
  .footer-social-media-icons {
    max-width: 400px;
    justify-content: space-between;
    align-items: flex-end;
  }
  .social-media-contact-us {
    max-width: 400px;
    justify-content: flex-start;
  }
}

@media (min-width: 601px) {
  .footer-social-media-icons {
    max-width: 100%;
  }
}

@media (min-width: 721px) {
  .social-media-contact-us {
    justify-content: flex-start;
  }

  .social-media-contact-us .social-badges {
    margin-right: 40px;
  }
}

@media (min-width: 895px) {
  .footer-social-media-icons {
    width: 894px;
    margin: 0 auto;
  }
}

.social-chat,
.social-tweet,
.social-facebook,
.social-whatsapp,
.social-contact-us {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

@media (min-width: 438px) {
  .social-chat,
  .social-tweet,
  .social-facebook,
  .social-whatsapp,
  .social-contact-us {
    margin: 0 20px 20px 20px;
  }
}

@media (min-width: 601px) {
  .social-chat,
  .social-tweet,
  .social-facebook,
  .social-whatsapp,
  .social-contact-us {
    margin: 0 0 20px 0;
  }
}

/* Section and Search Results Pages */
@media (min-width: 1025px) {
  .section-footer-social-media-contact-us .social-chat,
  .section-footer-social-media-contact-us .social-tweet,
  .section-footer-social-media-contact-us .social-facebook,
  .section-footer-social-media-contact-us .social-whatsapp,
  .section-footer-social-media-contact-us .social-contact-us {
    margin: 0 20px 20px 0;
  }
}

@media (min-width: 1201px) {
  .section-footer-social-media-contact-us .social-chat,
  .section-footer-social-media-contact-us .social-tweet,
  .section-footer-social-media-contact-us .social-facebook,
  .section-footer-social-media-contact-us .social-whatsapp,
  .section-footer-social-media-contact-us .social-contact-us {
    margin: 0 60px 20px 0;
  }
}

@media (min-width: 1401px) {
  .section-footer-social-media-contact-us .social-chat,
  .section-footer-social-media-contact-us .social-tweet,
  .section-footer-social-media-contact-us .social-facebook,
  .section-footer-social-media-contact-us .social-whatsapp,
  .section-footer-social-media-contact-us .social-contact-us {
    margin: 0 0 20px 0;
  }
}

@import 'lesshat';
.footer-social-media-icons span[type="button"] {
  background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #3C3C3C 50%,
    #3C3C3C);
  background-position: 100% 0;
  background-size: 200% 100%;
  height: 25px;
	width: 195px;
	font-size: 12px;
	line-height: 14px;
  width: 136px;
  border: 1px solid #C6C6C6;
  border-radius: 12px;
  background-color: #FFFFFF;
	color: #3C3C3C;
	font-family: 'GTWalsheimRegular',sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 14px;
  padding-top: 3px;
  margin-top: 8px;
	text-align: center;
  text-decoration: none;
  transition: all .25s ease-in;
  -webkit-appearance: none;
}

@media (min-width: 866px) {
  .four-icons span[type="button"], .social-media-contact-us span[type="button"] {
  	height: 41px;
  	width: 195px;
  	border-radius: 8px;
  	font-size: 16px;
    letter-spacing: 0.67px;
  	line-height: 19px;
    padding-top: 10px;
  }
}

@media (max-width: 865px) {
  .social-media-contact-us .social-chat-img {
    background: url(/hc/theming_assets/01HZKXMAQ5G762M4Y44EMM0TNC) no-repeat center #fff;
  padding-top:80%;
  }
  .social-media-contact-us .social-tweet-img {
    background: url(/hc/theming_assets/01HZKXMDF5F38RMPHHABCHDJQA) no-repeat center #fff;
  padding-top:80%;
  }
  .social-media-contact-us .social-facebook-img {
    background: url(/hc/theming_assets/01HZKXMG64DTA9BEFGNWC8BNW2) no-repeat center #fff;
  padding-top:80%;
  }

  .social-media-contact-us .social-whatsapp-img {
    background: url($assets-Whats_app_icon-png) no-repeat center #fff;
  padding-top:80%;
  }

  .footer-social-media-icons a {
    max-width: 195px;
    display: flex;
  }

  .social-media-contact-us span[type="button"] {
    height: 41px;
    width: 195px;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 0.67px;
    line-height: 19px;
    padding-top: 10px;
}
}


/* Change made 06/10/2018 - Contact us desktop */
@media (min-width: 1024px) {
  .social-media-contact-us {
    /*display:flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }
  .social-media-contact-us .social-chat,
  .social-media-contact-us .social-tweet,
  .social-media-contact-us .social-facebook,
  .social-media-contact-us .social-whatsapp,
  .social-media-contact-us .social-contact-us {
    margin: 0 40px 20px 0;
  }

  .social-media-contact-us .social-chat span[type="button"],
  .social-media-contact-us .social-tweet span[type="button"],
  .social-media-contact-us .social-facebook span[type="button"],
  .social-media-contact-us .social-whatsapp span[type="button"],
  .social-media-contact-us .social-contact-us span[type="button"] {
    width: 195px;
    font-size: 16px;
    height: 41px;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
    padding-top: 6%;
  }
}

/*@media (max-width: 1024px) {
  .social-media-contact-us {
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }
  .social-media-contact-us .social-chat,
  .social-media-contact-us .social-tweet,
  .social-media-contact-us .social-facebook,
  .social-media-contact-us .social-contact-us {
    margin: 0 40px 20px 0;
  }
}*/
@media (max-width: 768px) {
  .social-media-contact-us {
    justify-content: flex-start;
  }
  /* .social-media-contact-us .social-chat,
  .social-media-contact-us .social-tweet,
  .social-media-contact-us .social-facebook,
  .social-media-contact-us .social-contact-us {
    margin: 0 0 10px 0;
    flex-basis: 50%;
  } */
  .social-media-contact-us .social-chat-img {
    background: url(/hc/theming_assets/01HZKXMH2BRDG4DTMN8B5R2M52) no-repeat center #fff;
    padding-top:65%;
  }
  .social-media-contact-us .social-tweet-img {
    background: url(/hc/theming_assets/01HZKXMCPH7NV6YMBWM367EJNW) no-repeat center #fff;
    padding-top:65%;
  }
  .social-media-contact-us .social-facebook-img {
    background: url(/hc/theming_assets/01HZKXMAJG7D1NM7YJAZWDSSB4) no-repeat center #fff;
    padding-top:65%;
  }

  .social-media-contact-us .social-whatsapp-img {
    background: url($assets-Whats_app_icon-png) no-repeat center #fff;
    padding-top:65%;
  }
  .footer-social-media-icons a {
    max-width: 150px;
    display: flex;
    margin-right: 20px;
  }

  .social-media-contact-us span[type="button"] {
    height: 25px;
    width: 136px;
    font-size: 12px;
    line-height: 23px;
    border: 1px solid #C6C6C6;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
    align-self: center;
    margin-top: 0;
    padding-top:0;
  }

  .breadcrumbs a {
    text-decoration: none;
  }

  .social-media-contact-us-title p{
    margin: 10px 0 15px 0;
    font-family: 'GTWalsheimMedium',sans-serif;
    font-size: 24px;
  }

  #send-new-request, .related-articles, .recent-articles {
    width: 100%;
	}
}

@media (max-width: 600px) {

.social-media-contact-us {
    margin: 1px auto;
  width:300px;
  justify-content: space-between;
}
  .social-media-contact-us a {
    margin-right: 0;
  }
}

/* Change made 06/10/2018 - social media icons all pages */
/*@media (max-width: 865px) {
  .social-media-contact-us a {
  	height: 25px;
  	width: 136px;
  	border-radius: 12px;
  	font-size: 12px;
    letter-spacing: 0.5px;
  	line-height: 14px;
    padding-top: 3px;
  }
}*/
/* end changes made 06/10/2018 - social media icons all pages */

.available-date-time {
	color: #3C3C3C;
	font-family: 'GTWalsheimRegular',sans-serif;
	font-size: 12px;
	letter-spacing: 0.38px;
	line-height: 14px;
	text-align: center;
  margin: 0;
}
a.social-badges:hover {
  text-decoration: none;
  cursor: pointer;
}

/* .negative-feedback a:hover, */
@media (min-width: 1025px) {
  .social-badges:hover span[type="button"] {
    background-position: 0 0;
    color:#fff;
  }
}

/* WEB DEV CONTACT US *****/
.contact-us-cards-section-background {
  display: flex;
  background-color: #F9F9F9;
  margin-top: 40px;
}

.contact-us-cards-section {
  background-color: #F9F9F9;
  display:flex;
  flex-direction: column;
  padding: 45px 5% 32px;
  margin: 0;
}

@media (min-width: 1401px) {
  .contact-us-cards-section {
    width: 90%;
    padding: 60px 0 32px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .contact-us-cards-section {
   width: 100%;
  }
}

.contact-us-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1010px;
}

.contact-card {
	height: 276px;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
  padding: 35px;
  width: 100%;
  margin-bottom: 24px;
}



/***** TEMPORAL MOBILE UI *****/

@media (max-width: 720px) {

  .footer-social-media {
    margin-bottom: 0px;
	}

  .footer-social-media-title-contact-us {
    margin-bottom: 5px;
	}

  .contact-us-cards-section-background {
    margin-top: 0px;
	}

  .contact-us-cards {
    height: auto;
    width: 100%;
	}

  .contact-card {
    height: auto;
    font-size:16px;
  }

  .contact-us-form {
    margin-top: 0px;
  }

  .form-field {
    width: 100%;
	}
  .form input[type="submit"] {
    width: 100%;
    font-size: 16px;
  }
}

/* CAPTCHA STYLES */
.g-recaptcha {
    transform:scale(1);
    -webkit-transform: scale(0.85);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.g-recaptcha ~ .notification-error:after {
  right: 0;
}

@media (min-width: 768px) {
  .contact-card {
    width: 310px;
    margin-bottom: 33px;
    margin-right: 40px;
  }
}

.contact-card:last-of-type {
  margin-right: 0;
}

.contact-card-details {
  display:flex;
  flex-direction: column;
}

.contact-card-title {
  font-family: 'GTWalsheimMedium',sans-serif;
  border-bottom: 1px solid #979797;
  padding-bottom: 13px;
}

.contact-card-address p {
  margin: 0;
}

.contact-card-address p:first-of-type {
  margin-top: 10px;
}

.contact-card-phone {
  font-family: 'GTWalsheimMedium',sans-serif;
  margin: 10px 0;
}

.contact-card-timetable table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 9px;
}

.contact-card-timetable table tr {
  line-height: 26px;
}

.contact-card-timetable-times {
	text-align: right;
  font-family: 'GTWalsheimMedium',sans-serif;
}

.contact-card-note {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.38px;
  line-height: 14px;
}

.contact-us-form {
  margin-top: 24px;
  padding: 26px 26px 40px;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
  max-width: 1010px;
}

@media (max-width: 720px) {
  .contact-us-form {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contact-us-form {
  padding: 45px 5% 32px;
  }
}
.contact-us-form h1 {
  border-bottom: 1px solid #979797;
  padding-bottom: 15px;
}

.contact-us-form p, .request-sent p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

.contact-us-form p {
  font-family: 'GTWalsheimMedium',sans-serif;
}

@media (max-width: 720px) {
  .contact-us-form p {
    font-size: 16px;
  }
}

.request-sent p {
  font-family: 'GTWalsheimRegular',sans-serif;
  margin-bottom: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/*    background: rgba(0, 0, 0, 0.21);  */
}

.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.overlay button {
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  display: none;
  border:0;
  background-color: transparent;
}

section.hero {
  position: relative;
}
@media (max-width: 720px) {
  .overlay.show .background {
    opacity: .6;
  }

  .overlay.show button {
    display: block;
  }
}

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

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

.breadcrumbs li {
  display: inline;
  font-family: 'GTWalsheimRegular',sans-serif;
  font-size: 12px;
	letter-spacing: 0.38px;
	line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*@media (max-width: 721px) {
  .breadcrumbs li {
  	font-size: 16px;
  }
}*/

.breadcrumbs li:last-child {
  font-family: 'GTWalsheimMedium',sans-serif;
  font-weight: 600;
}

.breadcrumbs li + li::before {
  content: "/";
  margin: 0 8px;
  font-family: 'GTWalsheimRegular',sans-serif;
}

@media (min-width: 721px) {
  .breadcrumbs {
    padding: 16px 0 26px;
  	font-size: 16px;
  	letter-spacing: 0.5px;
  	line-height: 19px;
  }
  .breadcrumbs li {
  	font-size: 16px;
  	letter-spacing: 0.5px;
  	line-height: 19px;
  }

  .breadcrumbs li:last-child {
    font-family: 'GTWalsheimMedium',sans-serif;
    font-weight: 600;
  }
}

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

.search input[type="search"] {
  border: 1px solid #3C3C3C;
  border-radius: 8px;
  box-sizing: border-box;
  color: #999;
  height: 64px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  /*WEB DEV*/
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 29px;
}

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

.search input[type="search"]:focus {
  border: 1px solid rgba(60, 60, 60, 1);
  color: #555;
}

.search input[type="search"]::placeholder {
  color: rgb(80,80,80);
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #777;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  right: 20px;
}

.search-transparent-button {
  top: 0;
  background: transparent;
  position: absolute;
  right: 20px;
  z-index: 1;
  bottom: 0;
  width: 20px;
  border: none;
  outline: none;
}

.search-transparent-button-sections {
  top: 5px;
  bottom: 5px;
}

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

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

/***** Search field *****/
.sub-nav-search {
  position: relative;
  /* padding: 5px 5px 5px 0; */
}

.sub-nav-search input[type="search"] {
  border: 1px solid #3C3C3C;
  border-radius: 4px;
  box-sizing: border-box;
  color: #999;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  height: 49px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 29px;
}

@media (min-width: 1025px) {
  .sub-nav-search input[type="search"] {
    height: 40px;
    width: 310px;
  }
}

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

.sub-nav-search input[type="search"]:focus {
  border: 1px solid rgba(60, 60, 60, 1);
  color: #555;
}

.sub-nav-search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #777;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  right: 20px;
}

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

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

.sub-nav img {
  padding-left: 15px;
}

/***** Hero component *****/
.hero {
  background-image: url('//media2.newlookassets.com/i/newlook/WK40_PRE-SPRING_ZENDESK_MOBILE?w=800');
  background-position: 0 0;
  background-size: cover;
  height: 550px;
  background-position: center;
  /* padding: 0 20px; */
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
}

@media (max-width: 865px) {
  .hero {
    max-height: 292px;
    margin-bottom: 0;
  }
}

@media (min-width: 415px) {
  .hero {
    background-image: url('//media2.newlookassets.com/i/newlook/WK40_PRE-SPRING_ZENDESK_DESKTOP?w=2500');
	}
}

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

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

.hero-inner h1 {
  color:#ffffff;
  font-family: 'GTWalsheimMedium',sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 29px;
  margin-bottom: 8px;
  text-align: left;
}

@media (min-width: 721px) {
  .hero-inner h1  {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}

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

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 30px 0 30px 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: 10px 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1025px) {
  .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 {
  background-color: #3C3C3C;
  align-items: center;
  display: flex;
  height: 80px;
  padding: 0 15px;
}

@media (min-width: 1025px) {
  .sub-nav {
    height: 56px;
  }
}

.sub-nav-logo-title,
.sub-nav-wrapper {
	color: #FFFFFF;
	font-family: 'GTWalsheimRegular',sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 19px;
}

.sub-nav-logo-title.home {
  align-items: center;
  justify-content: flex-start;
  display: none;
}

.sub-nav-home-page {
  display: none;
  padding: 0;
}

@media (min-width: 1025px) {
  .sub-nav-home-page,
  .sub-nav-logo-title.home {
    display: flex;
  }
}

@media (min-width: 1401px) {
  .sub-nav-logo-title.home {
    margin: auto;
  }
}

@media (min-width: 1401px) {
  .sub-nav-logo-title.home {
    margin: auto;
  }
}

.sub-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  padding: 0;
}

@media (min-width: 1025px) {
  .sub-nav {
    padding: 0;
  }

  .sub-nav-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
}

/* For none-homepage pages, mobile hides back link */
.sub-nav-wrapper .sub-nav-logo-title {
  display: none;
}

.sub-nav-wrapper .search.sub-nav-search {
  width: 100%;
}

@media (min-width:1025px) {
  .sub-nav-wrapper .sub-nav-logo-title {
    display: flex;
    align-items: center;
  }

  .sub-nav-wrapper .search.sub-nav-search {
    width: auto;
  }
}

.sub-nav-logo-title img {
  padding: 0px 16px 0 0;
  width: 36.5px;
  height: 20px;
}

.sub-nav-logo-title h3 {
  margin: 0;
  font-family: 'GTWalsheimRegular';
  font-size: 16px;
  font-weight: 100;
  line-height: 19px;
  letter-spacing: 0.5px;
  width: 160px;
}

.sub-nav-logo-title a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

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

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

.knowledge-base .blocks-list:before,
.knowledge-base .blocks-list:after {
  content: "";
  display: flex;
  height: 1px;
  width: 100%;
}

.knowledge-base .blocks-list:before {
  order: 1;
}

@media (min-width: 830px) {
  .knowledge-base .blocks-list:before,
  .knowledge-base .blocks-list:after {
    flex: 1 0 auto;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 427px;
    margin: 0 15px 30px;
    border-radius: 8px;
    overflow: hidden;
    width: 343px;
  }
}

.blocks-item {
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(60, 60, 60, 1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  text-align: center;
  background-color: #BAD5E9;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  cursor: pointer;
  width: 100%;
}


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

  .blocks-item {
    flex: 1 0 auto;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    flex-basis: auto;
    height: 343px;
    max-width: 427px;
    margin: 0 15px 30px;
    border-radius: 8px;
    overflow: hidden;
    width: 343px;
  }
}

@media all and (max-width: 829px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blocks-item,
  .knowledge-base .blocks-list:before,
  .knowledge-base .blocks-list:after {
    width: calc(100% - 30px);
    max-width: initial;
  }
}

@media all and (min-width: 914px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blocks-item,
  .knowledge-base .blocks-list:before,
  .knowledge-base .blocks-list:after {
    width: 100%;
    max-width: 425px;
  }
}

@media all and (min-width: 1201px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blocks-item,
  .knowledge-base .blocks-list:before,
  .knowledge-base .blocks-list:after {
    max-width: 338px;
  }
}

@media all and (min-width: 1268px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blocks-item,
  .knowledge-base .blocks-list:before,
  .knowledge-base .blocks-list:after {
    max-width: 357px;
  }
}

@media all and (min-width: 1351px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blocks-item,
  .knowledge-base .blocks-list:before,
  .knowledge-base .blocks-list:after {
    max-width: 378px;
  }
}

@media all and (min-width: 1425px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blocks-item,
  .knowledge-base .blocks-list:before,
  .knowledge-base .blocks-list:after {
    max-width: 398px;
  }
}

@media all and (min-width: 1470px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blocks-item,
  .knowledge-base .blocks-list:before,
  .knowledge-base .blocks-list:after {
    max-width: 418px;
  }
}

@media all and (min-width: 1501px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blocks-item,
  .knowledge-base .blocks-list:before,
  .knowledge-base .blocks-list:after {
    max-width: 425px;
  }
}

@media (min-width: 1025px) {
  .blocks-item:hover .sections-list-over-categories {
    opacity: 1;
    transform: scale(1);
  }
  .blocks-item:hover{
    transform: scale(1.05);
  }
  .blocks-item {
    transition: all .3s ease-out;
  }
  .sections-list-over-categories {
    opacity: 0;
    transition: all .3s ease-out;
    transform: scale(0)
  }
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #000;
  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-internal a {
  color: #333333;
}

.blocks-item-link {
  color: rgba(60, 60, 60, 1);
}

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

.blocks-item-title {
  font-family: 'GTWalsheimMedium',sans-serif;
  margin-bottom: 0;
  z-index: 2;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
  z-index: 2;

}

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

.under-container {
  display: flex;
  position: relative;
  justify-content: center;
  overflow: hidden;
}

@media (min-width: 830px) {
  .under-container {
    height: 343px;
    padding: 15px 0;
  }
}

@media (max-width: 1024px) {
  .under-container h4 {
    display: none;
  }
}

.under-container h4 {
	font-size: 24px;
  line-height: 30px;
  z-index: 2;
  width: 70%;
  text-align: center;
  align-self: center;
}

.under-container img {
  border: 0;
  position: absolute;
  z-index: 1;
  align-self: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  flex: none;
}
.under-container img.chevron {
  left: 100%;
}

.sections-list-over-categories h4 {
  color: red;
}

.blocks-item:hover .blocks-item-title {
  display: none;
}

.under-container p {
    font-weight: 300;
    margin: 0;
    z-index: 2;
}

.sections-list-over-categories {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  z-index: 1;
  margin: 15px;
  top: 0; left: 0; bottom: 0; right: 0;
  border-radius: 8px;
  width: 100%;
  position: absolute;
}

@media (max-width: 1024px) {
  .sections-list-over-categories {
    width: auto;
  	padding: 15px 23px 5px 15px;
    align-self: center;
  }
}

@media (min-width: 1025px) {
  .blocks-item:hover .sections-list-over-categories {
    width: auto;
  	padding: 15px 15px 5px;
    align-self: center;
  }
}

@media (max-width: 829px) {
  .blocks-item *, .blocks-item *, .blocks-item * {
    color: #000;
    text-decoration: none;
  }

  .sections-list-over-categories {
    width: 100%;
    padding: 15px 15px 5px;
    position: relative;
  }

  .blocks-item-title {
   display: none;
 }
}

.sections-list-over-categories-articles {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  padding: 20px 25px 20px 20px;
}

.sections-list-over-categories-title {
  margin-bottom: 15px;
  /* align-self: flex-start; */
  text-align: left;
  font-family: 'GTWalsheimMedium',sans-serif;
  font-size: 16px;
}

.sections-list-over-categories ul,
.sections-list-over-categories-articles ul{
  text-align:left;
}

.sections-list-over-categories li,
.sections-list-over-categories-articles li {
  margin:0 0 5px 0;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.sections-list-over-categories li {
  position: relative;
}

@media (min-width: 789px) {
  .sections-list-over-categories li {
    padding-bottom: 5px;
  }
}

.underline {
  display: inline;
  position: relative;
}

.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #000;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media (min-width: 1025px) {
  .underline:hover:after,
  .underline:focus:after,
  .underline:active:after {
    left: 0;
    right: auto;
    width: 100%;
  }
}

.sections-list-over-categories a,
.sections-list-over-categories-articles a {
  z-index: 3;
}

.sections-list-over-categories a {
  font-size: 16px;
}

.sections-list-over-categories-articles a {
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 721px) {
  .sections-list-over-categories-articles a {
    font-size: 16px;
  }
}

@media (min-width: 789px) {
  .sections-list-over-categories a {
    font-size: 16px;
  }
  .sections-list-over-categories-title {
    font-size: 18px;
  }
}

.sections-list-over-categories a:active,
.sections-list-over-categories-articles a:active {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .sections-list-over-categories a:hover,
  .sections-list-over-categories-articles a:hover {
    font-family: 'GTWalsheimMedium',sans-serif;
  }

  .sections-list-over-categories a:active,
  .sections-list-over-categories-articles a:active {
    text-decoration: none;
  }
}

.category-icon {
  position:absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

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

.section.activity {
  margin-bottom: 25px;
}

@media (min-width: 1025px) {
  .section.activity {
    margin-bottom: 40px;
  }
}

.section h2 {
  color: #3C3C3C;
  font-family: 'GTWalsheimRegular';
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 29px;
  margin-bottom: 0;
  text-align: left;
  padding: 40px 0 24px;
}

.knowledge-base h2 {
  padding-top: 39px;
}

@media (min-width: 721px) {
  .section h2 {
    font-size: 32px;
    letter-spacing: 0.67px;
    line-height: 38px;
    padding: 54px 0 30px;
    text-align: center;
  }
}

.knowledge-base {
  width: 100%;
  background-color: #F9F9F9;
}

/***** Promoted articles *****/

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

.promoted-articles {
  width: 100%;
}

.promoted-articles-section {
  justify-content: flex-start;
}

.capitalized {
text-transform:lowercase;
}
.capitalized::first-letter {
  text-transform: capitalize;
}

@media (min-width: 1025px) {
  .promoted-articles,
  .promoted-articles-section {
    flex-direction: row;
    justify-content: space-between;
  }
}

.promoted-articles::before,
.promoted-articles::after {
  content: "";
  display: flex;
  height: 1px;
  width: 100%;
}

.promoted-articles::before {
  order: 1;
}

.promoted-articles-item,
.recently-viewed-item {
  background-color: #FFFFFF;
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 10px 5% 10px 10px;
  width: 100%;
}

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

  .promoted-articles-item,
  .recently-viewed-item {
    height: 145px;
    padding: 10px 27px 10px;
    width: 48%;
  }
}

@media (min-width: 1025px) {
  .promoted-articles-item,
  .recently-viewed-item {
    align-self: flex-start;
    border-radius: 8px;
    /* flex: 1 0 auto; */
    flex-direction: row;
    height: 160px;
    justify-content: flex-start;
    /* width: 45%; */
    margin: 0 20px 40px 0;
    padding: 15px;
  }

  [dir="rtl"] .promoted-articles-item,
  [dir="rtl"] .recently-viewed-item {
    padding: 0 0 0 30px;
  }

  .promoted-articles-item:nth-child(even),
  .recently-viewed-item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 1401px) {
  .promoted-articles-item,
  .recently-viewed-item {
    flex: 1 0 auto;
    margin-bottom: 40px;
    width: 30%;
    max-width: 426px;
  }

  .promoted-articles-item:nth-child(even),
  .recently-viewed-item:nth-child(even) {
    margin-right: 20px;
  }

  .promoted-articles-item:nth-child(3n+3),
  .recently-viewed-item:nth-child(3n+3) {
    margin-right: 0;
  }

  .promoted-articles::after,
  .promoted-articles::before {
    display: flex;
    max-width: 396px;
    padding: 15px;
    width: 30%;
  }
}

@media (min-width: 1600px) {
  .promoted-articles-item,
  .recently-viewed-item {
    margin-right: 40px;
  }

  .promoted-articles-item:nth-child(even),
  .recently-viewed-item:nth-child(even) {
    margin-right: 40px;
  }
}

.letter-q {
  font-family: 'GTWalsheimMedium',sans-serif;
	color: #3C3C3C;
	font-size: 16px;
  font-weight: 600;
	line-height: 24px;
  padding-left: 3%;
  margin-top: 15px;
	cursor: pointer;
  letter-spacing: 0.57px;
  flex: 1 1 10%;
}

@media (min-width: 1025px) {
  .letter-q {
    font-size: 24px;
    margin-top: 18px;
    letter-spacing: 0.86px;
  }
}

.chevron {
  height: 14px;
}

.promoted-articles-icon.chevron {
  display: flex;
  align-self: center;
  /* padding-right: 20px; */
}

@media (min-width: 1025px) {
  .promoted-articles-icon.chevron {
    display: none;
  }
}

.promoted-articles-item a,
.recently-viewed-item a {
  color: #333333;
  display: block;
  padding: 15px 15px 15px 8px;
  color: #3C3C3C;
	font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
	font-weight: 300;
  align-self: auto;
  text-decoration: none;
  flex: 1 1 80%;
}

@media (min-width: 721px) {
  .promoted-articles-item a,
  .recently-viewed-item a {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) {
  .promoted-articles-item a,
  .recently-viewed-item a {
    font-size: 24px;
    line-height: 32px;
    flex: 1 1 90%;
  }
}

@media (max-width: 720px) {
  .promoted-articles-item a,
  .recently-viewed-item a {
    font-size: 16px;
  }
}

/* In section and search results pages in content left */
.promoted-articles-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.promoted-articles-item-section {
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .promoted-articles-section {
    flex-direction: row;
    justify-content: space-between;
  }

  .promoted-articles-item-section {
    width: 49%;
    height: 160px;
  }
}

@media (min-width: 1025px) {
  .promoted-articles-section {
    flex-direction: column;
    justify-content: flex-start;
  }

  .promoted-articles-item-section {
    width: 100%;
  }
}

@media (min-width: 1401px) {
  .promoted-articles-section {
    flex-direction: row;
    justify-content: space-between;
  }

  .promoted-articles-item-section {
    margin: 0 40px 40px 0;
    width: 426px;
    height: 187px;
  }
}

@media (min-width: 1450px) {
  .promoted-articles-section {
    padding-right: 25px;
  }
}

@media (min-width: 1025px) {
  .promoted-articles-item-section {
    /* Promoted articles li on section and search results pages */
    align-self: stretch;
    background-color: #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
    cursor: pointer;
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    font-size: 24px;
    height: auto;
    justify-content: space-between;
    padding-top: 10px;
  }

  .promoted-articles-item-section .letter-q {
    flex-basis: 10%;
    text-align: center;
  }

  .promoted-articles-item-section .article-votes-count {
    color: #3C3C3C;
    font-size: 12px;
    letter-spacing: 0.38px;
    line-height: 19px;
    padding-top: 10px;
    display: inline-block;
  }

  .promoted-articles-item-section .container-text {
  	flex-basis: 90%;
  	padding: 25px 10px;
    display: flex;
    flex-direction: column;
  }

  .promoted-articles-item-section .container-text a {
  	text-decoration: none;
  }
}

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

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

.community,
.activity {
  margin-bottom: 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: #333333;
  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: #666;
  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: rgba(60, 60, 60, 1);
  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: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

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

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

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

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

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

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

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

.icon-star::before {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  display: none;
}

/****** Sidebar ********/
.sidebar-background {
  position: absolute;
  right: 0;
  height: auto;
  width: 5vw;
  background-color: #F9F9F9;
  z-index: -1;
}

/***** Section pages *****/
.section-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .section-container {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .search input[type="search"] {
    border-radius: 5px;
    padding-left: 20px;
    height: 55px;
    font-size: 16px;
  }

  .promoted-articles-item:last-child {
    margin-bottom: 0;
  }

  .knowledge-base {
    margin-left: 0;
  }
  .blocks-item {
    margin: 0 0 20px;
  }

  .sections-list-over-categories {
    margin: 10px;
    text-align: left;
    padding: 25px;
    opacity:1;
    height: auto;
  }

  .sections-list-over-categories-title {
    margin-bottom: 20px;
  }

  .sections-list-over-categories li{
  	line-height: 1.2;
  }
}

@media (min-width: 1025px) {
  .content-left {
    padding-right: 40px;
    width: 63%;
  }
}

@media (min-width: 1401px) {
  .content-left {
    flex-basis: 100%;
  }
}

.content-right {
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  margin-left: -15px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 38px 15px;
  width: 100vw;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles */
  .content-right {
    width: calc(100vw - 15px);
  }
}

.content-right #recently-viewed {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .content-right {
    margin-right: -5%;
    margin-top: 0;
    width: calc(310px + 20%);
    padding: 75px 5% 56px;
  }

  .content-right section {
    float: right;
  }
}

@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .content-right section {
      float: left;
   }
}

@media (min-width: 1560px) {
  .content-right {
    margin-right: calc((-100vw + 1400px)/2);
    width: calc((100vw - 1400px)/2 + 442px);
    flex-basis: auto;
    padding-left: calc((100vw - 1400px)/2);
    padding-right: calc((100vw - 1400px)/2);
  }
}

@media (min-width: 1670px) {
  .content-right {
    margin-right: calc((-100vw + 1400px)/2);
    width: calc((100vw - 1400px)/2 + 442px);
    flex-basis: auto;
    padding-left: 132px;
    padding-right: calc((100vw - 1400px)/2);
  }
}


@media (max-width: 1024px) {
  .article-sidebar,
  .articles-categories-sections,
  .categories-sections {
    width: 100%;
  }
}

.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: 1025px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px 0 0;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.article-header {
  margin-bottom: 30px;
  margin-top: 6px;
}

@media (min-width: 721px) {
  .article-header {
    margin-bottom: 40px;
    margin-top: 26px;
  }
}

.article-title {
  font-family: 'GTWalsheimMedium',sans-serif;
  margin-bottom: 16px;
	color: #3C3C3C;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 28px;
}

@media (max-width: 720px) {
  .article-title {
    font-size: 24px;
  }
}

@media (min-width: 721px) {
  .article-title {
    flex-basis: 100%; /* Take entire row */
    font-size: 32px;
  	font-weight: 600;
  	letter-spacing: 0.67px;
  	line-height: 37px;
  }
}

.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-avatar {
  margin-right: 10px;
}

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

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

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

.article-body {
  font-family: 'GTWalsheimRegular',sans-serif;
}

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

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

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

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

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

.article-content {
  line-height: 1.6;
  margin: 16px 0 32px;
  word-wrap: break-word;
  letter-spacing: 0.5pt;
}

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

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

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

.article-comment-count .icon-comments {
  color: rgba(60, 60, 60, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar,
.articles-categories-sections {
  margin-bottom: 20px;
  padding: 20px 25px 20px 20px;
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
}

.article-sidebar-border {
  border: 1px solid #C6C6C6;
}

.articles-categories-sections {
  padding: 10px;
}

.article-sidebar h3,
.article-sidebar li {
	color: #3C3C3C;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 19px;
}
@media (max-width: 768px) {
  section {
    width: 100%;
    font-size: 16px;
  }
  section .breadcrumbs {
    font-size: 12px;
  }
  .article-sidebar h3,
  .article-sidebar li {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .article-sidebar, .articles-categories-sections {
    /* border: 0; */
    flex: initial;
    /* height: auto; */
    width: 310px;
  }
}




.article-sidebar h3, .title-underline h3 {
  font-family: 'GTWalsheimMedium',sans-serif;
  font-weight: 600;
  padding-bottom: 5px;
}

.title-underline h3 {
  border-bottom: 1px solid #979797;
}

.article-sidebar li a {
  font-family: 'GTWalsheimRegular',sans-serif;
  padding: 5px 25px 5px 0;
}

.article-sidebar .recent-articles li {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  .article-sidebar .recent-articles img.promoted-articles-icon.chevron {
    display: inline-block;
  }
}

.articles-in-section-right-side {
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(60, 60, 60, 1);
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 30px;
  text-align: center;
  background-color: #BAD5E9;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  height: 232px;
  padding:10px;
}

.sections-list-over-categories-right-side {
  display:flex;
  overflow: scroll;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  margin: auto;
  width:100%;
  height: 212px;
}

.sections-list-over-categories-right-side a {
  color: rgba(60, 60, 60, 1);
}
.sections-list-over-categories-right-side a:hover {
  font-family: 'GTWalsheimMedium',sans-serif;
}
.sections-list-over-categories-right-side ul{
  flex-basis: 100%;
  text-align: left;
}

.sections-list-over-categories-right-side li{
  margin: 0 0 5px 0;
  flex-basis: 100%;
}

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

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

.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

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

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

.article-votes {
  padding: 0 0 15px;
  text-align: left;
}

.article-votes-question {
  font-family: 'GTWalsheimMedium',sans-serif;
  display: inline-block;
  margin-bottom: 24px;
}

.article-vote {
  background: transparent;
  /*border: 1px solid rgba(60, 60, 60, 1);*/
  color: rgba(60, 60, 60, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

.article-votes-controls {
  display:flex;
}

/*WEB DEV*/
.article-vote-up-custom, .article-vote-down-custom {
  /* background-color: blue; */
  padding: 5px 20px;
}


.article-vote-up-custom[aria-selected="false"] {
  background: #FFF url(/hc/theming_assets/01HZKXM9JSKB88ZZ06WQPEV99B) no-repeat center;
}

.article-vote-up-custom[aria-selected="true"] {
  background: #FFF url(/hc/theming_assets/01HZKXMGQG87A00QSMB0Y447MQ) no-repeat center;
}

.article-vote-down-custom[aria-selected="false"] {
  background: #FFF url(/hc/theming_assets/01HZKXMK0X2YDF5QJK27Q93YPH) no-repeat center;
}

.article-vote-down-custom[aria-selected="true"] {
  background: #FFF url(/hc/theming_assets/01HZKXMGAT79RM08TQ8K8PA66B) no-repeat center;
}

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

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(60, 60, 60, 1);
}

.article-vote:hover {
  background-color: rgba(60, 60, 60, 1);
}

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

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

/*WEB DEV*/
.article-votes-controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin: 5px 0;
}
/* .article-vote-up-custom {
  background: #fff url(/hc/theming_assets/01HZKXM9JSKB88ZZ06WQPEV99B) no-repeat center;
}
.article-vote-down-custom {
  background: #fff url(/hc/theming_assets/01HZKXMK0X2YDF5QJK27Q93YPH) no-repeat center;
} */
.article-vote-up-custom, .article-vote-down-custom {
  padding: 15px 25px;
}

.positive-feedback, .negative-feedback-submitted {
  /*display: none;*/
  visibility: hidden;
}

.positive-feedback span.bold, .negative-feedback-submitted span.bold {
  font-family: 'GTWalsheimMedium',sans-serif;
}

.negative-feedback {
  display: flex;
  flex-direction: column;
  display: none;
}

.negative-feedback-textarea {
	margin-top: 15px;
}

.negative-feedback-textarea textarea {
  height: 112px;
  max-width: 539px;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  background-color: #F9F9F9;
  box-shadow: none;
  padding: 16px 17px;
  font-size: 16px;
  color: #3C3C3C;
}

.negative-feedback-textarea textarea:-ms-input-placeholder,
.negative-feedback-textarea textarea::placeholder {
  color: #3C3C3C;
}



.submit-negative-feedback-link {
  background-color: #FFF;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 5px 5px 0 rgba(0,0,0,0.1);
  border: 1px solid #3C3C3C;
  border-radius: 4px;
  display: inline-block;
	height: 48px;
	width: 289px;
	color: #000;
	font-family: 'GTWalsheimRegular',sans-serif;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 48px;
  margin-top: 16px;
	text-align: center;
}

.submit-negative-feedback-link:hover,
.submit-negative-feedback-link:active,
.submit-negative-feedback-link:focus {
  text-decoration: none;
}

@media (max-width: 720px) {
  .submit-negative-feedback-link {
    width: 100%;
  }
}

.negative-feedback-textarea p {
  color: red;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  display: none;
}


/* @media (max-width: 768px) {
  .submit-negative-feedback-link {
    padding-top: 1%;
    width: 100%;
    margin: 15px 0;
  }
} */

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

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

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

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

.article-return-to-top a {
  color: #333333;
  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: rgba(60, 60, 60, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #090909;
  border-color: #090909;
}

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

.sidenav-item {
  border-radius: 4px;
  color: #333333;
  display: block;
  font-weight: 300;
  /*margin-bottom: 10px;*/
  padding: 10px;
}

.sidenav-item {
  /*margin-bottom: 10px;*/
  padding: 0 25px 0 0;
}

.sidenav-item.current-article, .sidenav-item:hover {
  text-decoration: none;
}

/* .recent-articles li, */
#related-articles li {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#related-articles ul li:after,
.article-sidebar ul li:after,
.search-results ul li:after,
.recent-articles ul li:after,
.promoted-articles li:after {
  content: url(/hc/theming_assets/01HZKXMEM9PYM9JSTCT7NPGH84);
  align-self: center;
}

@media (min-width: 1025px) {
  /* .related-articles ul li:after, */
  /* .article-sidebar ul li:after, */
  .search-results ul li:after {
    display: none;
  }
  .related-articles, .recent-articles {
    width: 100%;
  }
}
/***** 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: #333333;
  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: #666;
}

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

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

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

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

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

.share a:hover::before {
  color: rgba(60, 60, 60, 1);
}

.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-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: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

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

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

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

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

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  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: #666;
  display: block;
  margin: 3px 0;
}

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

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

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

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

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

.vote-voted::before {
  color: rgba(60, 60, 60, 1);
}

.vote-voted:hover::before {
  color: #090909;
}

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

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

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZKXMW77C1BWTE22E1F6A9D9);
  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: rgba(60, 60, 60, 1);
}

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

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(60, 60, 60, 1);
  color: #FFFFFF;
}

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

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #090909;
  border-color: #090909;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(60, 60, 60, 1);
  content: attr(data-follower-count);
  color: rgba(60, 60, 60, 1);
  display: inline-block;
  font-family: Arial, 'Helvetica Neue', Helvetica, 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 rgba(60, 60, 60, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: #333333;
    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: rgba(60, 60, 60, 1);
}

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

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

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

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

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

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

.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: 1025px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

.post-body a:visited {
  color: #090909;
}

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

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

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

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

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

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

.post-comment-count .icon-comments {
  color: rgba(60, 60, 60, 1);
  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: 1025px) {
  .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: 1025px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

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

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

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

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

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

.collapsible-nav-list li a {
  color: #333333;
  display: block;
}

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

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

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

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

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

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

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

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

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(60, 60, 60, 1);
}

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

@media (min-width: 1025px) {
  .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: 1025px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: rgba(60, 60, 60, 1);
  color: #FFFFFF;
}

.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: rgba(60, 60, 60, 1);
  border-radius: 4px;
  color: #FFFFFF;
  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: #090909;
  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: flex;
  align-items: center;
}

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

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

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  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: #666;
}

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

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

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

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

@media (min-width: 1025px) {
  .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: 1025px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

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

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  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: #666;
  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 rgba(60, 60, 60, 1);
}

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

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

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

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

.request-title {
  width: 100%;
}

@media (min-width: 1025px) {
  .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: 1025px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

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

@media (min-width: 1025px) {
  .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 dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666;
  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: #333333;
  text-decoration: none;
}

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

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

.pagination-current {
  background-color: rgba(60, 60, 60, 1);
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.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: #666;
  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 {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
  margin-left: 20px;
}

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

.icon-chevron::before {
  content: url(/hc/theming_assets/01HZKXMEM9PYM9JSTCT7NPGH84);
}

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

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

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

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

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

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

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

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

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

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

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-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"] {
  background-color: rgba(60, 60, 60, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(60, 60, 60, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
  .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: 1025px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

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

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

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

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

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

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

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

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

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

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

.search-results-header p {
  padding: 0px;
  margin: 5px 0 0 0;
}

.search-results-header p:first-child {
	color: #3C3C3C;
	font-family: 'GTWalsheimRegular',sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.33px;
	line-height: 29px;
}

.search-result-text {
  color: #3C3C3C;
  font-family: 'GTWalsheimMedium',sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 28px;
}

@media (max-width: 721px) {
  .search-result-text {
  	font-size: 24px;
  	letter-spacing: 0.67px;
  	line-height: 37px;
    margin: 0;
    word-wrap: break-word;
  }
  .results-found {
    font-size: 24px;
  }
}

.search-result-text b {
  font-family: 'GTWalsheimMedium',sans-serif;
}

@media (min-width: 1025px) {
  .search-result-text b,
  .string-not-found,
  .string-result.results-not-found {
    font-size: 32px;
  }
}


.string-not-found,
.results-not-found {
  font-family: 'GTWalsheimRegular',sans-serif;
}

.string-not-found {
  font-weight: normal;
}

.results-found {
  font-style: normal;
  font-family: 'GTWalsheimMedium',sans-serif;
  font-size: 32px;
  text-transform: capitalize;
}

.results-not-found {
  font-style: italic;
}

.search-results .promoted-articles-item {
  margin-left: 0;
  margin-right: 0;
}

.search-results-articles-list .promoted-articles-item {
  height: auto;
}

@media (min-width: 721px) {
  .search-results-articles-list .promoted-articles-item {
    height: auto;
    min-height: 98px;
  }
}

@media (min-width: 1025px) {
  .search-results-articles-list .promoted-articles-item {
    height: auto;
    min-height: 123px;
  }
}

.load-more-results {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFF;
  border: 1px solid #3C3C3C;
  border-radius: 4px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
  color: #000;
  font-family: 'GTWalsheimRegular',sans-serif;
  font-size: 16px;
  height: 48px;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin-top: 24px;
  margin-right: calc(100% - 20px);
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .load-more-results {
    margin: 24px auto 40px;
    width: 288px;
  }
}

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

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 721px){
  .results-found {
    font-size: 24px;
  }
}



/*CONTACT US SECTION */
.div-container-social {
  width: 100%;
}
.div-social, .div-social-centered, .div-social-contact-us, .div-social-search, .div-social-section {
  display:flex;
  flex-direction: column;
  max-width: 895px;
  height: auto;
  margin: 40px 0 80px;
}

.div-social-search {
  margin: 10px 0 50px;
}

.div-social-contact-us, .div-social-section  {
  margin: 20px 0 60px;
}

.div-social-centered {
  margin: 50px auto;
}

.social-title, .social-title-centered, .social-title-contact-us {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0.67px;
	line-height: 38px;
}

.social-title-centered {
  text-align: center;
}

.social-title-contact-us {
  font-family: 'GTWalsheimMedium',sans-serif;
  margin-bottom: 30px;
}

.social-title p {
	margin: 0;
}

.social-buttons, .social-buttons-contact-us {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.social-buttons a, .social-buttons-contact-us a {
  text-decoration: none;
  margin: 30px 15px 0 0;
}

.social-buttons-contact-us {
  justify-content: flex-start;
}

.social-buttons-contact-us a {
  margin: 30px 45px 0 0;
}

.social-buttons a:hover .social-button button {
  background-position: 0 0;
  color: #fff;
  background-color: #000;
}

.social-button {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* width: 195px; */
    width: 190px;
  justify-content: space-between;
}

.img-container {
  height: 123px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.availability-container {
  font-size: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 50px;
  justify-content: flex-end;
  margin-bottom: 5px;
  color: #3C3C3C;
  letter-spacing: 0.38px;
  line-height: 14px;
}

.availability-container p {
  margin: 0;
  text-align: center;
  width: 100%;
}

.social-button button {
	box-sizing: border-box;
	height: 41px;
	width: 195px;
	border: 1px solid #C6C6C6;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
}

.social-buttons a:last-child {
  margin-right: 0;
}

@media (max-width: 600px) {
  .social-button-contact-us {
  width: 100%;
}
}

@media (max-width: 885px) {
  .social-title-contact-us {
    font-size: 24px;
  }
  .social-buttons {
    justify-content: space-around;
  }
  .social-button {
    /*     width: 150px; */
      }
      
      .social-button-contact-us {
    /*     width: 100%; */
        margin: 0 auto;
      }
  
  .div-social-contact-us {
      margin: 20px 0;
  }
  
  .social-buttons-contact-us {
    justify-content: flex-start;
  }

  div .img-container.chat img,
  div .img-container.tweeter img,
  div .img-container.facebook img,
  div .img-container.contactus img{
    display:none;
  }
  div .img-container.chat::before {
    content: url(/hc/theming_assets/01HZKXMH2BRDG4DTMN8B5R2M52);
  }
  div .img-container.tweeter::before {
    content: url(/hc/theming_assets/01HZKXMCPH7NV6YMBWM367EJNW);
  }
  div .img-container.facebook::before {
    content: url(/hc/theming_assets/01HZKXMAJG7D1NM7YJAZWDSSB4);
  }
  div .img-container.contactus::before {
    content: url(/hc/theming_assets/01HZKXMJDRS9A749A0VX2QD9GM);
  }
  div .img-container.whatsapp::before {
    content: url($assets-Whats_app_icon-png);
  }

  .img-container {
    height: 92px;
  }

  .social-button button {
    box-sizing: border-box;
    height: 25px;
    width: 100%;
    font-size: 12px;
    padding-top: 0;
    line-height: 1;
    margin-bottom: 10%;
  }
}

@media (max-width: 569px){
  .social-buttons-contact-us {
    justify-content: space-between;
}
    .social-buttons-contact-us a {
    margin: 0;
    flex-basis: 45%;
	}
  .social-buttons-contact-us a:last-child {
   	margin-top: 20px; 
  }
}



/*HIDING TWITTER, FB AND WHATSAPP - KARAN*/

a[href="https://twitter.com/NewLookHelp"]{
  display:none;
}

a[href="https://m.me/newlook"]{
  display:none;
}

/*
a[href="https://wa.me/447974851268"]{
  display:none;
}
*/




body > main > div.container > section > div > div.social-buttons.social-buttons-contact-us > a[href="https://twitter.com/NewLookHelp"]{
  display: block !important;
}

body > main > div.container > section > div > div.social-buttons.social-buttons-contact-us > a[href="https://m.me/newlook"]{
  display: block !important;
}
/*
body > main > div.container > section > div > div.social-buttons.social-buttons-contact-us > a[href="https://wa.me/447974851268"]{
  display: block !important;
}
*/

/*footer*/

.footer-logos > a[href="https://twitter.com/NewLookHelp"]{
  display: inline-block !important;
}

.footer-logos > a[href="https://m.me/newlook"]{
  display: inline-block !important;
}

.newLookStoresContainer {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  }

.newLookStoresContainer .downwardsArrow {
  position: absolute;
    right: 10px;
    top: 20px;
}

.newLookStoresContainer .upwardsArrow {
  position: absolute;
  right: 10px;
  top: 20px;
  display: none;
}

.newlookStoresTitle {
    margin: revert;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #3c3c3c;
}

.dropOffPointsText {
    display: none;
    }

.dropOffContainer {
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  }

.dropOffContainer .downwardsArrow {
  position: absolute;
    right: 10px;
    top: 5px;
}

.dropOffContainer .upwardsArrow {
  position: absolute;
    right: 10px;
    top: 5px;
  display: none;
}


.dropOffPointsTitle {
    margin: revert;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
  }

.newlookStoresText{
  display:none;
}

.termsOneContainer, .termsTwoContainer, .termsThreeContainer, .termsFourContainer, .termsFiveContainer, .termsSixContainer, .termsSevenContainer, .termsEightContainer, .termsNineContainer, .termsTenContainer, .termsElevenContainer, .termsTwelveContainer, .termsThirteenContainer, .termsFourteenContainer, .termsFifteenContainer, .termsSixteenContainer, .termsSeventeenContainer, .termsEighteenContainer, .termsNineteenContainer, .termsTwentyContainer, .termsTwentyOneContainer, .termsTwentyTwoContainer, .termsTwentyThreeContainer, .termsTwentyFourContainer, .termsTwentyFiveContainer, .termsTwentySixContainer {
  border-top: 1px solid #c6c6c6;
/*   border-bottom: 1px solid #c6c6c6; */
  position: relative;
  }

 .downwardsArrow {
  position: absolute;
    right: 10px;
    top: 20px;
}

 .upwardsArrow {
  position: absolute;
  right: 10px;
  top: 20px;
  display: none;
}

/* .termsOneTitle, .termsTwoTitle, .termsThreeTitle, .termsFourTitle,  {
    margin: revert;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #3c3c3c;
} */


.termsOneText, .termsTwoText, .termsThreeText, .termsFourText, .termsFiveText, .termsSixText, .termsSevenText, .termsEightText, .termsNineText, .termsTenText, .termsElevenText, .termsTwelveText, .termsThirteenText, .termsFourteenText, .termsFifteenText, .termsSixteenText, .termsSeventeenText, .termsEighteenText, .termsNineteenText, .termsTwentyText, .termsTwentyOneText, .termsTwentyTwoText, .termsTwentyThreeText, .termsTwentyFourText {
  display: none;
}
table td {
  vertical-align: top;
}