/* Mixins and variables */
/* Base */
*,
  *:before,
  *:after {
    box-sizing: border-box !important;
  }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Brandon Grotesque', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #FCFCFC;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
p {
  line-height: 1.5;
}
.layout {
  position: relative;
}
.container {
  max-width: 63.75em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  margin-right: auto;
  margin-left: auto;
}
a,
input[type="submit"] {
  color: inherit;
  outline: 0;
  transition: all 0.2s ease-in;
}
a,
a:hover {
  text-decoration: none !important;
}
img,
video {
  max-width: 100%;
  height: auto;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
[data-asset] {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.powered-by-zendesk {
  display: none !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}
.column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.column--xs-1 {
  width: 8.33333%;
}
.column--xs-2 {
  width: 16.66667%;
}
.column--xs-3 {
  width: 25%;
}
.column--xs-4 {
  width: 33.33333%;
}
.column--xs-5 {
  width: 41.66667%;
}
.column--xs-6 {
  width: 50%;
}
.column--xs-7 {
  width: 58.33333%;
}
.column--xs-8 {
  width: 66.66667%;
}
.column--xs-9 {
  width: 75%;
}
.column--xs-10 {
  width: 83.33333%;
}
.column--xs-11 {
  width: 91.66667%;
}
.column--xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .column--sm-4 {
    width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }
}
/* Forms */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(16px * 1.5);
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #979797;
  border: 0;
  border-bottom: 1px solid #eceeef;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: calc(6px + 1);
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
/* Common form controls */
select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #eceeef;
  border-radius: 6px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .nesty-input:focus {
    border-color: #222;
    outline: 0;
  }
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .nesty-input::-moz-placeholder {
    color: #3a4043;
    opacity: 1;
  }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .nesty-input:-ms-input-placeholder {
    color: #3a4043;
  }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .nesty-input::-webkit-input-placeholder {
    color: #3a4043;
  }
select {
  height: calc(16px * 1.5 + 12px);
}
textarea {
  height: calc(
    (16px * 1.5 + 12px) * 3
  );
  resize: vertical;
}
/* Search inputs in iOS */
input[type="search"] {
  -webkit-appearance: none;
}
/* Special styles for iOS temporal inputs */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] {
    line-height: calc(
      16px * 1.5 + 12px
    );
  }
  input[type="time"] {
    line-height: calc(
      16px * 1.5 + 12px
    );
  }
  input[type="datetime-local"] {
    line-height: calc(
      16px * 1.5 + 12px
    );
  }
  input[type="month"] {
    line-height: calc(
      16px * 1.5 + 12px
    );
  }
}
/* Form groups */
.form-field {
  margin-bottom: calc(16px * 1.5);
}
.form-field p {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 90%;
    color: #404040;
  }
.form-field.required > label:after {
    margin-left: 2px;
    color: #d9534f;
    content: "*";
  }
.form-field.boolean {
  position: relative;
  padding-left: 20px;
}
.form-field.boolean input[type="checkbox"] {
    position: absolute;
    left: 0;
  }
.form-field.boolean label {
    min-height: calc(16px * 1.5);
    margin-bottom: 0;
    cursor: pointer;
  }
input[type="radio"][disabled],
  input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="checkbox"] {
    cursor: default;
  }
.help-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #404040;
}
/* Components */
.text-center {
  text-align: center;
}
.title-main {
  margin-bottom: 1.5em;
  font-size: 2em;
  line-height: 1.2;
}
.recent-activity-header {
  margin-bottom: 1.5em;
  font-size: 2em;
  line-height: 1.2;
}
.topic__title {
  margin-bottom: 1.5em;
  font-size: 2em;
  line-height: 1.2;
}
.new-post-title {
  margin-bottom: 1.5em;
  font-size: 2em;
  line-height: 1.2;
}
.new-request-title {
  margin-bottom: 1.5em;
  font-size: 2em;
  line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin: 0 0 0.9375rem;
  font-weight: normal;
}
p:last-of-type {
  margin-bottom: 0;
}
p:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
#topbar .dropdown-menu,
#user #user-dropdown {
    position: static;
    background-color: transparent;
    border: none;
    box-shadow: none
}

    #topbar .dropdown-menu [role="menuitem"], #user #user-dropdown [role="menuitem"] {
      padding: 0.3571428571em 0 !important;
    }

      #topbar .dropdown-menu [role="menuitem"]:hover, #user #user-dropdown [role="menuitem"]:hover {
        background-color: transparent;
      }
  }
.dropdown-toggle,
#user .dropdown-toggle {
  min-width: unset;
  color: #273446;
}
.dropdown-toggle:hover,
  .dropdown-toggle:active,
  .dropdown-toggle:focus,
  #user .dropdown-toggle:hover,
  #user .dropdown-toggle:active,
  #user .dropdown-toggle:focus {
    color: #3a4043;
  }
.dropdown-toggle:after, #user .dropdown-toggle:after {
    display: inline-block;
    margin-left: 5px;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    vertical-align: baseline;
    content: "\f107";
  }
.dropdown-menu {
  min-width: 170px;
  overflow: hidden;
}
.dropdown-menu [role="menuitem"] {
    position: relative;
    padding: 0.5714285714em 1.1428571429em;
    font-size: 0.875em;
    white-space: normal;
  }
.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    position: absolute;
    top: 11px;
    right: 12px;
    display: inline-block;
    margin-left: 0.625rem !important;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
  }
@media (max-width: 767px) {
#user {
    display: block;
    padding: 0.3125em 0
}
      #user #user-dropdown:after,
      #user #user-dropdown:before {
        display: none !important;
      }
  }
#user .dropdown-toggle:hover {
    color: #1E8D99;
  }
#user #user-dropdown {
    margin-top: 10px;
  }
.user-info .btn.with-image {
    display: flex;
    padding: 0;
    background-color: transparent;
    align-items: center;
  }
.user-info .btn.with-image span {
      padding-left: 0.25em;
      vertical-align: middle;
    }
.user-info .user-avatar {
    width: 35px;
    height: 35px;
  }
.user-avatar {
  border-radius: 50%;
}
.dropdown-menu.dropdown-menu {
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
.dropdown-menu.dropdown-menu {
    margin-top: 0
}
  }
.dropdown-menu.dropdown-menu [role="menuitem"] {
    padding: 0.5714285714em 1.1428571429em;
    font-size: 0.875rem;
    text-decoration: none;
  }
%btn-disabled[disabled],
  fieldset[disabled] %btn-disabled {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.65;
  }
[role="button"] {
  display: inline-block;
  padding: 0.43rem 1rem;
  font-size: 11px;
  line-height: 1;
  color: #222;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  outline: none;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  padding: 0.43rem 1rem;
  font-size: 11px;
  line-height: 1;
  color: #222;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  outline: none;
  text-transform: uppercase;
}
input[type="submit"] {
  display: inline-block;
  padding: 0.43rem 1rem;
  font-size: 11px;
  line-height: 1;
  color: #222;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  outline: none;
  text-transform: uppercase;
}
.topic-subscribe .dropdown-toggle {
  display: inline-block;
  padding: 0.43rem 1rem;
  font-size: 11px;
  line-height: 1;
  color: #222;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  outline: none;
  text-transform: uppercase;
}
.recent-activity-controls a {
  display: inline-block;
  padding: 0.43rem 1rem;
  font-size: 11px;
  line-height: 1;
  color: #222;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  outline: none;
  text-transform: uppercase;
}
.request-table-organization__col--button a {
  display: inline-block;
  padding: 0.43rem 1rem;
  font-size: 11px;
  line-height: 1;
  color: #222;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid transparent;
  outline: none;
  text-transform: uppercase;
}
[role="button"]:hover {
    color: #ffffff;
    background-color: #222;
  }
.btn:hover {
    color: #ffffff;
    background-color: #222;
  }
input[type="submit"]:hover {
    color: #ffffff;
    background-color: #222;
  }
.topic-subscribe .dropdown-toggle:hover {
    color: #ffffff;
    background-color: #222;
  }
.recent-activity-controls a:hover {
    color: #ffffff;
    background-color: #222;
  }
.request-table-organization__col--button a:hover {
    color: #ffffff;
    background-color: #222;
  }
input[type="submit"] {
  color: #ffffff;
  background-color: #222;
}
.btn--primary {
  color: #ffffff;
  background-color: #222;
}
.article-subscribe {
  color: #ffffff;
  background-color: #222;
}
.article-unsubscribe {
  color: #ffffff;
  background-color: #222;
}
.recent-activity-controls a {
  color: #ffffff;
  background-color: #222;
}
.post-unsubscribe {
  color: #ffffff;
  background-color: #222;
}
.post-subscribe {
  color: #ffffff;
  background-color: #222;
}
.topic-subscribe .dropdown-toggle {
  color: #ffffff;
  background-color: #222;
}
.profile-header__options a {
  color: #ffffff;
  background-color: #222;
}
.profile-header__options .dropdown-toggle {
  color: #ffffff;
  background-color: #222;
}
.request-table-organization__col--button a {
  color: #ffffff;
  background-color: #222;
}
input[type="submit"]:hover, .btn--primary:hover, .article-subscribe:hover, .article-unsubscribe:hover, .recent-activity-controls a:hover, .post-unsubscribe:hover, .post-subscribe:hover, .topic-subscribe .dropdown-toggle:hover, .profile-header__options a:hover, .profile-header__options .dropdown-toggle:hover, .request-table-organization__col--button a:hover {
    background-color: #d2e4e6;
  }
.btn--small,
.article-header__button a,
.post-meta .post-unsubscribe,
.post-meta .post-subscribe,
.topic-subscribe .dropdown-toggle {
  min-width: 7em;
  padding: 0.4em 0.7em 0.5em;
  font-size: 0.875em;
}
.topbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  color: #273446;
  border-bottom: 1px solid transparent;
  transition: background-color 0.2s ease-in;
}
.topbar.is-active {
    background-color: #dae5ef;
    box-shadow: 0 0 3px 0 rgba(58, 64, 67, 0.3);
  }
.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
.topbar__inner {
    flex-direction: column;
    align-items: stretch
}
  }
.topbar__col {
  display: flex;
  padding: 1.25em 0;
  align-items: center;
}
.topbar__logo {
  display: flex;
  align-items: center;
}
.topbar__logo img {
    display: block;
    height: 50px;
  }
.topbar__logo .help-center-name {
    margin-left: 0.3125em;
  }
.topbar__nav {
  display: flex;
}
.topbar__nav .login {
    color: #3a4043;
  }
.topbar__nav .btn {
    margin-right: 0.625rem;
  }
@media (max-width: 767px) {
.topbar__nav {
    display: block;
    padding: 0 0 0.625em;
    overflow: visible;
    pointer-events: none;
    visibility: visible;
    transition: all 0.2s ease-in;
    transform: scale3d(1, 0, 1);
    transform-origin: 50% 0
}

    .topbar__nav.is-active {
      pointer-events: auto;
      opacity: 1;
      transform: scale3d(1, 1, 1);
    }

    .topbar__nav .btn,
    .topbar__nav .login {
      display: block;
      padding: 0.5em 0;
      margin: 0;
      color: #3a4043;
      text-align: left;
      background-color: transparent;
    }

      .topbar__nav .btn:hover, .topbar__nav .login:hover {
        color: #3a4043;
        background-color: transparent;
      }
  }
.topbar__sandwich {
  display: block;
  width: 2.5rem;
  padding: 0.3125em;
  background-color: transparent !important;
  outline: none;
}
@media (min-width: 768px) {
.topbar__sandwich {
    display: none
}
  }
