/* ====================================================
   Base styles
   ==================================================== */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

body {
  color: rgba(62, 61, 60, 1);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

/*
 * Links
 */
a {
  color: rgba(0, 89, 241, 1);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

/*
 * Lists
 */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
 * Headings
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: normal;
}
.page-title {
  text-align: center;
}
h1,
.page-title {
  color: #555;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.3;
  margin: 0 0 20px;
  padding-right: 100px;
  position: relative;
}
@media (min-width: 768px) {
  h1,
  .page-title {
    font-size: 32px;
  }
}
h1 .dropdown-toggle {
  border: 1px solid rgba(0, 89, 241, 1);
  color: rgba(0, 89, 241, 1);
  font-size: 14px;
  font-weight: 600;
}
h1 .dropdown-toggle:after {
  color: rgba(0, 89, 241, 1);
}
h1 .section-subscribe {
  position: absolute;
  right: 0;
  top: 0;
}

/*
 * Forms
 */
label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #555;
  font-size: 15px;
  line-height: 1.42857143;
  padding: 10px;
  position: relative;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 100%;
}
input:focus, textarea:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  outline: 0;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: rgba(62, 61, 60, 1);
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #CCC;
}

:-ms-input-placeholder {
  color: #CCC;
}

::-moz-placeholder {
  color: #CCC;
}
.request_description {
  margin-top: 20px;
}

/*
 * Buttons
 */
