@import url('https://holding.goldmoney.com/css/common.css?v=1516652032174');

body {
  display: none;
}

.h-brandon-h1 {
  font-size: 28px;
}
.h-brandon-h1,
.h-brandon-h2 {
  font-family: Palatino, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.025em;
}
.h-brandon-h2 {
  font-size: 22px;
}
.h-responsive-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.h-fill-grey {
  fill: #2d2a23;
}
.h-gold-text {
  color: #9c7622;
}
.bp-tester:after {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  width: 160px;
  padding: 5px;
  text-align: center;
  color: #fff;
  content: "";
  opacity: 0.25;
  font-size: 10px;
  font-weight: 500;
}
body {
  background-color: #fff6e2;
  font-family: Palatino, serif;
  color: #2d2a23;
  font-size: 16px;
}
.l-core {
  display: grid;
  min-height: 100vh;
  grid-template-columns: auto 15px minmax(290px, 1170px) 15px auto;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "a a a a a" ". . b . ." "c c c c c";
}
main {
  grid-area: b;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-gap: 50px;
  margin-bottom: 60px;
}
.l-core__main--small {
  width: 100%;
  max-width: 900px;
  justify-self: center;
  grid-gap: 20px;
}
.l-wrapper {
  display: grid;
  grid-template-columns: auto 15px minmax(290px, 1170px) 15px auto;
  grid-template-areas: ". . d . .";
  height: 100%;
}
.l-wrapper--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-wrapper__inner {
  grid-area: d;
}
.l-contact {
  display: grid;
  grid-template-columns: minmax(auto, 560px) auto;
  grid-gap: 40px;
}
.l-contact__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
}
.c-header {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
  width: 100%;
}
.c-header__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
}
.c-header-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 100px;
  grid-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header-nav__link {
  padding: 5px 0;
  color: #2d2a23;
}
.c-header-nav__link:hover {
  color: #9c7622;
  text-decoration: underline;
}
.c-header-nav--mobile {
  display: none;
}
.c-footer {
  grid-area: c;
  height: 100px;
  border-top: 1px solid #f4e7c9;
}
.c-footer__wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 1fr 1fr;
}
.c-footer__nav {
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__link {
  margin-right: 30px;
}
.c-footer__social {
  grid-column: 3;
  display: grid;
  grid-template-columns: repeat(5, 24px);
  grid-column-gap: 15px;
}
.c-footer__legal {
  grid-column: 1/-1;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 10px;
}
.c-footer__logo {
  margin-right: 30px;
}
.c-footer__social-icon {
  fill: #2d2a23;
  width: 24px;
  height: 24px;
}
.c-footer__social-icon--facebook:hover,
.c-footer__social-icon--instagram:hover,
.c-footer__social-icon--linkedin:hover,
.c-footer__social-icon--twitter:hover,
.c-footer__social-icon--youtube:hover {
  fill: #9c7622;
}
.c-hero {
  grid-area: a;
  position: relative;
  height: 260px;
}
.c-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
}
.c-hero__contact-info {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
}
.c-hero__contact-info-description {
  max-width: 430px;
}
.c-hero--small {
  height: 220px;
}
.c-hero--small .c-hero-search {
  max-width: 900px;
  margin-top: 60px;
}
.c-hero--small .c-hero-search__title {
  display: none;
}
.c-hero--contact {
  height: 320px;
}
.c-hero--contact .c-hero-search {
  display: none;
}
.c-hero--contact .c-hero__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-hero-search {
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
  max-width: 650px;
}
.c-hero-search-input > input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding-left: 60px;
  padding-right: 20px;
  background-color: #fff6e2;
  color: #2d2a23;
  font-family: Palatino, serif;
  font-size: 18px;
  border: 2px solid #b7ad98;
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s;
  background-image: url(/hc/theming_assets/01HZPGMXG5ACRABQ70KNH5VA94);
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.c-hero-search-input > input::-webkit-input-placeholder {
  color: #81796a;
  opacity: 1;
}
.c-hero-search-input > input::-moz-placeholder {
  color: #81796a;
  opacity: 1;
}
.c-hero-search-input > input::-ms-input-placeholder {
  color: #81796a;
  opacity: 1;
}
.c-hero-search-input > input::placeholder {
  color: #81796a;
  opacity: 1;
}
.c-hero-search-input > input:focus {
  color: #2d2a23;
  background-color: #fffaee;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
.c-hero-search-input > input:focus::-webkit-input-placeholder {
  color: #81796a;
}
.c-hero-search-input > input:focus::-moz-placeholder {
  color: #81796a;
}
.c-hero-search-input > input:focus::-ms-input-placeholder {
  color: #81796a;
}
.c-hero-search-input > input:focus::placeholder {
  color: #81796a;
}
.c-box {
  background-color: #faefd8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-box__inner {
  padding: 30px 60px;
}
.c-box__inner--s-pad {
  padding: 30px 40px;
}
.c-box__section {
  margin-bottom: 50px;
}
.c-box__section:last-child {
  margin-bottom: 0;
}
.c-box-header {
  display: grid;
  grid-template-columns: 60px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 0 30px;
  background-color: #faefd8;
  border-bottom: 1px solid #f4e7c9;
  border-radius: 2px 2px 0 0;
}
.c-box-header--basic {
  grid-template-columns: 1fr;
}
.c-box-header__icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff6e2;
}
.c-article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f4e7c9;
}
.c-article-item:first-of-type {
  border-top: none;
}
.c-article-item__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-article-item__meta,
.c-article-item__title {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #2d2a23;
}
.c-article-item:hover .c-article-item__title {
  color: #9c7622;
}
.c-article-item:hover .c-article-item__meta {
  color: #2d2a23;
}
.c-article-list {
  display: grid;
  grid-auto-rows: 80px;
}
.c-article-body {
  color: #566268;
}
.c-article-body h1 {
  color: #12252d;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 10px;
}
.c-article-body h2 {
  color: #12252d;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 10px;
}
.c-article-body h3 {
  color: #12252d;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}
.c-article-body h4 {
  color: #12252d;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.c-article-body p {
  font-size: 18px;
  line-height: 28px;
  color: #566268;
  margin-bottom: 20px;
}
.c-article-body strong {
  font-weight: 700;
}
.c-article-body em {
  font-style: italic;
}
.c-article-body img {
  height: auto;
  max-width: 100%;
}
.c-article-body ol,
.c-article-body ul {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  font-size: 18px;
  line-height: 28px;
}
.c-article-body ul {
  list-style: disc;
}
.c-article-body ol {
  list-style: decimal;
}
.c-article-body ol > li,
.c-article-body ul > li {
  padding: 5px 0;
}
.c-article-body [dir="rtl"] ol,
.c-article-body [dir="rtl"] ul {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.c-article-body li > ol,
.c-article-body li > ul,
.c-article-body ol > ol,
.c-article-body ol > ul,
.c-article-body ul > ol,
.c-article-body ul > ul {
  margin: 0;
}
.c-article-body ul {
  list-style-type: disc;
}
.c-article-body a {
  color: #9c7622;
  font-size: 18px;
  line-height: 28px;
}
.c-article-body a:hover {
  text-decoration: underline;
}
.c-article-body a:visited {
  color: #7d5e1b;
}
.c-article-body code {
  padding: 0 5px;
  margin: 0 2px;
}
.c-article-body code,
.c-article-body pre {
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.c-article-body pre {
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.c-article-body blockquote {
  border-left: 1px solid #ddd;
  color: #57554f;
  font-style: italic;
  padding: 0 15px;
}
.c-article-body p:last-child {
  margin-bottom: 0;
}
.c-article-body table {
  border-style: solid;
  border-color: #ddd;
}
.c-article-body td,
.c-article-body th {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.c-article-body .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.c-article-body .iframe-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.c-article-vote {
  margin-bottom: 40px;
  padding: 30px 0;
  border-bottom: 1px solid #f4e7c9;
}
.c-article-request-cta,
.c-article-vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #f4e7c9;
}
.c-article-request-cta {
  padding: 30px 0 10px;
}
.c-search-result-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-search-result-path__item:after {
  content: "•";
  margin: 0 5px;
}
.c-search-result-path__item:first-child {
  color: #c09f69;
}
.c-search-result-path__item:first-child:after {
  color: rgba(45, 42, 35, 0.7);
}
.c-search-result-path__item:last-child:after {
  display: none;
}
.c-icon {
  width: 24px;
  height: 24px;
}
.c-icon--std {
  fill: #6d7c84;
}
.c-icon--large {
  width: 60px;
  height: 60px;
}
.c-icon--dual-color {
  fill: #9c7622;
  color: rgba(156, 118, 34, 0.5);
}
.c-intro-help {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 30px;
}
.c-intro-help__item {
  background-color: #faefd8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px 15%;
}
.c-intro-help__item:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.c-categories {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.c-categories__title {
  grid-column: 1/-1;
  margin-bottom: -10px;
}
.c-categories__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 30px;
}
.c-category-item {
  background-color: #faefd8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 10px 20px;
  height: 100px;
}
.c-category-item,
.c-category-item__icon-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-category-item__icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff6e2;
}
.c-category-item__title {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #2d2a23;
}
.c-category-item:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.c-category-item:hover .c-category-item__title {
  color: #9c7622;
}
.c-popular {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  grid-auto-flow: row;
}
.c-popular__title {
  grid-column: 1/-1;
  margin-bottom: -10px;
}
.c-popular__container {
  background-color: #faefd8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-column-gap: 30px;
  grid-auto-rows: 80px;
  padding: 10px 30px;
}
.c-popular__container .c-article-item:nth-child(2) {
  border-top: none;
}
.c-popular-network {
  grid-row: span 3;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 0 10%;
}
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-breadcrumb__divider {
  margin: 0 5px;
  fill: rgba(45, 42, 35, 0.7);
}
.c-breadcrumb__divider:last-child {
  display: none;
}
.c-breadcrumb__item {
  color: rgba(45, 42, 35, 0.7);
}
.c-breadcrumb__item--current {
  color: #2d2a23;
}
.c-breadcrumb__item:hover:not(.c-breadcrumb__item--current) {
  color: #c09f69;
}
.c-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 22px;
  padding-left: 15px;
  border-left: 10px solid;
}
.c-alert a {
  font-size: 16px;
  text-decoration: underline;
}
.c-alert--error {
  background-color: #f9c8c7;
  border-color: #e85656;
  color: #cd2d35;
}
.c-alert--error a {
  color: #cd2d35;
}
.c-alert--success {
  background-color: #daf1d6;
  border-color: #1bc67c;
  color: #009969;
}
.c-alert--success a {
  color: #009969;
}
.c-alert--warning {
  background-color: #fcf7d6;
  border-color: #ffbd00;
  color: #bb872b;
}
.c-alert--warning a {
  color: #bb872b;
}
.c-alert--info {
  background-color: #cbebfb;
  border-color: #237ede;
  color: #008dc1;
}
.c-alert--info a {
  color: #008dc1;
}

.article-vote-up-btn::after {
  content: "✔ Yes";
}

.article-vote-down-btn::after {
  content: "✖ No";
}

.related-articles > h3 {
  font-family: Palatino, serif;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #2D2A23;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.related-articles a:hover {
  color: #9C7622;
}

.related-articles li {
  margin-bottom: 15px;
  line-height: 24px;
}

.related-articles li:last-child {
  margin-bottom: 0px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  margin-bottom: 10px;
  font-family: Palatino, serif;
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #2D2A23;
}

.form-field > input, .form-field > textarea, .nesty-input {
  display: block;
  width: 100%;
	padding: 0 15px;
  height: 44px;
  border: 2px solid #B7AD98;
  background-color: #FFF6E2;
  color: #2D2A23;
}

.nesty-input {
  display: flex;
  align-items: center;
}

.nesty-input::after {
  line-height: 1.1em;
}

.form-field > textarea {
  padding-top: 15px;
  padding-bottom: 15px;
	height: 100px; 
  margin-bottom: 5px;
}

.nesty-input + p, .form-field > input + p, #request_description_hint {
	font-size: 12px;
	line-height: 24px;
}

.request-form {
  position: relative;
}

.request-form footer {
  text-align: center;
}

.request-form input[type="submit"] {
  width: 100%;
  max-width: 200px;
  height: 44px;
  text-align: center;
  background-color: #FFF6E2;
  border: 2px solid #2D2A23;
  color: #2D2A23;
  font-family: Palatino, serif;
  font-weight: bold;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.suggestion-list {
  margin-bottom: 20px;
}

.suggestion-list label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #2D2A23;
}

.searchbox-suggestions li {
  margin-bottom: 10px;
}

.searchbox-suggestions li:last-child {
  margin-bottom: 0;
}

.searchbox-suggestions a:hover {
	color: #9C7622; 
}

.notification {
  position: absolute;
  z-index: 10;
}

.upload-dropzone {
  border: 2px solid #2D2A23;
}

.upload-dropzone span {
  color: #2D2A23;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-toggle:after {
  display: none;
}
@supports not (display: grid) {
  .l-core,
  .l-core__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-core__main--small {
    max-width: none;
    width: 100%;
  }
  .l-wrapper,
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-wrapper {
    padding: 0 15px;
  }
  .c-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header__inner > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-header-nav:not(.c-header-nav--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-header-nav > a {
    margin-right: 20px;
  }
  .c-header-nav > a:last-child {
    margin-right: 0;
  }
  .c-hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-breadcrumb {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .c-categories,
  .c-intro-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .c-categories__title {
    padding-left: 15px;
    margin-bottom: 10px !important;
  }
  .c-category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-category-item__icon-container {
    margin-right: 10px;
  }
  .c-popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .c-popular:last-child {
    margin-bottom: 0;
  }
  .c-popular__title {
    padding-left: 15px;
    margin-bottom: 10px !important;
  }
  .c-article-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-popular-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 10px !important;
  }
  .c-footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
  }
  .c-footer__nav {
    margin-bottom: 10px;
  }
  .c-footer__legal {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .c-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-box-header__icon-container {
    margin-right: 10px;
  }
  .l-contact__sidebar {
    margin-top: 40px;
    padding-left: 15px;
  }
}
@media (max-width: 1440px) {
  .h-xxl-hide {
    display: none;
  }
  .bp-tester:after {
    background: red;
    content: "XXL - Min 1200 · Max 1440";
  }
}
@media (max-width: 1200px) {
  .h-xl-hide {
    display: none;
  }
  .bp-tester:after {
    background: orange;
    content: "XL - Min 992 · Max 1200";
  }
}
@media (max-width: 992px) {
  .h-l-hide {
    display: none;
  }
  .bp-tester:after {
    background: #daa520;
    content: "L - Min 768 · Max 992";
  }
  .c-box__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .c-popular__container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 768px) {
  .h-m-hide {
    display: none;
  }
  .bp-tester:after {
    background: green;
    content: "M - Min 580 · Max 768";
  }
  .l-contact {
    grid-template-columns: 1fr;
  }
  .l-contact__sidebar {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-contact__sidebar-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .l-contact__sidebar-col:first-child {
    margin-right: 40px;
  }
  .c-header-nav {
    grid-template-columns: 1fr;
  }
  .c-header-nav--mobile {
    display: grid;
  }
  .c-footer {
    height: auto;
    padding: 20px 0;
  }
  .c-footer__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-row-gap: 15px;
  }
  .c-footer__link {
    margin-right: 20px;
  }
  .c-footer__nav,
  .c-footer__social {
    grid-column: auto;
  }
  .c-footer__legal {
    margin-top: 0;
  }
  .c-popular__container {
    grid-template-columns: 1fr;
  }
  .c-popular__container .c-article-item:nth-child(2) {
    border-top: 1px solid #f4e7c9;
  }
}
@media (max-width: 580px) {
  .h-s-hide {
    display: none;
  }
  .bp-tester:after {
    background: blue;
    content: "S - Min 480 · Max 580";
  }
  .l-contact__sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-contact__sidebar-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .l-contact__sidebar-col:first-child {
    margin-right: 0;
  }
  .c-popular__container {
    padding: 10px 15px;
  }
}
@media (max-width: 480px) {
  .h-xs-hide {
    display: none;
  }
  .bp-tester:after {
    background: purple;
    content: "XS - Min 380 · Max 480";
  }
  .c-box__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-box-header {
    height: 90px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-categories {
    grid-gap: 15px;
  }
  .c-categories__title {
    margin-bottom: 0;
  }
  .c-categories__container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .c-category-item {
    height: auto;
    padding: 20px 15px;
  }
  .c-popular-network {
    padding: 0;
  }
}
@media (max-width: 380px) {
  .h-xxs-hide {
    display: none;
  }
  .bp-tester:after {
    background: #f0f;
    content: "XXS - Min 380";
  }
  .c-box__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .l-core,
  .l-core__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-core__main--small {
    max-width: none;
    width: 100%;
  }
  .l-wrapper,
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-wrapper {
    padding: 0 15px;
  }
  .c-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header__inner > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-header-nav:not(.c-header-nav--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-header-nav > a {
    margin-right: 20px;
  }
  .c-header-nav > a:last-child {
    margin-right: 0;
  }
  .c-hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-breadcrumb {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .c-categories,
  .c-intro-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .c-categories__title {
    padding-left: 15px;
    margin-bottom: 10px !important;
  }
  .c-category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-category-item__icon-container {
    margin-right: 10px;
  }
  .c-popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .c-popular:last-child {
    margin-bottom: 0;
  }
  .c-popular__title {
    padding-left: 15px;
    margin-bottom: 10px !important;
  }
  .c-article-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-popular-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 10px !important;
  }
  .c-footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
  }
  .c-footer__nav {
    margin-bottom: 10px;
  }
  .c-footer__legal {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .c-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-box-header__icon-container {
    margin-right: 10px;
  }
  .l-contact__sidebar {
    margin-top: 40px;
    padding-left: 15px;
  }
}