.topbar__sandwich span {
    position: relative;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
.topbar__sandwich span, .topbar__sandwich span:before, .topbar__sandwich span:after {
      display: block;
      width: 100%;
      height: 0.125em;
      background-color: #3a4043;
      transition-duration: .3s;
      transition-property: background-color, transform;
    }
.topbar__sandwich span:before, .topbar__sandwich span:after {
      position: absolute;
      content: "";
    }
.topbar__sandwich span:before {
      top: -0.5em;
    }
.topbar__sandwich span:after {
      top: 0.5em;
    }
.topbar__sandwich.is-active span {
      background-color: transparent;
    }
.topbar__sandwich.is-active span:before {
      transform: translateY(0.5em) rotate(45deg);
    }
.topbar__sandwich.is-active span:after {
      transform: translateY(-0.5em) rotate(-45deg);
    }
.topbar__mobile {
  justify-content: space-between;
}
@media (max-width: 767px) {
.topbar__mobile {
    padding: 0.625em 0
}
  }
.gv-custom footer .sf-hf {
    background: white;
}
.gv-custom footer .cover-bottom {
    bottom: 0px;
    height: 23px;
    background-color: white;
    width: 100%;
    margin-top: -22px;
}
.gv-custom footer #customerEmail {
    width: 205px;
    height: 28px;
    line-height: 0;
    margin-top: 1px;
    padding-left: 7px;
    padding: 0 10px;
}
.gv-custom footer #customerEmail::-webkit-input-placeholder {
    padding-top: 8px;
}
.gv-custom footer #customerEmail:-moz-placeholder {
    padding-top: 8px;
}
.gv-custom footer #customerEmail::-moz-placeholder {
    padding-top: 8px;
}
.gv-custom footer #customerEmail:-ms-input-placeholder {
    padding-top: 8px;
}
.gv-custom footer #copyright {
    margin: 20px auto;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: dimgrey;
    margin-bottom: 0;
}
.gv-custom footer #test-mode {
    background: #d40228;
    color: white;
    font-weight: bold;
    text-align: center;
}
.gv-custom footer .timer-icon i {
    margin-top: -3px;
}
@media screen and (max-width: 991px) {
    .gv-custom footer #btn-search {
        right:9px;
    }

    .gv-custom footer #customerEmail {
        width: 125px;
    }
}
.gv-custom #footer-responsive {
  margin-top: 80px;
  background-color: #F3F3F3;
}
.gv-custom #footer-responsive .footer-nav ul li div > div > a {
  display: none;
}
.gv-custom #footer-responsive .family-of-brands-label-mobile, .gv-custom #footer-responsive .family-of-brands-label-desktop {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
}
.gv-custom #footer-responsive .family-of-brands-label-desktop {
    padding-bottom: 10px;
}
@media all and (max-width: 991px) {
    .gv-custom #footer-responsive .family-of-brands-label-desktop {
        display:none;
    }
}
.gv-custom #footer-responsive .family-of-brands-label-mobile {
    padding-top: 16px;
}
@media all and (min-width: 992px) {
    .gv-custom #footer-responsive .family-of-brands-label-mobile {
        display:none;
    }
}
.gv-custom #footer-responsive .footer-family-of-brands-flex {
    display: flex;
    justify-content: space-around;
}
@media all and (min-width: 1px) and (max-width:767px) {
    .gv-custom #footer-responsive .footer-family-of-brands-flex img {
        height:14px;
        margin: auto 6px;
    }
}
@media all and (max-width: 767px) {
    .gv-custom #footer-responsive .footer-family-of-brands-grid {
        display:-ms-grid;
        display:grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        -ms-grid-rows: 50% 8px 50%;
        grid-template-rows: 50% 50%;
        row-gap: 8px;
    }
    .gv-custom #footer-responsive .footer-family-of-brands-grid > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .gv-custom #footer-responsive .footer-family-of-brands-grid > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .gv-custom #footer-responsive .footer-family-of-brands-grid > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .gv-custom #footer-responsive .footer-family-of-brands-grid > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
}
@media all and (min-width: 768px) {
    .gv-custom #footer-responsive .footer-family-of-brands-grid {
        display:flex;
        justify-content: space-around;
    }
}
@media all and (min-width: 1px) and (max-width:767px) {
    .gv-custom #footer-responsive .footer-family-of-brands-grid img {
        height:20px;
    }
}
.gv-custom #footer-responsive .footer-family-of-brands-flex, .gv-custom #footer-responsive .footer-family-of-brands-grid {
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 1px solid white;
    text-align: center;
}
@media all and (min-width: 992px) {
    .gv-custom #footer-responsive .footer-family-of-brands-flex, .gv-custom #footer-responsive .footer-family-of-brands-grid {
        margin:0 136px;
    }
}
@media all and (max-width: 768px) {
    .gv-custom #footer-responsive .footer-family-of-brands-flex, .gv-custom #footer-responsive .footer-family-of-brands-grid {
        margin:0 64px;
    }
}
@media all and (max-width: 767px) {
    .gv-custom #footer-responsive .footer-family-of-brands-flex, .gv-custom #footer-responsive .footer-family-of-brands-grid {
        margin:0px 15px;
    }
}
@media all and (min-width: 1200px) {
    .gv-custom #footer-responsive .footer-family-of-brands-flex, .gv-custom #footer-responsive .footer-family-of-brands-grid {
        padding-bottom:15px;
    }
}
@media all and (min-width: 992px) {
    .gv-custom #footer-responsive .footer-family-of-brands-flex img, .gv-custom #footer-responsive .footer-family-of-brands-grid img {
        height:22px;
        margin: auto 16px;
    }
}
@media all and (min-width: 768px) and (max-width:991px) {
    .gv-custom #footer-responsive .footer-family-of-brands-flex img, .gv-custom #footer-responsive .footer-family-of-brands-grid img {
        height:20px;
        margin: auto 16px;
    }
}
.gv-custom #footer-responsive span, .gv-custom #footer-responsive a {
    text-rendering: auto;
}
.gv-custom #footer-responsive .crafted-tagline {
    background-color: #222222;
    color: #FFFFFF;
    text-align: center;
    padding: 31px 55px 25px 55px;
    font-size: 12px;
}
.gv-custom #footer-responsive .crafted-tagline h3 {
    color: #FFFFFF;
    font-size: 21px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 28px;
}
.gv-custom #footer-responsive .footer-body {
    padding-left: 0px;
    padding-right: 0px;
}
.gv-custom #footer-responsive .social {
    border-bottom: 1px solid #d6d5d5;
    padding-top: 4px;
}
@media all and (min-width: 1px) and (max-width:767px) {
    .gv-custom #footer-responsive .social {
        padding: 20px 0;
        text-align: center;
    }
}
.gv-custom #footer-responsive .social a {
    margin-left: 40px;
}
.gv-custom #footer-responsive .social a:first-child {
    margin-left: 0px;
}
.gv-custom #footer-responsive .social [class^="icon-"], .gv-custom #footer-responsive .social [class*=" icon-"] {
    vertical-align: middle;
}
.gv-custom #footer-responsive .social-email-container .email-input {
    height: 60px;
    padding: 13px 15px 0px 15px;
}
.gv-custom #footer-responsive .social-email-container .email-input input, .gv-custom #footer-responsive .social-email-container .email-input input:hover, .gv-custom #footer-responsive .social-email-container .email-input input:focus {
    font-size: 12px;
    border-top: none;
    border-top-color: transparent;
    border-right: none;
    border-right-color: transparent;
    border-left: none;
    border-left-color: transparent;
    border-bottom: 1px solid #222222;
    background-color: transparent;
    color: #545454;
    width: 250px;
    outline: 0;
    padding-left: 0px;
    padding-right: 0px;
}
@media all and (min-width: 1px) and (max-width:767px) {
    .gv-custom #footer-responsive .social-email-container .email-input input, .gv-custom #footer-responsive .social-email-container .email-input input:hover, .gv-custom #footer-responsive .social-email-container .email-input input:focus {
        width:172px;
    }
}
.gv-custom #footer-responsive .social-email-container .email-input input::-webkit-input-placeholder, .gv-custom #footer-responsive .social-email-container .email-input input:hover::-webkit-input-placeholder, .gv-custom #footer-responsive .social-email-container .email-input input:focus::-webkit-input-placeholder {
    font-style: normal;
    padding-top: 12px;
    color: #222222;
}
.gv-custom #footer-responsive .social-email-container .email-input input:-moz-placeholder, .gv-custom #footer-responsive .social-email-container .email-input input:hover:-moz-placeholder, .gv-custom #footer-responsive .social-email-container .email-input input:focus:-moz-placeholder {
    font-style: normal;
    padding-top: 12px;
    color: #222222;
}
.gv-custom #footer-responsive .social-email-container .email-input input::-moz-placeholder, .gv-custom #footer-responsive .social-email-container .email-input input:hover::-moz-placeholder, .gv-custom #footer-responsive .social-email-container .email-input input:focus::-moz-placeholder {
    font-style: normal;
    padding-top: 12px;
    color: #222222;
}
.gv-custom #footer-responsive .social-email-container .email-input input:-ms-input-placeholder, .gv-custom #footer-responsive .social-email-container .email-input input:hover:-ms-input-placeholder, .gv-custom #footer-responsive .social-email-container .email-input input:focus:-ms-input-placeholder {
    font-style: normal;
    padding-top: 12px;
    color: #222222;
}
.gv-custom #footer-responsive .social-email-container .email-input button {
    padding: 4px 18px 4px 18px;
    margin-left: 25px;
}
@media all and (min-width: 1px) and (max-width:767px) {
    .gv-custom #footer-responsive .social-email-container .email-input button {
        height:33px;
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
    }
}
@media all and (min-width: 768px) {
    .gv-custom #footer-responsive .social-email-container {
        display:block;
        padding: 30px 30px 30px 5%;
    }

    .gv-custom #footer-responsive .desktop {
        padding: 0;
        float: right;
        padding-top: 15px;
    }

    .gv-custom #footer-responsive .social {
        float: left;
        border-bottom: none;
    }

    .gv-custom #footer-responsive .email-input {
        float: right;
        border-bottom: none;
    }

    .gv-custom #footer-responsive .email-input input, .gv-custom #footer-responsive .email-input input:hover, .gv-custom #footer-responsive .email-input input:focus {
        width: 300px;
        font-size: 16px;
    }

    .gv-custom #footer-responsive .email-input button {
        padding: 4px 28px 4px 28px;
        margin-left: 12px;
        margin-bottom: 8px;
    }

    .gv-custom #footer-responsive .copyright {
        margin-top: 30px;
    }
}
.gv-custom #footer-responsive .footer-nav ul li.no-mobile {
    display: none;
}
.gv-custom #footer-responsive .footer-nav ul li label, .gv-custom #footer-responsive .footer-nav ul li a {
    background-color: transparent;
    border-bottom: 1px solid #d6d5d5;
    color: #222222;
    font-weight: 700;
    font-size: 13px;
}
.gv-custom #footer-responsive .footer-nav ul li label label, .gv-custom #footer-responsive .footer-nav ul li a label {
    color: #FFFFFF;
    display: block;
}
.gv-custom #footer-responsive .footer-nav ul li label {
    background-image: url('../images/site/footer/footer-menu-closed_eddc071505f.png');
    padding-top: 15px;
}
.gv-custom #footer-responsive .footer-nav ul li div div a {
    background-image: url('../images/site/footer/footer-menu-open_60173f72e1c.png');
}
.gv-custom #footer-responsive .footer-nav ul li div div ul li:before {
    color: #FFFFFF;
}
.gv-custom #footer-responsive .footer-nav ul li div div ul li a {
    color: #222222;
    background-image: none;
    font-weight: normal;
    text-transform: capitalize;
}
@media all and (min-width: 768px) {
    .gv-custom #footer-responsive .footer-nav > ul li.no-mobile {
        display:inline-block;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li {
        width: 19%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0.01rem;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li label, .gv-custom #footer-responsive .footer-nav > ul > li a {
        padding: 0;
        font-size: 12px;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li > div {
        text-align: left;
        display: inline-block;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li > div .non-clickable {
        cursor: default;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li > label, .gv-custom #footer-responsive .footer-nav > ul > li a {
        display: inline-block;
        border-bottom: none;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li > label else, .gv-custom #footer-responsive .footer-nav > ul > li a else {
        height: 30px;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li > label label, .gv-custom #footer-responsive .footer-nav > ul > li a label {
        display: inline-block;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li div div > a {
        font-weight: bold;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li div div a {
        background-image: none;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li div div > ul {
        padding: 0px;
        list-style-type: none;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li div div > ul > li label, .gv-custom #footer-responsive .footer-nav > ul > li div div > ul > li a {
        padding-left: 0px;
        text-transform: none;        
        font-family: "Adobe Caslon Pro";
        font-size: 12px;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li div div > ul > li:before {
        content: "";
    }

    .gv-custom #footer-responsive .footer-nav > ul > li input[type='radio'] {
        display: none;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li input[type='radio'] + div > label {
      border: none;
      color: #222232;
    }

    .gv-custom #footer-responsive .footer-nav > ul > li input[type='radio'] + div > div {
        display: inline-block;
    }
}
.gv-custom #footer-responsive .copyright {
    height: 75px;
    padding-top: 20px;
    color: #222222;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}
.gv-custom #footer-responsive span.ib {
    display: inline-block;
}
@media all and (min-width: 768px) {
    .gv-custom .gemma #footer-responsive .footer-nav > ul li.no-mobile {
        display:inline-block;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li:nth-child(2) {
        margin-left: -20px;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li {
        width: 19%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 2px;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li label, .gv-custom .gemma #footer-responsive .footer-nav > ul > li a {
        padding: 0px;
        font-size: 12px;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li > div {
        text-align: left;
        display: inline-block;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li > div .non-clickable {
        cursor: default;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li > label, .gv-custom .gemma #footer-responsive .footer-nav > ul > li a {
        display: inline-block;
        border-bottom: none;
        height: 30px;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li > label label, .gv-custom .gemma #footer-responsive .footer-nav > ul > li a label {
        display: inline-block;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li div div > a {
        font-weight: bold;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li div div a {
        background-image: none;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li div div > ul {
        padding: 0px;
        list-style-type: none;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li div div > ul > li label, .gv-custom .gemma #footer-responsive .footer-nav > ul > li div div > ul > li a {
        padding-left: 0px;
        text-transform: none;
        font-family: "Adobe Caslon Pro";
        font-size: 12px;
    }

    .gv-custom .gemma #footer-responsive .footer-nav > ul > li div div > ul > li:before {
        content: "";
    }
}
.gv-custom .sequel #footer-responsive .footer-nav ul li {
    width: inherit;
    padding: 0 40px;
}
.gv-custom .sequel #footer-responsive .footer-nav ul li div div a {
    font-weight: 300;
}
.gv-custom .sequel #footer-responsive .footer-nav ul li div label, .gv-custom .sequel #footer-responsive .footer-nav ul li div a {
    border-bottom: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
.gv-custom .sequel #footer-responsive .social-email-container {
    float: none;
    padding-top: 4px;
}
.gv-custom .sequel #footer-responsive .social-email-container .email-input {
    float: none;
    text-align: center;
    border-bottom: none;
}
.gv-custom .sequel #footer-responsive .social-email-container .email-input input {
    border: 1px solid #b4babd;
    background-color: #FFFFFF;
    color: #545454;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    height: 35px;
    width: 330px;
    font-size: 16px;
}
.gv-custom .sequel #footer-responsive .social-email-container .email-input input {
    @placeholder {
        color: #545454;
        font-style: normal;
        font-size: 16px;
        position: relative;
        top: -9px;
        padding-bottom: 15px;
    }
}
.gv-custom .sequel #footer-responsive .social-email-container .email-input button {
    margin-left: 0;
    margin-bottom: 4px;
    height: 35px;
    width: 125px;
    font-weight: 300;
    font-size: 15px;
}
.gv-custom .sequel #footer-responsive .social-email-container .social {
    float: none;
    text-align: center;
    border-bottom: none;
}
.gv-custom .sequel #footer-responsive .social-email-container .social a:first-child {
    padding-left: 0;
}
.gv-custom .sequel #footer-responsive .social-email-container .social a {
    padding-left: 20px;
}
@media all and (min-width: 1px) and (max-width:767px) {
    .gv-custom .sequel #footer-responsive .social-email-container .email-input input {
        width:180px;
        height: 52px;
    }

    .gv-custom .sequel #footer-responsive .social-email-container .email-input .btn, .gv-custom .sequel #footer-responsive .social-email-container .email-input .button {
        height: 52px;
        width: 105px;
    }

    .gv-custom .sequel #footer-responsive .social-email-container .email-input input {
        @placeholder {
            top: -11px;
        }
    }

    .gv-custom .sequel #footer-responsive .social-email-container .social {
        padding-top: 38px;
    }
}
.gv-custom .col-xs-12 {
  width: 100%;
}
.gv-custom .icon-social-instagram {
  background-position: -342px -60px!important;
  height: 28px;
  width: 24px;
}
.gv-custom .icon-social-pinterest {
  background-position: -180px -88px!important;
  height: 28px;
  width: 21px;
}
.gv-custom .icon-social-fb {
  background-position: -216px -116px!important;
  height: 28px;
  width: 24px;
}
.gv-custom .icon-logo-footer {
  background-position: -301px -60px!important;
  height: 27px;
  width: 41px;
}
.hero {
  position: relative;
  padding: 100px 0;
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #f1f6fa;
}
.hero__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
/*   background: #f5e6e4; */
  background: -webkit-gradient(left top, right top, color-stop(0%, #d9f4e5), color-stop(100%, #d4edf5));
  background: linear-gradient(to right, #d9f4e5 0%, #d4edf5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f4e5', endColorstr='#d4edf5', GradientType=1 ); 
}
.hero__container {
  position: relative;
  height: 100%;
}
.hero__title {
  margin-bottom: 0.3333333333em;
  font-family: "Adobe Caslon Pro";
  line-height: 1.2;
  font-size: 30px;
}
@media (min-width: 768px) {
.hero__title {
    font-size: 60px
}
  }
.hero__elements {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__element {
  position: absolute;
}
.hero__element:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
.hero__element--round {
  border-radius: 50%;
}
.hero__element--1 {
  bottom: 263px;
  left: 126px;
  width: 2.875em;
  height: 1.4375em;
}
.hero__element--1:before {
    background-color: #7dd9ff;
    border-radius: 5.75em 5.75em 0 0;
    transform: rotate(197deg);
  }
.hero__element--2 {
  bottom: 292px;
  left: 69px;
  width: 1.3125em;
  height: 1.3125em;
  border: 0.25em solid #fed3a5;
}
.hero__element--3 {
  bottom: 198px;
  left: 65px;
  width: 1.3125em;
  height: 1.3125em;
  background-color: #c2ecfd;
}
.hero__element--4 {
  bottom: 205px;
  left: 172px;
  width: 1em;
  height: 1em;
}
.hero__element--4:before {
    background-color: #fea5db;
    transform: rotate(21deg);
  }
.hero__element--5 {
  bottom: 0;
  left: 59px;
  width: 8.625em;
  height: 8.625em;
}
.hero__element--5:before {
    background-color: #fed3a5;
    transform: rotate(-22deg);
  }
.hero__element--6 {
  right: 140px;
  bottom: 340px;
  width: 1.9375em;
  height: 1.9375em;
  background-color: #fed3a5;
}
.hero__element--7 {
  right: 63px;
  bottom: 340px;
  left: auto;
  width: 2.875em;
  height: 1.4375em;
}
.hero__element--7:before {
    background-color: #c2ecfd;
    border-radius: 5.75em 5.75em 0 0;
    transform: rotate(20deg);
  }
.hero__element--8 {
  right: 167px;
  bottom: 264px;
  width: 1em;
  height: 1em;
}
.hero__element--8:before {
    background-color: #7dd9ff;
    transform: rotate(27deg);
  }
.hero__element--9 {
  right: 39px;
  bottom: 208px;
  width: 5.75em;
  height: 5.75em;
  background-color: #fea5db;
}
/* Hero inner pages style */
.hero--small {
  padding-top: 10px;
  padding-bottom: 70px;
}
.hero--small .hero__title,
  .hero--small .hero__subtitle {
    display: none;
  }
.hero--small .hero__element--1 {
    bottom: 60px;
    left: -160px;
  }
.hero--small .hero__element--2 {
    bottom: -9px;
  }
.hero--small .hero__element--3 {
    bottom: 120px;
    left: -20px;
  }
.hero--small .hero__element--4 {
    bottom: 30px;
    left: -224px;
  }
.hero--small .hero__element--5 {
    bottom: -96px;
    left: 259px;
  }
.hero--small .hero__element--6 {
    right: 0;
    bottom: 45px;
  }
.hero--small .hero__element--7 {
    top: -15px;
    right: 80px;
    bottom: auto;
  }
.hero--small .hero__element--8 {
    right: 170px;
    bottom: 52px;
  }
.hero--small .hero__element--9 {
    right: 65px;
    bottom: -82px;
  }
.hero--small .hero__element--10 {
    bottom: 65px;
    left: 153px;
    width: 1.3125em;
    height: 1.3125em;
    background-color: #fea5db;
  }
.hero--small .hero__element--11 {
    bottom: 100px;
    left: 288px;
    width: 1.3125em;
    height: 1.3125em;
    border: 0.25em solid #fed3a5;
  }
.hero__subtitle {
  margin-bottom: 20px;
  color: #1e8d99;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
}
.search-box {
  max-width: 755px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.search-box .search {
    position: relative;
    width: 100%;
    margin-top: 70px;
    overflow: hidden;
    border-radius: 3.125em;
    border: #bec5c6 1px solid;
    border-radius: 2em;
  }
.search-box .search:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 2em;
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-top: -10px;
      background: url(/hc/theming_assets/01HZKMX4BANVDTZJG1M4DN4B70) no-repeat;
    }
.search-box [type="search"] {
    width: 100%;
    height: 68px;
    padding: 8px 3.125em 0 1.875em;
    line-height: 3.125em;
    border: none;
    outline: none;
    font-family: "Adobe Caslon Pro";
    font-size: 22px;
  }
.search-box [type="search"]::-moz-placeholder {
      color: #838383;
      opacity: 1;
    }
.search-box [type="search"]:-ms-input-placeholder {
      color: #838383;
    }
.search-box [type="search"]::-webkit-input-placeholder {
      color: #838383;
    }
.search-box [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.125em;
    text-indent: -9999px;
    outline: none;
  }
.search-box [type="submit"],
    .search-box [type="submit"]:active,
    .search-box [type="submit"]:hover,
    .search-box [type="submit"]:focus {
      background-color: transparent;

    }
.searchbox-suggestions ul {
    padding-left: 0;
    margin-top: 0;
    list-style: none;
  }
.searchbox-suggestions li {
    margin-bottom: 0.3125em;
  }
.searchbox-suggestions li a {
      color: #298cb0;
    }
.searchbox-suggestions li a:hover {
        color: #1E8D99;
      }
.article-container {
  max-width: 45.625em;
  padding: 1.875em 0.9375em;
  margin: 0 auto;
}
@media (max-width: 419px) {
.article-container {
    padding: 1.875em 0
}
  }
@media (max-width: 419px) {
.article-page {
    background-color: #ffffff
}
  }
.article-page__main {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1),
      0 -1px 2px rgba(58, 64, 67, 0.1);
  }
@media (max-width: 419px) {
.article-page__main {
      background-color: transparent;
      box-shadow: none
  }
    }
.article-header {
  border-bottom: 1px solid #e4eaef;
}
.article-header__col--right {
  display: flex;
  margin-left: 0.625em;
  flex-shrink: 0;
  align-items: center;
}
@media (max-width: 767px) {
.article-header__col--right {
    margin: 0.625em 0 0
}
  }
.article-header__inner {
  display: flex;
  max-width: 52.625em;
  padding: 3.125em 0.9375em;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
.article-header__inner {
    display: block
}
  }
@media (max-width: 419px) {
.article-header__inner {
    padding: 0 0 1.25em
}
  }
.article-header__author {
  font-size: 0.875em;
  line-height: 1.2;
}
.article-header__author a:hover {
    color: #298cb0;
  }
.article-header__author span {
    color: #93a8ba;
  }
.article-header__avatar {
  width: 3.375em;
  height: 3.375em;
  margin-right: 1.0625em;
}
.article-header__avatar img {
    border-radius: 50%;
  }
.article-header__date {
  font-size: 0.875em;
  color: rgba(58, 64, 67, 0.45);
}
.article-header__title {
  text-align: center;
  margin-bottom: 0.3333333333em;
  font-size: 2em;
  line-height: 1;
  color: #222;
  font-family: "Adobe Caslon Pro";
  font-weight: bold;
}
.article-related__title {
  margin-bottom: 0.3333333333em;
  font-size: 2em;
  line-height: 1;
  color: #222;
  font-family: "Adobe Caslon Pro";
  font-weight: bold;
}
.article-footer {
  padding-bottom: 0.875em;
  border-bottom: 1px solid #e4eaef;
}
.article-vote {
  padding: 0;
  margin: 2.5em auto 2.875em;
  text-align: center;
}
.article-vote__question {
  margin-bottom: 0.9090909091em;
  font-size: 1.375em;
}
.article-vote-controls__item.fa {
  font-size: 1.5em;
  color: #BDC3C4;
  text-decoration: none;
  background-color: transparent !important;
}
.article-vote-controls__item.fa--up[aria-selected="true"] {
    color: #5cb85c !important;
  }
.article-vote-controls__item.fa--down[aria-selected="true"] {
    color: #d9534f !important;
  }
.article-vote-controls__item.fa:hover {
    color: #298cb0;
  }
.article-related {
  margin-bottom: 0.9375em;
}
.article-related__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.article-related__title {
  padding-top: 1.2em;
  border-top: 1px solid #e4eaef;
}
.article-related__list {
  display: flex;
  padding: 0;
  margin: 2.25em -0.5em 0;
  flex-wrap: wrap;
}
@media (min-width: 767px)
.article-related__item {
  width: 33.3%;
  padding: 0 0.5em 1em;
  list-style: none;
}
@media (max-width: 767px) {
.article-related__item {
    width: 100%
}
  }
.article-related__content {
  height: 100%;
  width: 100%;
  padding: 1.5625em 1.25em;
  line-height: 1.45;
  background-color: #Ffffff;
  border: 1px solid #e4eaef;
  border-radius: 6px;
}
.article-related__content:hover{
  background-color: #F7F1F2;
}
.article-related__content p {
    color: rgba(58, 64, 67, 0.53);
  }
.article-related__link {
  display: block;
  margin-bottom: 0.625em;
  line-height: 1.2;
  color: #222;
  text-decoration: none;
}
.article-related__link:hover {
    color: #298cb0;
  }
.attachments {
  display: block;
  margin: 0;
  padding: 2.875em 0;
  border-bottom: 1px solid #e4eaef;
  list-style: none;
}
.attachments li {
    display: block;
    padding: 0.2em 0;
  }
.attachments li a {
      color: #298cb0;
    }
.attachments li a:hover {
        color: #000;
      }
.article-body,
.post__text {
  padding-bottom: 0;
  font-size: 18px;
}
.article-body p,
  .article-body ul,
  .article-body ol,
  .post__text p,
  .post__text ul,
  .post__text ol {
    text-align: left;
    margin: 1.25em 0;
  }
.article-body ul,
  .article-body ol,
  .post__text ul,
  .post__text ol {
    padding: 0 0 0 1.25em;
  }
.article-body ul li, .article-body ol li, .post__text ul li, .post__text ol li {
      margin-bottom: 0.625em;
    }
.article-body a, .post__text a {
    color: #298cb0;
    text-decoration: none;
  }
.article-body a:hover, .post__text a:hover {
      color: #000;
    }
.article-body iframe, .post__text iframe {
    display: block;
    margin-bottom: 1.25em;
  }
.article-body hr, .post__text hr {
    margin: 1.875em 0;
    border: 0;
    border-bottom: 1px solid #e4eaef;
  }
.article-body h2 {
    display: block;
    margin-bottom: 0.83333em;
    font-size: 2em;
    line-height: 1.2;
  }
.article-body .wysiwyg-font-size-x-large {
    display: block;
    margin-bottom: 0.83333em;
    font-size: 2em;
    line-height: 1.2;
  }
.post__text h2 {
    display: block;
    margin-bottom: 0.83333em;
    font-size: 2em;
    line-height: 1.2;
  }
.post__text .wysiwyg-font-size-x-large {
    display: block;
    margin-bottom: 0.83333em;
    font-size: 2em;
    line-height: 1.2;
  }
.article-body h4 {
    margin-bottom: 0.45455em;
    font-size: 1.375em;
  }
.post__text h4 {
    margin-bottom: 0.45455em;
    font-size: 1.375em;
  }
.article-body h4 .wysiwyg-font-size-medium, .post__text h4 .wysiwyg-font-size-medium {
      font-size: inherit;
    }
.article-body h5, .post__text h5 {
    color: #1E8D99;
  }
.article-body h3 {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: #1E8D99;
  }
.article-body .wysiwyg-font-size-large {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: #1E8D99;
  }
.post__text h3 {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: #1E8D99;
  }
.post__text .wysiwyg-font-size-large {
    display: block;
    margin-bottom: 0.45455em;
    font-size: 1.375em;
    line-height: 1.1;
    color: #1E8D99;
  }
.article-body .wysiwyg-font-size-medium {
    font-size: 1.125em;
    color: #1E8D99;
  }
.post__text .wysiwyg-font-size-medium {
    font-size: 1.125em;
    color: #1E8D99;
  }
.article-body .wysiwyg-font-size-small, .post__text .wysiwyg-font-size-small {
    font-size: 0.875em;
  }
.article-body .text-primary, .post__text .text-primary {
    background-color: #222;
  }
.article-body .text-info {
    background-color: rgba(#5d6483, 0.5);
  }
.post__text .text-info {
    background-color: rgba(#5d6483, 0.5);
  }
.article-body .text-warning, .post__text .text-warning {
    background-color: #fad782;
  }
.article-body .text-danger, .post__text .text-danger {
    background-color: #d9534f;
  }
.article-body .btn--primary {
    color: #ffffff !important;
  }
.post__text .btn--primary {
    color: #ffffff !important;
  }
.article-body blockquote {
    padding: 0.75em 1.5em;
    margin: 0 0 1.5em;
    font-style: italic;
    background-color: rgba(147, 168, 186, 0.3);
    border-left: 5px solid #5d6483;
  }
.post__text blockquote {
    padding: 0.75em 1.5em;
    margin: 0 0 1.5em;
    font-style: italic;
    background-color: rgba(147, 168, 186, 0.3);
    border-left: 5px solid #5d6483;
  }
.article-body blockquote.is-colored, .post__text blockquote.is-colored {
      border-color: #222;
    }
.article-body blockquote p:last-child, .article-body blockquote ul:last-child, .article-body blockquote ol:last-child, .post__text blockquote p:last-child, .post__text blockquote ul:last-child, .post__text blockquote ol:last-child {
        margin-bottom: 0;
      }
.article-body dt, .post__text dt {
    font-weight: 800;
  }
.article-body dt,
  .article-body dd,
  .post__text dt,
  .post__text dd {
    margin-bottom: 0.75em;
    line-height: 1.5;
  }
.article-body dd, .post__text dd {
    margin-left: 0; /* Undo browser default */
  }
.article-body .dl-horizontal:after, .post__text .dl-horizontal:after {
      display: table;
      clear: both;
      content: "";
    }
.article-body .dl-horizontal dt, .post__text .dl-horizontal dt {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
@media (min-width: 768px) {
.article-body .dl-horizontal dt, .post__text .dl-horizontal dt {
        float: left;
        width: 30%;
        padding-right: 0.9375em;
        clear: both
    }
      }
@media (min-width: 768px) {
.article-body .dl-horizontal dd, .post__text .dl-horizontal dd {
        float: right;
        width: 70%
    }
      }
.article-body .image-with-border, .post__text .image-with-border {
    padding: 10px;
    border: 1px solid #d3d6d8;
    border-radius: 6px;
  }
.article-body .image-with-shadow, .post__text .image-with-shadow {
    box-shadow: 0 5px 15px 2px rgba(58, 64, 67, 0.8);
  }
.article-body .image-overlay, .post__text .image-overlay {
    position: relative;
  }
.article-body .image-overlay:before, .post__text .image-overlay:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background-color: rgba(255, 255, 255, 0.3);
    }
.article-body .image-with-video-icon, .post__text .image-with-video-icon {
    position: relative;
    display: block;
  }
.article-body .image-with-video-icon img, .post__text .image-with-video-icon img {
      display: block;
    }
.article-body .image-with-video-icon:after, .post__text .image-with-video-icon:after {
      position: absolute;
      top: 50%;
      right: 50%;
      display: inline-block;
      width: 0;
      height: 0;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 1.875em 3.125em;
      border-right-width: 0;
      border-left-color: #fff;
      transition: transform 0.2s;
      transform: translate(50%, -50%);
    }
.article-body .image-with-video-icon:before, .post__text .image-with-video-icon:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background-color: rgba(58, 64, 67, 0.2);
    }
.article-body .image-with-video-icon:hover:after, .post__text .image-with-video-icon:hover:after {
      transform: translate(50%, -50%) scale(1.1);
    }
.article-list {
  text-align: center;
  display: flex;
  padding-left: 0;
  margin: 0 1.25em;
  list-style: none;
  flex-wrap: wrap;
}
.article-list-item {
  width: 100%;
  padding: 0 calc(1.25em / 2) 24px;
  margin-bottom: 6px;  
  font-family: "Adobe Caslon Pro";
}
@media (min-width: 768px) {
.article-list-item {
    width: 50%;
    transition: transform 0.2s ease-in
}

    .article-list-item:hover {
      transform: translateY(-10px);
    }
  }
.article-list-item__inner,
.search-result {
  height: 100%;
  padding: 1.5em;
  border: 1px solid #E4EAEF;
  border-radius: 6px;
  border: 1px solid #bdc3c4;
  transition: border-color 0.2s ease-in;
}
@media (min-width: 768px) {
.article-list-item__inner,
.search-result {
    padding: 2.875em
}
  }
.article-list-item__title {
  display: block;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.article-list-item__title:hover {
    color: #000;
  }
.article-list-item__descr {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
.article-list-item__meta {
  margin-top: 1.375em;
  overflow: hidden;
  line-height: 1.2;
  white-space: nowrap;
}
.article-list-item__meta:after {
    display: table;
    clear: both;
    content: "";
  }
.article-list-item__icon {
  float: left;
  width: 2.1875em;
  height: 2.1875em;
  margin-right: 0.75em;
  overflow: hidden;
  border-radius: 50%;
}
.article-list-item__icon img {
    display: block;
  }
.article-list-item__name {
  line-height: 1;
  color: #000;
}
.article-list-item__name a {
    color: inherit;
    text-decoration: none;
  }
.article-list-item__name a:hover {
      color: #298cb0;
    }
.article-list-item__date {
  font-size: 0.875em;
  color: rgba(#000, 0.4);
}
.article-list-item__more {
  display: block;
  margin-top: 0.9375em;
  color: #298cb0;
  text-decoration: none;
}
@media (min-width: 768px) {
.article-list.article-list--promoted .article-list-item__title {
      font-size: 30px
  }
    }
@media (min-width: 768px) {
.article-list.article-list--promoted .article-list-item__descr {
      font-size: 20px
  }
    }
ol.list-colored {
  padding: 0;
  list-style-type: none;
  counter-reset: list;
}
ol.list-colored li {
    position: relative;
    padding-left: 2.1875em;
    list-style: none;
    counter-increment: list;
  }
ol.list-colored li:before {
      position: absolute;
      top: 0.0714285714em;
      left: 0;
      width: 1.7857142857em;
      height: 1.7857142857em;
      font-size: 0.875em;
      line-height: 1.6428571429em;
      color: #ffffff;
      text-align: center;
      content: counter(list);
      background-color: #222;
      border-radius: 50%;
    }
ul.list-bullet {
  padding: 0;
}
ul.list-bullet li {
    position: relative;
    padding-left: 1.875em;
    list-style: none;
  }
ul.list-bullet li:before {
      position: absolute;
      top: 0.25em;
      left: 0;
      display: inline-block;
      font-family: 'Font Awesome 5 Free';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #222;
      content: '\f058';
      background-color: transparent;

    }
th {
  text-align: left;
}
/* Baseline styles */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.875em;
}
.table th,
  .table td {
    padding: 0.625em;
    vertical-align: top;
  }
.table td {
    border-top: 1px solid #e4eaef;
  }
.table thead th {
    vertical-align: bottom;
  }
.table tbody + tbody {
    border-top: 1px solid #e4eaef;
  }
.table .table {
    background-color: #ffffff;
  }
.table--color-header th {
    color: #ffffff;
    background-color: #222;
  }
.table--striped tbody tr:nth-child(odd) {
    background-color: rgba(229, 237, 243, .3);
  }
.table--hover tbody tr:hover {
    background-color: rgba(229, 237, 243, .3);
  }
.table--bordered {
  border: 1px solid #e4eaef;
}
.table--bordered td,
  .table--bordered th {
    border-left: 1px solid #e4eaef;
  }
/*
Responsive tables
Wrap your tables in `.table-responsive` and we'll make them mobile friendly
by enabling horizontal scrolling. Only applies <768px. Everything above that
will display normally.
*/
.table-responsive {
  min-height: 0.01%; /* Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) */
  overflow-x: auto;

}
@media (max-width: 767px) {
.table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e4eaef

}

    .table-responsive > .table {
      margin-bottom: 0;
    }
          .table-responsive > .table > thead > tr > th,
          .table-responsive > .table > thead > tr > td,
          .table-responsive > .table > tbody > tr > th,
          .table-responsive > .table > tbody > tr > td,
          .table-responsive > .table > tfoot > tr > th,
          .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
          }
  }
.note {
  padding-left: 1.25em;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  color: #43cbda;
  border-left: 4px solid #E5EDF3;
}
.note p:last-child {
    margin-bottom: 0;
  }
.note--info {
  border-color: #5d6483;
}
.note--warning {
  border-color: #fad782;
}
.note--success {
  border-color: #5cb85c;
}
.note--danger {
  border-color: #d9534f;
}
.accordion {
  padding-top: 0;
  margin-bottom: 0.9375em;
  border: 1px solid #e4eaef;
  border-radius: 6px;
}
.accordion__item-title {
  position: relative;
  padding: 0.9375em 1.25em 0.9375em 3.25em;
  font-size: 1.125em;
  cursor: pointer;
}
.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #e4eaef;
  }
.accordion__item-title:before {
    position: absolute;
    content: "";
  }
.accordion__item-content {
  display: none;
  padding: 1.25em;
  border-bottom: 1px solid #e4eaef;
}
.accordion__item-content p:last-child {
    margin-bottom: 0;
  }
.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}
.accordion--default .accordion__item-title:before {
    top: 50%;
    left: 1.375em;
    width: 0.5em;
    height: 0.5em;
    margin-top: -4px;
    border-bottom: 2px solid #222;
    border-left: 2px solid #222;
    transition: transform 0.2s;
    transform: rotate(-45deg);
  }
.accordion--default .accordion__item-title--active {
    background-color: rgba(#e5edf3, 0.4);
  }
.accordion--default .accordion__item-title--active:before {
      transition: transform 0.2s;
      transform: rotate(135deg);
    }
.accordion--colored .accordion__item-title {
    transition: background-color 0.2s;
  }
.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
      background-color: #c2d5e3;
    }
.accordion--colored .accordion__item-title:before {
      left: 1.25em;
      width: 0.625rem;
      height: 0.125rem;
      margin-top: -0.0625rem;
    }
.accordion--colored .accordion__item-title:after {
      position: absolute;
      left: 1.45em;
      width: 0.125rem;
      height: 0.625rem;
      margin-top: -0.3125rem;
      content: "";
    }
.accordion--colored .accordion__item-title--active {
      color: #ffffff;
      background-color: #222;
      transition: background-color 0.2s;
    }
.accordion--colored .accordion__item-title--active:before {
        background-color: #ffffff;
      }
.accordion--colored .accordion__item-title--active:after {
        display: none;
      }
.page-header {
  position: relative;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  margin-bottom: 1.875em;
  border-bottom: 1px solid #E4EAEF;
}
.page-header .title-main {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 40px;
  }
.page-header:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;    
    width: 42px;
    height: 33px;
    padding: 5px;
    margin-left: -21px;
    background: #fff url(/hc/theming_assets/01HZKMX54CJY7H6XTS65ETVY7V) no-repeat center;
    background-size: 32px;
  }