button, [role=button], [type=button], [type=submit] {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: none;
  color: #158EC2;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 42px;
  line-height: 28px;
  padding: 6px 12px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background-color: #2283c5;
  border-color: transparent;
  box-shadow: none;
  color: #FFF;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

/*
 * Tables
 */
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

td, th {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #BBB;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

/* ====================================================
   Helper classes
   ==================================================== */
/*
 * Clearfix: contain floats
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.article-detail {
  
}
@media (min-width: 768px) {
	.article-detail  {
    align-items: start;
    column-gap: 6%;
    display: grid;
    grid-template-columns: 65% 29%;
	}
}
/*
 * Column size
 */
.main-column {
  width: 100%;
}
.side-column {
  width: 100%;
}

/*
 * Dropdowns
 */
.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #888;
  content: "\25BE";
  display: inline-block;
  font-family: "entypo";
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  line-height: 1;
}

/*
 * Visibility
 */
.visibility-internal-icon:before {
  cursor: default;
  content: "\1F512";
  font-family: "entypo";
  margin-right: 5px;
}

.visibility-internal {
  position: relative;
}

.visibility-internal:before,
.visibility-internal:after {
  display: none;
  position: absolute;
}

.visibility-internal:hover:before,
.visibility-internal:hover:after {
  display: block;
}

.visibility-internal:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  text-transform: none;
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.visibility-internal:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

/* ====================================================
   Content frame
   ==================================================== */
main, .header-inner, .footer-inner, .container {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
main {
  margin-bottom: 120px;
}
@media (min-width: 720px) {
	main, .header-inner, .footer-inner, .container {
    max-width: 680px;
    padding: 0 15px;
	}
}
@media (min-width: 1020px){
	main, .header-inner, .footer-inner, .container {
    max-width: 960px;
	}
}
@media (min-width: 1260px) {
	main, .header-inner, .footer-inner, .container {
    max-width: 1200px;
	}
}
@media (min-width: 1440px) {
  main, .header-inner, .footer-inner, .container {
    max-width: 1200px;
  }
}

/* ====================================================
   Header
   ==================================================== */
.header {
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0 0 1px;
  height: 101px;
}

.logo {
  float: left;
}

.logo a {
  display: inline-block;
  line-height: 100px;
}

.logo img {
  height: auto;
  max-height: 60px;
  vertical-align: middle;
  width: 100%;
}

/*
  Support Header
*/
.header-support {
  background: url(https://www.eventfinda.co.nz/ticketing/wp-content/uploads/2018/05/header-pricing.png) 50% 50% no-repeat #5939a3;
  background-size: cover;
  color: #fff;
  margin: 0 0 30px;
  padding: 100px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .header-support {
    margin: 0 0 30px 0;
  }
}
.header-support .title {
  color: #fff;
  margin: 0 0 15px;
}
.header-support .title h1 {
  margin-bottom: 0;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 767px) {
  .header-support .title h1 {
    text-align: left;
  }
}
.header-inner {
  width: 100%;
}
.header-inner .title a {
  background: rgba(255,255,255,.9);
  color: #5939a3;
  display: inline;
  font-family: 'Montserrat',Arial,Helvetica,sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.42;
  margin: 0;
  padding: 5px 7px;
}
.header-inner .title a:hover {
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-inner {
    align-items: center;
    column-gap: 2%;
    display: grid;
    grid-template-columns: 69% 29%;
  }
  .header-support .title {
    margin-bottom: 0;
  }
}
.user-nav {
  justify-self: end;
}

/* ====================================================
   User nav links
   ==================================================== */
.user-nav > * {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}

.user-info [role="button"],
.user-nav .submit-a-request,
.user-nav .login {
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  height: auto;
  line-height: 1;
  padding: 8px 12px 8px 8px;
}
.user-nav .submit-a-request,
.user-nav .login {
  padding: 8px 12px;
}

.user-info [role="button"]:hover,
.user-info [role="button"]:active {
  background: rgba(255, 255, 255, 0.25);
}
.user-info .dropdown-toggle:after {
  color: #fff;
}

.user-avatar {
  margin-right: 4px;
  max-height: 20px;
}

.user-avatar, .user-avatar + span {
  display: inline-block;
  vertical-align: middle;
}

.submit-a-request {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  margin-left: 15px;
  padding-left: 15px;
}

.login {
  margin-left: 20px;
}

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

.search:before {
  color: rgba(62, 61, 60, 1);
  content: "\1F50D";
  font-family: "entypo";
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 1;
}

.hero-search {
  margin: 60px 0;
}

.hero-search .page-title {
  padding-right: 0;
}

.hero-unit .search {
  font-size: 22px;
  padding: 0;
  position: relative;
}

.hero-unit .search:before {
  display: none;
  width: 60px;
  z-index: 3;
}
@media (min-width: 551px) {
  .hero-unit .search:before {
    display: block;
  }
}

.hero-unit .search input[type=search],
.hero-unit .search input[type=text] {
  border: 1px solid rgba(205, 205, 205, 0.8);
  font-size: 13px;
  height: 50px;
  line-height: 1.42857143;
  padding: 12px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 551px) {
  .hero-unit .search input[type=search],
	.hero-unit .search input[type=text] {
    font-size: 16px;
    padding-left: 55px;
  }
}
@media (min-width: 768px) {
  .hero-unit .search input[type=search],
	.hero-unit .search input[type=text] {
    font-size: 22px;
    padding-left: 55px;
  }
}

.hero-unit .search input[type=submit] {
  background: #5939a2;
  border: 0;
  border-radius: 0;
  color: #fff;
  font: 700 12px/24px "Montserrat", Arial, sans-serif;
  height: 40px;
  letter-spacing: 2.6px;
  line-height: 1;
  padding: 14px 10px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: auto;
  z-index: 2;
}
@media (min-width: 991px) {
  .hero-unit .search input[type=submit] {
    padding: 14px 10px;
 		width: 160px;   
  }
}
.hero-unit .search input[type=submit]:hover {
  background: #9559c1;
}

.sub-nav .search {
  justify-self: end;
  width: 100%;
}

.sub-nav .search:before {
  font-size: 16px;
  width: 35px;
}

.sub-nav .search input[type=search] {
  -webkit-box-shadow: 0 4px 20px 0 #d7dee1;
  box-shadow: 0 4px 20px 0 #d7dee1;
  border: 1px solid rgba(205, 205, 205, 0.6);
  font-size: 16px;
  height: 40px;
  line-height: 1.42857143;
  padding: 12px 12px 12px 35px;
  width: 100%;
}

.sub-nav .search input[type=text] {
  padding: 6px 10px 6px 35px;
  height: 30px;
  width: 270px;
}

.sub-nav .search input[type=submit] {
  display: none;
}

/* ====================================================
   Navigation Pages
   ==================================================== */
body.community-enabled .knowledge-base {
  
}

body.community-enabled .community {
  float: right;
  width: 270px;
}

.community {
  background: #e6e6e6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  padding: 25px 20px;
  margin-top: 65px;
  margin-bottom: 30px;
}

.community h2, .community h3, .section h3 {
  font-size: 20px;
  font-weight: lighter;
  margin: 10px 0 15px;
}

.community h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.community .trending-questions + h4 {
  margin-top: 50px;
}

.article-list li, .community li {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
  margin-bottom: 15px;
}

.category h2 {
  color: #555;
  font: 700 13px/24px "Montserrat", Arial, sans-serif;
  letter-spacing: 2.6px;
  margin: 25px 0;
  text-transform: uppercase;
}
.category h2 a {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}
.category h2 a:hover {
  color: rgba(0, 89, 241, 1);
  text-decoration: none;
}
.category h2 a, .section h3 a {
  color: inherit;
}
.category h3 {
  color: #555;
  font: 28px/1.3 "Montserrat", Arial, sans-serif;
  letter-spacing: 0.6px;
  font-size: 24px;
  margin: 0 0 20px;
  text-align: left;
}
.category h3 a {
  font-family: "Montserrat", Arial, sans-serif;
}
.category h3 a:hover {
  color: rgba(0, 89, 241, 1);
  text-decoration: none;
}

.category-empty, .section {
  padding: 0 0 60px 0;
}
@media (min-width: 768px) {
  .category-empty, .section {
    display: inline-block;
    padding: 0 50px 60px 0;
    vertical-align: top;
    width: 49.5%;
	}
}

.see-all-articles {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
}

.category-description, .section-description {
  color: #888;
  margin-bottom: 50px;
}

.section-subscribe, .section-unsubscribe {
  float: right;
  font-weight: lighter;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

/* ====================================================
   Promoted tooltip
   ==================================================== */
.article-promoted span {
  color: #ff664d;
  cursor: default;
  font-family: "entypo";
  padding: 0 5px 0 0;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

/* ====================================================
   Sub nav
   ==================================================== */
.sub-nav {
  margin: 25px 0;
  width: 100%;
}

.sub-nav .breadcrumbs {
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 768px) {
  .sub-nav .breadcrumbs {
  	margin-bottom: 0;
  }
}

.sub-nav-far {
  margin-bottom: 70px;
}

/* ====================================================
   Breadcrumbs
   ==================================================== */
.breadcrumbs li {
  display: inline-block;
}
@media (min-width: 768px) {
 .breadcrumbs li {
  	white-space: nowrap;
	} 
}
.breadcrumbs li {
  font-size: 14px;
  margin-right: 10px;
}
.breadcrumbs li a {
  color: #555;
}
.breadcrumbs li a:hover {
  color: rgba(0, 89, 241, 1);
  text-decoration: none;
}
.breadcrumbs li + li {
  
}
.breadcrumbs li + li:before {
  color: rgba(0, 89, 241, 1);
  content: ">";
  margin-right: 10px;
}

/* ====================================================
   Article
   ==================================================== */
/*
 * Header
 */
.article-header {
  margin-bottom: 50px;
}

.article-header h1 {
  margin-bottom: 20px;
}

.article-author {
  color: #333;
  font-weight: bold;
  margin-top: 2px;
}

.article-metadata {
  float: left;
  padding-left: 55px;
  position: relative;
}

.article-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

.article-avatar img {
  max-height: 38px;
  max-width: 38px;
}

.article-updated {
  color: #bbb;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.article-subscribe, .article-unsubscribe {
  float: right;
  margin-top: 10px;
}

/*
 * Sidebar
 */
.article-sidebar {
  
}

.article-sidebar h3 {
  color: #555;
  font: 700 12px/24px "Montserrat", Arial, sans-serif;
  letter-spacing: 2.6px;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.article-sidebar ul {
  margin-bottom: 60px;
}

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

/*
 * Body
 */
.article-body {
  line-height: 1.7;
  font-size: 16px;
  word-wrap: break-word;
}

.article-body p {
  margin: 0 0 20px;
}

.article-body img {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.article-body pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

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

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

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

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-left: 20px;
}

/*
 * Footer
 */
.article-footer {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  border-width: 1px 0;
  margin: 70px 0;
  padding: 20px 0;
}

.article-footer .article-vote {
  float: left;
}

.article-footer .share {
  float: right;
  margin-top: 2px;
}

/*
 * Vote
 */
.article-vote {
  position: relative;
}

.article-vote small {
  color: #bbb;
  display: block;
}

.article-vote a:hover {
  text-decoration: none;
}

.article-vote-controls {
  position: absolute;
  right: -105px;
  top: 0;
}

/*
 * Vote icons
 */
.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

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

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

.article-voted {
  box-shadow: inset 1px 1px 5px #DDDDDD;
  opacity: 1;
}

.article-vote-up.article-voted {
  color: #6B9100;
}

.article-comments h2 {
  font-size: 17px;
  margin-top: 50px;
}

.article-avatar img {
  border-radius: 3px;
}

/* ====================================================
   Social share links
   ==================================================== */
.share li {
  display: inline-block;
}

.share a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  display: inline-block;
  color: #FFF;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

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

.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}

.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}

.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}

.share-googleplus:before {
  background: #CD3C2A;
  content: "\F30F";
}

.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

/* ====================================================
   Attachments/Screencasts
   ==================================================== */
.attachment-list, .screencast-list {
  font-size: 11px;
}

.attachment-list span, .screencast-list span {
  color: #bbb;
}

.comment .attachment-list, .comment .screencast-list {
  margin-top: 25px;
}
.comment .attachment-list li, .comment .screencast-list li {
  margin-bottom: 10px;
}
.comment .attachment-list li:before, .comment .screencast-list li:before {
  background: #f6f6f6;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}
.comment .attachment-list li:before {
  content: "\1F4CE";
}
.comment .screencast-list li:before {
  content: "\1F4BB";
}

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment, .comment-form {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: inherit;
  line-height: 1.3;
  min-height: 100px;
  padding: 20px 0;
  position: relative;
}

.comment-container {
  margin-left: 85px;
}

.comment-avatar {
  position: absolute;
  display: inline-block;
}

.comment-avatar img {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZH09V2GJPJHRFEMXDZZDBAX");
  background-image: url("/hc/theming_assets/01HZH09VSVEWQ7RH07KHDHKXB8");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  right: -3px;
  content: " ";
}

.comment-author {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.comment-published, .comment-edit, .comment-delete, .comment-mark-as-spam {
  float: right;
  font-size: 11px;
  margin-right: 12px;
  margin-left: 12px;
}

.comment-published {
  color: #bbb;
  font-weight: lighter;
}

.comment-edit:before, .comment-delete:before, .comment-mark-as-spam:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -14px;
  pointer-events: none;
  position: absolute;
}

.comment-body {
  font-weight: lighter;
  line-height: 1.7;
  word-wrap: break-word;
}

.comment-body p:first-child {
  margin-top: 0px;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border-color: #DDDDDD;
  border-color: rgba(0, 0, 0, 0.13);
  border-style: solid;
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
  padding: 10px;
}

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

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

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

.comment-mark-as-solved {
  float: left;
  margin-top: 5px;
}

.comment-screencasts {
  float: left;
  margin-top: 5px;
  margin-right: 25px;
}

.comment-list + .pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.pending-comments-list {
  list-style: none;
}

.pending-moderation-comment-badge {
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  margin-top: 10px;
  font-size: 12px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
  line-height: 0;
  padding: 20px 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  list-style: none;
}

.pagination li {
  float: left;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.pagination li + li {
  border-left: none;
}

.pagination a, .pagination span {
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  padding: 10px 20px;
}

.pagination-current span, .pagination-current span:hover,
.pagination a:hover, .pagination span:hover {
  background: rgba(0, 89, 241, 1);
  color: #fff;
  text-decoration: none;
}

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

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

/* ====================================================
   My activities
   ==================================================== */
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-header {
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
}

.my-activities-nav {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 55px;
  padding: 25px 0;
}

.my-activities-nav li {
  padding-right: 30px;
}

.my-activities-sub-nav li {
  padding-right: 15px;
}

.my-activities-nav li, .my-activities-sub-nav li {
  display: inline-block;
  font-weight: bold;
}

.my-activities-nav li a, .my-activities-sub-nav li a {
  font-weight: normal;
}

.my-activities-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}

.my-activities-sub-nav li + li {
  padding-left: 15px;
}

.my-activities-sub-nav {
  padding: 15px 0;
  position: relative;
}

.request-table-toolbar {
  background-color: #FAFAFA;
  padding: 8px;
  text-align: right;
  height: 45px;
}

.request-table-toolbar .nesty-input {
  width: 100px;
  float: right;
}

.requests-search {
  border-radius: 15px;
  float: left;
  height: 27px;
  outline: none;
  padding: 5px 15px;
  width: 250px;
}

.request-filter-label {
  padding: 5px 8px;
  float: right;
}

.my-activities-table a {
  clear: both;
}

.my-activities-table a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-requests th:first-child + th + th, .my-requests td:first-child + td + td {
  display: none;
}

.request-table a {
  max-width: 550px;
}

.following-table a {
  max-width: 390px;
}

.contribution-table a {
  max-width: 250px;
}

.request-table td:nth-child(1) {
  width: 5%;
}

.request-table td:nth-child(2) {
  width: 65%;
}

.request-table td:nth-child(3) {
  width: 15%;
}

.request-table td:nth-child(4) {
  width: 15%;
}

.following-table td:nth-child(1) {
  width: 45%;
}

.following-table td:nth-child(2) {
  width: 15%;
}

.following-table td:nth-child(3) {
  width: 30%;
}

.following-table td:nth-child(4) {
  width: 10%;
}

/* ====================================================
   Requests
   ==================================================== */
.request-follow-up {
  text-align: right;
}

.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}

.request-details {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin: 30px 0 30px;
  padding: 15px 20px;
}

.request-details li + li {
  margin-top: 10px;
}

.request-header {
  font-weight: lighter;
  font-size: 1.7em;
  margin: 1em 0;
}

.request-id {
  color: #bbb;
  display: block;
  font-size: 13px;
}

.request-details {
  font-size: 12px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
}

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

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
  white-space: nowrap;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* ====================================================
   Search results
   ==================================================== */
body.community-enabled .search-results-column {
  width: 100%;
}

body.community-enabled .search-results-column ~ .search-results-column {
  
}
.search-results-heading {
  margin: 0 0 60px;
}
.search-results-subheading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #555;
  font: 700 12px/24px "Montserrat", Arial, sans-serif;
  letter-spacing: 2.6px;
  padding-bottom: 30px;
  margin: 25px 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-result {
  margin: 0;
  padding: 30px 0;
}

.search-result + .search-result {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.search-results-list {
  margin: 0;
}

.search-result-link {
  color: rgba(0, 89, 241, 1);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.3;
}

.search-result-description,
.search-result-meta {
  padding-top: 16px;
}
.search-result-meta {
  font-size: 12px;
}

.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 12px;
  color: #bbb;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.search-results + .pagination {
  margin-top: 60px;
}

/* ====================================================
   Forms
   ==================================================== */
.form {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 40px 55px;
}

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

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

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

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

.form-field textarea, .form-field input {
  box-shadow: inset 0 1px #E3E3E3;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.11);
}

.form-field p {
  color: #888;
  font-size: 13px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form,
.searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

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

.form footer {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 40px;
  padding-top: 25px;
  text-align: right;
}

.form footer a {
  color: #CCC;
  cursor: pointer;
  margin-right: 15px;
}
.upload-dropzone {
  color: #888;
  font-size: 13px;
}
.upload-dropzone span {
  color: #888;
}

/* ====================================================
   Error pages
   ==================================================== */
.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

/* ====================================================
   Community
   ==================================================== */
/*
 * Heading
 */
.community-heading {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

/*
 * Nav
 */
.community-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  margin-bottom: 55px;
  margin-top: 0;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

.community-nav li:last-child a {
  color: #158EC2;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

/*
 * Sub nav
 */
.community-sub-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  position: relative;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/*
 * Topics/questions/answers
 */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 30px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZH09V2GJPJHRFEMXDZZDBAX");
  background-image: url("/hc/theming_assets/01HZH09VSVEWQ7RH07KHDHKXB8");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #C5C5C5;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  color: #5c6166;
  font: 22px/1.3 "Montserrat", Arial, sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}

.question-title a, .topic-title a {
  font-weight: 400;
}

.question-meta, .answer-meta, .topic-meta {
  color: #C5C5C5;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

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

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
 * Vote
 */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #BBB;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

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

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

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/*
 * Accept
 */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/*
 * Admin controls
 */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit, .question-delete, .question-mark-as-spam, .answer-delete, .answer-mark-as-spam {
  margin-left: 25px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  pointer-events: none;
  position: absolute;
}

/* ====================================================
   Chat
   ==================================================== */
.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

/* ====================================================
   Parsed markdown
   ==================================================== */
.markdown {
  word-wrap: break-word;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 13px;
  font-size: 13px;
}

.markdown img {
  display: block;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 10px;
}

.markdown p {
  margin-bottom: 10px;
}

.markdown ul,
.markdown ol {
  list-style-position: inside;
  margin: 0 0 10px 10px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown li > ul,
.markdown li > ol {
  margin: 0 0 0 10px;
}

.markdown pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  margin-bottom: 10px;
}

.markdown blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

.markdown hr {
  margin-bottom: 10px;
  height: 2px;
  background-color: #ECECEC;
}

/* ====================================================
   Right to left
   ==================================================== */
html[dir=rtl] {
  /* ====================================================
     Base styles
     ==================================================== */
  /*
   * Forms
   */
  /*
   * Tables
   */
  /* ====================================================
     Helper classes
     ==================================================== */
  /*
   * Column size
   */
  /*
   * Dropdowns
   */
  /*
   * Visibility
   */
  /* ====================================================
     Header
     ==================================================== */
  /* ====================================================
     Search
     ==================================================== */
  /* ====================================================
     Navigation Pages
     ==================================================== */
  /* ====================================================
     Promoted tooltip
     ==================================================== */
  /* ====================================================
     Sub nav
     ==================================================== */
  /* ====================================================
     Article
     ==================================================== */
  /*
   * Header
   */
  /*
   * Body
   */
  /*
   * Footer
   */
  /*
   * Vote
   */
  /* ====================================================
     Social share links
     ==================================================== */
  /* ====================================================
     Attachments/Screencasts
     ==================================================== */
  /* ====================================================
     Comments - Used in the Article page and Request page
     ==================================================== */
  /* ==========================================================================
     Pagination
     ========================================================================== */
  /* ====================================================
     My activities
     ==================================================== */
  /* ====================================================
     Requests
     ==================================================== */
  /* ====================================================
     Search results
     ==================================================== */
  /* ====================================================
     Forms
     ==================================================== */
  /* ====================================================
     Community
     ==================================================== */
  /*
   * Heading
   */
  /*
   * Nav
   */
  /*
   * Sub nav
   */
  /*
   * Topics/questions/answers
   */
  /*
   * Vote
   */
  /*
   * Accept
   */
  /*
   * Admin controls
   */
  /* ====================================================
     Chat
     ==================================================== */
  /* ====================================================
     Parsed markdown
     ==================================================== */
}
html[dir=rtl] input[type=checkbox] + label {
  margin-left: auto;
  margin-right: 5px;
}
html[dir=rtl] table {
  text-align: right;
}
html[dir=rtl] .main-column {
  float: right;
}
html[dir=rtl] .side-column {
  float: left;
}
html[dir=rtl] .dropdown-toggle:after {
  margin-left: auto;
  margin-right: 5px;
}
html[dir=rtl] .visibility-internal-icon:before {
  margin-right: auto;
  margin-left: 5px;
}
html[dir=rtl] .visibility-internal:before {
  left: auto;
  right: -10px;
}
html[dir=rtl] .visibility-internal:after {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -5px;
}
html[dir=rtl] .logo {
  float: right;
}
html[dir=rtl] .user-nav {
  float: left;
}
html[dir=rtl] .user-info [role="button"] {
  padding: 4px 4px 4px 10px;
}
html[dir=rtl] .user-avatar {
  margin-right: auto;
  margin-left: 4px;
}
html[dir=rtl] .submit-a-request {
  border-left: 0;
  border-right: 1px solid #ECECEC;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  margin-left: auto;
  margin-right: 15px;
  padding-left: auto;
  padding-right: 15px;
}
html[dir=rtl] .login, html[dir=rtl] .user-info {
  margin-left: auto;
  margin-right: 20px;
}
html[dir=rtl] .hero-unit .search input[type=search] {
  padding: 12px 55px 12px 12px;
}
html[dir=rtl] .hero-unit .search input[type=text] {
  padding: 16px 55px 16px 12px;
}
html[dir=rtl] .sub-nav .search {
  float: left;
}
html[dir=rtl] .sub-nav .search input[type=search] {
  padding: 6px 35px 6px 10px;
}
html[dir=rtl] .sub-nav .search input[type=text] {
  padding: 6px 35px 6px 10px;
}
html[dir=rtl] body.community-enabled .knowledge-base {
  float: right;
}
html[dir=rtl] body.community-enabled .community {
  float: left;
}
html[dir=rtl] .community h4 a {
  margin-left: auto;
  margin-right: 5px;
}
html[dir=rtl] .category-empty, html[dir=rtl] .section {
  padding: 0 0 30px 50px;
}
html[dir=rtl] .section-subscribe, html[dir=rtl] .section-unsubscribe {
  float: left;
}
html[dir=rtl] .article-promoted span {
  margin-right: auto;
  margin-left: 5px;
}
html[dir=rtl] .article-promoted span:before {
  left: auto;
  right: -10px;
}
html[dir=rtl] .article-promoted span:after {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -5px;
}
html[dir=rtl] .sub-nav .breadcrumbs {
  float: right;
}
html[dir=rtl] .article-metadata {
  float: right;
  padding-left: auto;
  padding-right: 55px;
}
html[dir=rtl] .article-avatar {
  left: auto;
  right: 0;
}
html[dir=rtl] .article-subscribe, html[dir=rtl] .article-unsubscribe {
  float: left;
}
html[dir=rtl] .article-body blockquote {
  border-left: 0;
  border-right: 1px solid #ECECEC;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: auto;
  padding-right: 20px;
}
html[dir=rtl] .article-body ul, html[dir=rtl] .article-body ol {
  margin: 20px 20px 20px 0;
}
html[dir=rtl] .article-body li > ul, html[dir=rtl] .article-body li > ol {
  margin: 0 20px 0 0;
}
html[dir=rtl] .article-body li {
  margin-left: auto;
  margin-right: 20px;
}
html[dir=rtl] .article-footer .article-vote {
  float: right;
}
html[dir=rtl] .article-footer .share {
  float: left;
}
html[dir=rtl] .article-vote-controls {
  right: auto;
  left: -85px;
}
html[dir=rtl] .article-voted {
  box-shadow: inset -1px 1px 5px #DDDDDD;
}
html[dir=rtl] .share-label + .share {
  left: auto;
  right: 50%;
  margin: 10px -75px 0 0;
}
html[dir=rtl] .share-label + .share:before, html[dir=rtl] .share-label + .share:after {
  left: auto;
  right: 50%;
}
html[dir=rtl] .share-label + .share:before {
  margin-left: auto;
  margin-right: -6px;
}
html[dir=rtl] .share-label + .share:after {
  margin-left: auto;
  margin-right: -5px;
}
html[dir=rtl] .comment .attachment-list li:before, html[dir=rtl] .comment .screencast-list li:before {
  margin-right: auto;
  margin-left: 5px;
}
html[dir=rtl] .comment-container {
  margin-left: auto;
  margin-right: 85px;
}
html[dir=rtl] .comment-avatar-agent:after {
  right: auto;
  left: -3px;
}
html[dir=rtl] .comment-published, html[dir=rtl] .comment-edit, html[dir=rtl] .comment-delete, html[dir=rtl] .comment-mark-as-spam {
  float: left;
}
html[dir=rtl] .comment-edit:before, html[dir=rtl] .comment-delete:before, html[dir=rtl] .comment-mark-as-spam:before {
  margin-left: auto;
  margin-right: -14px;
}
html[dir=rtl] .comment-form-controls {
  text-align: left;
}
html[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: auto;
  margin-right: 15px;
}
html[dir=rtl] .comment-mark-as-solved {
  float: right;
}
html[dir=rtl] .comment-screencasts {
  float: right;
  margin-right: auto;
  margin-left: 25px;
}
html[dir=rtl] .pagination li {
  float: right;
}
html[dir=rtl] .pagination li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-right: none;
}
html[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}
html[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}
html[dir=rtl] .my-activities-nav li {
  padding-right: auto;
  padding-left: 30px;
}
html[dir=rtl] .my-activities-sub-nav li {
  padding-right: auto;
  padding-left: 15px;
}
html[dir=rtl] .my-activities-nav li + li {
  border-left: 0;
  border-right: 1px solid #ECECEC;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: auto;
  padding-right: 30px;
}
html[dir=rtl] .my-activities-sub-nav li + li {
  padding-left: auto;
  padding-right: 15px;
}
html[dir=rtl] .request-table-toolbar {
  text-align: left;
}
html[dir=rtl] .requests-search {
  float: right;
}
html[dir=rtl] .request-follow-up {
  text-align: left;
}
html[dir=rtl] .follow-up-hint {
  float: left;
}
html[dir=rtl] body.community-enabled .search-results-column {
  float: right;
}
html[dir=rtl] body.community-enabled .search-results-column ~ .search-results-column {
  margin-left: auto;
  margin-right: 40px;
}
html[dir=rtl] .search-results-subheading-link {
  margin-left: auto;
  margin-right: 5px;
}
html[dir=rtl] .search-result-meta-time:before, html[dir=rtl] .search-result-meta-count:before {
  padding-right: auto;
  padding-left: 5px;
}
html[dir=rtl] .search-result-votes {
  margin-left: auto;
  margin-right: 5px;
}
html[dir=rtl] .search-result-votes:before {
  margin-right: auto;
  margin-left: 3px;
}
html[dir=rtl] .form-field input[type=checkbox] + label {
  margin: 0 10px 0 0;
}
html[dir=rtl] .form-field.required > label:after {
  margin-left: auto;
  margin-right: 2px;
}
html[dir=rtl] [data-loading="true"] input, html[dir=rtl] [data-loading="true"] textarea {
  background-position: 1% 50%;
}
html[dir=rtl] .form footer {
  text-align: left;
}
html[dir=rtl] .form footer a {
  margin-right: auto;
  margin-left: 15px;
}
html[dir=rtl] .community-heading {
  float: right;
}
html[dir=rtl] .community-nav li {
  border: 0;
  border-right: 1px solid #ECECEC;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 30px;
}
html[dir=rtl] .community-nav li:first-child {
  border-right: 0;
  padding-right: 0;
}
html[dir=rtl] .community-nav li:last-child {
  border-right: 0;
  float: left;
  padding-left: 0;
}
html[dir=rtl] .community-nav li:last-child a:before {
  margin-right: auto;
  margin-left: 10px;
}
html[dir=rtl] .community-sub-nav li {
  padding-right: auto;
  padding-left: 15px;
}
html[dir=rtl] .community-sub-nav li + li {
  padding-left: auto;
  padding-right: 15px;
}
html[dir=rtl] .community-sub-nav .topic-add {
  right: auto;
  left: 0;
}
html[dir=rtl] .topic {
  padding: 20px 0 20px 30px;
}
html[dir=rtl] .question-avatar, html[dir=rtl] .answer-avatar {
  margin-right: auto;
  margin-left: 10px;
}
html[dir=rtl] .question-avatar-agent:after, html[dir=rtl] .answer-avatar-agent:after {
  left: auto;
  right: 30px;
}
html[dir=rtl] .question-body .question-meta, html[dir=rtl] .answer-body .answer-meta, html[dir=rtl] .answer-official-body .answer-meta {
  float: right;
}
html[dir=rtl] .question-topic-list li {
  margin: 10px 0 0 10px;
}
html[dir=rtl] .answer-form {
  margin: 30px 95px 0 0;
}
html[dir=rtl] .answer-form-controls {
  text-align: left;
}
html[dir=rtl] .answer-form-controls input[type=submit] {
  margin-left: auto;
  margin-right: 15px;
}
html[dir=rtl] .answer-form-controls .pull-left {
  float: right;
}
html[dir=rtl] .pending-moderation-answer-badge {
  float: right;
}
html[dir=rtl] .vote {
  margin-left: 10px;
  margin-right: 15px;
}
html[dir=rtl] .vote-sum {
  padding-left: auto;
  padding-right: 10px;
}
html[dir=rtl] .answer-accept:before {
  margin-right: auto;
  margin-left: 5px;
}
html[dir=rtl] .topic-controls, html[dir=rtl] .question-controls, html[dir=rtl] .answer-controls {
  float: left;
}
html[dir=rtl] .topic-edit, html[dir=rtl] .question-delete, html[dir=rtl] .question-mark-as-spam, html[dir=rtl] .answer-delete, html[dir=rtl] .answer-mark-as-spam {
  margin-left: auto;
  margin-right: 25px;
}
html[dir=rtl] .topic-edit:before, html[dir=rtl] .question-delete:before, html[dir=rtl] .question-mark-as-spam:before, html[dir=rtl] .answer-delete:before, html[dir=rtl] .answer-mark-as-spam:before {
  margin-left: auto;
  margin-right: -16px;
}
html[dir=rtl] .chat {
  right: auto;
  left: 85px;
}
html[dir=rtl] .chat:before {
  margin-right: auto;
  margin-left: 10px;
}
html[dir=rtl] .markdown ul, html[dir=rtl] .markdown ol {
  margin: 0 10px 10px 0;
}
html[dir=rtl] .markdown li > ul, html[dir=rtl] .markdown li > ol {
  margin: 0 10px 0 0;
}
html[dir=rtl] .markdown blockquote {
  border-left: 0;
  border-right: 1px solid #ECECEC;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: auto;
  padding-right: 10px;
}


@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,400i,700);
body {
  padding-bottom: 0;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
  Eventfinda Ticketing Header and Footer
*/
.header {
  background: #fff;
  height: auto;
  max-height: 100vh;
  padding: 22px 0;
  z-index: 1020;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1259.98px) {
  .header {
    padding: 13.5px 0;
    overflow-y: visible;
  }
}
.header_stick,
.header_stuck {
  border-bottom: 1px solid #d7dee1;
  padding: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(215, 222, 225, 0.6);
  box-shadow: 0 4px 10px 0 rgba(215, 222, 225, 0.6);
}
.header_stick.header_opened {
  padding: 0 0 12px 0;
}
@media (min-width: 1020px) {
  .header_stick.header_opened {
    padding: 0;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__container:before,
.header__container:after {
  content: none;
  display: none;
}
@media (max-width: 1019.98px) {
  .header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (min-width: 720px) {
  .header__container {
    max-width: 680px;
  }
}
@media (min-width: 1020px) {
  .header__container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .header__container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .header__container {
    max-width: 1200px;
  }
}
.header__logo {
  display: block;
  margin-right: 50px;
  position: relative;
  width: 143px;
}
@media (max-width: 1259.98px) {
  .header__logo {
    margin-right: 10px;
    width: 120px;
  }
}
.header__logoImg {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header_stick .header__logoImg,
.header_stuck .header__logoImg {
  width: 141px;
}
@media (max-width: 1259.98px) {
  .header_stick .header__logoImg,
  .header_stuck .header__logoImg {
    width: 120px;
  }
}
@media (max-width: 1019.98px) {
  .header_stick .header__logoImg,
  .header_stuck .header__logoImg {
    width: 100%;
  }
}
.header__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 1259.98px) {
  .header__menu {
    margin: 0 30px 0;
  }
}
@media (max-width: 1019.98px) {
  .header__menu {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin: 15px 0 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header_opened .header__menu {
    display: block;
    margin: 0 -15px -22px;
  }
}
@media (max-width: 1019.98px) and (max-width: 1259.98px) {
  .header_opened .header__menu {
    margin: 0 -15px -12px;
  }
}
@media (max-width: 719.98px) {
  .header__menu {
    background: #f7f8f9;
  }
}
.header__nav {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 719.98px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.header__nav > .menu-item {
  position: relative;
  margin: -22px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1259.98px) {
  .header__nav > .menu-item {
    margin: -12px 0;
  }
}
@media (max-width: 1019.98px) {
  .header__nav > .menu-item {
    margin: 0;
  }
}
@media (max-width: 719.98px) {
  .header__nav > .menu-item {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #d7dee1;
  }
  .header__nav > .menu-item:last-child {
    border: none;
  }
}
.header__nav > .menu-item::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 11px;
  right: 13px;
  background-color: #9559c1;
  height: 0;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media (min-width: 1020px) {
  .header__nav > .menu-item:hover::before {
    position: absolute;
    display: block;
    content: '';
    height: 6px;
  }
}
.header__nav > .menu-item a {
  font: 700 12px/24px "Montserrat", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 37px 5px;
  color: #5c6166;
  text-decoration: none;
}
@media (max-width: 1259.98px) {
  .header__nav > .menu-item a {
    font-size: 10px;
    padding: 25px 5px;
  }
}
@media (max-width: 1019.98px) {
  .header__nav > .menu-item a {
    padding: 12px 14px;
  }
}
@media (max-width: 719.98px) {
  .header__nav > .menu-item a {
    font-size: 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 14px 12px;
  }
}
.header__nav > .menu-item a:hover {
  color: #9559c1;
  text-decoration: none;
}
.header_stick .header__nav > .menu-item,
.header_stuck .header__nav > .menu-item {
  margin: 0;
}
.header_stick .header__nav > .menu-item > a,
.header_stuck .header__nav > .menu-item > a {
  padding-top: 15px;
  padding-bottom: 14px;
}
@media (max-width: 1019.98px) {
  .header_stick .header__nav > .menu-item > a,
  .header_stuck .header__nav > .menu-item > a {
    padding-top: 11px;
    padding-bottom: 12px;
  }
}
.header__nav > .menu-item-has-children > a::after {
  position: relative;
  display: inline-block;
  content: '';
  margin-left: 5px;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 10px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMiA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OS4xICg1MTE0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c21hbGwtZG93bjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LS8tV2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MTguMDAwMDAwLCAtNDcuMDAwMDAwKSIgZmlsbD0iIzVDNjE2NiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9InNtYWxsLWRvd24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYxOC4wMDAwMDAsIDQ3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjYgNy40IDAuNiAyIDIgMC42IDYgNC42IDEwIDAuNiAxMS40IDIiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__nav > .menu-item-has-children_active > a::after {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__nav .sub-menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #fff;
  z-index: 1000;
  top: 100%;
  left: -29px;
  padding: 25px;
  -webkit-transform: scale(1.03) translate(0, -22px);
  -o-transform: scale(1.03) translate(0, -22px);
  transform: scale(1.03) translate(0, -22px);
  -webkit-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1259.98px) {
  .header__nav .sub-menu {
    -webkit-transform: scale(1.03) translate(0, -12px);
    -o-transform: scale(1.03) translate(0, -12px);
    transform: scale(1.03) translate(0, -12px);
    padding: 15px;
  }
}
@media (min-width: 1020px) {
  .header__nav .sub-menu {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 719.98px) {
  .header__nav .sub-menu {
    background-color: #eef1f3;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
.header__nav .sub-menu::before {
  position: absolute;
  display: block;
  content: '';
  height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.95;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eef1f3), to(rgba(255, 255, 255, 0.01)));
  background-image: -webkit-linear-gradient(#eef1f3 0%, rgba(255, 255, 255, 0.01) 100%);
  background-image: -o-linear-gradient(#eef1f3 0%, rgba(255, 255, 255, 0.01) 100%);
  background-image: linear-gradient(#eef1f3 0%, rgba(255, 255, 255, 0.01) 100%);
}
@media (max-width: 719.98px) {
  .header__nav .sub-menu::before {
    display: none;
  }
}
.header__nav .sub-menu .menu-item {
  position: relative;
  border-bottom: 1px solid #d7dee1;
  padding: 0;
}
.header__nav .sub-menu .menu-item::before {
  display: none !important;
}
.header__nav .sub-menu .menu-item:last-child {
  border: none;
}
@media (max-width: 719.98px) {
  .header__nav .sub-menu .menu-item {
    border: none;
  }
}
.header__nav .sub-menu a {
  display: block;
  padding: 11px 0 10px 13px;
  white-space: nowrap;
  min-width: 180px;
}
@media (max-width: 1019.98px) {
  .header__nav .sub-menu a {
    padding: 8px 0;
  }
}
@media (max-width: 719.98px) {
  .header__nav .sub-menu a {
    min-width: 0;
  }
}
.header__nav .sub-menu a:hover {
  color: #9559c1;
  text-decoration: none;
}
@media (min-width: 1020px) {
  .header__nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 720px) and (max-width: 1019.98px) {
  .header__nav .menu-item-has-children_active .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@media (max-width: 719.98px) {
  .header__nav .menu-item-has-children_active .sub-menu {
    display: block;
  }
}
.header__menuBox {
  display: none;
}
@media (max-width: 1019.98px) {
  .header__menuBox {
    display: inline-block;
  }
}
.header__menuButton {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 700 12px/24px "Montserrat", Arial, sans-serif;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  border: none;
  padding: 15px 30px 14px;
  cursor: pointer;
  color: #fff;
  background: #5939a3;
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 45px;
  min-width: 130px;
  text-decoration: none;
}
.header__menuButton:active,
.header__menuButton:focus,
.header__menuButton:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1020px) {
  .header__menuButton {
    padding: 15px 20px 14px;
  }
}
@media (max-width: 479px) {
  .header__menuButton {
    width: 100%;
  }
}
.header__menuButton:hover {
  background: #9559c1;
  color: #fff;
}
.header__menuButton + .ajax-loader {
  background-color: #5939a3;
}
.header__menuIcon {
  display: block;
  position: absolute;
  left: 16px;
  top: 15px;
  width: 15px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__menuIcon::before,
.header__menuIcon::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #fff;
  height: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__menuIcon::before {
  width: 15px;
  top: 6px;
}
.header__menuIcon::after {
  width: 10px;
  top: 12px;
}
.header_opened .header__menuIcon {
  background-color: transparent;
  left: 22px;
}
.header_opened .header__menuIcon::before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -o-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  top: 5px;
}
.header_opened .header__menuIcon::after {
  width: 15px;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  -o-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  top: 5px;
}
.header_opened .header__menuText_default {
  display: none;
}
.header__menuText_open {
  display: none;
}
.header_opened .header__menuText_open {
  display: block;
}
.header__cta {
  margin-left: 50px;
  width: 236.422px;
}
@media (max-width: 1259.98px) {
  .header__cta {
    margin-left: 10px;
    width: 203.1px;
  }
}
@media (max-width: 1019.98px) {
  .header__cta {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .header_opened .header__cta {
    display: none;
  }
}
@media (max-width: 719.98px) {
  .header__cta {
    background: #f7f8f9;
  }
}
.header__ctaStart {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font: 700 12px/24px "Montserrat", Arial, sans-serif;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  border: none;
  padding: 15px 30px 14px;
  cursor: pointer;
  color: #fff;
  background: #5939a3;
  margin: 0 15px 0 0;
  padding: 15px 18px 14px;
  display: inline-block;
}
.header__ctaStart:hover {
  text-decoration: none;
}
@media (min-width: 1020px) {
  .header__ctaStart {
    padding: 15px 7px 14px;
  }
}
@media (max-width: 1259.98px) {
  .header__ctaStart {
    font-size: 10px;
    margin-right: 5px;
  }
}
@media (max-width: 479px) {
  .header__ctaStart {
    width: 100%;
  }
}
.header__ctaStart:hover {
  background: #9559c1;
  color: #fff;
}
.header__ctaStart + .ajax-loader {
  background-color: #5939a3;
}
@media (max-width: 1019.98px) {
  .header__ctaStart {
    min-width: 180px;
  }
}
@media (max-width: 479px) {
  .header__ctaStart {
    display: block;
    margin: 0 0 15px;
  }
}
.header__ctaLogin {
  font: 700 12px/24px "Montserrat", Arial, sans-serif;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 3px 14px;
  color: #ff664d;
  display: inline-block;
}
.header__ctaLogin:hover {
  text-decoration: none;
}
@media (min-width: 1020px) {
  .header__ctaLogin {
    padding: 3px 7px;
  }
}
@media (max-width: 1259.98px) {
  .header__ctaLogin {
    font-size: 10px;
  }
}
@media (max-width: 1019.98px) {
  .header__ctaLogin {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font: 700 12px/24px "Montserrat", Arial, sans-serif;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    border: none;
    padding: 15px 30px 14px;
    cursor: pointer;
    color: #fff;
    background-color: #ff664d;
    min-width: 180px;
  }
}
@media (max-width: 1019.98px) and (min-width: 1020px) {
  .header__ctaLogin {
    padding: 15px 20px 14px;
  }
}
@media (max-width: 1019.98px) and (max-width: 479px) {
  .header__ctaLogin {
    width: 100%;
  }
}
@media (max-width: 1019.98px) {
  .header__ctaLogin:hover {
    color: #ff664d;
    background-color: #fff;
  }
  .header__ctaLogin + .ajax-loader {
    background-color: #fff;
  }
}
@media (max-width: 479px) {
  .header__ctaLogin {
    display: block;
  }
}
.header__ctaLogin:hover {
  color: #eb3f2c;
}
footer.content-info {
  padding: 100px 0 0;
}
footer.content-info .container {
  width: 100% !important;
}
footer.content-info .footer {
  margin-left: 0;
  padding: 35px 0 17px;
}
footer.content-info .widget {
  padding: 0;
  overflow: visible;
}
@media (min-width: 1440px) {
  footer.content-info .container {
    max-width: 1200px;
  }
}
@media (min-width: 1260px) {
  footer.content-info .container {
    max-width: 1200px;
  }
}
@media (min-width: 1020px) {
  footer.content-info .container {
    max-width: 960px;
  }
}
@media (min-width: 720px) {
  footer.content-info .container {
    max-width: 680px;
  }
}
footer.content-info .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (max-width: 720px) {
  footer.content-info {
    padding-bottom: 0;
  }
}
@media (max-width: 1259.98px) {
  footer .footer {
    padding: 25px 0 10px;
  }
}
@media (min-width: 720px) {
  footer.content-info .container {
    max-width: 680px !important;
  }
}
@media (min-width: 1020px) {
  footer.content-info .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1260px) {
  footer.content-info .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1440px) {
  footer.content-info .container {
    max-width: 1200px !important;
  }
}
footer.content-info .footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  padding-bottom: 30px;
}
@media (max-width: 1259.98px) {
  footer.content-info .footer__menus {
    padding-bottom: 15px;
  }
}
footer.content-info .footer__menus ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
footer.content-info .footer__menus li {
  display: inline-block;
  margin-right: 39px;
}
@media (max-width: 1019.98px) {
  footer.content-info .footer__menus li {
    margin-right: 32px;
  }
}
@media (max-width: 719.98px) {
  footer.content-info .footer__menus li {
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  footer.content-info .footer__menus li {
    margin-right: 18px;
  }
}
footer.content-info .footer__menus li:last-child {
  margin-right: 0;
}
footer.content-info .footer__menus li a {
  font: 700 12px/24px "Montserrat", Arial, sans-serif;
  letter-spacing: 2.6px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #5c6166;
}
@media (max-width: 719.98px) {
  footer.content-info .footer__menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.footer__bottom {
  font: 700 10px/18px "Montserrat", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 12px 0;
  border-top: 1px solid #d7dee1;
}
@media (max-width: 1259.98px) {
  .footer__bottom {
    padding: 10px 12px 0;
  }
}
@media (max-width: 719.98px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__copyright {
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #5c6166;
}
@media (max-width: 719.98px) {
  .footer__copyright {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin-top: 10px;
  }
}
.footer__links {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 1.8px;
  color: #5c6166;
  margin-right: -20px;
}
.footer__link,
.footer__divider {
  display: block;
  color: #5c6166;
  margin-right: 20px;
}
.footer__link {
  color: #5c6166;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin-right: 20px;
}
.footer__link:hover {
  color: #9559c1;
  text-decoration: none;
}
.footer__link_icon {
  display: inline-block;
  height: 17px;
  position: relative;
  top: -1px;
  width: 17px;
}
.footer__link_icon.footer__link_fb,
.footer__link_icon.footer__link_in {
  top: -1.5px;
}
.footer__link_icon.footer__link_yt {
  top: 0;
}
.footer__link_icon .icon {
  fill: #5c6166;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer__link_icon:hover .icon {
  fill: #5939a3;
}
.cards-wrapper {
  margin: 60px 0;
}
.cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card {
  margin: 0 0 30px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 991px) {
  .card {
    margin: 0;
  }
  .card-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .card-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .card-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.card .card-body {
  -webkit-box-shadow: 0 10px 30px 0 #d7dee1;
  box-shadow: 0 10px 30px 0 #d7dee1;
  height: 100%;
  padding: 15px;
  position: relative;
  width: 100%;
}
.card .card-image {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
.card .card-image img {
  display: block;
  height: auto;
  width: 100%;
}
.card .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 35px 20px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card .card-title {
  color: #5c6166;
  font: 22px/1.3 "Montserrat", Arial, sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 0.5px;
  margin: 0 0 11px;
}
.card .card-title a {
  color: #5c6166;
  font-family: "Montserrat", Arial, sans-serif;
}
.card .card-title a:hover {
  color: rgba(0, 89, 241, 1);
  text-decoration: none;
}
.card .card-description {
  color: #5c6166;
  font: 15px/24px "Open Sans", Arial, sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
}
.card .card-link {
  color: rgba(0, 89, 241, 1);
  font: 700 14px/24px "Montserrat", Arial, sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: uppercase;
}
.card .card-link:hover {
  color: #5c6166;
  text-decoration: none;
}
.card .badge {
  border-radius: 50%;
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 20px;
  width: 54px;
  -webkit-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.card .badge.how-to {
  background: #ff664d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjEgKDUxMTQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5idWxsZXQtbGlzdC02NzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJXZWJzaXRlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4KICAgICAgICA8ZyBpZD0iUmVzb3VyY2VzLS0tSG9tZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUxMi4wMDAwMDAsIC03ODIuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8ZyBpZD0iYnVsbGV0LWxpc3QtNjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxMy4wMDAwMDAsIDc4My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSIyIiBjeT0iMiIgcj0iMiI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBjeD0iMiIgY3k9IjEwIiByPSIyIj48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSIyIiBjeT0iMTgiIHI9IjIiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTgsMiBMMjAsMiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOCwxMCBMMjAsMTAiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTgsMTggTDIwLDE4IiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
}
.card .badge.products {
    background: #9559c1 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjIgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjEgKDUxMTQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5zaW5nbGUtcGFyYWdyYXBoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IldlYnNpdGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgIDxnIGlkPSJSZXNvdXJjZXMtLS1Ib21lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTEyLjAwMDAwMCwgLTc4MS4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJzaW5nbGUtcGFyYWdyYXBoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MTMuMDAwMDAwLCA3ODIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLXBhdGgiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMiI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzLDUgTDE1LDUiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzLDkgTDE1LDkiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTUsMTMgTDE1LDEzIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LDE3IEwxNSwxNyIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLXBhdGgiIHg9IjUiIHk9IjUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
}
.card .badge.support {
  background: #5939a2 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 64 64"><title>c question</title><g stroke-linecap="square" stroke-width="5" fill="none" stroke="%23ffffff" stroke-linejoin="miter" class="nc-icon-wrapper" stroke-miterlimit="10"><circle cx="32" cy="32" r="29"></circle><circle cx="32" cy="47" r="1" stroke="%23ffffff"></circle><path d="M25,16.551c5.481-2.425,12.575-2.136,15,1.787s.748,8.483-3.4,12S32,36.232,32,39" stroke="%23ffffff"></path></g></svg>') center center no-repeat;
}


/* User Profiles */
.profile-content {
  padding: 0;
}

.profile-content .profile-no-activity {
  display: block;
  margin-top: 20px;
  color: #999;
}

.profile-avatar {
  align-self: flex-start;
  grid-row-start: 1;
  grid-row-end: span 3;
  position: relative;
  line-height: 1;
}

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

.profile-avatar img {
  height: 80px;
  max-width: none;
  width: 80px;
}

.profile-info {
  display: grid;
  grid-template-columns: 120px auto 140px;
  text-align: left;
}

.profile-info .basic-info h1 {
  font-size: 22px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .profile-info .basic-info h1 {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.03em;
  }
}
.profile-info .options {
  text-align: right;
}

.profile-info .basic-info h1 a {
  color: rgba(11, 11, 11, 1);
}

.profile-stats {
  display: inline-flex;
}

@media (max-width: 1023px) {
  .profile-stats {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .profile-stats {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
  }
}

.profile-stats-activity {
  margin: 10px 0;
}
.profile-stats-counters {
  margin: 20px 0;
}
.profile-stats .stat-label::after {
  content: ":";
}
.profile-stats .stat:not(:last-child)::after {
  content: "•";
  margin: 0 5px 0 0;
}
.profile-stats .stat span {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.profile-nav {
  margin: 50px 0;
}
.profile-nav ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.profile-nav-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.profile-nav-item {
  line-height: 14px;
  padding: 12px 22px;
  background-color: rgba(229, 213, 19, 1);
  border-radius: 100px;
  font-size: 14px;
  justify-content: center;
  border: 2px solid transparent;
  color: #FFFFFF;
  font-weight: 700;
}

@media (max-width: 767px) {
  .profile-nav-item {
    padding: 12px 20px;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .profile-nav-item {
    padding: 12px 24px;
    font-size: 16px;
  }
}

.profile-nav-item:hover {
  background-color: #FFFFFF;
  color: rgba(229, 213, 19, 1);
  border: 2px solid rgba(229, 213, 19, 1);
}

.profile-nav-item.is-active {
  padding: 12px 24px;
  background-color: #FFFFFF;
  color: rgba(229, 213, 19, 1);
  border: 2px solid rgba(229, 213, 19, 1);
  border-radius: 100px;
}

.profile-nav-item.is-active:hover {
  opacity: 1;
}

.profile-section-header {
  padding: 24px 0;
  margin-bottom: 24px;
}

.profile-section-title {
  margin-bottom: 8px;
  color: rgba(19, 19, 19, 1);
}

.profile-section-description {
  color: rgba(19, 19, 19, 1);
}

.profile-section-sorter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1023px) {
  .profile-section-sorter {
    gap: 12px;
  }
}

.profile-section-sorter .dropdown-menu {
  width: 100%;
}

.profile-section-sorter .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid black;
  border-radius: 8px;
  border: 1px solid #183462;
  gap: 20px;
}

@media (min-width: 1024px) {
  .profile-section-sorter .dropdown-toggle {
    min-width: 360px;
  }
}

.profile-activity-created-article,
.profile-activity-created-post {
  margin: 0 0 50px !important;
}
.profile-activity-created-article .profile-contribution-title {
  margin-top: 0;
}
.profile-activity-header {
  align-items: center;
  display: grid;
  grid-template-columns: 60px auto;
}
.profile-activity-header .avatar {
  height: 35px;
  width: 35px;
}
.profile-activity-description {
  margin: 0;
}
.profile-contribution-meta li {
  display: inline-block;
  font-size: 13px;
  margin: 0 20px 10px 0;
}
.profile-contribution-title {
  font-size: 24px;
}
.profile-contribution-body {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0;
}
.profile-activity-created-article .profile-activity-header, .profile-activity-item-articles .profile-activity-header, .profile-activity-created-comment .profile-activity-header, .profile-activity-item-comments .profile-activity-header {
  margin-bottom: 8px;
  color: rgba(19, 19, 19, 1);
  font-weight: 700;
}

.profile-activity-created-article .profile-contribution, .profile-activity-item-articles .profile-contribution, .profile-activity-created-comment .profile-contribution, .profile-activity-item-comments .profile-contribution {
  background-color: rgba(249, 249, 244, 1);
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.profile-activity-created-article .profile-contribution-breadcrumbs, .profile-activity-item-articles .profile-contribution-breadcrumbs, .profile-activity-created-comment .profile-contribution-breadcrumbs, .profile-activity-item-comments .profile-contribution-breadcrumbs {
  margin-bottom: 24px;
}

.profile-activity-created-article .profile-contribution-breadcrumbs li, .profile-activity-item-articles .profile-contribution-breadcrumbs li, .profile-activity-created-comment .profile-contribution-breadcrumbs li, .profile-activity-item-comments .profile-contribution-breadcrumbs li {
  font-size: 14px;
  color: rgba(198, 121, 121, 1);
}

.profile-activity-created-article .profile-contribution-body, .profile-activity-item-articles .profile-contribution-body, .profile-activity-created-comment .profile-contribution-body, .profile-activity-item-comments .profile-contribution-body {
  margin-bottom: 12px;
}

.profile-activity-created-article:not(:last-child), .profile-activity-item-articles:not(:last-child), .profile-activity-created-comment:not(:last-child), .profile-activity-item-comments:not(:last-child) {
  margin-bottom: 24px;
}

.profile-activity .meta-profile .meta-item,
.profile-activity .meta-profile .labeled-meta-item {
  display: inline-block;
}

.profile-activity .meta-profile .meta-item:not(:last-child)::after {
  content: "•";
  margin: 0 0 0 5px;
}
