@charset "UTF-8";

/* Over Ride */
body #contact-us-callout .icon-call {
  width: auto !important;
}

#contact-us-callout .icon-call {
  margin-top: 5px !important;
  margin-bottom: 30px !important;
}

/* contact us area */
.casasupp {
  min-width: 0px !important;
}

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

body {
  background-color: rgba(240, 240, 240, 1);
  color: rgba(63, 63, 63, 1);
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

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

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

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

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

input:focus {
  border: 1px solid #3f3f3f;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/theming_assets/01HZPNEGHN3QW8ZBKPERDG6MH3") 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 #3f3f3f;
}

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

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

textarea:focus {
  border: 1px solid #3f3f3f;
}

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

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

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

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

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

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

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

/***** Buttons *****/
.button,
[role="button"] {
  border: 1px solid #3f3f3f;
  border-radius: 4px;
  color: #3f3f3f;
  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;
}

/* contact us area - footer */
@media (max-width: 768px) {
  .casasupp {
    margin-left: 0px !important;
  }

  .hunterfan>#contact-us-callout .icon-call {
    margin-top: 5% !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {

  .button,
  [role="button"] {
    width: auto;
  }
}

.button::after,
[role="button"]::after {
  color: #3f3f3f;
}

.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: #3f3f3f;
  color: #3f3f3f;
  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: #0c0c0c;
  border-color: #0c0c0c;
}

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

.button-large,
input[type="submit"] {
  background-color: #3f3f3f;
  border: 0;
  border-radius: 4px;
  color: #3f3f3f;
  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: #0c0c0c;
}

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

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

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

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

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

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

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

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

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

.table td {
  display: block;
}

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

@media (min-width: 1024px) {

  .table td,
  .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {

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

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

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

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

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

.form-field input:focus {
  border: 1px solid #3f3f3f;
}

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

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

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

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

.form-field .nesty-input:focus {
  border: 1px solid #3f3f3f;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}
 */
.logo img {
  max-height: 37px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/***** User info in header *****/
.user-info {
  display: 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(63, 63, 63, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

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

.user-info>[role="button"]::after {
  color: rgba(63, 63, 63, 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: #3f3f3f;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #3f3f3f;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

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

.footer a {
  color: #727272;
}

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

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

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

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

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

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

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

.breadcrumbs li a:visited {
  color: rgba(63, 63, 63, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blocks-item {
  border: 1px solid #3f3f3f;
  border-radius: 4px;
  box-sizing: border-box;
  color: #3f3f3f;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

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

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
  background-color: #3f3f3f;
}

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  color: #3f3f3f;
  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: rgba(63, 63, 63, 1);
}

.blocks-item-link {
  color: #3f3f3f;
  padding: 20px 30px;
}

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

.blocks-item-title {
  margin-bottom: 0;
  letter-spacing: .065em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

  .recent-activity-item-parent,
  .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

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

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

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

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

.recent-activity-item-time,
.recent-activity-item-comment {
  color: #727272;
  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: #3f3f3f;
  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: 1024px) {
  .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: rgba(63, 63, 63, 1);
}

.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: rgba(63, 63, 63, 1);
}

.icon-star::before {
  color: #3f3f3f;
  font-size: 18px;
}

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

.section-content {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  margin: 0;
}

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

.article-body a:visited {
  color: #0c0c0c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-vote {
  background: transparent;
  border: 1px solid #3f3f3f;
  color: #3f3f3f;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

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

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

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus,
.article-vote:active {
  background-color: transparent;
  color: #3f3f3f;
}

.article-vote:hover {
  background-color: #3f3f3f;
}

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

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

.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: 1200px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(63, 63, 63, 1);
  display: block;
  padding: 20px 0;
}

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

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

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

.article-unsubscribe {
  background-color: #3f3f3f;
  color: #3f3f3f;
  text-decoration: none;
}

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

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

.sidenav-item {
  border-radius: 4px;
  color: rgba(63, 63, 63, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

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

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

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

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

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

.attachments .attachment-item::before {
  color: rgba(63, 63, 63, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

.upload-dropzone span {
  color: #727272;
}

/***** 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: #727272;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

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

.share a:hover::before {
  color: #3f3f3f;
}

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

.comment-callout a {
  color: #3f3f3f;
}

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

.comment-sorter a {
  color: #727272;
  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 #3f3f3f;
  padding: 40px 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: #3f3f3f;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: 'Helvetica Neue', Arial, Helvetica, 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 {
  margin: 0;
}

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

.comment-body a:visited {
  color: #0c0c0c;
}

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

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

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

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

.vote-up:hover::before,
.vote-down:hover::before {
  color: #3f3f3f;
}

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

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

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

.vote-voted::before {
  color: #3f3f3f;
}

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

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

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

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZPNEHC0QTY9PHFQ2X3VWCFS);
  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: #3f3f3f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: #3f3f3f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content {
  font-family: 'Helvetica Neue', Arial, Helvetica, 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 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

.collapsible-nav-list li a {
  color: rgba(63, 63, 63, 1);
  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 #3f3f3f;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

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

.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;
  padding:5px;
}

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

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

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

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

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

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

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

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

/***** My activities *****/
.my-activities-nav {
  background-color: #e3e3e3;
  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: #3f3f3f;
}

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

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

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

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

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

@media (min-width: 1024px) {

  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #3f3f3f;
  color: #3f3f3f;
}

.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: #3f3f3f;
  border-radius: 4px;
  color: #3f3f3f;
  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: #0c0c0c;
  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: #727272;
  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: #727272;
}

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

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

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

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

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

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

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

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

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

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

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

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  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: #727272;
  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 #3f3f3f;
}

.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 #3f3f3f;
}

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

.request-title {
  width: 100%;
}

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

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

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #e8e8e8;
    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: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

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

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

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

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

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

.request-details dt {
  color: #727272;
  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;
  color:#fff;
}
.pagination li.pagination-current span{
  color:#fff;
}

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

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

@media (min-width: 768px) {

  .pagination a,
  .pagination span {
    font-size: 16px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: #3f3f3f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #3f3f3f;
  border: 0;
  color: #3f3f3f;
  line-height: normal;
  padding: 8px 20px;
}

.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: #727272;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #3f3f3f;
  border-radius: 4px;
  color: #3f3f3f;
  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: #e3e3e3;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

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

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

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

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #727272;
  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: #e8e8e8;
}

@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: rgba(240, 240, 240, 1);
  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;
}

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

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

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

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

.search-results-list>li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

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

.search-result-description {
  margin-top: 15px;
}

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

.search-result-votes::before,
.search-result-meta-count::before {
  color: #3f3f3f;
}

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

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

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

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

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

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

#warning-banner {
  text-align: center;
  font-size: 20px;
  color: #51a02f;
  background-color: #f2f2f2;
  margin: 32px 32px 16px 32px;
  padding: 16px 16px 16px 16px;
  font-weight: bold;
}

/* Custom CSS */

/* -- Temp -------------------------------------------------- */
.notification {
  display: none;
}

/* /  Temp -------------------------------------------------- */
/* -- Colors -------------------------------------------------- */
/* /  Colors -------------------------------------------------- */
/* -- Fonts -------------------------------------------------- */
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/Hunter-Fan-Fonts/Proxima-Nova/ProximaNova-Bold.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Black';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/Hunter-Fan-Fonts/Proxima-Nova/ProximaNova-Black.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova ExtraBold';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_extrabold-webfont.woff2) format("woff2"), url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_extrabold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_light-webfont.woff2) format("woff2"), url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2) format("woff2"), url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova SemiBold';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff2) format("woff2"), url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

/* /  Fonts -------------------------------------------------- */
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/Hunter-Fan-Fonts/Proxima-Nova/ProximaNova-Bold.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Black';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/Hunter-Fan-Fonts/Proxima-Nova/ProximaNova-Black.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova ExtraBold';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_extrabold-webfont.woff2) format("woff2"), url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_extrabold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_light-webfont.woff2) format("woff2"), url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_light-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2) format("woff2"), url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova SemiBold';
  src: url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff2) format("woff2"), url(//s3.amazonaws.com/sneakpeeq-sites/hunterfan/fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

/* CSS FROM MAIN SITE ----------------- */
body {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #fff;
}

body * {
  font-family: "Proxima Nova";
}

body.hunterfan {
  color: #3f3f3f;
}

body.hunterfan a {
  color: #3f3f3f;
  border-bottom: 1px solid #ebebeb;
  text-decoration: none;
}

body.hunterfan a:hover {
  border-color: #537F53;
  color: #537F53;
  text-decoration: none;
}

body.hunterfan a:focus {
  text-decoration: none;
}

body.hunterfan footer.footer a,
body.hunterfan footer.footer a:focus,
body.hunterfan footer.footer a:hover,
body.hunterfan header.header a,
body.hunterfan header.header a:focus,
body.hunterfan header.header a:hover,
body.hunterfan h1 a,
body.hunterfan h1 a:focus,
body.hunterfan h1 a:hover,
body.hunterfan h2 a,
body.hunterfan h2 a:focus,
body.hunterfan h2 a:hover,
body.hunterfan h3 a,
body.hunterfan h3 a:focus,
body.hunterfan h3 a:hover,
body.hunterfan h4 a,
body.hunterfan h4 a:focus,
body.hunterfan h4 a:hover,
body.hunterfan h5 a,
body.hunterfan h5 a:focus,
body.hunterfan h5 a:hover,
body.hunterfan h6 a,
body.hunterfan h6 a:focus,
body.hunterfan h6 a:hover {
  border-bottom: none;
  text-decoration: none;
}

.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: #fff;
  color: #537F53;
  text-transform: uppercase;
  border: 2px solid #537F53;
}

.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: #537F53;
  color: #fff;
}

.btn-continue {
  color: #303030;
  font-size: 12px;
  letter-spacing: 0;
  color: #6d6b6b;
  border-bottom: 1px solid #adabab;
  padding-bottom: 2px;
}

.btn-continue:before {
  content: '<';
  padding-right: 9px;
  text-decoration: none;
  margin-left: -16px;
}

.btn-continue:hover {
  color: #537F53;
  text-decoration: none;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .nav-item-title,
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .nav-item-url {
  color: #3f3f3f;
  cursor: pointer;
  font-weight: 700;
  line-height: 94px;
  padding: 5px 0;
}

body.hunterfan p a {
  text-decoration: underline;
}

body.hunterfan p a:hover {
  color: #537F53;
}

body.hunterfan footer.footer a {
  color: #fff;
}

.section-row {
  max-width: 1260px;
  margin: 60px auto;
}

/* -- Buttons -------------------------------------------------- */
.button,
[role="button"],
.button-large,
input[type="submit"] {
  border-radius: 0px;
  background: #fff;
  border: 2px solid #537F53;
  text-align: center;
  color: #537F53;
  font-size: 13px;
  text-transform: uppercase;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
}

.button:hover,
[role="button"]:hover,
.button-large:hover,
input[type="submit"]:hover {
  background: #537F53;
  color: #fff;
  border-color: #537F53;
}

.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 {
  border-color: #537F53;
}

/* /  Buttons -------------------------------------------------- */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 132px;
  background-color: #fff;
  letter-spacing: 1px;
}

header.header .shop-dropdown-image {
  padding-left: 3%;
  margin-right: 2%;
  width: 206px;
  height: 250px;
}

header.header .header-constraint {
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #ccc;
}

header.header .banner-message {
  text-align: center;
  height: 40px;
  background-color: #537F53;
}

header.header .banner-message .banner-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

header.header .banner-message .banner-text .details {
  color: #fff;
  margin-left: 5px;
  text-decoration: underline;
}

header.header .tab {
  height: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

header.header .tab .tab-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 12px;
}

.container-divider {
  display: none;
}

@media screen and (max-width: 767px) {
  header.header .tab .tab-title {
    font-size: 10px;
  }
}

header.header .tab .tab-title:hover {
  text-decoration: none;
  color: #3f3f3f;
}

header.header .account-nav {
  height: 40px;
  background-color: #3f3f3f;
  color: #fff;
  padding: 0 32px;
  width: 100%;
}

header.header .account-nav .site-container {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}

header.header .account-nav .tab {
  width: 105px;
  padding: 0 5px;
}

header.header .account-nav .tab.help-tab {
  width: 80px;
}

header.header .account-nav .tab.help-tab a {
  color: #fff;
  text-decoration: none;
}

header.header .account-nav .tab.help-tab a:hover {
  text-decoration: none;
}

header.header .account-nav .tab.flag-tab {
  width: 80px;
}

header.header .account-nav .tab.flag-tab img {
  position: relative;
  top: 25%;
}

header.header .account-nav .tab.active {
  background-color: #fff;
  color: #000;
}

header.header .account-nav .tab.active a {
  color: #3f3f3f;
}

header.header .account-nav .tab:hover {
  cursor: pointer;
  background-color: #fff;
}

header.header .account-nav .tab:hover a {
  color: #000;
}

header.header .account-nav .login-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  height: 100%;
}