.page-header__title {
  display: flex;
  margin-bottom: 0.5em;
  align-items: center;
}
.page-header__title img {
    width: 1.5625em;
    margin-right: 0.75em;
  }
.page-header__description {
  color: rgba(#000, 0.53);
}
.page-body {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.page-body > .article-list {
    padding-top: 0.9375em;
  }
.page-body .btn {
    min-width: 10.3125em;
    margin-top: 1em;
    margin-bottom: 1.375em;
  }
.page-body__empty {
  padding: 1.875em 0;
}
.page-body__empty a {
    color: #298cb0;
    text-transform: capitalize;
  }
.page-body__empty a:hover {
      text-decoration: none;
    }
.page-section {
  text-align: center;
  padding-bottom: 1.25em;
  margin-bottom: 1.875em;
  border-bottom: 1px solid #E4EAEF;
}
.page-section:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
.page-section__title {
  margin-bottom: 1.5em;
  font-size: 1.8em;
}
.page-section__title a {
    text-decoration: none;
  }
.page-section__title a:hover {
      color: #298cb0;
    }
.title-main {
  font-family: "Adobe Caslon Pro";
  margin-bottom: 0.5em;
  font-size: 2em;
  text-transform: capitalize;
}
.gv-custom [device-size] {
      display: none;
  }
@media all and (min-width: 1px) and (max-width:767px) {
      .gv-custom [device-size="xs"] {
          display:block;
      }
  }
@media all and (min-width: 768px) and (max-width:991px) {
      .gv-custom [device-size="sm"] {
          display:block;
      }
  }
@media all and (min-width: 992px) and (max-width:1199px) {
      .gv-custom [device-size="md"] {
          display:block;
      }
  }
@media all and (min-width: 1200px) and (max-width:1599px) {
      .gv-custom [device-size="lg"] {
          display:block;
      }
  }
@media all and (min-width: 1600px) {
      .gv-custom [device-size="xl"] {
          display:block;
      }
  }
.gv-custom #hat {
    height: 50px;
    background-color: white;
    color: white;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    border-bottom: 1px white;
    width: 100%;
    position: fixed;
    z-index: 1000;
}
.gv-custom [class^="icon-"], .gv-custom [class*=" icon-"] {
  display: inline-block;
  vertical-align: text-top;
  *margin-right: 0.3em;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
.gv-custom #hat [class^="icon-"], .gv-custom #hat [class*=" icon-"] {
    position: relative;
    margin-right: 5px;
}
.gv-custom #hat .row {
    overflow: visible;
}
.gv-custom #hat .icon-phone-hat {
    left: 5px;
}
.gv-custom #hat.float {
    position: relative;
}
.gv-custom #hat.float.hat-with-universal {
    margin-top: 50px;
    top: 0;
}
.gv-custom #hat.float.hat-with-universal.non-sticky {
    top: auto;
    margin-top: 0;
}
.gv-custom #hat .timer-icon i {
    margin-top: 3px;
}
.gv-custom .hat-link {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.015em;
    color: #222222;
}
.gv-custom .hat-link:hover, .gv-custom .hat-link:active, .gv-custom .hat-link:focus {
    color: #222222;
}
.gv-custom .hat-with-universal {
    top: 50px;
}
.gv-custom #tel-link {
    cursor: default;
}
.gv-custom .hat-button-container {
    padding: 0 10px;
}
@media all and (min-width: 1200px) {
    .gv-custom .hat-button-container {
        padding:0 20px;
    }
}
.gv-custom .hat-button-container .hat-link {
    display: block;
    margin: 15px 0 0;
    height: 35px;
    white-space: nowrap;
    font-size: 12px;
    padding-right: 15px;
    cursor: pointer;
}
.gv-custom .hat-button-container .hat-link .icon-heart-white {
    top: 1px;
}
.gv-custom .hat-button-container .hat-link .icon-heart_black {
    top: 4px;
}
.gv-custom .hat-button-container .hat-link .icon-bag {
    top: -3px;
}
.gv-custom #loggedinLinks #nav-account.nav > li.gemnav-dropdown, .gv-custom #loggedoutLinks #nav-account.nav > li.gemnav-dropdown {
    z-index: 100;
    text-shadow: none;
}
.gv-custom #loggedinLinks #nav-account.nav > li.gemnav-dropdown > a, .gv-custom #loggedoutLinks #nav-account.nav > li.gemnav-dropdown > a {
    display: inline-block;
    margin-top: -15px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.015em;
    text-transform: none;
    height: 50px;
    color: #222222;
}
.gv-custom #loggedinLinks #nav-account.nav > li.gemnav-dropdown:hover, .gv-custom #loggedoutLinks #nav-account.nav > li.gemnav-dropdown:hover {
    color: white;
}
.gv-custom #loggedinLinks #nav-account.nav > li.gemnav-dropdown:hover > a, .gv-custom #loggedoutLinks #nav-account.nav > li.gemnav-dropdown:hover > a {
    color: #222222;
}
.gv-custom #loggedinLinks #nav-account.nav > li.gemnav-dropdown > .gemnav-dropdown-container, .gv-custom #loggedoutLinks #nav-account.nav > li.gemnav-dropdown > .gemnav-dropdown-container {
    top: 35px;
    border: solid 1px #dbdbdb;
}
.gv-custom #loggedinLinks #nav-account.nav > li.gemnav-dropdown > .gemnav-dropdown-container a, .gv-custom #loggedoutLinks #nav-account.nav > li.gemnav-dropdown > .gemnav-dropdown-container a {
    font-size: 11px;
    letter-spacing: 0.115em;
    color: #222222;
}
.gv-custom #loggedinLinks #nav-account.nav > li.gemnav-dropdown > .gemnav-dropdown-container a:hover, .gv-custom #loggedoutLinks #nav-account.nav > li.gemnav-dropdown > .gemnav-dropdown-container a:hover {
    color: #298cb0;
}
.gv-custom #loggedinLinks #nav-account.nav .icon-caret-down, .gv-custom #loggedoutLinks #nav-account.nav .icon-caret-down {
    top: 0;
}
.gv-custom #loggedinLinks #nav-account.nav .gemnav-dropdown-menu a, .gv-custom #loggedoutLinks #nav-account.nav .gemnav-dropdown-menu a {
    padding: 8px 10px 6px;
}
@media screen and (min-width: 768px) and (max-width:991px) {
    .gv-custom .hat-link:nth-of-type(1) {
        padding-left:8px;
    }
}
.gv-custom #universal-hat {
    background: black;
}
@media all and (min-width: 992px) {
    .gv-custom #universal-hat.navbar-fixed-top-desktop {
        position:fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        margin-bottom: 0;
    }
}
@media all and (max-width: 991px) {
    .gv-custom #universal-hat.navbar-fixed-top-mobile {
        position:fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        margin-bottom: 0;
    }
}
.gv-custom #universal-hat .channel-tabs {
    display: flex;
    height: 50px;
}
@media all and (min-width: 992px) {
    .gv-custom #universal-hat .channel-tabs {
        margin:0 0 0 120px;
    }
}
@media all and (max-width: 991px) {
    .gv-custom #universal-hat .channel-tabs {
        justify-content:center;
    }
}
.gv-custom #universal-hat .channel-tab {
    display: inline-block;
}
.gv-custom #universal-hat .channel-tab:hover {
    background-color: #50504f;
}
.gv-custom #universal-hat .active {
    background-color: #c3c3c1;
}
.gv-custom #universal-hat a[class$='-brand-logo'] {
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
}
.gv-custom #universal-hat a[class$='-brand-logo'] img {
    width: auto;
    -ms-grid-column-align: center;
        justify-self: center;
    margin: auto 12px;
}
@media all and (min-width: 1px) {
    .gv-custom #universal-hat a[class$='-brand-logo'] img {
        height:14px;
        margin: auto 2vw;
    }
}
@media all and (min-width: 768px) {
    .gv-custom #universal-hat a[class$='-brand-logo'] img {
        height:20px;
        margin: auto 16px;
    }
}
@media all and (min-width: 992px) {
    .gv-custom #universal-hat a[class$='-brand-logo'] img {
        height:22px;
    }
}
@media all and (max-width: 991px) {
    .gv-custom .universal-hat-desktop-only {
        display:none;
    }
}
@media all and (min-width: 992px) {
    .gv-custom .universal-hat-mobile-only {
        display:none;
    }
}
.gv-custom #logo-header {
    padding: 50px 0px 0px 0px;
    position: relative;
}
.gv-custom #logo-header.logo-header-search-open {
    padding-top: 100px;
}
.gv-custom #site-logo {
    vertical-align: text-bottom;
    margin-left: 15px;
}
.gv-custom #search-term {
    height: 27px;
    width: 230px;
    padding: 7px 10px 0px;
    font-weight: bold;
    border-radius: 10px;
}
@media all and (min-width: 992px) and (max-width:1199px) {
    .gv-custom #search-term {
        width:170px;
    }
}
.gv-custom #search-hidden-label {
    display: inline-block;
    float: left;
    margin-top: 2px;
}
.gv-custom #form-search input::-webkit-input-placeholder, .gv-custom #form-search-mobile input::-webkit-input-placeholder {
    font-weight: normal;
    padding-top: 3px;
}
.gv-custom #form-search input:-moz-placeholder, .gv-custom #form-search-mobile input:-moz-placeholder {
    font-weight: normal;
    padding-top: 3px;
}
.gv-custom #form-search input::-moz-placeholder, .gv-custom #form-search-mobile input::-moz-placeholder {
    font-weight: normal;
    padding-top: 3px;
}
.gv-custom #form-search input:-ms-input-placeholder, .gv-custom #form-search-mobile input:-ms-input-placeholder {
    font-weight: normal;
    padding-top: 3px;
}
.gv-custom #agent-term {
    height: 50px;
    width: 173px;
    padding: 2px 10px 0px 7px;
    font-weight: bold;
    background-color: #fffbaa;
}
.gv-custom #btn-search {
    height: 24px;
    width: 24px;
    border: none;
    padding-top: 5px;
    right: 22px;
    top: 5px;
    border-radius: 10px;
    position: absolute;
}
.gv-custom #btn-search:hover {
    background: transparent;
}
.gv-custom #btn-agent-search {
    height: 50px;
    width: 50px;
    border-left: none;
    padding-top: 5px;
}
.gv-custom .agent-icon-search {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 9px;
    left: 30px;
}
.gv-custom .agent-icon-disabled {
    background-position: -244px -18px;
    height: 16px;
    width: 16px;
}
.gv-custom .agent-icon {
    background-position: -228px -18px;
    height: 16px;
    width: 16px;
}
.gv-custom #header-link-container {
    text-align: right;
    font-size: 12px;
    line-height: 30px;
    width: 30%;
    position: absolute;
    top: -5px;
    right: 10px;
}
.gv-custom #header-link-container a {
    color: dimgrey;
    line-height: 11px;
    letter-spacing: 0.03em;
    width: auto;
}
.gv-custom #header-link-container i {
    position: relative;
    left: 25px;
}
.gv-custom #banner {
    width: 300px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 200px;
}
@media(max-width: 992px) {
    .gv-custom #site-logo {
        margin-left:0px;
    }
}
.gv-custom #desktop-header #nav-container {
    background-color: white;
}
.gv-custom #desktop-header #affix-image {
    display: none;
}
.gv-custom #desktop-header #affix-image img {
    width: 175px;
    margin-top: 5px;
}
.gv-custom #desktop-header .affix {
    width: 100%;
    z-index: 990;
    top: 49px;
    border-bottom: 1px solid #dbdbdb;
}
.gv-custom #desktop-header .affix + #affix-padding {
    height: 43px;
}
.gv-custom #desktop-header .affix.affix-search {
    top: 99px;
}
.gv-custom #desktop-header .affix .navStyle {
    border-bottom: none;
}
.gv-custom #desktop-header #desktop-jdc-text {
    margin-top: -8px;
}
.gv-custom #desktop-header #desktop-site-banner img {
    width: 100%;
}
.gv-custom #desktop-header #desktop-site-banner.affix {
    position: fixed;
    z-index: 905;
    top: 83px;
}
.gv-custom #desktop-header ul.channel-nav-tabs .channel-tab {
    border-right: 1px solid #C9C9C9;
}
.gv-custom #desktop-header ul.channel-nav-tabs .channel-tab:last-child {
    border: none;
}
.gv-custom #desktop-header ul.channel-nav-tabs li {
    float: left;
    min-width: 130px;
    margin: 15px 0;
}
.gv-custom #desktop-header ul.channel-nav-tabs li a, .gv-custom #desktop-header ul.channel-nav-tabs li span {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: white;
    display: block;
    height: 20px;
    padding: 0 24px;
    text-align: center;
    font-weight: 500;
    line-height: 80%;
}
.gv-custom #desktop-header ul.channel-nav-tabs li:hover {
    background-color: #464646;
}
.gv-custom #desktop-header ul.channel-nav-tabs li span.tab-header-subtext {
    line-height: 40%;
    font-size: 8px;
    padding-top: 2px;
}
.gv-custom #desktop-header ul.channel-nav-tabs li .icon-logo-sm-img-black, .gv-custom #desktop-header ul.channel-nav-tabs li .icon-logo-sm-img-grey, .gv-custom #desktop-header ul.channel-nav-tabs li .icon-logo-sm-img-white {
    width: 22px;
    height: 17px;
    margin: 3px 0 -8px 5px;
    float: left;
}
.gv-custom #desktop-header ul.channel-nav-tabs li .tab-label {
    font-size: 12px;
}
.gv-custom #desktop-header ul.channel-nav-tabs li .tab-label.gemvara {
    position: relative;
    top: 7px;
}
.gv-custom #desktop-header ul.channel-nav-tabs li .tab-label.gemma {
    position: relative;
    top: 7px;
}
.gv-custom #desktop-header ul.channel-nav-tabs li .tab-icon.gemvara {
    position: relative;
    left: 5px;
}
.gv-custom #desktop-header ul.channel-nav-tabs li .tab-icon.reset {
    position: relative;
    left: 3px;
}
.gv-custom #desktop-header ul.channel-nav-tabs li.active a, .gv-custom #desktop-header ul.channel-nav-tabs li.active span {
    color: white;
}
.gv-custom #desktop-header ul.channel-nav-tabs li.active:hover {
    background-color: inherit;
}
.gv-custom #desktop-header .session-info {
    border-right: 1px solid #c9c9c9;
    margin-top: 15px;
    height: 20px;
}
.gv-custom #desktop-header .session-info .hat-button-container .hat-link {
    padding-left: 5px;
    padding-right: 5px;
}
.gv-custom #desktop-header .banner-row {
    text-align: center;
    margin: 0 0 6px;
}
.gv-custom .tablet-phone-number {
  vertical-align: top;
  margin-top: 5px;
  border-right: 1px solid black;
  padding-right: 10px;
  margin-right: 10px;
  color: black;
  font-weight: bolder;
  display: inline-block !important;
  font-size: 14px;
}
.gv-custom .hide-phone-icon {
    display: none;
}
.gv-custom .my-account-not-logged-in-space {
    margin-left: 15px;
}
@media(max-width: 767px) {
    .gv-custom .hide-phone-icon {
        display:inline-block !important;
    }

    .gv-custom .tablet-phone-number {
        display: none !important;
    }
}
.gv-custom body.reset img {
    margin: 0 0 5px 0;
}
.gv-custom body.gemma #logo-header {
    text-align: center;
}
.gv-custom body.gemma #logo-header img {
    margin: 10px 0 5px 0;
}
.gv-custom body.sequel .mobile-logo {
    position: relative;
    bottom: 7px;
    width: 144px;
    height: 22px;
}
.gv-custom body.sequel #logo-header {
    text-align: center;
}
.gv-custom body.sequel #logo-header img {
    margin: 0 0 5px 0;
}
.gv-custom body.sequel .seonav li a:hover {
    color: #e8ae46;
    border-bottom: none;
}
@media all and (min-width: 1px) {
    .gv-custom #desktop-header {
        display:none;
    }

    .gv-custom #mobile-header {
        display: block;
        height: 50px;
    }
}
@media all and (min-width: 992px) {
    .gv-custom #desktop-header {
        display:block;
    }

    .gv-custom #mobile-header {
        display: none;
    }
}
.gv-custom #mobile-site-banner img {
    width: 100%;
}
.gv-custom #mobile-site-banner.affix {
    position: fixed;
    top: 50px;
    z-index: 1029;
}
.gv-custom #mobile-header {
    overflow: hidden;
}
.gv-custom #mobile-header .hat {
    height: 34px;
    background-color: #222222;
    color: #FFFFFF;
    font-size: 10px;
    padding: 7px 15px 7px 15px;
}
.gv-custom #mobile-header .hat a {
    color: #FFFFFF;
}
.gv-custom #mobile-header .hat div:first-child {
    width: 140px;
    float: left;
}
.gv-custom #mobile-header .hat div:last-child {
    width: 130px;
    float: right;
}
.gv-custom #mobile-header .hat div:last-child div {
    width: 50%;
}
.gv-custom #mobile-header .hat div:last-child div:first-child {
    float: left;
    text-align: left;
}
.gv-custom #mobile-header .hat div:last-child div:last-child {
    float: right;
    text-align: right;
}
.gv-custom #mobile-header .mobile-logo-wrapper a {
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    padding: 5px;
    display: block;
    line-height: normal;
}
.gv-custom #mobile-header .mobile-logo-wrapper a, .gv-custom #mobile-header .mobile-logo-wrapper span {
    letter-spacing: 1px;
    color: #222222;
    text-align: center;
    line-height: 80%;
}
.gv-custom #mobile-header .mobile-logo-wrapper span.tab-header-subtext {
    font-size: 10px;
    color: #222222;
}
.gv-custom #mobile-header #mobile-header-nav.affix, .gv-custom #mobile-header #mobile-header-nav.affix-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #DBDBDB;
}
.gv-custom #mobile-header #mobile-header-nav.affix.float, .gv-custom #mobile-header #mobile-header-nav.affix-top.float {
    position: relative;
    border: none;
}
.gv-custom #mobile-header #mobile-header-nav.affix.hat-with-universal-mobile, .gv-custom #mobile-header #mobile-header-nav.affix-top.hat-with-universal-mobile {
    top: 50px;
    position: unset;
}
.gv-custom #mobile-header #mobile-header-nav.affix.hat-with-universal-mobile.float, .gv-custom #mobile-header #mobile-header-nav.affix-top.hat-with-universal-mobile.float {
    top: 0;
    margin-top: 50px;
}
.gv-custom #mobile-header #mobile-header-nav.affix.hat-with-universal-mobile.float.non-sticky, .gv-custom #mobile-header #mobile-header-nav.affix-top.hat-with-universal-mobile.float.non-sticky {
    top: auto;
    margin-top: 0;
}
.gv-custom #mobile-header #custom-search-bar-mobile.affix {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1000;
}
.gv-custom #mobile-header #mobile-header-nav.affix-nav-open {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #DBDBDB;
}
.gv-custom #mobile-header #mobile-header-nav.affix-nav-open.float {
    position: fixed;
    border: none;
}
.gv-custom #mobile-header #mobile-header-nav.affix-nav-open.hat-with-universal-mobile.float {
    top: 0;
    margin-top: 50px;
}
.gv-custom #mobile-header #mobile-header-nav.affix-nav-open.hat-with-universal-mobile.float.non-sticky {
    top: auto;
    margin-top: 0;
}
.gv-custom #mobile-header .nav-section {
    border-bottom: 1px solid transparent;
    overflow: hidden;
    height: 50px;
    background-color: white;
    color: #222222;
    padding: 17px 11px 0px 11px;
}
.gv-custom #mobile-header .nav-section .menu {
    text-align: left;
}
.gv-custom #mobile-header .nav-section .menu .hamburger {
    background-image: url(/hc/theming_assets/01HZKMX7TB33KNHK7P61TJ4DEN);
    background-size: 21px 17px;
    background-repeat: no-repeat;
    text-indent: -119988px;
    display: inline-block;
    width: 21px;
    height: 17px;
}
.gv-custom #mobile-header .nav-section .menu .search-icon {
    background-image: url('../images/site/nav/eyeglass_643600d3b0a.png');
    background-size: 18px 16px;
    background-repeat: no-repeat;
    text-indent: -119988px;
    display: inline-block;
    width: 18px;
    height: 16px;
    position: relative;
    top: 0px;
    right: -5px;
}
.gv-custom #mobile-header .nav-section .logo {
    text-align: center;
}
.gv-custom #mobile-header .nav-section .logo .mobile-logo {
    text-indent: -119988px;
    display: inline-block;
}
.gv-custom #mobile-header .nav-section .logo .mobile-logo.gemvara {
    width: 108px;
    position: relative;
    bottom: 4px;
    left: 1px;
}
.gv-custom #mobile-header .nav-section .logo .mobile-logo.jdc {
    margin-top: -17px;
    height: 75px;
    width: 120px;
}
.gv-custom #mobile-header .nav-section .logo .mobile-logo.silpada, .gv-custom #mobile-header .nav-section .logo .mobile-logo.honora {
    width: 128px;
}
.gv-custom #mobile-header .nav-section .logo .mobile-logo.reset {
    height: 12px;
}
.gv-custom #mobile-header .nav-section .bag {
    top: -4px;
    text-align: right;
}
.gv-custom #mobile-header .nav-section .bag .shopping-bag {
    background-image: url(/hc/theming_assets/01HZKMX60JH84XWX144BTT3EBZ);
    background-size: 22px 23.5px;
    background-repeat: no-repeat;
    text-indent: -119988px;
    display: inline-block;
    width: 22px;
    height: 23.5px;
    margin-left: 5px;
}
.gv-custom #mobile-header .nav-section .bag .saved-items-icon {
    background-image: url(/hc/theming_assets/01HZKMX73EKPFKT1XKKDA7EFKD);
    background-size: 19px 16px;
    background-repeat: no-repeat;
    text-indent: -119988px;
    display: inline-block;
    width: 19px;
    height: 16px;
    position: relative;
    top: -1px;
}
.gv-custom #mobile-header .nav-section .bag .insider-icon {
    background-image: url('../images/site/nav/insider_5a9501413c5.png');
    background-size: 18px 17px;
    background-repeat: no-repeat;
    text-indent: -119988px;
    display: inline-block;
    width: 18px;
    height: 17px;
    position: relative;
    top: 4px;
}
.gv-custom #mobile-header .nav-section .bag .insider-link {
    display: inline-block;
    position: relative;
    top: -6px;
    right: 4px;
}
.gv-custom #mobile-header .nav-section .bag .cart-count {
    position: absolute;
    width: 22px;
    height: 24px;
    text-align: center;
    top: 5px;
    right: 0;
    color: #FFFFFF;
    font-size: 8px;
}
.gv-custom #mobile-header .nav-section .bag .saved-items-count {
    position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    top: 4px;
    right: 30px;
    color: #FFFFFF;
    font-size: 8px;
}
.gv-custom #mobile-header .nav-section .bag .phone-icon-mobile-gemvara {
    font-size: 15px;
    font-weight: 900;
    color: #000000;
    top: -1px;
    right: 3px;
}
.gv-custom .float#logo-header {
    padding: 0;
}
.gv-custom nav .container {
    overflow: visible;
}
.gv-custom #nav-container {
    overflow: visible !important;
    height: 45px;
}
.gv-custom #nav-container .input-box {
    background: transparent;
}
.gv-custom #outer-container {
    border-bottom: 1px solid #dbdbdb;
    height: 44px;
}
.gv-custom .navStyle .nav, .gv-custom #mobile-nav-menu .nav, .gv-custom #loggedinLinks .nav, .gv-custom #loggedoutLinks .nav {
    overflow: visible;
    white-space: nowrap;
    position: relative;
}
.gv-custom .navStyle .nav a:hover, .gv-custom .navStyle .nav span:hover, .gv-custom #mobile-nav-menu .nav a:hover, .gv-custom #mobile-nav-menu .nav span:hover, .gv-custom #loggedinLinks .nav a:hover, .gv-custom #loggedinLinks .nav span:hover, .gv-custom #loggedoutLinks .nav a:hover, .gv-custom #loggedoutLinks .nav span:hover {
    color: #298cb0;
}
.gv-custom .navStyle .nav > li, .gv-custom #mobile-nav-menu .nav > li, .gv-custom #loggedinLinks .nav > li, .gv-custom #loggedoutLinks .nav > li {
    display: inline;
    float: left;
    text-shadow: white 0 1px 1px;
    position: relative;
}
.gv-custom .navStyle .nav > li a, .gv-custom #mobile-nav-menu .nav > li a, .gv-custom #loggedinLinks .nav > li a, .gv-custom #loggedoutLinks .nav > li a {
    display: inline-block !important;
}
.gv-custom .navStyle .nav > li a, .gv-custom .navStyle .nav > li span, .gv-custom #mobile-nav-menu .nav > li a, .gv-custom #mobile-nav-menu .nav > li span, .gv-custom #loggedinLinks .nav > li a, .gv-custom #loggedinLinks .nav > li span, .gv-custom #loggedoutLinks .nav > li a, .gv-custom #loggedoutLinks .nav > li span {
    color: #464646;
    padding: 15px 5px 17px 13px;
    margin: 0;
}
.gv-custom .navStyle .nav > li:hover > a, .gv-custom .navStyle .nav > li:hover > span, .gv-custom #mobile-nav-menu .nav > li:hover > a, .gv-custom #mobile-nav-menu .nav > li:hover > span, .gv-custom #loggedinLinks .nav > li:hover > a, .gv-custom #loggedinLinks .nav > li:hover > span, .gv-custom #loggedoutLinks .nav > li:hover > a, .gv-custom #loggedoutLinks .nav > li:hover > span {
    background: white;
}
.gv-custom .navStyle .nav > li.gemnav-dropdown > .gemnav-dropdown-container, .gv-custom #mobile-nav-menu .nav > li.gemnav-dropdown > .gemnav-dropdown-container, .gv-custom #loggedinLinks .nav > li.gemnav-dropdown > .gemnav-dropdown-container, .gv-custom #loggedoutLinks .nav > li.gemnav-dropdown > .gemnav-dropdown-container {
    position: absolute;
    left: 0;
    background-color: #fafafa;
}
.gv-custom .navStyle .nav > li.gemnav-dropdown > a, .gv-custom .navStyle .nav > li.gemnav-dropdown > span, .gv-custom #mobile-nav-menu .nav > li.gemnav-dropdown > a, .gv-custom #mobile-nav-menu .nav > li.gemnav-dropdown > span, .gv-custom #loggedinLinks .nav > li.gemnav-dropdown > a, .gv-custom #loggedinLinks .nav > li.gemnav-dropdown > span, .gv-custom #loggedoutLinks .nav > li.gemnav-dropdown > a, .gv-custom #loggedoutLinks .nav > li.gemnav-dropdown > span {
    padding: 15px 10px;
    height: 43px;
}
@media all and (min-width: 1200px) {
    .gv-custom .navStyle .nav > li.gemnav-dropdown > a, .gv-custom .navStyle .nav > li.gemnav-dropdown > span, .gv-custom #mobile-nav-menu .nav > li.gemnav-dropdown > a, .gv-custom #mobile-nav-menu .nav > li.gemnav-dropdown > span, .gv-custom #loggedinLinks .nav > li.gemnav-dropdown > a, .gv-custom #loggedinLinks .nav > li.gemnav-dropdown > span, .gv-custom #loggedoutLinks .nav > li.gemnav-dropdown > a, .gv-custom #loggedoutLinks .nav > li.gemnav-dropdown > span {
        padding:15px 20px;
    }
}
@media all and (min-width: 1600px) {
    .gv-custom .navStyle .nav > li.gemnav-dropdown > a, .gv-custom .navStyle .nav > li.gemnav-dropdown > span, .gv-custom #mobile-nav-menu .nav > li.gemnav-dropdown > a, .gv-custom #mobile-nav-menu .nav > li.gemnav-dropdown > span, .gv-custom #loggedinLinks .nav > li.gemnav-dropdown > a, .gv-custom #loggedinLinks .nav > li.gemnav-dropdown > span, .gv-custom #loggedoutLinks .nav > li.gemnav-dropdown > a, .gv-custom #loggedoutLinks .nav > li.gemnav-dropdown > span {
        padding:15px 24px;
    }
}
.gv-custom .navStyle .nav .gemnav-dropdown, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown, .gv-custom #loggedinLinks .nav .gemnav-dropdown, .gv-custom #loggedoutLinks .nav .gemnav-dropdown {
    position: relative;
}
.gv-custom .navStyle .nav .gemnav-dropdown:hover > .gemnav-dropdown-menu, .gv-custom .navStyle .nav .gemnav-dropdown:hover > .gemnav-dropdown-container, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown:hover > .gemnav-dropdown-menu, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown:hover > .gemnav-dropdown-container, .gv-custom #loggedinLinks .nav .gemnav-dropdown:hover > .gemnav-dropdown-menu, .gv-custom #loggedinLinks .nav .gemnav-dropdown:hover > .gemnav-dropdown-container, .gv-custom #loggedoutLinks .nav .gemnav-dropdown:hover > .gemnav-dropdown-menu, .gv-custom #loggedoutLinks .nav .gemnav-dropdown:hover > .gemnav-dropdown-container {
    display: block;
}
.gv-custom .navStyle .nav .gemnav-dropdown-container, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-container, .gv-custom #loggedinLinks .nav .gemnav-dropdown-container, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-container {
    display: none;
    z-index: 1040;
    font-size: 11px;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu {
    display: inline-block;
    margin: 0;
    padding: 5px 15px 5px;
    overflow: visible;
    white-space: nowrap;
    background: white;
    overflow: visible;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu .indent a, .gv-custom .navStyle .nav .gemnav-dropdown-menu .indent span, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu .indent a, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu .indent span, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu .indent a, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu .indent span, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu .indent a, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu .indent span {
    padding-left: 25px;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu .gemnav-dropdown-menu, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu .gemnav-dropdown-menu, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu .gemnav-dropdown-menu, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu .gemnav-dropdown-menu {
    display: none;
    background: white;
    min-width: 190px;
    position: absolute;
    left: 70px;
    top: 0;
    padding-top: 25px;
    z-index: 1060;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu li:last-child, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu li:last-child, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu li:last-child, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu li:last-child {
    border-bottom: none;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu li:hover, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu li:hover, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu li:hover, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu li:hover {
    background: white;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu li:hover a, .gv-custom .navStyle .nav .gemnav-dropdown-menu li:hover span, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu li:hover a, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu li:hover span, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu li:hover a, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu li:hover span, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu li:hover a, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu li:hover span {
    background: white;
    z-index: 1070;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu li:hover .gemnav-dropdown-menu, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu li:hover .gemnav-dropdown-menu, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu li:hover .gemnav-dropdown-menu, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu li:hover .gemnav-dropdown-menu {
    display: block;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu li.header, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu li.header, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu li.header, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu li.header {
    border-bottom: 1px solid #dbdbdb;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu li.divider, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu li.divider, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu li.divider, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu li.divider {
    height: 10px;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu a, .gv-custom .navStyle .nav .gemnav-dropdown-menu span, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu a, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu span, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu a, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu span, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu a, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu span {
    padding: 8px 0 6px 10px;
    margin: 0;
    position: relative;
}
.gv-custom .navStyle .nav .gemnav-dropdown-menu span:hover, .gv-custom #mobile-nav-menu .nav .gemnav-dropdown-menu span:hover, .gv-custom #loggedinLinks .nav .gemnav-dropdown-menu span:hover, .gv-custom #loggedoutLinks .nav .gemnav-dropdown-menu span:hover {
    cursor: default;
}
.gv-custom .navStyle .nav .icon-caret-down, .gv-custom #mobile-nav-menu .nav .icon-caret-down, .gv-custom #loggedinLinks .nav .icon-caret-down, .gv-custom #loggedoutLinks .nav .icon-caret-down {
    margin: -1px 0 0 5px;
}
.gv-custom #site-nav {
    margin-left: 15px;
}
@media(max-width: 992px) {
    .gv-custom .nav > li.gemnav-dropdown > a {
        padding:15px 10px 17px 10px;
    }

    .gv-custom .nav > .row .col-sm-9 {
        padding-right: 0px;
    }

    .gv-custom .nav > .row .col-sm-3 {
        padding-right: 0px;
    }

    .gv-custom #site-nav {
        margin-left: 5px;
    }

    .gv-custom #search-container {
        padding-right: 5px;
        padding-left: 0px;
    }

    .gv-custom .sf-hf #logo-header #site-logo {
        margin-left: 0px;
    }

    .gv-custom .sf-hf #site-header #header-link-container a {
        left: -50px;
    }
}
.gv-custom .navStyle {
    position: relative;
    margin: 0 auto;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
}
.gv-custom .seonav {
    margin: auto;
}
.gv-custom .seonav nav .container {
    overflow: visible;
}
.gv-custom .seonav #nav-container {
    overflow: visible !important;
    height: 45px;
}
.gv-custom .seonav #nav-container .input-box {
    background: transparent;
}
.gv-custom .seonav #outer-container {
    border-bottom: 1px solid #dbdbdb;
    height: 44px;
}
.gv-custom .seonav .nav {
    overflow: visible;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.gv-custom .seonav .nav a [class^="tiny-swatch-"], .gv-custom .seonav .nav a [class*=" tiny-swatch-"], .gv-custom .seonav .nav span [class^="tiny-swatch-"], .gv-custom .seonav .nav span [class*=" tiny-swatch-"] {
    visibility: hidden;
}
.gv-custom .seonav .nav a:hover [class^="tiny-swatch-"], .gv-custom .seonav .nav a:hover [class*=" tiny-swatch-"], .gv-custom .seonav .nav span:hover [class^="tiny-swatch-"], .gv-custom .seonav .nav span:hover [class*=" tiny-swatch-"], .gv-custom .seonav .nav a.show-swatch [class^="tiny-swatch-"], .gv-custom .seonav .nav a.show-swatch [class*=" tiny-swatch-"], .gv-custom .seonav .nav span.show-swatch [class^="tiny-swatch-"], .gv-custom .seonav .nav span.show-swatch [class*=" tiny-swatch-"] {
    visibility: visible;
}
.gv-custom .seonav .nav a.left-swatch [class^="tiny-swatch-"], .gv-custom .seonav .nav a.left-swatch [class*=" tiny-swatch-"], .gv-custom .seonav .nav span.left-swatch [class^="tiny-swatch-"], .gv-custom .seonav .nav span.left-swatch [class*=" tiny-swatch-"] {
    padding-left: 0px !important;
    padding-right: 10px !important;
}
.gv-custom .seonav .nav > li {
    text-shadow: white 0 1px 1px;
    position: relative;
    float: none;
}
.gv-custom .seonav .nav > li a, .gv-custom .seonav .nav > li span {
    color: #494949;
    display: block;
    padding: 15px 5px 17px 13px;
    margin: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.gv-custom .seonav .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.115em;
}
@media all and (min-width: 1200px) {
    .gv-custom .seonav .nav > li > a {
        padding-left:16px;
        padding-right: 16px;
    }
}
@media all and (min-width: 1600px) {
    .gv-custom .seonav .nav > li > a {
        padding-left:24px;
        padding-right: 24px;
    }
}
.gv-custom .seonav .nav > li:hover > a, .gv-custom .seonav .nav > li:hover > span {
    background: white;
    color: #494949;
    box-shadow: none;
    text-decoration: underline;
}
.gv-custom .seonav .nav > li.gemnav-dropdown > .gemnav-dropdown-container {
    border: solid 1px #dbdbdb;
    position: absolute;
    left: 0;
    background: white;
}
@media(max-width: 1275px) {
    .gv-custom .seonav .nav > li.gemnav-dropdown > .gemnav-dropdown-container {
        left:-135px;
    }
}
.gv-custom .seonav .nav > li.gemnav-dropdown > a, .gv-custom .seonav .nav > li.gemnav-dropdown > span {
    padding: 15px;
    height: 43px;
}
.gv-custom .seonav .nav .gemnav-dropdown {
    position: relative;
}
.gv-custom .seonav .nav .gemnav-dropdown:hover > .gemnav-dropdown-menu, .gv-custom .seonav .nav .gemnav-dropdown:hover > .gemnav-dropdown-container {
    display: block;
}
.gv-custom .seonav .nav .gemnav-dropdown-container {
    display: none;
    z-index: 1040;
    font-size: 11px;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu {
    display: inline-block;
    margin: 0;
    padding: 5px 15px 5px;
    overflow: visible;
    white-space: nowrap;
    background: white;
    text-align: left;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu > li > div:not(:first-child):after {
    display: block;
    content: " ";
    position: absolute;
    width: 10px;
    height: 90%;
    top: 5%;
    margin-left: -12px;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu .indent a, .gv-custom .seonav .nav .gemnav-dropdown-menu .indent span {
    padding-left: 25px;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu .gemnav-dropdown-menu {
    display: none;
    background: white;
    min-width: 190px;
    position: absolute;
    left: 70px;
    top: 0;
    padding-top: 25px;
    z-index: 1060;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu li:last-child {
    border-bottom: none;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu li:hover {
    background: white;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu li:hover a, .gv-custom .seonav .nav .gemnav-dropdown-menu li:hover span {
    background: white;
    z-index: 1070;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu li:hover .gemnav-dropdown-menu {
    display: block;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu li.header {
    border-bottom: 1px solid #dbdbdb;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu li.divider {
    height: 10px;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu a, .gv-custom .seonav .nav .gemnav-dropdown-menu span {
    padding: 8px 0 6px 10px;
    margin: 0;
    position: relative;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu a.left-swatch, .gv-custom .seonav .nav .gemnav-dropdown-menu span.left-swatch {
    padding-left: 0px;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu span:hover {
    cursor: default;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu .gemnav-dropdown-menu-header {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.115em;
    font-weight: normal;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu .gemnav-dropdown-menu-header-first {
    margin-top: 0px;
}
.gv-custom .seonav .nav .gemnav-dropdown-menu .gemnav-dropdown-menu-item {
    font-size: 12px;
    margin-left: 20px;
    text-transform: none;
    padding: 0px 0px 5px 0px;
}
.gv-custom .seonav .nav .icon-caret-down {
    margin: -1px 0 0 5px;
}
.gv-custom .seonav .nav .non-link {
    cursor: default;
}
.gv-custom .seonav .nav .non-link:hover {
    color: #464646;
}
.gv-custom .seonav #gemstone-menu {
    position: absolute;
    left: 70px;
    width: 390px;
    height: 325px;
    top: 0;
}
.gv-custom .seonav #gemstone-menu .gemnav-dropdown-menu {
    float: left;
    position: relative;
    left: 0;
}
.gv-custom .seonav #shop-right {
    vertical-align: top;
}
.gv-custom .seonav #site-nav {
    margin-left: 15px;
}
@media(max-width: 992px) {
    .gv-custom .seonav .nav > li.gemnav-dropdown > a {
        padding:15px 10px 17px 10px;
    }

    .gv-custom .seonav .nav > .row .col-sm-9 {
        padding-right: 0px;
    }

    .gv-custom .seonav .nav > .row .col-sm-3 {
        padding-right: 0px;
    }

    .gv-custom .seonav #site-nav {
        margin-left: 5px;
    }

    .gv-custom .seonav #search-container {
        padding-right: 5px;
        padding-left: 0px;
    }

    .gv-custom .seonav .sf-hf #logo-header #site-logo {
        margin-left: 0px;
    }

    .gv-custom .seonav .sf-hf #site-header #header-link-container a {
        left: -50px;
    }
}
.gv-custom .gemvara .seonav a:hover, .gv-custom .gemvara .seonav span:hover {
    color: #298cb0;
}
@media all and (min-width: 992px) {
    .gv-custom .gemma .seonav {
        max-width:510px;
    }
}
@media all and (min-width: 1200px) {
    .gv-custom .gemma .seonav {
        max-width:630px;
    }
}
@media all and (min-width: 1600px) {
    .gv-custom .gemma .seonav {
        max-width:930px;
    }
}
.gv-custom .gemma #nav-site > li:hover > a, .gv-custom .gemma #nav-site > li:hover > span {
    border-bottom: none;
}
@media all and (min-width: 992px) {
    .gv-custom .sequel .seonav {
        max-width:740px;
    }
}
@media all and (min-width: 1200px) {
    .gv-custom .sequel .seonav {
        max-width:850px;
    }
}
@media all and (min-width: 1600px) {
    .gv-custom .sequel .seonav {
        max-width:1100px;
    }
}
.gv-custom .sequel .seonav a {
    margin-top: 6px;
    margin-left: 33px;
}
.gv-custom .sequel #custom-search-bar-term {
    display: none;
    width: 0;
}
.gv-custom .icon-sprite, .gv-custom .icon-heart_black, .gv-custom .icon-bag_black, .gv-custom .icon-logo-footer, .gv-custom .icon-social-pinterest, .gv-custom .icon-social-fb, .gv-custom .icon-social-instagram {
  background: url(/hc/theming_assets/01HZKMX5P419ES2DJXVMTZR9VT) no-repeat;
}
.gv-custom .icon-heart_black {
  background-position: -191px 0;
  height: 16px;
  width: 18px;
}
.gv-custom .icon-bag_black {
  background-position: -198px -35px;
  height: 20px;
  width: 18px;
}
.gv-custom .row {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.gv-custom .container-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}
.gv-custom .clearfix:before, .gv-custom .clearfix:after {
  content: " ";
  display: table;
}
.gv-custom .clearfix:after {
  clear: both;
}
.gv-custom nav ul, .gv-custom nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.gv-custom .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.gv-custom .pull-right {
  float: right !important;
}
.gv-custom #search-bar-custom {
  top: 50px;
  height: 50px;
  background-color: #f1f1f1;
}
.gv-custom #search-bar-custom .input-box {
  position: relative;
  background: inherit;
  font-size: 24px;
  color: #222222;
  padding: 7px 0;
}
.gv-custom #search-bar-custom .input-box #custom-search-bar-term {
  background-color: #f1f1f1;
  width: 95%;
  height: 36px;
  border: none;
  padding: 10px 10px 0px 7px;
  padding-right: 26px;
  margin-right: -26px;
  line-height: 100%;
  font-size: 18px;
}
.gv-custom #search-bar-custom #btn-search-bar-custom {
  height: 24px;
  width: auto;
  text-transform: none;
  text-shadow: none;
  color: #222222;
  font-weight: normal;
  border: none;
  padding: 3px 0;
  right: 8px;
  top: 4px;
  border-radius: 10px;
  position: static;
  background: transparent;
}
.gv-custom #search-bar-custom .input-box .search-position {
  top: 12px;
  position: relative;
}
.gv-custom #search-bar-custom .icon-search-bar-custom {
  top: 10px;
  margin-right: 0px !important;
}
.gv-custom .icon-search-bar-custom {
  background-position: -316px -18px;
  height: 17px;
  width: 18px;
}
.gv-custom #nav-site .gemnav-dropdown:nth-of-type(2) .gemnav-dropdown-container div:nth-of-type(1) div [gv-navigation-link="true"]:nth-child(13) {
  margin-top: 26px
}
.gv-custom .seonav .nav>li.gemnav-dropdown>a,.gv-custom .seonav .nav>li.gemnav-dropdown>span {
  font-size: 12px;
  font-weight: 500
}
.gv-custom .seonav .nav .gemnav-dropdown-menu .gemnav-dropdown-menu-header {
  font-size: 12px;
  overflow-wrap: unset;
  font-weight: normal;
  font-weight: 600;
  max-width: 100%;
  word-wrap: unset;
  white-space: normal
}
.gv-custom .seonav .nav .gemnav-dropdown-menu .gemnav-dropdown-menu-item {
  font-size: 14px;
  padding: 4px 0 7px 0;
  max-width: 100%
}
.gv-custom #nav-site .gemnav-dropdown:nth-of-type(2) .gemnav-dropdown-container div:nth-of-type(1) div [gv-navigation-link="true"]:nth-child(7) {
  color: darkolivegreen;
  padding: 8px 0 0 10px
}
.gv-custom #nav-site .gemnav-dropdown:nth-of-type(2) .gemnav-dropdown-container div:nth-of-type(1) div [gv-navigation-link="true"]:nth-child(9) {
  border-bottom: 2px solid darkolivegreen;
  padding: 8px 0 3px
}
.gv-custom #nav-site .gemnav-dropdown:nth-of-type(2) .gemnav-dropdown-container div:nth-of-type(1) div [gv-navigation-link="true"]:nth-child(11) {
  border-bottom: 2px solid darkolivegreen;
  padding: 8px 0 3px
}
.gv-custom #mobile-header .nav-section .menu {
  text-align: left;
}
.gv-custom .col-xs-12, .gv-custom .col-xs-11, .gv-custom .col-xs-10, .gv-custom .col-xs-9, .gv-custom .col-xs-8, .gv-custom .col-xs-7, .gv-custom .col-xs-6, .gv-custom .col-xs-5, .gv-custom .col-xs-4, .gv-custom .col-xs-3, .gv-custom .col-xs-2, .gv-custom .col-xs-1 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gv-custom .col-xs-3 {
  width: 25%;
}
.gv-custom .col-xs-6 {
  width: 50%;
}
.gv-custom .no-gutter {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.gv-custom .no-gutter-left, .gv-custom .no-gutter {
  margin-left: 0;
  padding-left: 0;
}
.gv-custom .no-gutter-right, .gv-custom .no-gutter {
  margin-right: 0;
  padding-right: 0;
}
.gv-custom .no-padding {
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .gv-custom .no-gutter-left-sm {
      margin-left:0;
      padding-left: 0;
  }

  .gv-custom .no-gutter-right-sm {
      margin-right: 0;
      padding-right: 0;
  }

  .gv-custom .no-padding {
      padding-right: 15px;
      padding-left: 15px;
  }
}
.gv-custom .no-gutter-left, .gv-custom .no-gutter {
  margin-left: 0;
  padding-left: 0;
}
.gv-custom .no-gutter-right, .gv-custom .no-gutter {
  margin-right: 0;
  padding-right: 0;
}
.gv-custom .no-padding {
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .gv-custom .no-gutter-left-sm {
      margin-left:0;
      padding-left: 0;
  }

  .gv-custom .no-gutter-right-sm {
      margin-right: 0;
      padding-right: 0;
  }

  .gv-custom .no-padding {
      padding-right: 15px;
      padding-left: 15px;
  }
}
.gv-custom .pull-left {
  display: inline;
  float: left !important;
}
.gv-custom .hidden-xs {
  display: block !important;
}
.gv-custom .hidden-sm {
  display: block !important;
}
@media (max-width: 767px){
.gv-custom .hidden-sm.hidden-xs, .gv-custom tr.hidden-sm.hidden-xs, .gv-custom th.hidden-sm.hidden-xs, .gv-custom td.hidden-sm.hidden-xs {
    display: none !important;
}
}
.gv-custom .offcanvas {
  display: none;
}
.gv-custom .offcanvas.in {
  display: block;
}
.gv-custom #mobile-nav-menu {
  margin-top: 50px;
  width: 100%;
  background-color: #e8e8e8;
}
.gv-custom .navmenu-fixed-left, .gv-custom .navmenu-fixed-right, .gv-custom .navbar-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1030;
  overflow-y: auto;
  border-radius: 0;
  height: auto;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #e7e7e7;
}
.gv-custom ul.accordion-nav {
  margin: 0px;
  padding: 0px !important;
  list-style-type: none;
}
.gv-custom ul.accordion-nav > li label, .gv-custom ul.accordion-nav > li a {
  font-family: "font-2", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #222222;
  background-color: #E8E8E8;
  border-bottom: 1px solid #DBDBDB;
  display: block;
  height: 50px;
  padding: 14px 15px 14px 15px;
  font-size: 10px;
  display: block;
  font-weight: bold;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  background-position-x: right;
  background-position-y: center;
  line-height: 22px;
}
.gv-custom ul.accordion-nav > li > div > div > ul > li > a {
  font-weight: normal;
  color: #222222;
  background-image: none;
}
.gv-custom ul.accordion-nav > li > div > div > ul > li:before {
  content: "─";
  position: absolute;
  color: #222222;
  left: 29px;
  margin-top: 22px;
  font-size: 4px;
}
.gv-custom ul.accordion-nav > li input[type='radio'] {
  display: none;
}
.gv-custom ul.accordion-nav > li > div > div {
  display: none;
}
.gv-custom ul.accordion-nav > li > div > div a {
  background-image: url(/hc/theming_assets/01HZKMX663GR1TVAZ1SDETSXSY);
}
.gv-custom ul.accordion-nav > li label {
  background-image: url(/hc/theming_assets/01HZKMX4F5WJ9TWE82BMWZRG16);
  padding-top: 16px;
  cursor: pointer;
}
.gv-custom ul.accordion-nav > li > div > div > ul {
  padding: 0px;
  list-style-type: none;
}
.gv-custom ul.accordion-nav > li > div > div > ul > li > a {
  font-weight: normal;
  color: #222222;
  background-image: none;
}
.gv-custom .ul.accordion-nav > li > div > div.active {
  display: block;
}
.gv-custom ul.accordion-nav > li > div > div > ul > li label, .gv-custom ul.accordion-nav > li > div > div > ul > li a {
  padding-left: 40px;
}
.gv-custom #site-logo {
  width: 219px;
  display: block;
  margin: 0 auto;
}
.gv-custom #desktop-header .affix {
  width: 100%;
  z-index: 990;
  border-bottom: 1px solid #dbdbdb;
}
.gv-custom .affix {
  position: fixed;
}
.gv-custom .gemnav-dropdown a {
  color: #494950!important;
}
.gv-custom .gemnav-dropdown a:hover {
    text-decoration: underline!important;
  }