header.header .account-nav .login-container .header-login-button {
  height: 100%;
}

header.header .account-nav .login-container .header-login-button ul {
  height: 100%;
}

header.header .account-nav .login-container .header-login-button ul li {
  height: 100%;
}

header.header .account-nav .login-container .header-login-button ul li a {
  height: 100%;
  color: #fff;
  font-size: 12px;
}

header.header .account-nav .login-container .header-login-button ul li a:hover {
  background-color: #eee;
  color: #000;
}

header.header .site-nav {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 94px;
  padding: 0 32px;
}

header.header .site-nav .header-nav-container {
  display: inline-block;
}

header.header .site-nav .header-nav-container .logo-container {
  display: inline-block;
  max-height: 52px;
  max-width: 156px;
  margin-top: 20px;
  text-align: center;
}

header.header .site-nav .header-nav-container .logo-container img {
  height: 100%;
  width: 100%;
  vertical-align: baseline;
}

header.header .site-nav .header-nav-container header-category-nav {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 100%;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop {
  position: relative;
  height: 100%;
  margin-left: 30px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .navigation-item-container {
  height: 100%;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item {
  cursor: pointer;
  height: 100%;
  vertical-align: top;
  position: relative;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:hover .subcategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:hover .nav-item-title,
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:hover .nav-item-url {
  border-bottom: 4px solid #537F53;
  color: #3f3f3f;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .nav-item-title,
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .nav-item-url {
  color: #3f3f3f;
  cursor: pointer;
  font-weight: 700;
  line-height: 94px;
  padding: 5px 0;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item.nav-link {
  height: 100%;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item.nav-link:hover .subcategories {
  display: none;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .subcategories {
  background: #f7f7f7;
  top: 100%;
  vertical-align: bottom;
  width: 100%;
  position: fixed;
  top: 135px;
  left: 0;
  padding: 35px 10% 50px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .subcategories .subcategory-items-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .subcategories .subcategory-items-container .subcategory {
  border-left: 2px solid #ebebeb;
  padding-left: 3%;
  margin-right: 2%;
  width: 25%;
  min-width: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .subcategories .subcategory-items-container .subcategory .subcat-item-url {
  font-size: 15px;
  font-weight: 700;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .subcategories .subcategory-items-container .subcategory.add-images {
  display: none;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .subcategories .subcategory-items-container .subcategory .sub-subcategories {
  padding: 0;
  width: 100%;
  margin-top: 15px;
  font-size: 12px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .subcategories .subcategory-items-container .subcategory .sub-subcategories .sub-subcategory {
  margin-bottom: 5px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item .subcategories .subcategory-items-container .subcategory:first-child {
  border-left: 0;
  padding-left: 0;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:first-child .subcategory-items-container {
  width: 80%;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:first-child .subcategory-items-container .subcategory:nth-child(4) .sub-subcategory:nth-child(n+4) {
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:first-child .subcategory-items-container .subcategory:nth-child(2) {
  min-width: 80px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(2) .subcategory-items-container {
  width: 100%;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(2) .subcategory-items-container .subcategory:first-child {
  padding-left: 3%;
  margin-right: 2%;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(2) .subcategory-items-container .subcategory:first-child .sub-subcategory:first-child {
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(2) .subcategory-items-container .subcategory:nth-child(2) .sub-subcategory {
  margin-bottom: 15px;
  padding-right: 20px;
  line-height: 1.2;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(2) .subcategory-items-container .subcategory:nth-child(4) .subcat-item-url {
  display: none;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(2) .subcategory-items-container .subcategory:nth-child(4) .sub-subcategories {
  margin-top: 0;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(2) .subcategory-items-container .subcategory:nth-child(4) .sub-subcategories .sub-subcategory {
  margin-bottom: 20px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(2) .subcategory-items-container .subcategory:nth-child(4) .sub-subcategories .sub-subcategory:nth-of-type(4) {
  margin-bottom: 0;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(2) .subcategory-items-container .subcategory:nth-child(4) .sub-subcategories .sub-subcategory .subsubcat-item-url {
  font-size: 15px;
  font-weight: 700;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(3) .subcategory-items-container,
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(4) .subcategory-items-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 180px;
  width: 50%;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(3) .subcategory-items-container .subcategory,
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(4) .subcategory-items-container .subcategory {
  margin-bottom: 0;
  width: 50%;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(3) .subcategory-items-container .subcategory:nth-child(1),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(3) .subcategory-items-container .subcategory:nth-child(2),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(3) .subcategory-items-container .subcategory:nth-child(3),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(4) .subcategory-items-container .subcategory:nth-child(1),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(4) .subcategory-items-container .subcategory:nth-child(2),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(4) .subcategory-items-container .subcategory:nth-child(3) {
  border-left: 0;
  padding-left: 27%;
  margin-right: 45px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(3) .subcategory-items-container .subcategory:nth-child(3),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(4) .subcategory-items-container .subcategory:nth-child(3) {
  margin-bottom: 45px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(3) .subcategory-items-container .subcategory:nth-child(4),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(3) .subcategory-items-container .subcategory:nth-child(5),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(4) .subcategory-items-container .subcategory:nth-child(4),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(4) .subcategory-items-container .subcategory:nth-child(5) {
  padding-left: 4%;
  margin-bottom: 0;
  padding-bottom: 20px;
}

header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(3) .subcategory-items-container .subcategory:nth-child(4),
header.header .site-nav .header-nav-container header-category-nav .navigation-desktop .nav-item:nth-child(4) .subcategory-items-container .subcategory:nth-child(4) {
  padding-bottom: 0;
}

header.header .site-nav .header-search-container {
  display: inline-block;
  float: right;
  height: 100%;
  line-height: 94px;
}

header.header .site-nav .header-search-container header-search {
  line-height: 94px;
}

header.header .site-nav .header-search-container header-search .form-control {
  background-color: #fff;
  color: #000;
  font-family: "Proxima Nova";
  font-style: normal;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 30px 0 0;
  border-bottom: 1px solid;
  border-radius: 0;
  width: 205px;
}

header.header .site-nav .header-search-container header-search .search-icon {
  left: initial;
  right: 5px;
  top: 10px;
}

header.header .site-nav .header-search-container header-search button {
  height: 15px;
  width: 15px;
  background-size: contain;
  background-image: url(https://d20b8ckvu6gb0w.cloudfront.net/hunterfan/uploads/assets/Search_20d57f7201f3e19914018fffdc6ce6cd.png);
}

header.header .site-nav .header-search-container header-search button:before {
  display: none;
}

header.header .site-nav .header-search-container .count-container {
  border: none;
  margin: 0;
  padding: 0;
  background-color: #3f3f3f;
  border-radius: 25px;
  height: 15px;
  width: 15px;
  padding: 2px 0 0 1px;
  position: relative;
  left: -8px;
  top: -8px;
}

header.header .site-nav .header-search-container .count-container .cart-count {
  font-size: 10px;
}

header.header .site-nav .header-search-container .cart-icon {
  background-image: url("https://d20b8ckvu6gb0w.cloudfront.net/hunterfan/uploads/assets/shopping-cart1 copy_432d11ca627f2c4d0e735d32b7ffec9b.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 21px;
  width: 24px;
  margin-right: 0;
}

header.header .site-nav .header-search-container .cart-icon:before {
  display: none;
}

@media screen and (max-width: 960px) {
  header.header .header-search-container header-search .site-search .search-icon {
    height: 18px;
    width: 18px;
    top: 50%;
    margin-top: -8px;
    margin-right: -8px;
  }

  header.header .header-search-container header-search .site-search button {
    top: -13px;
    height: 28px;
    width: 28px;
    background-image: url(https://d20b8ckvu6gb0w.cloudfront.net/hunterfan/uploads/assets/Search_m_9fe981afa811dfae53b78c6c622527e9.png);
  }

  header.header .header-search-container header-search .site-search input {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header.header {
    height: 94px;
  }

  header.header .header-constraint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  header.header .header-constraint .banner-message {
    height: 35px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  header.header .header-constraint .banner-message .banner-text {
    font-family: "Aktiv Grotesk";
    font-size: 7px;
    font-weight: 700;
    line-height: 7px;
    vertical-align: text-top;
  }

  header.header .header-constraint .banner-message .banner-text a {
    font-family: "Aktiv Grotesk";
  }

  header.header .header-constraint .account-nav {
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 36px;
    padding: 0;
  }

  header.header .header-constraint .account-nav .help-tab {
    display: none;
  }

  header.header .header-constraint .account-nav .flag-tab {
    display: none;
  }

  header.header .header-constraint .site-nav {
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 58px;
    line-height: 48px;
    min-width: 300px;
  }

  header.header .header-constraint .site-nav .header-nav-container {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  header.header .header-constraint .site-nav .header-nav-container .logo-container {
    position: absolute;
    margin: 0 auto;
    left: 115px;
    top: 50%;
    margin-left: -55px;
    margin-top: -18px;
    max-height: 36px;
    max-width: 108px;
  }

  header.header .site-nav .header-nav-container .logo-container .logo-image {
    height: 100%;
    width: 100%;
    vertical-align: baseline;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile {
    position: relative;
    padding-left: 20px;
    padding-top: 18px;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .menu-button:before {
    content: "" !important;
    background-image: url(https://d20b8ckvu6gb0w.cloudfront.net/hunterfan/uploads/assets/hamburger_d6dd9b233d5fab4ea4b8a05bb232d3b8.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 21px;
    height: 12px;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open {
    z-index: 999;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 94px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
  }

  .drop-menu.open .sub-menu.open .menu-item:before,
  .drop-menu.open .top-menu.open:before {
    content: "\f068";
  }

  .drop-menu.open .sub-menu .menu-item:before,
  .drop-menu.open .top-menu:before {
    content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    float: right;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open mobile-login-button .top-menu .menu {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    padding: 10px 60px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open mobile-login-button .top-menu .menu p {
    margin-bottom: 0;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open mobile-login-button .top-menu .account-submenu a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    margin: 15px 5px 15px 60px;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open mobile-login-button .top-menu.open .menu {
    font-weight: 700;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu:nth-child(2) .menu .sub-menu:last-child .sub-subcategories .sub-subcategory {
    font-weight: 700;
    margin: 15px 0;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu:nth-child(2) .menu .sub-menu:last-child .sub-subcategories .sub-subcategory:last-child {
    margin-bottom: 30px;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu.open .menu-name {
    border-bottom: 1px solid;
    font-weight: 700;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu:before {
    top: 12px;
    right: 60px;
    position: relative;
    z-index: -1;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu:nth-child(3) .menu .sub-menu,
  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu:nth-child(4) .menu .sub-menu {
    margin: 15px 5px 15px 60px;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu {
    margin: 0;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .menu-name {
    display: block;
    padding: 10px 60px;
    font-size: 15px;
    border-top: 1px solid #ccc;
    width: 100%;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .sub-menu {
    margin: 15px 5px 0 60px;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .sub-menu:last-child {
    margin-bottom: 30px;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .sub-menu:nth-child(2) {
    margin-top: 15px;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .sub-menu .sub-category-link {
    font-size: 18px;
    color: #000;
    text-decoration: none;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .sub-menu .menu-item:before {
    display: none;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .sub-menu .menu-item .menu-item-name {
    font-size: 15px;
    font-weight: 700;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .sub-menu .menu-item .sub-subcategories {
    display: block;
    padding-left: 0;
    margin: 0;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .sub-menu .menu-item .sub-subcategories .sub-subcategory {
    margin: 0;
  }

  header.header .header-constraint .site-nav .header-nav-container header-category-nav .navigation-mobile .drop-menu.open .top-menu .menu .sub-menu .menu-item .sub-subcategories .sub-subcategory .subsubcat-item-url {
    text-decoration: none;
    font-size: 12px;
    color: #000000;
  }

  header.header .header-constraint .site-nav .header-nav-container .logo-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  header.header .header-constraint .site-nav .header-search-container {
    float: right;
  }

  header.header .header-constraint .site-nav .header-search-container header-search {
    line-height: 48px;
  }

  header.header .header-constraint .site-nav .header-search-container .count-container {
    display: inline-block;
  }
}

footer.footer {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  background-color: #3f3f3f;
  margin-top: 40px;
}

footer.footer a {
  color: #fff;
}

footer.footer a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  footer.footer .back-to-top {
    display: none;
  }

}

footer.footer .back-to-top .jump-to-box {
  z-index: 9;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #537F53;
  font-size: 26px;
  right: 20px;
  top: -80px;
  cursor: pointer;
  color: #537F53;
  -webkit-text-stroke: 4px #fff;
}

footer.footer .back-to-top span {
  font-family: "Proxima Nova";
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  width: 50px;
  right: 10px;
  top: -40px;
  position: absolute;
  display: block;
}

footer.footer .footer-content {
  max-width: 1280px;
  padding: 50px 34px 25px;
  text-align: left;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

footer.footer .footer-content .nav-social {
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
  top: 50px;
}

@media screen and (max-width: 767px) {
  footer.footer .footer-content .nav-social {
    width: 100%;
    clear: both;
    margin: 0 auto;
    float: none;
    display: block;
    position: initial;
  }
}

footer.footer .footer-content .nav-social a {
  font-size: 30px;
  padding-right: 20px;
}

footer.footer .footer-content .nav-social a:hover {
  color: #537F53;
  text-decoration: none;
}

footer.footer .footer-content .nav-social .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  footer.footer .footer-content .nav-social .social-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer.footer .footer-content .footer-menu {
  margin-bottom: 25px;
}

footer.footer .footer-content .footer-menu .footer-menu-list {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}

footer.footer .footer-content .footer-menu .footer-menu-list strong {
  color: #fff;
  margin-top: 0;
  font-size: 17px;
  text-transform: uppercase;
}

footer.footer .footer-content .footer-menu .footer-menu-list ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
}

footer.footer .footer-content .footer-menu .footer-menu-list ul li {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  footer.footer .footer-content .footer-menu .footer-menu-list {
    margin-right: 0;
    width: 50%;
    margin-bottom: 20px;
  }

  footer.footer .footer-content .footer-menu .footer-menu-list strong {
    font-size: 11px;
    margin-bottom: 10px !important;
  }

  footer.footer .footer-content .footer-menu .footer-menu-list ul li {
    margin: 9px 0;
  }

  footer.footer .footer-content .footer-menu .footer-menu-list ul li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  footer.footer .footer-content .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.footer .footer-content .footer-menu>div {
    width: 50%;
    text-align: center;
  }

  footer.footer .footer-content .footer-menu>div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  footer.footer .footer-content .footer-menu>div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  footer.footer .footer-content .footer-menu>div:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

footer.footer .footer-content .footer-copyright {
  color: #fff;
  display: inline-block;
  position: relative;
  float: left;
  padding-bottom: 50px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  footer.footer .footer-content .footer-copyright {
    padding-bottom: 20px;
    font-size: 11px;
    text-align: center;
  }
}

footer.footer .footer-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

footer.footer .footer-register .register {
  background-color: #537F53;
  color: #fff;
  height: 120px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
  font-size: 16px;
}

footer.footer .footer-register .register p {
  margin-bottom: 0;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  footer.footer .footer-register .register {
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer.footer .footer-register .signup {
  background-color: #f7f7f7;
  color: #0a4284;
  height: 120px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
}

footer.footer .footer-register .signup email-subscription {
  text-align: left;
}

footer.footer .footer-register .signup email-subscription::-webkit-input-placeholder {
  color: #000;
}

footer.footer .footer-register .signup email-subscription:-ms-input-placeholder {
  color: #000;
}

footer.footer .footer-register .signup email-subscription::-moz-placeholder {
  color: #000;
  opacity: 1;
}

footer.footer .footer-register .signup email-subscription:-moz-placeholder {
  color: #000;
  opacity: 1;
}

footer.footer .footer-register .signup email-subscription input {
  display: inline-block;
  border-bottom: 1px solid #666;
  border-top: none;
  border-left: none;
  border-right: none;
  background: 0 0;
  color: #666;
  width: 250px;
  font-size: 17px;
}

footer.footer .footer-register .signup email-subscription:focus {
  outline: 0;
}

footer.footer .footer-register .signup email-subscription button {
  float: none;
  background-color: transparent;
  border: 2px solid #537F53;
  color: #537F53;
  text-align: center;
  padding: 2.5px 20px;
  font-size: 17px;
  margin-left: 25px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  footer.footer {
    margin-top: 30px;
  }

  footer.footer .footer-top-desktop {
    display: none;
  }
}

@media (max-width: 1120px) {
  footer.footer .nav-social.desktop {
    display: none;
  }

  footer.footer .nav-social.mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  footer.footer .footer-top-mobile {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .mobile-only {
    display: none;
  }
}

@media (max-width: 768px) {
  main[role="main"] {
    margin-top: 93px;
  }

  footer.footer .footer-register {
    display: block;
  }

  footer.footer .footer-register .register h4 {
    font-size: 10px;
    font-weight: 700;
  }

  footer.footer .footer-register .register p {
    font-size: 10px;
  }

  footer.footer .footer-register .signup {
    height: 200px;
    padding: 40px 20px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

@media screen and (max-width: 768px) and (max-width: 767px) {
  footer.footer .footer-register .signup {
    height: 140px;
  }
}

@media (max-width: 768px) {
  footer.footer .footer-register .signup email-subscription {
    width: 100%;
  }

  footer.footer .footer-register .signup email-subscription button,
  footer.footer .footer-register .signup email-subscription input {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
  }

  footer.footer .footer-register .signup email-subscription button {
    height: 3em;
  }

  footer.footer .terms-policy {
    float: left;
    margin: 0;
  }

  footer.footer .bottom-anchor {
    padding: 36px;
  }

  footer.footer .footer-copyright {
    width: 100%;
  }

  footer.footer .nav-social {
    display: inline-block;
    float: left;
    padding-bottom: 40px;
  }

  footer.footer .nav-social a {
    padding-right: 60px;
  }
}

@media (max-width: 525px) {
  footer.footer .nav-social a {
    padding-right: 40px;
  }
}

footer.footer .privacy-terms {
  display: none;
  font-family: "Proxima Nova";
}

@media screen and (max-width: 767px) {
  footer.footer .privacy-terms {
    display: block;
    text-align: center;
    font-size: 11px;
  }
}

@media (max-width: 767px) {

  .cart-dropdown-phone,
  .navigation-desktop,
  sp-search-expander {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .navigation-mobile {
    display: none;
  }
}

.navigation-desktop {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 4000;
}

.navigation-desktop a {
  color: #000;
  text-decoration: none;
}

.navigation-desktop a[href="#"] {
  color: #000;
  cursor: default;
}

.navigation-desktop .nav-item {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
}

.navigation-desktop .subcategories {
  display: none;
}

.navigation-desktop .nav-item:hover .subcategories {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 15px;
}

.navigation-desktop li {
  list-style: none;
}

ul.sub-subcategories {
  margin-bottom: 0;
}

.navigation-mobile {
  padding: 10px;
}

.navigation-mobile .menu,
.sub-menu .subcategories,
.sub-menu ul,
.top-menu .sub-menu {
  display: none;
}

.drop-menu.open .menu,
.sub-menu.open ul,
.top-menu.open .sub-menu {
  display: block;
}

.sub-menu.open .sub-subcategories {
  display: block;
  padding: 0;
  margin: 8px 5px;
}

.sub-menu.open .sub-subcategories li {
  margin: 8px 0;
}

.navigation-mobile .menu-button {
  padding: 5px;
  width: 20px;
}

.navigation-mobile .menu-button:before {
  content: "\f0c9";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
}

.navigation-mobile .menu-button.menu-active:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 20px;
}

.menu {
  margin: 10px 0;
}

.sub-menu {
  margin: 10px 5px 0 5px;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
* -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/static/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/static/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/static/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/static/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/static/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* CSS from MAIN SITE ------------------------------- */
/* --  Zendesk CSS -------------------------------------------------- */
main {
  margin-top: 132px;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  letter-spacing: .065em;
}

.hero {
  height: 415px;
  background-position: center 0%;
}

.hero-inner {
  max-width: 90%;
}

.hero-inner h1 {
  color: #fff;
  font-size: 36px;
  letter-spacing: .035em;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  line-height: 1.25em;
  font-family: 'Proxima Nova SemiBold';
  padding-bottom: 50px;
}

.hero-inner h1 strong {
  padding-top: 15px;
  font-size: 50px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

/* -- Search -------------------------------------------------- */
.search {
  background: url(//p14.zdassets.com/hc/theme_assets/1950574/115000016413/icon-search.svg) no-repeat right center;
  background-size: 24px;
  max-width: 460px;
  margin: 0 auto;
}

.search:before {
  display: none;
}

.search input[type="submit"] {
  position: absolute;
  top: 0px;
  width: 40px;
  background: none;
  right: -8px;
  text-indent: -9999px;
  display: block;
  padding: 0px;
  margin: 0px;
  min-width: 0px;
  border: 0px none;
}


.search input[type="search"],
.search input[type="search"]:focus {
  background: none;
  border-radius: 0px;
  border: 0px none;
  border-bottom: 3px solid #fff;
  font-family: 'Helvetica Neue', helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding-left: 0px;
  padding-bottom: 10px;
}

.search input[type="submit"]:focus {
  outline:2px dotted #fff;
}

.search input[type="search"]::-webkit-input-placeholder,
.search input[type="search"]:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  text-transform: uppercase;  
}

.search input[type="search"]::-moz-placeholder,
.search input[type="search"]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.search input[type="search"]:-ms-input-placeholder,
.search input[type="search"]:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.search input[type="search"]:-moz-placeholder,
.search input[type="search"]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/* /  Search -------------------------------------------------- */
/* -- Homepage -------------------------------------------------- */
/* -- blocks -------------------------------------------------- */
.knowledge-base .blocks-list {
  justify-content: space-between;
}

.knowledge-base .blocks-item {
  background: #fcfcfc;
  border: 0px none;
  border-radius: 0px;
  color: #303030;
  font-size: 18px;
  max-width: 22%;
  margin-left: 0px;
  margin-right: 0px;
}

.knowledge-base .blocks-item .blocks-item-link {
  padding: 30px 0px;
}

.knowledge-base .blocks-item .blocks-item-description {
  padding-top: 30px;
  padding-bottom: 20px;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.25em;
  letter-spacing: 0;
}

.knowledge-base .blocks-item .blocks-item-title {
  color: #537F53;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  text-decoration: underline;
  line-height: 1.2em;
  padding: 0px 25px;
}

.knowledge-base .blocks-item:hover {
  background: #537F53;
  color: #fff;
}

.knowledge-base .blocks-item:hover .blocks-item-description {
  color: #fff;
}

.knowledge-base .blocks-item:hover .blocks-item-title {
  color: #fff;
}

/* /  blocks -------------------------------------------------- */
#contact-us-callout {
  margin-top: 40px;
}

#contact-us-callout .banner {
  background: #f2f2f2;
}

#contact-us-callout .banner .heading {
  padding-top: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  letter-spacing: .05em;
}

#contact-us-callout .icon-email {
  background: url(//p14.zdassets.com/hc/theme_assets/1950574/115000016413/icon-envelope.svg);
  background-position: center top;
  background-size: 74px;
  background-repeat: no-repeat;
  padding-top: 0px;
}

#contact-us-callout .icon-email a {
  color: #303030;
  padding-top: 87px;
  display: block;
}

#contact-us-callout .icon-email a:hover {
  color: #537F53;
  text-decoration: none;
}

#contact-us-callout .icon-call {
  background: url(//p14.zdassets.com/hc/theme_assets/1950574/115000016413/icon-headset.svg);
  background-position: center top;
  padding-top: 110px;
  background-size: 90px;
  background-repeat: no-repeat;
  margin-top: 75px;
}

body #contact-us-callout .icon-call,
body #contact-us-callout .icon-call .container div {
  min-width: 40%;
  width: 40%;
}

#contact-us-callout .icon-call .col-2 {
  padding-top: 25px;
}

#contact-us-callout .icon-call .container {
  justify-content: space-between;
  align-items: flex-start;
}

#contact-us-callout .icon-call .container .left {
  text-align: left;
}

#contact-us-callout .icon-call a {
  color: #303030;
}

#contact-us-callout .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-us-callout .container div {
  text-align: center;
  font-size: 14px;
  min-width: 25%;
}

#contact-us-callout .container div span ,
#contact-us-callout .container div span a{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 5px;
}

#contact-us-callout .container div p {
  padding: 0px;
  margin: 0px;
}

/* /  Homepage -------------------------------------------------- */
.page-header h1 {
  text-transform: uppercase;
  font-family: 'Proxima Nova Bold';
  font-size: 26px;
  line-height: 1em;
}

.page-header .page-header-description {
  font-size: 20px;
  color: #484848;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: normal;
}

/* -- Categories -------------------------------------------------- */
.category-content .section-tree {
  margin-top: 30px;
}

.category-content .section-tree .section {
  width: 100%;
  flex: 1 0 100%;
  flex-wrap: wrap;
  font-family: 'helvetica neue', 'helvetica', sans-serif;
}

.category-content .section-tree .section-tree-title a {
  color: #537F53;
  text-transform: uppercase;
  font-size: 24px;
  display: block;
  border-bottom: 1px solid #537F53;
  padding-bottom: 5px;
}

.category-content .section-tree .section-tree-title a:hover,
.category-content .section-tree .section-tree-title a:active,
.category-content .section-tree .section-tree-title a:focus {
  text-decoration: none;
}

.category-content .section-tree .article-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  align-items: center;
}

.category-content .section-tree .article-list li {
  width: 45%;
  border: 0px none;
  padding: 10px 0px;
}

.category-content .section-tree .article-list li a {
  font-family: 'helvetica neue', 'helvetica', sans-serif;
}

.category-content .section-tree .article-list li.article-promoted a {
  font-weight: bold;
}

.icon-star::before {
  content: ' ';
  background: url(//p14.zdassets.com/hc/theme_assets/1950574/115000016413/icon-star.svg) no-repeat left 0px;
  width: 20px;
  height: 20px;
  background-size: 15px;
  padding-left: 23px;
}

/* /  Categories -------------------------------------------------- */
.sub-nav {
  padding: 20px 32px 0px 0px;
}

.breadcrumbs {
  font-size: 14px;
  color: #7c7c7c;
  text-transform: uppercase;
}

.breadcrumbs a,
.breadcrumbs a:visited {
  color: #7c7c7c;
  text-transform: uppercase;
}

.breadcrumbs li:last-of-type a {
  color: #537F53;
}

.breadcrumbs li+li::before {
  content: '/';
}

/* /   Zendesk CSS -------------------------------------------------- */
/* -- Article -------------------------------------------------- */
.sidenav-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #303030;
  font-weight: bold;
  letter-spacing: .065em;

}

.article-sidebar .section-articles li a.sidenav-item.current-article {
  font-weight: bold;
  background: none;
  color: #537F53;
}

.article-sidebar .section-articles li a.sidenav-item {
  padding: 0px;
  font-size: 14px;
  color: #537F53;
  text-decoration: underline;
  padding: 7px 0px;
}

.article-sidebar .section-articles li a.sidenav-item:hover {
  background: #fff;
}

.article-header h1 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.25em;
  letter-spacing: .05em;
  font-size: 21px;
}

.article-unsubscribe,
.article-subscribe {
  border-radius: 0px;
  border: 2px solid #537F53;
  text-transform: uppercase;
  background-color: #fff;
  color: #537F53;
}

.article-unsubscribe:hover,
.article-subscribe:hover {
  background: #537F53;
  color: #fff;
}

.article-votes .article-votes-question {
  font-weight: bold;
  font-size: 16px;
}

.article-votes .article-vote {
  border-radius: 0px;
  border: 2px solid #537F53;
  text-transform: uppercase;
  color: #537F53;
}

.article-votes .article-vote.button {
  color: #537F53;
}

.article-votes .article-vote:before {
  content: '';
  display: none;
}

.article-votes .article-vote:hover {
  color: #fff;
  background: #537F53;
}

.button::after,
[role="button"]::after {
  color: #537F53;
}

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

/* /  Article -------------------------------------------------- */
/* -- Media -------------------------------------------------- */
@media (min-width: 1024px) {
  .article {
    padding: 0 70px;
  }
}

@media screen and (max-width: 1080px) {
  .knowledge-base .blocks-item {
    max-width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .knowledge-base .blocks-item {
    max-width: 47%;
  }

  .category-content .page-header {
    padding-top: 30px;
    text-align: center;
  }

  .category-content .page-header h1 {
    font-size: 42px;
  }

  .category-content .page-header p {
    text-align: center;
    font-size: 24px;
  }

  .category-content .page-header .page-header-description {
    padding-top: 0px;
    margin-top: 15px;
    line-height: 1em;
    margin-bottom: 30px;
  }

  header.header .site-nav .header-search-container {
    line-height: 60px;
    padding-right: 25px;
  }

  .category-content .section {
    margin-bottom: 0px;
  }

  .category-content .section-tree .section-tree-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    line-height: 1.15em;
    padding-top: 20px;
  }

  .category-content .section-tree .section-tree-title a:hover {
    color: #303030;
  }

  .category-content .section-tree .section-tree-title a:after {
    content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    float: right;
    z-index: -1;
    font-size: 18px;
    margin-left: 45px;
    margin-right: 25px;
    font-weight: 100;
  }

  .category-content .section-tree .article-list {
    display: none;
  }

  .category-content .section-tree .article-list li {
    width: 100%;
  }

  .category-content .section.open .section-tree-title a:after {
    content: "\f068";
  }

  .category-content .section.open .article-list {
    display: block;
  }

  .article-header {
    flex-direction: row;
  }

  .article-header .article-subscribe,
  .article-header .article-unsubscribe {
    border-width: 1px;
    width: 30%;
  }

  .article-sidebar {
    order: 2;
  }

  .section-articles {
    margin-top: 40px;
  }

  #contact-us-callout .banner .heading {
    padding-top: 20px;
    font-size: 18px;
    padding-bottom: 20px;
  }

  #contact-us-callout .container {
    flex-wrap: wrap;
  }

  #contact-us-callout .container div {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .section.hero {
    height: 290px;
    padding: 0px 10px;
  }

  .section.hero h1 {
    font-size: 24px;
  }

  .section.hero h1 strong {
    font-size: 40px;
    line-height: 1em;
  }
}

@media screen and (max-width: 540px) {
  .knowledge-base .blocks-item {
    max-width: 100%;
  }
}

/* /  Media -------------------------------------------------- */

.hide {
  display: none;
}

.quick-search{
  max-width: 350px;
  margin:15px auto;
  background:#f2f2f2;
  padding:10px;
}
.quick-search ul,
.quick-search ul li{
  display:inline;
}

._hj-1O2Rr__MinimizedWidgetMiddle__container._hj-1QnQT__MinimizedWidgetMiddle__right{
  top:50% !important;
}

.wysiwyg-color-green120{
  color:#537F53 !important;
}

#_hjRemoteVarsFrame:focus{
  border:2px solid $brand_color;
}

/* END Custom CSS */