.custom-blocks {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 40px auto 30px;
  top: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-blocks__item {
  padding-left: 0;
  margin: 0 calc(1.25em / 2) 1.25em;
  text-align: center;
  list-style: none;
}
.custom-blocks__link {
  display: flex;
  width: 288px;
  padding: 1.5em;
  color: inherit;
  text-decoration: none;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #bdc3c4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in;
}
@media (min-width: 768px) {
.custom-blocks__link {
    padding: 3em
}
  }
.custom-blocks__link img {
    height: 52px;
    transition: transform 0.2s ease-in;
  }
.custom-blocks__link svg {
    width: 100%;
    height: 52px;
    transition: transform 0.2s ease-in;
  }
.custom-blocks__link svg path:not(.path-white) {
      fill: #87dafc;
      stroke: #87dafc;
    }
.custom-blocks__link svg path:not(.path-white).path-blur {
        fill: #b9e9fd;
        stroke: #b9e9fd;
      }
.custom-blocks__link:hover {
    color: inherit;
    transform: translateY(-0.625em);
  }
.custom-blocks__link:hover svg,
    .custom-blocks__link:hover img {
      transform: scale(1.1);
    }
.custom-blocks__icon {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
.custom-blocks__icon {
    margin-bottom: 2em
}
  }
.custom-blocks__title {
  font-size: 26px;
  line-height: 37px;
  font-family: "Adobe Caslon Pro";
  font-weight: normal;
}
@media (min-width: 768px) {
.custom-blocks__title {
    font-size: 30px
}
  }
.category-list {
  display: flex;
  padding: 0 0 calc(1.25em * 1.85) 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.category-list__item {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
}
.category-list__item--2x {
  width: 100%;
}
@media (min-width: 768px) {
.category-list__item--2x {
    width: calc(50% - 2em);
    margin-right: calc(1.25em / 2);
    margin-left: calc(1.25em / 2)
}
  }
.category-list__link {
  display: flex;
  height: 6.125em;
  padding: 0.625em 4.6875em 0.625em 2.875em;
  color: #93a8ba;
  text-decoration: none;
  border: 1px solid #bdc3c4;
  border-radius: 6px;
  align-items: center;
}
@media (min-width: 768px) {
.category-list__link {
    height: 8.125em
}
  }
.category-list__link:before {
    position: absolute;
    top: 50%;
    right: 3.75em;
    width: 0.75rem;
    height: 0.75rem;
    content: "";
    border-right: 1px solid #222232;
    border-bottom: 1px solid #222232;
    border-bottom-right-radius: 1px;
    transition: right 0.2s ease-in;
    transform: translateY(-50%) rotate(-45deg);
  }
@media (max-width: 767px) {
.category-list__link {
    padding: 0.625em 3.125em 0.625em 1.25em
}

    .category-list__link:before {
      right: 1.875em;
    }
  }
.category-list__link:hover {
    color: #298cb0;
  }
@media (min-width: 768px) {
.category-list__link:hover:before {
        right: 3.4375em
    }
      }
.category-list__icon {
  margin-right: 2.1875em;
  flex-shrink: 0;
}
.category-list__icon svg,
  .category-list__icon img {
    display: block;
    width: 2.8125em;
    transition: opacity 0.2s ease-in;
  }
.category-list__name {
  margin-bottom: 0;
  padding-top: 12px;
  font-family: "Adobe Caslon Pro";
  color: #000;
  font-size: 20px;
}
@media (min-width: 768px) {
.category-list__name {
    font-size: 30px
}
  }
.category-list__desc {
  color: #93a8ba;
}
.promoted-articles {
  padding-bottom: 0;
}
.community-recent-activity {
  padding: 5.375em 0 4.75em;
  background-color: rgba(#E0EAF4, 0.5);
}
.community-recent-activity .recent-activity-header {
    text-align: center;
  }
.community-recent-activity .recent-activity-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
.community-recent-activity .recent-activity-item {
    display: flex;
    width: 100%;
    padding: 1.5em 1.875em;
    margin-bottom: 24px;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  }
@media (min-width: 768px) {
.community-recent-activity .recent-activity-item {
      width: calc(33% - 20px);
      margin-right: 10px;
      margin-left: 10px;
      transition: transform 0.2s ease-in
  }

      .community-recent-activity .recent-activity-item:hover {
        transform: translateY(-0.625em);
      }
    }
.community-recent-activity .recent-activity-item-parent {
    margin-bottom: 0.3571428571em;
    font-size: 0.875em;
    color: #1E8D99;
  }
.community-recent-activity .recent-activity-item-parent:hover {
      text-decoration: underline;
    }
.community-recent-activity .recent-activity-item-link {
    margin-bottom: 0.5555555556em;
    font-size: 1.125em;
    line-height: 1.2;
    color: #298cb0;
  }
.community-recent-activity .recent-activity-item-link:hover {
      color: #1E8D99;
    }
.community-recent-activity .recent-activity-item-meta {
    display: flex;
    font-size: 0.875em;
    line-height: 1.3;
    color: rgba(58, 64, 67, 0.48);
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: flex-end;
  }
.community-recent-activity .recent-activity-item-comment span:before {
        display: inline-block;
        margin-right: 0.3125em;
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        content: "\f075";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
.community-recent-activity .recent-activity-controls {
    margin-top: 1em;
    text-align: center;
  }
.community-recent-activity .recent-activity-loader {
    position: relative;
    margin: auto;
    color: transparent;
    text-align: center;
  }
.community-recent-activity .recent-activity-loader:before {
      display: inline-block;
      font-family: 'Font Awesome 5 Free';
      font-size: 1.25em;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      color: #222;
      content: "\f0e2";
      -webkit-animation: loader-rotate 1s linear infinite;
              animation: loader-rotate 1s linear infinite;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
@-webkit-keyframes loader-rotate {
      100% {
        transform: rotate(-360deg);
      }
    }
@keyframes loader-rotate {
      100% {
        transform: rotate(-360deg);
      }
    }
.callout {
  padding: 1.5625em 1.875em;
  margin: 1.875em 0;
  background-color: #f0f1f2;
  border-left: 5px solid #3a4043;
}
.callout p {
    margin-top: 0.625em;
    color: #5d6483;
  }
.callout p:last-child {
      margin-bottom: 0;
    }
.callout a {
    color: #298cb0;
    text-decoration: none;
  }
.callout a:hover {
      text-decoration: underline;
    }
.callout--default {
  color: #5d6483;
  background-color: transparent;
  border: 1px solid #e4eaef;
}
.callout--transparent {
  background: transparent;
  border: 0;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1),
  0 -1px 2px rgba(58, 64, 67, 0.1);
}
.callout--dashed {
  border: 1px dashed #5d6483;
}
.callout--info {
  background-color: #f0f1f2;
}
.callout--info .callout__title {
    color: #3a4043;
  }
.callout--success {
  background-color: #d8eed8;
  border-left: 5px solid #5cb85c;
}
.callout--success .callout__title {
    color: #5cb85c;
  }
.callout--success.callout--dashed {
    border: 1px dashed #5cb85c;
  }
.callout--warning {
  background-color: #fef6e4;
  border-left: 5px solid #fad782;
}
.callout--warning .callout__title {
    color: #fad782;
  }
.callout--warning.callout--dashed {
    border: 1px dashed #fad782;
  }
.callout--danger {
  background-color: #f9e2e2;
  border-left: 5px solid #d9534f;
}
.callout--danger .callout__title {
    color: #d9534f;
  }
.callout--danger.callout--dashed {
    border: 1px dashed #d9534f;
  }
.callout--primary {
  background-color: #7b7b7b;
  border-left: 5px solid #222;
}
.callout--primary .callout__title {
    color: #222;
  }
.callout--primary.callout--dashed {
    border: 1px dashed #222;
  }
.comments__header {
  padding: 1.25em 0em 1.625em;
  border-bottom: 1px solid #e4eaef;
}
.comments__header h3 {
    margin-bottom: 0.1666666667em;
    font-size: 1.375em;
  }
.comments__callout {
  padding: 1.25em;
  margin-bottom: 1.875em;
}
.comments__callout--simple {
  padding-right: 0;
  padding-left: 0;
}
.comments__list {
  padding: 0;
  margin: 0.9375em 0 0;
}
.comment-sorter {
  display: flex;
  padding-top: 0.625em;
  color: #5d6483;
  justify-content: space-between;
}
.comment-sorter__filters {
  font-size: 0.875em;
}
.comment {
  padding-bottom: 0.5em;
  padding-left: 0;
  margin-bottom: 1.875em;
  list-style: none;
  border-bottom: 1px solid #e4eaef;
}
.comment__inner {
  position: relative;
  padding-bottom: 0.9375em;
}
.comment__header {
  margin-bottom: 1.875em;
}
.comment__body {
  color: #5d6483;
}
.comment__content .attachment-list {
    padding-left: 0;
    list-style: none;
  }
.comment__content a {
    color: #298cb0;
    text-decoration: none;
  }
.comment__content a:hover {
      text-decoration: underline;
    }
.comment__official-heading {
  display: block;
  margin-bottom: 0.5555555556em;
  font-size: 1.125em;
}
.entry-info {
  display: flex;
}
.entry-info__avatar {
  margin-right: 1em;
}
.entry-info__avatar img {
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
  }
.entry-info__content {
  line-height: 1.2;
}
.entry-info__content .author a {
    display: block;
    margin-bottom: 0.25em;
    text-decoration: none;
  }
.entry-info__content .meta {
    font-size: 0.875em;
    color: rgba(58, 64, 67, 0.45);
  }
.vote {
  display: flex;
  margin: 0.9375em 0;
  line-height: 1.2;
  color: #a2a7bd;
}
.vote__sum {
  margin-right: 0.5em;
  font-size: 0.875em;
  color: #298cb0;
}
.vote__control {
  padding: 0;
  margin-right: 0.5em;
  font-size: 0.875em;
  color: #a2a7bd;
  text-decoration: none;
  background-color: transparent !important;
}
.vote__control:hover {
    color: #298cb0;
  }
.comment-form {
  margin-bottom: 1.875em;
  text-align: center;
}
.comment-form textarea {
    display: block;
    width: 100%;
    min-height: 6.25em;
    padding: 0.3125em 0.625em;
    border: 1px solid #e4eaef;
    border-radius: 6px;
  }
.comment-form input[type="submit"] {
    margin-top: 0.9375em;
  }
.comment-form__title {
  margin-bottom: 0.6818181818em;
  font-size: 1.375em;
  text-align: left;
}
.comment-form__attachments {
  margin-bottom: 0.9375em;
}
.comment-form__mark-as-solved {
  margin-bottom: 0.625em;
  text-align: left;
}
.comment-form__body {
  margin-bottom: 0.9375em;
}
.comment-form__controls {
  text-align: left;
}
.comment-form__controls input,
  .comment-form__controls label {
    vertical-align: middle;
  }
.comment-form__controls input {
    margin-right: 0.3125em;
  }
.tabs {
  margin-bottom: 1.25em;
}
.tab {
  display: block;
  padding: 1.875em;
  border: 1px solid #e4eaef;
  border-top: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tab p:last-child {
    margin-bottom: 0;
  }
.tabs-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
.tabs-menu {
    border: 1px solid #e4eaef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}
  }
.tabs-link {
  display: block;
  padding: 0.625em 1.875em;
  line-height: 1.2;
  color: #1E8D99;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-color: #e4eaef;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs-link:hover {
    color: #298cb0;
  }
@media (max-width: 767px) {
.tabs-link {
    width: 100% !important;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #e4eaef;
    border-radius: 0
}

    .tabs-link:last-child {
      border-bottom: 0;
    }
  }
.is-hidden {
  display: none;
}
.tabs-link.is-active {
  color: #298cb0;
  cursor: pointer;
  border-color: #e4eaef;
}
.tabs-link.is-active:hover {
    color: #298cb0;
    cursor: default;
  }
@media (min-width: 768px) {
.tabs-link.is-active {
    border-bottom-color: transparent
}
  }
.tabs--colored-1 .is-active,
  .tabs--colored-1 .tab {
    background-color: rgba(229, 237, 243, 0.3);
  }
.tabs--colored-2 .is-active {
    color: #ffffff;
    background-color: #222;
    border-color: transparent;
  }
.tabs--colored-2 .is-active:hover {
    color: #ffffff;
    background-color: #222;
    border-color: transparent;
  }
.tabs--colored-2 .tab {
    background-color: rgba(229, 237, 243, 0.3);
  }
.my-activities-header {
  margin: 0 0 2.5em;
}
.my-activities-items {
  margin-bottom: calc(0.9375em * 2);
  color: #5d6483;
}
.my-activities-items .requests-link:hover {
      color: #298cb0;
    }
.my-activities-items .requests-sort-symbol {
    margin-left: 0.25em;
  }
@media (min-width: 768px) {
.my-activities-items {
    display: table;
    width: 100%
}

    .my-activities-items .my-activities-item__icon {
      display: none;
    }
  }
.my-activities-items__head {
  display: none;
  color: #5d6483;
}
.my-activities-items__head .my-activities-items__col {
    padding: 1.0714285714em 0;
    font-size: 0.875em;
  }
@media (min-width: 768px) {
.my-activities-items__head {
    display: table-header-group;
    font-weight: 800;
    text-transform: uppercase
}
  }
@media (min-width: 768px) {
.my-activities-items__body {
    display: table-row-group
}
  }
@media (min-width: 768px) {
.my-activities-items__row {
    display: table-row
}
  }
@media (max-width: 767px) {
.my-activities-items__row {
    padding: 0.625em;
    margin-bottom: 0.625em;
    border: 1px solid #E4EAEF
}
  }
.my-activities-items__col {
  line-height: 1.2;
}
@media (min-width: 768px) {
.my-activities-items__col {
    display: table-cell;
    padding: 0.75em 0;
    border-bottom: 1px solid #E4EAEF
}

    .my-activities-items__col + .my-activities-items__col {
      padding-left: 0.9375em;
    }
  }
@media (max-width: 767px) {
.my-activities-items__request-id {
    display: inline
}
  }
@media (min-width: 768px) {
.my-activities-items__request-id {
    display: none
}
  }
.my-activities-item__title {
  color: #298cb0;
}
.my-activities-item__title:hover {
    color: #000;
  }
@media (max-width: 767px) {
  .my-activities-item__title {
    display: block;
    margin-bottom: 0.2777777778em;
    font-size: 1.125em;
  }

  .my-activities-item__meta {
    display: inline-block;
    margin-right: 0.4375em;
  }

    .my-activities-item__meta + .my-activities-item__meta:before {
      margin-right: 0.4375em;
      content: "\2022";
    }

    .my-activities-item__meta:first-of-type {
      padding-left: 0;
    }
}
.my-activities-menu ul {
    padding-left: 0;
    list-style: none;
  }
.my-activities-menu__items {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 767px) {
.my-activities-menu__items {
    flex-direction: column
}
  }
.my-activities-menu__item {
  margin-right: 0.625em;
  margin-bottom: 0;
}
.my-activities-menu__item a {
    display: block;
    color: #298cb0;
  }
.my-activities-menu__item a:hover {
      color: #000;
    }
.my-activities-menu--main {
  padding-bottom: 0.9375em;
  margin-bottom: 0.9375em;
  border-bottom: 1px solid #E4EAEF;
}
.my-activities-menu--main .my-activities-menu__item {
    padding: 0.3125em 0.9375em;
    margin-right: 0.3125em;
    background-color: #E5EDF3;
    border-radius: 6px;
  }
.my-activities-menu--main .my-activities-menu__item.is-active {
      font-weight: 800;
      color: #ffffff;
      background-color: #222;
    }
@media (max-width: 767px) {
.my-activities-menu--main .my-activities-menu__item {
      margin-bottom: 0.3125em
  }
    }
.my-activities-menu--sub {
  margin-bottom: 0.3125em;
}
.my-activities-menu--sub .my-activities-menu__item.is-active {
      font-weight: 800;
    }
.my-activities-menu--sub .my-activities-menu__item a {
      display: inline-block;
    }
@media (min-width: 768px) {
    .my-activities-menu--sub + .my-activities-menu--sub:before {
      margin: 0 0.6em;
      font-size: 0.625em;
      vertical-align: middle;
      content: "\2022";
    }
  }
.request-page__inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.625em;
}
.request-main {
  width: 65%;
  padding-right: 1.875em;
}
@media (max-width: 767px) {
.request-main {
    width: 100%;
    padding-right: 0
}
  }
.request-sidebar {
  width: 35%;
  max-width: 23.75em;
}
@media (max-width: 767px) {
.request-sidebar {
    width: 100%;
    margin: 0 auto
}
  }
.request-sidebar__inner {
  padding: 0.9375em 0.625em;
  border: 1px solid #e4eaef;
  border-radius: 6px;
}
.request-sidebar__inner p {
    line-height: 1.2;
  }
.request-details {
  margin: 0.9375em 0;
}
.request-details dt {
    font-weight: 800;
  }
.request-details dd {
    margin-bottom: 0.3125em;
    margin-left: 0;
  }
.request-details form {
    margin-bottom: 0.625em;
  }
.request-details form dt {
      margin-bottom: 0.3125em;
    }
.request-details .nesty-input {
    display: block;
    width: 100%;
    margin-bottom: 0.3125em;
  }
.request-subject {
  font-size: 2em;
  line-height: 1.2;
}
.request-status {
  display: inline-block;
  padding: 1px 0.625em;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 6px;
}
.request-status--solved,
.request-status--closed {
  background-color: #222;
}
.request-status--new,
.request-status--open {
  background-color: #d9534f;
}
.request-status--answered {
  background-color: #fad782;
}
.request-follow-up {
  padding-bottom: 0.9375em;
}
.request-follow-up a {
    color: #298cb0;
  }
.request-follow-up a:hover {
      text-decoration: none;
    }
/* New request page */
.new-request-page {
  margin-bottom: 1.875em;
}
.request-title {
  font-size: 1.375em;
}
.new-request-form {
  margin-bottom: 0.9375em;
}
.request-table-filters {
  padding: 0.75em 0.625em;
  margin: 1.25em 0 1.875em;
  background-color: rgba(229, 237, 243, 0.5);
  border-radius: 6px;
}
@media (min-width: 768px) {
.request-table-filters {
    display: flex;
    padding: 0.4375em 0.9375em 0;
    justify-content: space-between
}
  }
.request-table-filters a {
    display: block;
  }
.request-table-filters .requests-search {
    width: 100%;
    height: 2.25em;
    padding: 0 0.625em;
    line-height: 2.25em;
    border: 1px solid #e4eaef;
  }
.request-table-filters .request-filter-label {
    display: block;
    padding-bottom: 0.5em;
    font-size: 0.875em;
    text-transform: uppercase;
  }
.request-table-filters .request-filter {
    width: 100%;
    height: 2.25em;
    padding: 0 0.625em;
    line-height: 2.25em;
    background-color: #ffffff;
    border: 1px solid #e4eaef;
    border-radius: 0;
  }
.request-table-filters__item {
  margin-bottom: 0.9375em;
}
@media (min-width: 768px) {
.request-table-filters__item {
    display: flex;
    width: 32%;
    flex-direction: column;
    justify-content: flex-end
}
  }
@media (max-width: 767px) {
    .request-table-filters__item:last-child {
      margin-bottom: 0;
    }
  }
.nesty-input {
  height: 2.25em;
  line-height: 2.25em;
  border: 1px solid #e4eaef;
}
.request-table-organization {
  display: flex;
}
.request-table-organization__col--main {
  width: 100%;
}
.request-table-organization__col--button a {
  margin-left: 0.625em;
}
.search-results__row {
  display: flex;
  margin: 0 -0.9375em;
}
@media (max-width: 767px) {
.search-results__row {
    margin: 0;
    flex-direction: column
}
  }
.search-results__column {
  width: 50%;
  padding: 0 0.9375em;
}
@media (max-width: 767px) {
.search-results__column {
    width: 100%;
    padding: 0
}
  }
.search-results__column--two-rows {
  width: 100%;
}
@media (min-width: 650px) {
      .search-results__column--two-rows .search-results-list .search-result {
        width: 48.5%;
        height: 230px;
      }

        .search-results__column--two-rows .search-results-list .search-result:nth-child(odd){
          float: left;
          margin-right: 1.5%;
        }

        .search-results__column--two-rows .search-results-list .search-result:nth-child(even){
          float: right;
          margin-left: 1.5%;
        }

          .search-results__column--two-rows .search-results-list .search-result:nth-child(even):after {
            display: block;
            clear: both;
            content: '';
          }
    }
.search-result {
  margin-bottom: 1.875em;
  border-bottom: 1px solid #E4EAEF;
}
.search-results-count {
  margin: 1em 0 0.5em;
  font-size: 2em;
}
.search-result__title {
  font-size: 1.125em;
  color: #222;
}
.search-result__title a {
    text-decoration: none;
  }
.search-result__title a:hover {
      color: #000;
    }
.search-results-subheading {
  font-size: 1.375em;
}
.search-result__description {
  padding-bottom: 0.9375em;
  font-size: 0.875em;
}
.search-result__description:empty {
    display: none;
  }
.search-result__description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: 800;
    background-color: #fff3ca;
    border-radius: 3px;
  }
.search-result__meta {
  margin-bottom: 0.9375em;
}
.search-result-votes {
  display: inline-block;
  padding: 0.125em 0.25em;
  margin-left: 0.4166666667em;
  font-size: 0.75em;
  color: #ffffff;
  background-color: rgba(36, 187, 249, 0.5);
  border-radius: 6px;
}
.search-result-votes span {
    font-size: 1.3333333333em;
  }
.meta {
  font-size: 0.875em;
  color: #5d6483;
}
.meta__item {
  display: inline-block;
  margin-right: 0.4375rem;
}
.meta__item + .meta__item:before {
    position: relative;
    top: -2px;
    margin-right: 0.4375rem;
    font-size: 0.625rem;
    content: "\2022";
  }
.meta__item .user-profile:hover {
    color: #298cb0;
  }
.meta--profile {
  margin-bottom: 0;
}
.error-page h2 {
    margin-bottom: 0.1363636364em;
    font-size: 1.375em;
  }
.error-page p {
    margin: 0 0 0.625em;
    color: #93a8ba;
  }
.error-page a {
    color: #298cb0;
  }
.error-page a:hover {
      text-decoration: none;
    }
.error-page__inner {
  max-width: 37.5em;
  padding: 1.5625em 0.9375em 2.5em;
  margin: 5.5em auto 0;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
}
.error-page__title {
  margin-bottom: 0.0625em;
  font-size: 5em;
  font-weight: 800;
  color: #222;
  letter-spacing: 4px;
}
.error-page__link {
  display: block;
  margin-top: 1.875em;
}
.error-page__link:hover {
    color: #1E8D99;
  }
.error-page__link:before {
    display: inline-block;
    padding-right: 0.125em;
    content: "<";
    transition: transform 0.2s ease-in;
  }
.error-page__link:hover:before {
    transform: translateX(-0.1875em);
  }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 1.625em 0;
  margin: 0;
}
.breadcrumbs li {
    padding-left: 0;
    list-style: none;
  }
.breadcrumbs li a {
      color: #9da1a7;
      text-decoration: none;
      white-space: nowrap;
    }
.breadcrumbs li a:after {
        display: inline-block;
        margin: 0 0.8125em;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
      }
.breadcrumbs li a:hover {
        color: rgba(58, 64, 67, 0.8);
      }
.breadcrumbs li:last-child a {
        color: rgba(58, 64, 67, 0.8);
      }
.breadcrumbs li:last-child a:after {
          display: none;
        }
.breadcrumbs--search-results {
  padding: 0.625em 0;
}
.pagination {
  margin-bottom: 1.875em;
  text-align: center;
}
.pagination ul {
    display: inline-block;
    padding-left: 0;
  }
.pagination ul > li {
      display: inline-block;
      margin: 0 0.3125em;
    }
.pagination ul > li > a,
      .pagination ul > li > span {
        position: relative;

        display: block;
        padding: 0 0.5em;
        line-height: 1.5;
        color: rgba(58, 64, 67, 0.45);
        text-decoration: none;
        border-radius: 6px;
      }
.pagination ul > li > a:hover,
      .pagination ul > li > a:focus,
      .pagination ul > li > span:hover,
      .pagination ul > li > span:focus {
        color: #298cb0;
      }
.pagination ul > .pagination-current {
      width: 1.5625em;
      height: 1.5625em;
      background-color: #222;
      border-radius: 50%;
    }
.pagination ul > .pagination-current > span {
          z-index: 2;
          color: #ffffff;
          cursor: default;
        }
.pagination ul > .pagination-current > span:hover {
          z-index: 2;
          color: #ffffff;
          cursor: default;
        }
.pagination ul > .pagination-current > span:focus {
          z-index: 2;
          color: #ffffff;
          cursor: default;
        }
.profile-page__inner {
  padding: 1.25em;
  margin-top: 3.125em;
  margin-bottom: 1.875em;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
}
/* Profile header */
.profile-header {
  padding: 0.9375em 0;
  text-align: center;
}
.profile-header__name {
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1;
}
.profile-header__avatar img {
    max-width: 4.375em;
  }
.profile-stats {
  margin: 0 0 0.625em;
}
.profile-header__options {
  margin-top: 0.9375em;
}
/* Profile nav */
.profile-nav {
  margin: 0.9375em 0 1.5625em;
  text-align: center;
}
.profile-nav__items {
  display: inline-flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.profile-nav__item {
  padding: 0.5em 0.75em;
  font-size: 0.875em;
  line-height: 1.3;
  border: 1px solid #222;
  border-right: 0;
}
.profile-nav__item:last-of-type {
    border-right: 1px solid #222;
  }
@media (max-width: 649px) {
.profile-nav__item {
    padding: 3.375em;
    border: 0 !important
}
  }
.profile-nav__item.is-active {
    color: #ffffff;
    background-color: #222;
  }
.profile-nav__item a {
    color: #298cb0;
  }
/* Profile Section */
.profile-section__header {
  margin-bottom: 1.875em;
}
.profile-section__title {
  font-size: 2em;
}
.profile-section-sorter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Profile activity */
.profile-activity-list {
  margin: 0;
}
.profile-activity {
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #E4EAEF;
}
.profile-activity__header {
  margin-bottom: 0.625em;
}
/* Profile contribution */
.profile-contribution .meta {
    margin-top: 0.9375em;
  }
.profile-contribution .meta .comment-link:hover {
      color: #298cb0;
    }
.profile-contribution__title {
  margin-bottom: 0;
  font-size: 1.375em;
  color: #222;
}
.profile-contribution__title a {
    text-decoration: none;
  }
.profile-contribution__title a:hover {
      color: #1E8D99;
    }
.profile-contribution__breadcrumbs {
  padding: 0.625em 0;
}
.share {
  padding-left: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}
.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  background-color: rgba(#E4EAEF, 0.5);
  border-radius: 50%;
  touch-action: manipulation;
}
.share a:hover {
    background-color: #e4eaef;
  }
.share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.share-facebook {
  color: #3d5b95;
}
.share-facebook:before {
    content: "\f09a";
  }
.share-twitter {
  color: #24aadd;
}
.share-twitter:before {
    content: "\f099";
  }
.share-linkedin {
  color: #0976b4;
}
.share-linkedin:before {
    content: "\f0e1";
  }
.share-googleplus {
  color: #d23e30;
}
.share-googleplus:before {
    content: "\f0d5";
  }
.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  color: #222;
  text-align: center;
  text-decoration: none;
  border: 1px solid #222;
  border-radius: 6px;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.scroll-to-top:focus,
  .scroll-to-top:active {
    outline: 0;
  }
.scroll-to-top.is-active {
    bottom: 30px;
  }
@media (max-width: 767px) {
.scroll-to-top {
    display: none
}
  }
.section-list {
  display: flex;
  padding-left: 0;
  margin: 0 1.25em;
  list-style: none;
  flex-wrap: wrap;
}
.section-list-item {
  width: 100%;
  padding: 0 calc(1.25em / 2) 24px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
.section-list-item {
    width: 50%;
    transition: transform 0.2s ease-in
}

    .section-list-item:hover {
      transform: translateY(-10px);
    }
  }
.section-list-item__inner {
  height: 100%;
  padding: 1.75em 1.875em 1.5em 1.25em;
  background-color: #ffffff;
  border: 1px solid #e4eaef;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  transition: border-color 0.2s ease-in;
}
.section-list-item__name {
  display: block;
  margin-bottom: 1.125em;
  font-size: 1.125em;
  color: #298cb0;
}
.section-list-item__name:hover {
    color: #000;
  }
.section-list-item__descr {
  line-height: 1.4;
  color: rgba(58, 64, 67, 0.53);
}
/* Comunity */
.community-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875em;
}
.community-nav__items {
  display: flex;
  align-items: center;
  margin: 0;
}
.community-nav__item {
  margin-right: 0.5555555556em;
  font-size: 1.125em;
}
.community-nav__item a {
    color: #298cb0;
    text-decoration: none;
  }
.community-nav__item a:hover {
      text-decoration: underline;
    }
.topic {
  display: flex;
  padding-bottom: 0.9375em;
  margin: 1.875em 0em;
  border-bottom: 2px solid #e4eaef;
  justify-content: space-between;
}
.topic__title {
  padding-right: 0.625em;
  margin-bottom: 0;
}
.topic-list {
  display: flex;
  margin: 0 -0.9375em 2.8125em;
  flex-wrap: wrap;
}
.topic-list .topic-list-item {
    width: 50%;
    padding: 0 0.9375em;
    margin-bottom: 0.9375em;
  }
@media (max-width: 767px) {
.topic-list .topic-list-item {
      width: 100%
  }
    }
.topic-list .topic-list-item__title {
    margin-bottom: 0.3636363636em;
    font-size: 1.375em;
    color: #222;
  }
.topic-list .topic-list-item__title a {
      text-decoration: none;
    }
.topic-list .topic-list-item__title a:hover {
        color: #1E8D99;
      }
.topic-list .topic-list-item__box {
    padding: 1.25em 0.9375em;
    background-color: #ffffff;
    border: 1px solid #e4eaef;
    border-radius: 6px;
  }
.topic-controls {
  display: flex;
  margin-bottom: 1.875em;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 419px) {
.topic-controls {
    text-align: center;
    justify-content: center
}
  }
.topic-filters__item {
  margin-bottom: 0.9375em;
}
.topic-subscribe > .meta {
    padding-right: 0.625em;
  }
p.topic-description {
  margin-bottom: 0.9375em;
}
.post-list {
  margin: 0;
}
.post-list-item {
  padding-bottom: 0.9375em;
  margin-bottom: 1.875em;
  border-bottom: 1px solid #e4eaef;
}
@media (min-width: 768px) {
.post-list-item {
    display: flex;
    justify-content: space-between
}
  }
.post-list-item a {
    text-decoration: none;
  }
.post-list-item__title {
  margin-bottom: 0.2272727273em;
  font-size: 1.375em;
  color: #222;
}
.post-list-item__title a:hover {
    color: #1E8D99;
  }
.post-info {
  display: inline-block;
}
@media (min-width: 768px) {
.post-info {
    min-width: 5.625rem;
    padding: 0.375em 0.125em;
    margin-right: 0;
    margin-left: 0.3125em;
    line-height: 1.35;
    text-align: center;
    background-color: #e4eaef;
    border-radius: 6px
}

    .post-info:before {
      display: none;
    }

    .post-info .post-info__count {
      display: block;
      font-size: 1.1428571429em;
      color: #1E8D99;
    }
  }
.post-page .post-meta__col--main {
    margin-bottom: 0.625em;
  }
.post-page__inner {
  display: flex;
  padding: 1.875em;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1);
  flex-wrap: wrap;
}
.post-page__main {
  width: 66.66%;
  padding-right: 1.5625em;
}
.post-page__sidebar {
  width: 33.33%;
}
@media (max-width: 767px) {
  .post-page__main,
  .post-page__sidebar {
    width: 100%;
    padding: 0;
  }
}
.post__text {
  margin-bottom: 1.875em;
}
.post-callout {
  padding: 0.625em;
}
.post-callout__title {
  margin-bottom: 0.8333333333em;
  font-size: 1.125em;
}
.post__body {
  position: relative;
  padding-right: 3.125em;
}
.post__body .post-meta {
    display: flex;
    margin-bottom: 0.9375em;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.post__title {
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 1.2;
}
@media (max-width: 419px) {
.post__title {
    font-size: 1.5em
}
  }
.post__voting-and-actions,
.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.post__voting-and-actions .vote--post,
  .post__voting-and-actions .vote--comment,
  .comment__voting-and-actions .vote--post,
  .comment__voting-and-actions .vote--comment {
    display: flex;
    margin: 0;
    flex-direction: column;
  }
.post__voting-and-actions .vote-control, .comment__voting-and-actions .vote-control {
    width: 1.5em;
    min-width: 0;
    height: 1.5em;
    padding: 0;
    line-height: 1.5em;
    text-align: center;
  }
.post__voting-and-actions .vote-control--up, .comment__voting-and-actions .vote-control--up {
    line-height: 1.25em;
  }
.post__voting-and-actions .vote-sum, .comment__voting-and-actions .vote-sum {
    padding: 0.4375em 0;
    text-align: center;
  }
.post__voting-and-actions .dropdown-toggle {
    position: relative;
    width: 1.5em;
    min-width: 0;
    height: 1.5em;
    padding: 0;
    margin-top: 0.625em;
    line-height: 1.5em;
    color: #222;
    text-align: center;
    text-indent: -9999px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.2s;
  }
.comment__voting-and-actions .dropdown-toggle {
    position: relative;
    width: 1.5em;
    min-width: 0;
    height: 1.5em;
    padding: 0;
    margin-top: 0.625em;
    line-height: 1.5em;
    color: #222;
    text-align: center;
    text-indent: -9999px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.2s;
  }
.post__voting-and-actions .dropdown-toggle:after, .comment__voting-and-actions .dropdown-toggle:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin-left: 0;
      line-height: 1.5em;
      text-align: center;
      text-indent: 0;
      content: "\f013";
    }
.post__voting-and-actions .dropdown-toggle:hover {
      color: #ffffff;
      background-color: #222;
    }
.comment__voting-and-actions .dropdown-toggle:hover {
      color: #ffffff;
      background-color: #222;
    }
.new-community-post-page__inner {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background-color: #ffffff;
}
.new-request-page__inner {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background-color: #ffffff;
}
.my-activities-page__inner {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  background-color: #ffffff;
}
@media (min-width: 650px) {
.new-community-post-page__inner,
.new-request-page__inner,
.my-activities-page__inner {
    padding: 1.875em 1.875em 2.1875em;
    margin: 3.75em auto 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(58, 64, 67, 0.1), 0 -1px 2px rgba(58, 64, 67, 0.1)
}
  }
.my-activities-page__inner {
  padding-bottom: 0.625em;
}
@media (min-width: 650px) {
.my-activities-page__inner {
    padding: 1.875em 1.875em 0.625em
}
  }
.new-community-post-page__inner,
.new-request-page__inner {
  max-width: 43.75em;
}
.new_community_post,
.new-request-form {
  margin-bottom: 0;
}
.new_community_post .form-field, .new-request-form .form-field {
    margin-bottom: 1.25em;
  }
.new_community_post .form-field p, .new-request-form .form-field p {
      color: rgba(58, 64, 67, 0.53);
    }
.new_community_post .form-field input,
    .new_community_post .form-field textarea,
    .new-request-form .form-field input,
    .new-request-form .form-field textarea {
      width: 100%;
      height: 2.25em;
      padding: 0 0.625em;
      border: 1px solid #e4eaef;
    }
.new_community_post .form-field input, .new-request-form .form-field input {
      line-height: 2.25em;
    }
.new_community_post .form-field textarea, .new-request-form .form-field textarea {
      min-height: 12.5em;
      padding: 0.625em;
    }
.new_community_post .form-field .upload-dropzone, .new-request-form .form-field .upload-dropzone {
      position: relative;
    }
.new_community_post .form-field .upload-dropzone input[type="file"], .new-request-form .form-field .upload-dropzone input[type="file"] {
        position: relative;
        z-index: 1;
        height: 5em;
        font-size: 1em;
        opacity: 0;
      }
.new_community_post .form-field .upload-dropzone span, .new-request-form .form-field .upload-dropzone span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        font-size: 1rem;
        align-items: center;
        justify-content: center;
      }
.new_community_post .form-field .upload-dropzone span a, .new-request-form .form-field .upload-dropzone span a {
          padding: 0 0.3125em;
          font-size: inherit;
          color: #298cb0;
        }
.new_community_post label {
    display: inline-block;
    margin-bottom: 0.5555555556em;
    font-size: 1.125em;
  }
.new-request-form label {
    display: inline-block;
    margin-bottom: 0.5555555556em;
    font-size: 1.125em;
  }
.new_community_post footer, .new-request-form footer {
    text-align: center;
  }
