@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}


@font-face {
    font-family: 'proxima-bold';
    src: url("/hc/theming_assets/01HZPGP376936C5ZC575W32KC9") format('woff2'),
         url("/hc/theming_assets/01HZPGP14Y64QG9BVMZ4YF86TF") format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: 'proxima-light';
  src: url("/hc/theming_assets/01HZPGP3HDHTHA3049R81CZDSG") format('woff2'),
    url("/hc/theming_assets/01HZPGP3CD0TPDK8K92C72PF5X") format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
    font-family: 'proxima';
    src: url("/hc/theming_assets/01HZPGP485G0W9QARRS190CRFD") format('woff2'),
         url("/hc/theming_assets/01HZPGP437ZPJCQE5NY8E8FZ1S") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-semi-bold';
    src: url("/hc/theming_assets/01HZPGP3NP8RCA8NB4M5ASD60J") format('woff2'),
         url("/hc/theming_assets/01HZPGP19S2W8YG35K68YN00V2") format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'sfui';
    src: url("/hc/theming_assets/01HZPGP3Y25856CPVKPB8NQY4B") format('woff2'),
         url("/hc/theming_assets/01HZPGP3SVS2N26V4TEMJP2DY9") format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'sfui';
    src: url("/hc/theming_assets/01HZPGP2B6099QAT42BACNBSQA") format('woff2'),
         url("/hc/theming_assets/01HZPGP1J8V1P9TJ8HNYE5G2GR") format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'sfui';
    src: url("/hc/theming_assets/01HZPGP2FFPTSZY068PHSNBNQX") format('woff2'),
         url("/hc/theming_assets/01HZPGP0W9AETBGQRQ407D11YP") format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sfui';
    src: url("/hc/theming_assets/01HZPGP2XQ4YC3AMVR8WPDFSZ0") format('woff2'),
         url("/hc/theming_assets/01HZPGP2M6W3YKN73FH1K9MDBD") format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
  font-family: 'Sintony';
  src: url("/hc/theming_assets/01HZPGP32TXS39ZJ81P7GGV0M8");
  src: url('//p4.zdassets.com/hc/theme_assets/512741/200044200/Sintony.eot?#iefix') format('embedded-opentype'),
    url("/hc/theming_assets/01HZPGP1DZAER4DPEVGEF57VZC") format('woff'),
    url("/hc/theming_assets/01HZPGP10P78MCN31TJXDSW7R3") format('truetype'),
    url('//p4.zdassets.com/hc/theme_assets/512741/200044200/Sintony.svg#Sintony') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  background-color: #ffffff;
  color: #535353;
  font-family: 'sfui','HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
  body > main {
  margin:0 0 50px;
  }
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

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

h1 {
  font-size: 32px;
}

h2 {
  font-size: 36px;
}

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

h4 {
  color: #a7a7a7;
    font-family: 'proxima-semi-bold';
    letter-spacing: 2px;
    margin-bottom: 25px;
      font-size: 24px;
}


a {
  color: #cb9e53;
  text-decoration: none;
}

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

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

input[type=email],
input[type=text] {
    font-weight: 300;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
    outline: 0;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    height: 37px;
    width: 100%;
    border: 0 !important;
    line-height: 1;
}

input:focus {
  border: 1px solid #6d6d6d;
}

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

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

select:focus {
  border: 1px solid #6d6d6d;
}

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

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

textarea:focus {
  border: 1px solid #6d6d6d;
}

.container {
  margin:0 auto;
  width:100%;
  max-width:1265px;
  position:relative;
}
.container:after {
  content:"";
  clear:both;
  display:table;
}

@media (max-width: 1350px) {
  .container {
    max-width:calc( 100% - 40px );
  }
}

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

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

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

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

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

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

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

.button::after, [role="button"]::after {
  color: #6d6d6d;
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: #6d6d6d;
  color: #ffffff;
  text-decoration: none;
}

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

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

.button-large, input[type="submit"] {
  background-color: #6d6d6d;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

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

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #3a3a3a;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1201px) {
	.navbar {
  	display: none !important;
  }
}

.table td {
  display: block;
}

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

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

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

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

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

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

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

.form-field input:focus {
  border: 1px solid #6d6d6d;
}

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

main input[type=email],
main input[type=text] {
      border: 1px solid #ddd !important;
}
main input[type=email]:focus,
main input[type=text]:focus {
      border-color:#000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/**********************************************/
/*     GLOBAL                         */
/**********************************************/
.wrapper {
  margin:0 auto;
  width:100%;
  max-width:1265px;
  position:relative;
}
.wrapper:after {
  content:"";
  clear:both;
  display:table;
}
@media (max-width: 1350px) {
  .wrapper {
    max-width:calc( 100% - 40px );
  }
}

/**********************************************/
/*     TOP BAR                        */
/**********************************************/
#announcement-bar {
    background-color: #009096;
    text-align: center;
    font-size: 14px;
}
#announcement-bar a {
    color: #ffffff;
}
.offer-top-content {
    background-color: #cb9e53;
    min-height: 36px;
}
.offer-top-content a {
  	text-transform: uppercase;
    color: #fff;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: 500;
}
.offer-top-content a .fa {
    font-size: 20px;
    position: relative;
    top: 1px;
}
.top {
 		border-bottom: 1px solid #e1e1e1;
    min-height: 36px;
    background: #fff; 
}
.top .inline-list li,
.top .inline-list {
  list-style:none;
  padding:0;
  margin:0;
}
.top .inline-list {
  padding:  11px 0 10px;
    position: relative;
}
.top .inline-list.left {
  float:left;
  margin: 0 0 0 9px;
}
.top .inline-list.right {
  float:right;
}
.top .inline-list li {
  float:left;
  display:inline;
  margin:0 0 0 13px;
}
.top .inline-list.right li {
  margin: 0 0 0 20px;
}
.top .inline-list.right li.log {
  margin-left: 13px;
}
.top .inline-list li:first-child {
  margin:0;
}
.top .inline-list li.icon-left {
    background-position: left 2px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.top .inline-list li.free-delivery {
    background-image: url("/hc/theming_assets/01HZPGP22QKZ67M7YC67GZV8XY");
}
.top .inline-list li.wishlist {
    background-image: url("/hc/theming_assets/01HZPGP4PPFPJ1CQZCBM01NSRM");
}
.top .inline-list li.customer-service {
    background-image: url("/hc/theming_assets/01HZPGP4JVXBDYW171P4WN9C9Z");
}
.top .inline-list li.parts-request {
    background-image: url("/hc/theming_assets/01HZPGP1TW2Y76SZK18Q9FB2BZ");
}
.top .inline-list li a {
  float:left;
  display:block;
  font-size: 11px;
  color:#6d6d6d;
    text-transform: uppercase;
    font-weight: bold;
  line-height:18px;
  text-decoration:none;
}
.top .inline-list li a:hover {
  color:#cb9e53;
}
/**********************************************/
/*     HEADER                         */
/**********************************************/
.header {
  background:#fff;
  border-bottom: 2px solid #000;
  position:relative;
}
.header ul li,
.header ul {
  list-style:none;
  padding:0;
  margin:0;
}
.header ul li.sale a {
  color:#eb2929
}
.header .logo {
  position:absolute;
  left:0;
  top:24px;
}
.header .tools {
  position:absolute;
  right:0;
  top: 32px;
  float:left;
}
.header .tools li {
  float:left;
  display:inline-block;
  line-height: 1;
}
.header .tools li.header-search {
    padding: 0;
    margin-right: 15px;
    max-width: 85px;
    display:inline-block;
    position: relative;
}
.search-desktop:before {
    content: '';
    border: 1px solid #d7d7d7;
    position: absolute;
    top: 7px;
    left: -12px;
    width: 104px;
    height: 30px;
}
.search-desktop input {
    padding-right: 18px !important;
}
.header .tools li input.input-group-field {
  border: 0;
    outline: 0 !important;
    background: transparent;
    border-color: transparent;
    height: 43px;
    margin-right: 0;
    border-radius: 0;
    color: #333;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1;
  	box-sizing: border-box;
}
a.site-header__cart-toggle {
    position: relative;
    top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #535353;
    font-size: 14px;
    line-height: 1;
}
span.icon.icon-cart {
    display: inline-block;
    width: 19px;
    height: 28px;
    background: transparent url("/hc/theming_assets/01HZPGP26HC3J7R5QHW69H99SS") no-repeat 0 0;    
}
a.wishlist-link {
    color: #009096 !important;
}
.navbar-toggle {
    float: left;
    margin: 3px 15px 0 0;
    background: none;
    border: none;
    line-height: 1;
    outline: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .menu {
    font-size: 10px;
    padding-top: 4px;
    display: inline-block;
}

.header .tools li input.input-group-field::-webkit-input-placeholder {
  color: #333;
  opacity:1;
}
.header .tools li input.input-group-field:-moz-placeholder {
  color: #333;
  opacity:1;
}
.header .tools li input.input-group-field::-moz-placeholder {
  color: #333;
  opacity:1;
}
.header .tools li input.input-group-field :-ms-input-placeholder {
  color: #333;
  opacity:1;
}
.header .tools li input.input-group-button {
  border: 0;
    outline: 0 !important;
    border-radius: 0;
    background: red;
    width: 17px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    display: block;
    min-width: initial;
    padding: 0;
    top: 0;
    right: 0;
    z-index: 2;
  background:transparent url("/hc/theming_assets/01HZPGP4TVCE3TWAHT60P2HJK7") no-repeat 50%;
}
.header .tools li.header-cart a {
  display:inline-block;
    position: relative;
    top: 7px;
    text-transform: uppercase;
    font-weight: 600;
    color: #535353;
    font-size: 14px;
    line-height: 1;
}
.header .tools li.header-cart a .icon-cart {
display: inline-block;
    width: 19px;
    height: 28px;
    background: transparent url("/hc/theming_assets/01HZPGP26HC3J7R5QHW69H99SS") no-repeat 0 0;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.header .tools li.header-cart .cart-count {
    background: #131212;
    color: #fff;
    border-radius: 50%;
    float: right;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 7px;
    padding: 9px 0px;
    margin-left: 5px;
    position: relative;
    top: 8px;
  font-size: 14px;
}
.header .nav {
  text-align:center;
  padding:39px 0 0;
}
.header .nav ul {
  display:inline-block;
  margin-left: 34px;
}
.header .nav ul li {
  display:inline-block;
  margin:0 32px 0 0;
}
.header .nav ul li:last-child {
  margin:0;
}
.header .nav ul li a {

}




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

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

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

.user-info > [role="button"] {
  border: 0;
  color: #cb9e53;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: #cb9e53;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #cb9e53;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

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

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

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

.avatar .icon-agent::before {
  background-color: #6d6d6d;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/**********************************************/
/*     FOOTER                         */
/**********************************************/
.footer {
  background:#f1f1f1;
}
.footer .footer-menu {
  padding: 50px 0;
}
.footer .footer-menu:after {
  content:"";
  clear:both;
  display:table;
}
.footer .grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px; 
}
.footer .grid__item {
  box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;  
}
.footer .large--one-half {
    width: 50%;
}
.footer .large--one-third {
    width: 33.333%;
}
.footer .large--one-sixth {
    width: 16.666%;
}
.footer .large--one-eighth {
    width: 12.5%;
}
.footer .large--one-quarter {
    width: 25%;
}
.footer ul.ul-top-margin {
  margin:48px 0 0;
}
.footer h6 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'proxima-bold';
    color: #535353;
    font-size:16px; 
}

.footer em.fa {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    background: #3a589b;
    padding: 5px 0;
    text-align: center;
    width: 26px;
}
.footer em.fa.fa-instagram {
  background:#3a589b;
}
.footer em.fa.fa-twitter {
  background:#598dca;
}
.footer em.fa.fa-pinterest-p {
  background:#ca1f28;
}
.footer em.fa.fa-vimeo {
  background:#63b4e4;
}
.footer em.fa.fa-youtube {
  background:#cf3427;
}
.footer .copyright {
    border-top: 1px solid #ebebeb;
    overflow: hidden;
}
.footer .copyright:after {
  content:"";
  clear:both;
  display:table;
}
.footer .copyright p {
    margin: 30px 0;
    color: #535353;
    font-size: 14px;
}
.footer .copyright p.left {
    float:left;
}
.footer .copyright p.right {
    float:right;
}
.footer .input-group-btn {
  position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    text-align: right;
}
.footer .input-group-btn input {
  display: inline-block;
    padding: 8px 10px;
    width: auto;
    margin: 0;
    line-height: 1.42;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    background-color: #747474;
    color: #fff;
    width: auto;
    margin: 0;
    line-height: 1.42;
    cursor: pointer;
    margin-top: 30px;
    background: transparent;
    color: #535353;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 2px solid #c1c1c1 !important;
    outline: 0;
    border: none;
    font-weight: bold;
    padding: 0 !important;
    border-radius: 0;
    letter-spacing: 0.05em;
    min-width: initial;
}

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

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

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

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

.breadcrumbs li a:visited {
  color: #cb9e53;
}

/**********************************************/
/*     SEARCH                         */
/**********************************************/
.search {
  position: relative;
}
.search input[type="search"] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  outline:0 !important;
}
[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}
.search input[type="search"]:focus {
  border: 1px solid #6d6d6d;
  color: #555;
}
.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ddd;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
}
[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}
.search-full input[type="search"] {
  border: 1px solid #d7d7d7;
}

/**********************************************/
/*     SEARCH                         */
/**********************************************/
.hero {
    height: 140px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 30px !important;
}
.hero-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 610px;
    margin: 0 auto;
}
.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #6d6d6d;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #ffffff;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #535353;
}

.blocks-item-link {
  color: #6d6d6d;
  padding: 20px 30px;
}

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

.blocks-item-title {
  margin-bottom: 0;
}

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

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

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

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

.section h2 {
  font-size: 36px;
  font-family: 'proxima';
    font-weight: normal;
    margin: 0 0 50px 0;
  text-align: center;
  text-decoration:none;
}
.section h2 a {
  color: #737373;
}
.section h3 {
  color:#6d6d6d;
}
.section h3 a {
  color: #737373;
}
.section .article-list a {
  color:#6d6d6d;
}
.section .article-list a:hover {
  color:#cb9e53
}

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

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

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

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

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

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: #535353;
  display: block;
  padding: 15px 0;
}

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

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

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

.community-image {
  min-height: 300px;
  background-image: url('//p6.zdassets.com/hc/assets/community_image.svg');
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

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

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

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

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

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

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #535353;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

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

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

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

.recent-activity-item-time, .recent-activity-item-comment {
  color: #868686;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: #6d6d6d;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

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

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

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

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  color: #535353;
}

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

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

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

.icon-star::before {
  color: #6d6d6d;
  font-size: 18px;
}

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

.section-content {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #6d6d6d;
}

.article-vote:hover {
  background-color: #6d6d6d;
}

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

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

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

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

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

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

.article-return-to-top a {
  color: #535353;
  display: block;
  padding: 20px 0;
}

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

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

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

.article-unsubscribe {
  background-color: #6d6d6d;
  color: #ffffff;
  text-decoration: none;
}

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

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

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

.sidenav-item.current-article, 
.sidenav-item:hover {
  background-color: #6d6d6d;
  color: #ffffff;
  text-decoration: none;
}

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

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

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

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

.attachments .attachment-item::before {
  color: #535353;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

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

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

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

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

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

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

.share a:hover::before {
  color: #6d6d6d;
}

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

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

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

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #868686;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #6d6d6d;
}

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

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

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

.comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #6d6d6d;
  padding: 40px 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: #6d6d6d;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: 'proxima';
  line-height: 1.6;
}

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

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

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

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

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

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

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

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

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

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

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

.vote-sum {
  color: #868686;
  display: block;
  margin: 3px 0;
}

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

.vote-up:hover::before,
.vote-down:hover::before {
  color: #6d6d6d;
}

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

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

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

.vote-voted::before {
  color: #6d6d6d;
}

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

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

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

/***** Community *****/
.community-hero {
  background:#fff;
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

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

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

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

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

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

.community-follow [role="button"]:hover {
  background-color: #6d6d6d;
}

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

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

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

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

.community-follow [role="button"]::after {
  border-left: 1px solid #6d6d6d;
  content: attr(data-follower-count);
  color: #6d6d6d;
  display: inline-block;
  font-family: 'proxima';
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid #6d6d6d;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

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

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

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

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

.striped-list-title {
  color: #cb9e53;
  margin-bottom: 10px;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: #535353;
    display: block;
    font-weight: 400;
  }
}

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

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #6d6d6d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-container {
  margin:0 0 50px;
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

.post-content {
  font-family: 'proxima';
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post-info {
  flex: 1;
}

@media (min-width: 1024px) {
  .post-info {
    padding-right: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #6d6d6d;
}

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

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

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

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

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

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #6d6d6d;
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

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

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #6d6d6d;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #3a3a3a;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

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

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

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

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

/* Contributions table */
.contributions-table td:last-child {
  color: #868686;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #868686;
}

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

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

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

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

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

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

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

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

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

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

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

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #868686;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #6d6d6d;
}

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

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

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #6d6d6d;
}

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

.request-title {
  width: 100%;
}

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

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

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

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

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

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

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

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

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

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

.request-details dt {
  color: #868686;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

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

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

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

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

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

.pagination-current {
  background-color: #6d6d6d;
}

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

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

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

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

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #868686;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #6d6d6d;
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #6d6d6d;
  border-radius: 4px;
  color: #6d6d6d;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

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

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

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

.profile-section {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-result-votes::before, .search-result-meta-count::before {
  color: #6d6d6d;
}

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

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

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

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

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

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

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

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

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


.collapsible-sidebar ul li a {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'proxima';
  background:transparent !important;
  font-size: 12px !important;
    display: block;
  padding: 0;
}
.collapsible-sidebar ul li a.current-article,
.collapsible-sidebar ul li a:hover {
  color: #cb9e53 !important;
  background:transparent !important;
}

.img-responsive {
    width: 100%;
}

    .contact-content h4 {
      font-weight: normal;
      color: #b3b3b3;
      font-family: 'proxima';
      letter-spacing: 2px;
    }
    .contact-content .large--one-half:first-child h4 {
      margin-bottom: 30px;
    }
    .contact-content .large--one-half p {
      font-size: 14px;
      margin-bottom: 30px;
      font-family: 'sfui';
      line-height: 26px;
    }
    .contact-content .large--one-half p.at-home {
      font-size: 21px;
        color: #737373;
        font-family: 'sfui';
        line-height: 26px;
    }
    .contact-content select#subject {
        padding: 10px 10px !important;
        color: #535353;
    }
    .contact-content {
      max-width: 800px;
      margin: 0 auto 30px;
  }
  .contact-content h3 {
      color: #b3b3b3;
      font-family: 'sfui';
      letter-spacing: 2px;
      margin: 60px 0;
      font-weight: normal;
      text-transform: uppercase;
  }
    .contact-content h6 {
      font-weight: normal;
      margin: 50px 0;
    font-size: 16px;
  }
  
  .contact-content label {
    display: block;
    margin: 15px 0;
    color: #535353;
    font-size: 14px;
  }
  .contact-content .required{color: #535353; }
  .contact-content textarea#ContactFormMessage, .contact-content input.field {
      width: 100%;
  }
  .contact-content select#subject, .contact-content input {
      border: 1px solid #e5e5e5;
      width: 100%;
      padding: 8px 10px;
      border-radius: 0;
  }
  .contact-content textarea#ContactFormMessage {
      margin-bottom: 15px;
  }
  .contact-content .get-touch a, .contact-content .get-touch span {
      color: #737373;
      font-weight: bold;
  }
  .contact-content a.lined{
    font-weight: normal;
    border-bottom: 1px solid #c1c1c1;
  }
  .contact-content input.btn.right {
      margin-top: 0 !important;
      position: relative;
      top: 0;
      width: auto;
  }
  .contact-content h3 {
      color: #b3b3b3;
      font-family: 'proxima';
      letter-spacing: 2px;
      margin: 60px 0;
      font-weight: normal;
      text-transform: uppercase;
    font-size: 30px;
  }
.contact-content .grid {
  list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}
.contact-content .grid:after {
  content:"";
  clear:both;
  display:table;
}
.contact-content .grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}
.contact-content .form-vertical {
  
}
.contact-content .form-vertical textarea,
.contact-content .form-vertical input[type=email],
.contact-content .form-vertical input[type=text] {
      border: 1px solid #e5e5e5;
      width: 100%;
      padding: 8px 10px;
      border-radius: 0; 
}
.contact-content .form-vertical input[type=email],
.contact-content .form-vertical input[type=text] {
        height: 41px;
}
.contact-content .form-vertical textarea {
    height: 158px;
}
.contact-content .form-vertical select {
    height: 41px;
}
.contact-content .form-vertical form {
  margin-left:-30px;
}
.contact-content .form-vertical .form-field {
  clear:right;
  width:calc( 50% - 30px );
  float:left;
  margin:0 0 0 30px;
  min-height: 120px;
}
.contact-content .form-vertical .form-field:last-of-type,
.contact-content .form-vertical .request_description {
  width: calc( 100% - 30px );
}
.contact-content .form-vertical .form-field.request_custom_fields_78296707 {
  width: calc( 100% - 30px );
  clear:both;
}
.contact-content .form-vertical footer {
  margin-left: 30px;
    padding: 0;
    display: block;
    clear: both;
  text-align: right;
}
.contact-content .form-vertical footer input {
    margin-top: 20px;
    background: transparent;
    color: #535353;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 2px solid #c1c1c1 !important;
    outline: 0;
    border: none;
    font-weight: bold;
    padding: 0 !important;
    border-radius: 0;
    letter-spacing: 0.05em;
    display: inline-block;
    width: auto;
    min-width: 10px;
    line-height: normal;
}

@media only screen and (min-width: 992px) {
  .contact-content .large--one-half {
    width: 50%;
  }
}
  .get-touch p {
      line-height: 30px;
      font-size: 16px;
  }
  /*instagram-blk*/

    .instagram .grid__item {
      padding-left: 10px;
    }
    .instagram .grid {
      margin-left: -10px;
    }
    .instagram {
    padding: 50px 20px 10px;
    overflow: hidden;
    text-align: center;
    }
    .instagram h2 span.insta-heading {
      margin-bottom: 40px;
      color: #a7a7a7;
      letter-spacing: 3px;
      font-size: 36px;
      text-transform: inherit;
      font-weight: normal;
    }
    .instagram h2 span a.hashtag {
      font-size: 18px;
      color: #535353;
      font-weight: normal;
      letter-spacing: 1px;
      margin-left: 25px;
      position: relative;
      text-transform: uppercase;
      top: 7px;
      font-family: 'proxima';
    }
    .instagram h2 a.add-photo {
        font-size: 12px;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-family: 'proxima-bold';
        color: #535353;
        margin-left: 25px;
        position: relative;
        top: -5px;
        border-bottom: 2px solid #c1c1c1;
    }
 
    .instagram h2 img {
      margin: 0 20px;
    }
    .insta-slider img {
      width: 100%;
    }
    .insta-slider .slick-slide {
        margin: 0 5px;
      }
     /* the parent */
    .insta-slider .slick-list {
        margin: 0 -5px;
    }
    .instagram h2 span:nth-child(2) {
        position: relative;
        top: -10px;
    }
  

@media (min-width: 1325px) {
  .hidden-desktop-xl {
    display: none !important;
  }
}
@media (max-width: 1324px) and (min-width: 1200px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .wrapper, .container {
    max-width: 910px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header {
    height: 88px;
  }
  .nav, ul.inline-list.no-bullets.right {
    display: none;
  }
  .hidden-ipad-landscape {
    display: none !important;
  }
  .responsive-ipad {
    margin-left: 50px;
  }
  .responsive-ipad button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    outline: 0;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: 0 !important;
  }
    .navbar{
        display:none;
        background:#fff;
        position: absolute;
        top: 108px;
        left: 0;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 9999;        
        max-height:300px;
        overflow-y: scroll;
        padding-top: 20px;
    }
    ul.reponsive-nav {
        padding: 0 30px;
        width: 970px;
        margin: 0 auto !important;
    }
    ul.reponsive-nav li{
        list-style-type:none;
        float:left;
        margin:0;
        background:#FFF;
        width:100%;  /* Remove this and*/
        text-align: left;
    }
    ul.reponsive-nav li a {
        display: block;
        color: #333;
        text-align: left;
        font-size: 13px;
        padding: 20px 0;
        padding: auto;
        text-decoration: none;
        text-transform: uppercase;
        line-height:1;
    }
    ul.reponsive-nav li a.dropdown-toggle::after {
      display:none;
    }
    ul.reponsive-nav li img {
        position: relative;
        top: 1px;
        margin-right: 5px;
    }
    ul.reponsive-nav .dropdown-menu {
      position: inherit;
      width: 100%;
      margin: 0 0 15px;
    }
    ul.reponsive-nav a.dropdown-toggle {
        font-weight: bold;
        display: block;
        color: #333;
        text-align: left;
        font-size: 14px !important;
        padding: 15px 0;
        padding: auto;
        text-decoration: none;
        text-transform: uppercase;
    }
    ul.reponsive-nav a.test {
        font-size: 13px;
        font-weight: 600 !important;
        color: #999999 !important;
    }
    ul.dropdown-menu.sub-new a {
        font-size: 11px;
        font-weight: 600 !important;
        color: #c3c3c3;
    }
    .open .dropdown-menu.sub-new:before {
        content: '';
        width: 100% !important;
        border: 1px solid #333 !important;
        position: absolute !important;
        top: -1px;
        left:0;
        display: block !important;
    }
    li.open .dropdown-menu:before {
      display: none;
    }
    li.open .dropdown-menu {
      top: 0 !important;
      position: relative !important;
    } 
    .topbadge {
        margin-left: 1% !important;
    }

    /*try*/

    .log a {
        float: left !important;
        color: #b3b3b3;
        font-size: 13px;
        font-weight: 500;
        padding: 15px 0;
    }
    ul.dropdown-menu.mobile {
        position: absolute;
        background: rebeccapurple;
        width: 100%;
        top: 72px;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .mobile-blk {
        position: relative;
    }
    .currency-mobile label.currency-picker__wrapper {
        float: right !important;
        float: right !important;
        position: relative;
        top: 15px;
    }
    li.dropdown-submenu a {
        border-bottom: 2px solid #e9e9e9;
    }
    ul.reponsive-nav .dropdown-menu {
        position: inherit;
        width: 100%;
        margin: 0 0 15px;
    }
    ul.dropdown-menu.sub-new li a {
        border: none;
    }
    
    .footer {
        padding: 0 15px !important;
    }
    .footer button.accordion.menu {
      margin: 0 !important;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 30px 0;
      width: 100%;
      background: transparent !important;
      border: 0;
      outline: 0 !important;
      text-align: left;
      border-bottom: 1px solid #d7d7d7;
    }
    .footer-drop {
        border-bottom: 1px solid #d7d7d7;
    }
    .footer-drop button.accordion.menu span {
        line-height: 24px;
    }
    .footer-drop .panel {
        background: #f1f1f1;
        border: none;
        margin: 0;
      display:none;
    }
    .footer-drop .panel ul {
      padding-top: 20px;
    }
    .footer-drop .panel a {
      font-size: 16px;
      display: block;
      margin-bottom: 20px;
      font-family: 'proxima';
      font-weight: 500;
      line-height: normal;
    }

    .footer h6 {
        margin: 0 !important;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 30px 0;
        font-family: 'proxima';
    }
    .footer .social li {
        margin: 0 0 15px 0;
    }
    .footer-menu {
        padding: 0 !important;
        margin-bottom: 30px;
    }
    .footer .social ul.no-bullets li:last-child,
    .footer .social ul.no-bullets.left li:last-child {
        margin: 0;
    }
    .footer .social .left {
      float:left;
    }
    .footer .social ul.no-bullets.left {
        margin-right: 100px;
    }
    .footer .social ul li a {
      line-height: normal;
    }
    .copyright {
        padding: 30px 0;
    }
    .footer  .grid.hidden-mobile.hidden-desktop {
        margin-bottom: 30px;
    }
    .copyright .right {
        float: left !important;
        margin-left: 25px;
    }
    .feedback {
        padding: 14px 0;
    }
    .feedback a {
        margin: 0 !important;
    }
    .footer .medium--one-half {
      width: 50%;
    }
    .footer button.accordion:after {
       content: ""; /* Unicode character for "minus" sign (-) */
      background: url("/hc/theming_assets/01HZPGP4D2H3D858EMNGPH7JZ7");
      width: 22px;
      height: 22px;
      float: right;
      position: relative;
      top: 0;
    }
    .footer button.accordion.active:after {
      content: ""; /* Unicode character for "minus" sign (-) */
      background: url("/hc/theming_assets/01HZPGP1PS749AX33RWZN4EWAX");
    }   
    .footer em.fa {
      text-align:center;
      display:inline-block;
      padding: 5px 0;
      border-radius: 50%;
      text-align: center;
      margin-right: 10px;
      width:26px;
      background: #3a589b;
      color:#fff;
    }   
    .footer em.fa-instagram {
      background:#517fa6;
    } 
    .footer em.fa-twitter {
      background:#598dca;
    } 
    .footer em.fa-pinterest-p {
      background:#ca1f28;
    }
    .footer em.fa-vimeo {
      background:#63b4e4;
    } 
    .footer em.fa-youtube {
      background:#cf3427;
    }   
      .copyright {
        border-top: 1px solid #ebebeb;
        overflow: hidden;
    clear:both;
      }
      .copyright p {
        margin: 30px 0;
        color: #535353;
        font-size: 14px !important;
      } 
    .copyright .right {
      float: left !important;
      margin-left: 25px !important;
    } 
      .copyright p a {
        line-height:normal;
      }   
}
@media (max-width: 991px) {
  .contact-content .form-vertical form {
    margin-left: 0;
  }
  .contact-content .form-vertical .form-field {
    width: 100%;
    margin:0;
  }
  .contact-content .form-vertical .form-field:last-of-type, 
  .contact-content .form-vertical .request_description {
    width: 100%;
  }
  .contact-content .form-vertical .form-field.request_custom_fields_78296707 {
    width: 100%;
    margin:0;
  }
  .contact-content .form-vertical footer {
    margin-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .wrapper,
  .container {
    max-width:690px;
  }
  .nav, ul.inline-list.no-bullets.right {
    display: none;
  }
  .top .inline-list.left {
    margin: 0;
  } 
  .top .inline-list li {
    margin: 0 0 0 23px;
  }
  .hidden-ipad-landscape {
    display: none !important;
  }
  .responsive-ipad {
    margin-left: 50px;
  }
  .responsive-ipad button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    outline: 0;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: 0 !important;
  }
    .navbar{
        display:none;
        background:#fff;
        position: absolute;
        top: 66px;
        left: 0;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 9999;        
        max-height:300px;
        overflow-y: scroll;
        padding-top: 20px;
    }
    ul.reponsive-nav {
      padding: 0 30px;
      width: 750px;
      margin: 0 auto !important;
    }
    ul.reponsive-nav li{
        list-style-type:none;
        float:left;
        margin:0;
        background:#FFF;
        width:100%;  /* Remove this and*/
        text-align: left;
    }
    ul.reponsive-nav li a {
      display: block;
      color: #b3b3b3;
      text-align: left;
      font-size: 13px;
      padding: 15px 0;
      padding: auto;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1;
    }
    ul.reponsive-nav li a.dropdown-toggle::after {
      display:none;
    }
    ul.reponsive-nav li img {
        position: relative;
        top: 1px;
        margin-right: 5px;
    }
    ul.reponsive-nav .dropdown-menu {
      position: inherit;
      width: 100%;
      margin: 0 0 15px;
    }
    ul.reponsive-nav a.dropdown-toggle {
      font-weight: bold;
      display: block;
      color: #333;
      text-align: left;
      font-size: 14px !important;
      padding: 15px 0;
      padding: auto;
      text-decoration: none;
      text-transform: uppercase;
    }
    ul.reponsive-nav a.test {
        font-size: 13px;
        font-weight: 600 !important;
        color: #999999 !important;
    }
    ul.dropdown-menu.sub-new a {
        font-size: 11px;
        font-weight: 600 !important;
        color: #c3c3c3;
    }
    .open .dropdown-menu.sub-new:before {
        content: '';
        width: 100% !important;
        border: 1px solid #333 !important;
        position: absolute !important;
        top: -1px;
        left:0;
        display: block !important;
    }
    li.open .dropdown-menu:before {
      display: none;
    }
    li.open .dropdown-menu {
      top: 0 !important;
      position: relative !important;
    } 
    .topbadge {
        margin-left: 1% !important;
    }

    /*try*/

    .log a {
        float: left !important;
        color: #b3b3b3;
        font-size: 13px;
        font-weight: 500;
        padding: 15px 0;
    }
    ul.dropdown-menu.mobile {
        position: absolute;
        background: rebeccapurple;
        width: 100%;
        top: 72px;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .mobile-blk {
        position: relative;
    }
    .currency-mobile label.currency-picker__wrapper {
        float: right !important;
        float: right !important;
        position: relative;
        top: 15px;
    }
    li.dropdown-submenu a {
        border-bottom: 2px solid #e9e9e9;
    }
    ul.reponsive-nav .dropdown-menu {
        position: inherit;
        width: 100%;
        margin: 0 0 15px;
    }
    ul.dropdown-menu.sub-new li a {
        border: none;
    }
    .header .logo {
      position: absolute;
      left: 0;
      top: 0;
    } 
    .header .tools {
      top: 7px;
      right: -6px;
    }
    .footer {
        padding: 0 15px !important;
    }
    .footer button.accordion.menu {
      margin: 0 !important;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 30px 0;
      width: 100%;
      background: transparent !important;
      border: 0;
      outline: 0 !important;
      text-align: left;
      border-bottom: 1px solid #d7d7d7;
    }
    .footer-drop {
        border-bottom: 1px solid #d7d7d7;
    }
    .footer-drop button.accordion.menu span {
        line-height: 24px;
    }
    .footer-drop .panel {
        background: #f1f1f1;
        border: none;
        margin: 0;
      display:none;
    }
    .footer-drop .panel ul {
      padding-top: 20px;
    }
    .footer-drop .panel a {
      font-size: 16px;
      display: block;
      margin-bottom: 20px;
      font-family: 'proxima';
      font-weight: 500;
      line-height: normal;
    }

    .footer h6 {
        margin: 0 !important;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 30px 0;
        font-family: 'proxima';
    }
    .footer .social li {
        margin: 0 0 15px 0;
    }
    .footer-menu {
        padding: 0 !important;
        margin-bottom: 30px;
    }
    .footer .social ul.no-bullets li:last-child,
    .footer .social ul.no-bullets.left li:last-child {
        margin: 0;
    }
    .footer .social .left {
      float:left;
    }
    .footer .social ul.no-bullets.left {
        margin-right: 100px;
    }
    .footer .social ul li a {
      line-height: normal;
    }
    .copyright {
        padding: 30px 0;
    }
    .footer  .grid.hidden-mobile.hidden-desktop {
        margin-bottom: 30px;
    }
    .copyright .right {
        float: left !important;
        margin-left: 25px;
    }
    .feedback {
        padding: 14px 0;
    }
    .feedback a {
        margin: 0 !important;
    }
    .footer .medium--one-half {
      width: 50%;
    }
    .footer button.accordion:after {
       content: ""; /* Unicode character for "minus" sign (-) */
      background: url("/hc/theming_assets/01HZPGP4D2H3D858EMNGPH7JZ7");
      width: 22px;
      height: 22px;
      float: right;
      position: relative;
      top: 0;
    }
    .footer button.accordion.active:after {
      content: ""; /* Unicode character for "minus" sign (-) */
      background: url("/hc/theming_assets/01HZPGP1PS749AX33RWZN4EWAX");
    }   
    .footer em.fa {
      text-align:center;
      display:inline-block;
      padding: 5px 0;
      border-radius: 50%;
      text-align: center;
      margin-right: 10px;
      width:26px;
      background: #3a589b;
      color:#fff;
    }   
    .footer em.fa-instagram {
      background:#517fa6;
    } 
    .footer em.fa-twitter {
      background:#598dca;
    } 
    .footer em.fa-pinterest-p {
      background:#ca1f28;
    }
    .footer em.fa-vimeo {
      background:#63b4e4;
    } 
    .footer em.fa-youtube {
      background:#cf3427;
    }   
      .copyright {
        border-top: 1px solid #ebebeb;
        overflow: hidden;
    clear:both;
      }
      .copyright p {
        margin: 30px 0;
        color: #535353;
        font-size: 14px !important;
      } 
    .copyright .right {
      float: left !important;
      margin-left: 25px !important;
    } 
      .copyright p a {
        line-height:normal;
      }       
    
    
    
}
@media (max-width: 767px) {
  .top {
    margin-top: 36px;
  }
  .wrapper,
  .container {
    max-width:calc( 100% - 60px );
  }
  .nav, ul.inline-list.no-bullets.right,
    .header-nav,
    .menu-nav,
    .top {
        display: none;
    }
    .header .logo {
      position:relative;
      top: 0;
      left: -3px;
    }
    .header .logo a {
      margin: 0;
        float: left;
    }
    .hidden-mobile {
      display: none !important;
    }
    .header .logo a {
        width: auto !important;
        height: auto !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        line-height: 100% !important; 
    }
    .search-cart.right {
        padding: 0 !important;
    }
    .header-menu a.site-header__cart-toggle {
        top: 0 !important;
        line-height: 29px !important;
    }
    .header-menu {
        min-height: 1px !important;
        padding: 20px 0 !important;
        border-bottom: 2px solid #000;
    }
    .header .logo {
        overflow: hidden;
        float: left;
    }
    .header .logo a img {
        width: 155px;
        float: left;
        margin: 0;
    }
    .header-menu span#CartCount {
        top: 0 !important;
    }
    .responsive-ipad {
        background: #1d1d1d;
        overflow: hidden;
        padding: 0 15px;
        margin-top:20px;
    }
    .responsive-ipad:after {
      content:"";
      clear:both;
      display:table;
    }
    .responsive-ipad button {
      text-rendering: auto;
      color: initial;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      text-indent: 0px;
      text-shadow: none;
      display: inline-block;
      text-align: start;
      margin: 0em 0em 0em 0em;
      outline: 0;
      -webkit-appearance: none;
      background: transparent;
      border: 0;
      outline: 0 !important;
      padding:0;
      width: 100%;
      padding: 0;
      display: block;
    }
    .responsive-ipad span.menu {
      position: absolute;
      font-size: 16px;
      text-transform: uppercase;
      color: #FEFEFF;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      margin-top: 15px;
    }
    div#header-bar {
        float: right;
        width:30px;
    }
    div#header-bar img {
        max-width:100%;
      display: block;
    }
    .header .tools {
      top:0;
    }
    .header .tools li.header-search {
      display:none;
    }
    .navbar{
        display:none;
        background:#fff;
        position: absolute;
        padding: 30px;
        top: 73px;
        left: 0;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 9999;
        max-height:300px;
        overflow-y: scroll;
    }
    ul.reponsive-nav li{
        list-style-type:none;
        display:block;
        margin:0;
        background:#FFF;
        width:100%;  /* Remove this and*/
        text-align: left;
    }
    ul.reponsive-nav li a{
        display: block;
        color: #b3b3b3;
        text-align: left;
        font-size: 13px;
        padding: 15px 0;
        padding: auto;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1;
    }
    ul.reponsive-nav li img {
        position: relative;
        top: 2px;
        margin-right: 10px;
    }
    ul.reponsive-nav .dropdown-menu {
      position: inherit;
      width: 100%;
      margin: 0 0 15px;
    }
    ul.reponsive-nav .dropdown-menu.sub-new{ padding: 15px 0 0;}
    
    ul.reponsive-nav a.dropdown-toggle {
        font-weight: bold;
        display: block;
        color: #333;
        text-align: left;
        font-size: 14px !important;
        padding: 15px 0;
        padding: auto;
        text-decoration: none;
        text-transform: uppercase;
    }
    ul.reponsive-nav a..dropdown-toggle::after {
      display:none;
    }
    ul.reponsive-nav a.test {
        font-size: 13px;
        font-weight: 600 !important;
        color: #999999 !important;
    }
    ul.dropdown-menu.sub-new a {
        font-size: 11px;
        font-weight: 600 !important;
        color: #c3c3c3;
    }
    .open .dropdown-menu.sub-new:before {
        content: '';
        width: 100% !important;
        border: 1px solid #333 !important;
        position: absolute !important;
        top: -1px;
        left:0;
        display: block !important;
    }
    li.open .dropdown-menu:before {
      display: none;
    }
    li.open .dropdown-menu {
      top: 0 !important;
      position: relative !important;
    }
    li.doubly-wrapper {
        float: right !important;
        width: 100px !important;
        padding: 12px 0 !important;
    }

    .nice-select.right .list {
        right: 0 !important;
    }

    /*try*/

    .ddcommon .ddChild {
        position: inherit !important;
        overflow-y: inherit !important;
        overflow-x: inherit !important;
    }
    
    div#msdrpdd21_child {
        box-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        height: auto !important;
    }
    .currency-mobile {
        height: 16px;
        text-align: left;
    }
    div#msdrpdd21_msdd {
        border: none;
        outline: 0;
        cursor: pointer;
    }
    .currency-mobile div#msdrpdd21_child ul li img,
    .currency-mobile .ddTitle.borderRadiusTp img {
        width: auto;
        height: 10px;
        margin-right: 6px;
    }
    div#msdrpdd21_child ul {
        position: relative;
        top: -26px;
    }
    .log a {
        float: left !important;
        color: #b3b3b3;
        font-size: 13px;
        font-weight: 500;
        padding: 15px 0;
    }
    ul.dropdown-menu.mobile {
        position: absolute;
        background: rebeccapurple;
        width: 100%;
        top: 72px;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .mobile-blk {
        position: relative;
    }
    .currency-mobile label.currency-picker__wrapper {
        float: right !important;
        float: right !important;
        position: relative;
        top: 15px;
    }
    li.dropdown-submenu a {
        border-bottom: 2px solid #e9e9e9;
    }
    ul.reponsive-nav .dropdown-menu {
        position: inherit;
        width: 100%;
        margin: 0 0 15px;
    }
    ul.dropdown-menu.sub-new li a {
        border: none;
    }
    
    .navbar .mobile-search form.input-group.search-bar {
      width: 100%;
      margin-bottom: 15px;
      border: 2px solid #d7d7d7;
   	 	padding: 0 10px;
    }  
    .navbar .mobile-search  input.input-group-field {
      background: transparent;
      border-color: transparent;
      height: 43px;
      margin-right: 0;
      border-radius: 0;
      color: #333;
      box-shadow: none;
      font-size: 14px;
      font-weight: 600;
      outline: 0;
      padding: 0 50px 0 0;
      width: 100%;
      box-sizing: border-box;
    } 
    .navbar .mobile-search  input.input-group-field::-webkit-input-placeholder {
      color: #333;
      text-transform:uppercase;
      opacity:1;
    }
    .navbar .mobile-search  input.input-group-field:-moz-placeholder {
      color: #333;
      text-transform:uppercase;
      opacity:1;
    }
    .navbar .mobile-search  input.input-group-field::-moz-placeholder {
      color: #333;
      text-transform:uppercase;
      opacity:1;
    }
    .navbar .mobile-search  input.input-group-field:-ms-input-placeholder {
      color: #333;
      text-transform:uppercase;
      opacity:1;
    }
    .navbar .mobile-search {
      position:relative;
    }
    .navbar .mobile-search  input.input-group-button {
      border: 0;
      outline: 0 !important;
      border-radius: 0;
      background: red;
      width: 17px;
      height: 100%;
      position: absolute;
      cursor: pointer;
      display: block;
      min-width: initial;
      padding: 0 30px;
      top: 0;
      right: 0;
      z-index: 2;
      background:transparent url("/hc/theming_assets/01HZPGP4TVCE3TWAHT60P2HJK7") no-repeat 50%;
    }
    
    
    
    .footer {
        padding: 0 15px !important;
    }
    .footer button.accordion.menu {
      margin: 0 !important;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 30px 0;
      width: 100%;
      background: transparent !important;
      border: 0;
      outline: 0 !important;
      text-align: left;
      border-bottom: 1px solid #d7d7d7;
    }
    .footer-drop {
        border-bottom: 1px solid #d7d7d7;
    }
    .footer-drop button.accordion.menu span {
        line-height: 24px;
    }
    .footer-drop .panel {
        background: #f1f1f1;
        border: none;
        margin: 0;
      display:none;
    }
    .footer-drop .panel ul {
      padding-top: 20px;
    }
    .footer-drop .panel a {
      font-size: 16px;
      display: block;
      margin-bottom: 20px;
      font-family: 'proxima';
      font-weight: 500;
      line-height: normal;
    }

    .footer h6 {
        margin: 0 !important;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 30px 0;
        font-family: 'proxima';
    }
    .footer .social li {
        margin: 0 0 15px 0;
    }
    .footer-menu {
        padding: 0 !important;
        margin-bottom: 30px;
    }
    .footer .social ul.no-bullets li:last-child,
    .footer .social ul.no-bullets.left li:last-child {
        margin: 0;
    }
    .footer .social .left {
      float:left;
    }
    .footer .social ul.no-bullets.left {
        margin-right: 100px;
    }
    .footer .social ul li a {
      line-height: normal;
    }
    .copyright {
        padding: 30px 0;
    }
    .footer  .grid.hidden-mobile.hidden-desktop {
        margin-bottom: 30px;
    }
    .copyright .right {
        float: left !important;
        margin-left: 25px;
    }
    .feedback {
        padding: 14px 0;
    }
    .feedback a {
        margin: 0 !important;
    }
    .footer .medium--one-half {
      width: 50%;
    }
    .footer button.accordion:after {
       content: ""; /* Unicode character for "minus" sign (-) */
      background: url("/hc/theming_assets/01HZPGP4D2H3D858EMNGPH7JZ7");
      width: 22px;
      height: 22px;
      float: right;
      position: relative;
      top: 0;
    }
    .footer button.accordion.active:after {
      content: ""; /* Unicode character for "minus" sign (-) */
      background: url("/hc/theming_assets/01HZPGP1PS749AX33RWZN4EWAX");
    }   
    .footer em.fa {
      text-align:center;
      display:inline-block;
      padding: 5px 0;
      border-radius: 50%;
      text-align: center;
      margin-right: 10px;
      width:26px;
      background: #3a589b;
      color:#fff;
    }   
    .footer em.fa-instagram {
      background:#517fa6;
    } 
    .footer em.fa-twitter {
      background:#598dca;
    } 
    .footer em.fa-pinterest-p {
      background:#ca1f28;
    }
    .footer em.fa-vimeo {
      background:#63b4e4;
    } 
    .footer em.fa-youtube {
      background:#cf3427;
    }   
      .copyright {
        border-top: 1px solid #ebebeb;
        overflow: hidden;
    clear:both;
      }
      .copyright p {
        margin: 30px 0;
        color: #535353;
        font-size: 14px !important;
      } 
    .copyright .right {
      float: left !important;
      margin-left: 25px !important;
    } 
      .copyright p a {
        line-height:normal;
      }         
    
    
    
    
}

/* V2 */

.visually-hidden {
  display: none!important;
}


.top-header.page-width, header.page-width, .footer__content-top.page-width, .footer__content-bottom.page-width {
  max-width: 100%;
  width: 1460px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  border: none!important;
}

@media(max-width: 767px) {
  .top-header.page-width, header.page-width, .footer__content-top.page-width, .footer__content-bottom.page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#shopify-section-top-header {
	background-color: #f3f1ef;
    display: none;
}

.top-header__wrapper {
	display: flex;
	flex-wrap: wrap;
}

.top-header__left {
	width: 50%;
}

.top-header__right {
	width: 50%;
	text-align: right;
}

.top-header__list {
	list-style: none;
	padding: 0;
	margin-top: 19px;
	margin-bottom: 19px;
	display: block;
	line-height: 14px;
}

.top-header__list-item {
	display: inline-block;
}

.top-header__link {
	color: #23282a;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px
	margin-left: 10px;
	margin-right: 10px;
	display: block;
  font-weight: 500;
}

.top-header__link:hover {
	color: #cb9e53
	text-decoration: none;
}

.top-header__link:focus,
.top-header__link:focus-within,
.top-header__link:focus-visible {
	outline: solid 1px  #23282a;
	box-shadow: none;
}

.top-header__list-item:first-of-type .top-header__link {
	margin-left: 0;
}

.top-header__list-item:last-of-type .top-header__link {
	margin-right: 0;
}

@media(min-width: 767px) {
	#shopify-section-top-header {
		display: block;
	}
}

@media(min-width: 1281px) {
	.top-header__link {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.announcement-bar {
    opacity: 1;
    visibility: visible;
}
.announcement-bar--animate-out {
    opacity: 0;
    visibility: hidden;
}
.announcement-bar--animate-in {
    opacity: 1;
    visibility: visible;
}
.announcement-bar--hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.announcement-bar__text--desktop {
    display: none;
}

@media(min-width: 997px) {
    .announcement-bar__text--mobile {
        display: none;
    }
    .announcement-bar__text--desktop {
        display: inline-block;
    }
}

/* Up header section z-index by 1 so mobile nav will rest on top on the announcement bar */

#shopify-section-header {
	z-index: 4;
	position: relative;
}

/* Header flyout button */
.header__nav-toggle {
	margin-right: 15px;
	cursor: pointer;
}
.header__nav-toggle svg {
	width: 25px;
	height: 25px;
	display: block;
}

/* Flyout nav buttons */

.main-menu__mobile-buttons {
	padding-bottom: 3rem;
	padding-top: 3rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	background: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-menu__mobile-buttons .header__nav-toggle {
	margin-right: auto;
}

body::before {
    content: "";
    width: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    transition: all 0.3s;
}

body.navigation-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 75%;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 5;
    width: 25%;
    transition: all 0.3s;
}

/* Base mobile nav styles */


@media(max-width: 1280px) {
	nav.main-menu {
		display: none;
	}
}

nav.main-menu.mobile {
	background: #f3f1ef;
	position: fixed;
	left: -100%;
	top: 0;
	bottom: 0;
	width: 75%;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	-ms-overflow-style: none;
	scrollbar-width: none;
	transition: all 0.3s;
	display: block;
}
nav.main-menu.mobile.active {
	left: 0;
	z-index: 999;
}
nav.main-menu.mobile::-webkit-scrollbar {
	display: none;
}
nav.main-menu ul {
	list-style: none;
	margin: 0;
}
nav.main-menu ul.main-menu__list {
	padding: 0;
	overflow-x: hidden;
}

/* Top level menu item styles */

nav.main-menu ul li {
	display: block;
	/* cursor: pointer; */
	font-size: 18px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #979797;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 500;
	position: relative;
	background-color: #fff;
}
.main-menu__sub-menu-wrapper summary {
	cursor: default;
  color: #23282a;
}
nav.main-menu.mobile .main-menu__sub-menu-wrapper .main-menu__submenu li {
	border: none;
	background: #f3f1ef;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
nav.main-menu.mobile .main-menu__sub-menu-wrapper .main-menu__submenu li:before {
	content: "";
	position: absolute;
	height: 100%;
	left: -100px;
	top: 0;
	width: 300%;
	background: #f3f1ef;
	z-index: 0;
}
nav.main-menu.mobile .main-menu__sub-menu-wrapper .main-menu__submenu li:after {
	content: "";
	position: absolute;
	left: -100%;
	bottom: 0;
	height: 1px;
	width: 300%;
	background: #fff;
}
/* Hide the bottom border on expanded mobile nav items*/
nav.main-menu.mobile .main-menu__sub-menu-wrapper .main-menu__sub-menu-item--active li:after {
	display: none;
}
nav.main-menu.mobile .main-menu__sub-menu-wrapper .main-menu__submenu li a {
	color: #23282a;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}
nav.main-menu.mobile .main-menu__sub-menu-wrapper .main-menu__submenu li a svg {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: auto;
	color: #979797;
	pointer-events: none;
}

nav.main-menu.mobile .main-menu__sub-menu-wrapper .main-menu__submenu li.main-menu__sub-menu-item--active a svg {
	transform: rotate(45deg);
}

/* Tertiary menu styles */
nav.main-menu.mobile .main-menu__sub-menu-item .main-menu__tertiary-menu-wrapper .main-menu__tertiary-title {
	display: none;
}
.main-menu__tertiary-menu-images {
	display: none;
}
nav.main-menu.mobile .main-menu__tertiary-menu {
	padding: 0;
}

nav.main-menu.mobile .main-menu__submenu,
nav.main-menu.mobile .main-menu__tertiary-menu-wrapper {
	max-height: 0px;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	width: calc(100% + 60px);
	left: -30px;
	transition: all 0.25s;
}
nav.main-menu.mobile .main-menu__tertiary-menu-wrapper {
	padding-left: 60px;
	padding-right: 60px;
	background: #DEC6A0;
}
nav.main-menu.mobile .main-menu__submenu {
	padding-left: 30px;
	padding-right: 30px;
}

nav.main-menu.mobile .main-menu__sub-menu-item--active .main-menu__tertiary-menu-wrapper {
	max-height: 500px;
	background: #DEC6A0;
	transition: all 0.25s
}
nav.main-menu.mobile .main-menu__sub-menu-wrapper .main-menu__submenu li {
	border-bottom: solid 1px #fff;
	padding-top: 0;
	padding-bottom: 0;
	background: #DEC6A0;
}
nav.main-menu.mobile .main-menu__sub-menu-wrapper .main-menu__submenu li:last-of-type {
	padding-bottom: 0;
	border: none;
}
nav.main-menu.mobile .main-menu__sub-menu-item--active .main-menu__tertiary-menu-wrapper:before {
	content: "";
	z-index: 1;
	position: absolute;
	left: -100%;
	top: 0;
	height: 1px;
	width: 300%;
	background: #fff;
}

nav.main-menu.mobile .main-menu__tertiary-menu-wrapper:after {
	content: "";
    position: absolute;
    height: 100%;
    left: -100px;
    top: 0;
    width: 300%;
    background: #DEC6A0;
    z-index: 0;
}

nav.main-menu.mobile .main-menu__sub-menu-item--active .main-menu__tertiary-menu-wrapper li:before {
	content: "";
    position: absolute;
    height: 1px;
    left: -100px;
    top: 0;
    width: 300%;
    background: #fff;
    z-index: 1;
}

nav.main-menu .main-menu__submenu li a .button__arrow {
	display: inline-block;
	margin-left: 3px;
	padding-bottom: 0;
	top: -2px;
}

nav.main-menu .main-menu__submenu li a .button__arrow svg {
	display: block;
}

nav.main-menu .main-menu__submenu li a .button__arrow svg g, 
nav.main-menu .main-menu__submenu li a .button__arrow svg line,
nav.main-menu .main-menu__submenu li a .button__arrow svg polygon {
	color: #23282a;
	fill: #23282a;
	outline: #23282a;
	stroke: #23282a;
}

nav.main-menu .main-menu__submenu li a .button__arrow:after {
	display: none;
}

.main-menu__tertiary-menu-images-left {
	width: 31%;
}
.main-menu__tertiary-menu-images-right {
	width: 69%;
}

nav.main-menu:after {
	content: "";
	background: #cb9e53;
	height: 1px;
	width: 100%;
	display: none;
	position: relative;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transition: transform 200ms ease-in-out;
	pointer-events: none;
}

.main-menu__mobile-icons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.main-menu__mobile-icons a {
	display: flex;
	align-items: center;
	width: 100%;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #23282a;
	text-decoration: none;
}

.main-menu__mobile-icons span.icon {
	display: flex;
	align-items: center;
	width: 40px;
}

nav.main-menu ul li .summary {
	text-decoration: none;
	color: #23282a;
	display: block;
	position: relative;
}

/* Desktop Styles */

@media(min-width: 1281px) {
	.main-menu__mobile-icons { 
		display: none;
	}
	nav.main-menu .main-menu__submenu li a svg {
		display: none;
	}
	.header__nav-toggle,
	.main-menu__mobile-buttons {
		display: none;
	}
	.main-menu__submenu {
		display: block;
	}
	nav.main-menu ul li {
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
		padding-left: 0;
		padding-right: 0;
		position: initial;
		background-color: transparent;
	}
	.main-menu__submenu {
		opacity: 0;
		visibility: hidden;
		will-change: transform;
		transition: opacity 0.15s;
	}
	nav.main-menu ul.main-menu__tertiary-menu {
		min-width: 200px;
		margin-right: 30px;
	}
	.main-menu__tertiary-menu-wrapper {
		opacity: 0;
		visibility: hidden;
	}
	.main-menu__sub-menu-wrapper--active .main-menu__submenu,
	.main-menu__sub-menu-item--active .main-menu__tertiary-menu-wrapper {
		opacity: 1;
		visibility: visible;
	}
	.main-menu__tertiary-menu-wrapper {
		display: flex;
	}
	nav.main-menu ul li summary,
	nav.main-menu ul li .summary {
		font-size: 18px;
		line-height: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 12px;
		font-weight: 500;
		letter-spacing: 1.13px;
		position: relative;
		display: block;
		text-decoration: none;
		color: #23282a;
    border-bottom: solid 1px transparent;
	}
  nav.main-menu ul li .summary:hover {
    border-bottom: solid 1px #cb9e53;
  }
  
	nav.main-menu ul li summary span,
	nav.main-menu ul li .summary span {
		display: block;
		padding-bottom: 7px;
		position: relative;
	}
	nav.main-menu ul li .main-menu__submenu {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	nav.main-menu .main-menu__submenu li a {
		text-decoration: none;
		display: inline-block;
		color: #23282a;
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing: 0.88px;
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 25px;
	}
	nav.main-menu .main-menu__tertiary-menu-wrapper .main-menu__tertiary-menu li a {
		text-decoration: none;
		display: inline-block;
		color: #23282a;
		padding-left: 0;
		padding-right: 0;
		letter-spacing: 0.88px;
		font-size: 14px;
		line-height: 16px;
		position: relative;
	}
	body nav.main-menu .main-menu__sub-menu-wrapper .main-menu__tertiary-menu-wrapper .main-menu__tertiary-menu li a:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		transform: scaleX(0);
		height: 1px;
		background: #23282a;
		border: none;
		transform-origin: bottom right;
		transition: transform 0.15s;
	}
	body nav.main-menu .main-menu__sub-menu-wrapper .main-menu__tertiary-menu-wrapper .main-menu__tertiary-menu li:hover a:after {
		transform: scaleX(100%);
		transform-origin: bottom left;
		transition: transform 0.15s;
	}
	nav.main-menu .main-menu__submenu li:first-of-type a,
	nav.main-menu .main-menu__submenu li:first-of-type summary {
		padding-left: 0;
	}
	nav.main-menu .main-menu__submenu li a span,
	nav.main-menu .main-menu__submenu li a span {
		font-size: 14px;
		line-height: 16px;
		font-weight: 500;
		display: block;
		padding-bottom: 5px;
		position: relative;
	}
	body nav.main-menu li.main-menu__sub-menu-item a {
		position: relative;
	}
	body nav.main-menu li a:after {
		width: 0px;
		height: 0px;
		position: absolute;
		left: calc(50% - 5px);
		bottom: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid transparent;
	}
	/* Our first item has no left padding, we have to offset the arrow further */
	body nav.main-menu li.main-menu__sub-menu-item:first-of-type a:after {
		left: calc(50% - 17px);
	}
	body nav.main-menu li.main-menu__sub-menu-item--active.main-menu__sub-menu-item--has-children a:after {
		content: "";
		border-bottom: 7px solid #f3f1ef;
	}
	nav.main-menu .main-menu__tertiary-menu {
		padding-left: 0;
	}
	nav.main-menu .main-menu__tertiary-menu-wrapper {
		background: #f3f1ef;
		font-size: 14px;
		line-height: 16px;
		position: absolute;
		width: 100%;
		left: 0;
		top: 50px;
		padding-top: 70px;
		padding-bottom: 70px;
		align-items: flex-start;
		justify-content: space-between;
	}
	.main-menu__tertiary-menu-wrapper:after {
		width: 100%;
		height: 533px;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		background: #f3f1ef;
	}
	.main-menu__tertiary-menu-wrapper--loaded:after {
		height: 100%;
		min-height: 533px;
	}
	nav.main-menu .main-menu__tertiary-menu li {
		position: relative;
		z-index: 1;
		display: block;
	}
	nav.main-menu .main-menu__tertiary-menu li.main-menu__tertiary-title {
		cursor: default;
	}
	nav.main-menu .main-menu__tertiary-menu li.main-menu__tertiary-title a {
		padding-top: 0;
		padding-bottom: 0;
		padding-bottom: 5px;
		border-bottom: solid 2px #cb9e53;
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	nav.main-menu .main-menu__tertiary-menu li.main-menu__tertiary-title a:after {
		display: none;
	}
	nav.main-menu .main-menu__tertiary-menu li a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 0;
	}
	nav.main-menu .main-menu__tertiary-menu-images {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
		width: 76%;
	}
	nav.main-menu .main-menu__tertiary-menu-images img {
		width: 100%;
		height: auto;
	}
	nav.main-menu .main-menu__tertiary-menu-images .main-menu__tertiary-menu-images-left {
		margin-right: 27px;
	}
	.main-menu__tertiary-menu-images-left .main-menu__tertiary-menu-placeholder {
		width: 100%;
		height: 320px;
		max-width: 100%;
		background: #979797;
		display: block;
	}
	.main-menu__tertiary-menu-images-right .main-menu__tertiary-menu-placeholder {
		width: 673px;
		height: 251px;
		max-width: 100%;
		background: #979797;
		display: block;
	}
	nav.main-menu .main-menu__tertiary-menu-images .main-menu__tertiary-menu-images-link {
		display: inline-block;
		width: auto;
		margin-top: 30px;
		padding-bottom: 5px;
		padding-right: 0;
		border-bottom: solid 2px #cb9e53;
		text-transform: uppercase;
		font-size: 16px
		line-height: 16px;
		padding-left: 0;
	}
}

@media(min-width: 1480px) {
	nav.main-menu .main-menu__submenu li a {
		padding-left: 17px;
		padding-right: 17px;
	}
	nav.main-menu .main-menu__submenu li:first-of-type a,
	nav.main-menu .main-menu__submenu li:first-of-type summary {
		padding-left: 0;
	}
}

/* Expand the width of our nav background on larger desktops */

@media(min-width: 1370px) {
	.main-menu__tertiary-menu-wrapper:after {
		width: 1920px;
		left: -230px;
	}
	
}

#shopify-section-top-header {
	background-color: #f3f1ef;
    display: none;
}

.top-header__wrapper {
	display: flex;
	flex-wrap: wrap;
}

.top-header__left {
	width: 50%;
}

.top-header__right {
	width: 50%;
	text-align: right;
}

.top-header__list {
	list-style: none;
	padding: 0;
	margin-top: 19px;
	margin-bottom: 19px;
	display: block;
	line-height: 14px;
}

.top-header__list-item {
	display: inline-block;
}

@media(min-width: 767px) {
	#shopify-section-top-header {
		display: block;
	}
}

@media(min-width: 1281px) {
	.top-header__link {
		margin-left: 15px;
		margin-right: 15px;
	}
}

#shopify-section-header {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: #fff;
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.header__right {
  margin-left: auto;
  display: flex;
}

@media(min-width: 991px) and (max-width: 1280px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 1281px) {
  .header {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header__heading-link {
  margin-right: 0;
  display: block;
  transition: all 0.15s;
}

.header__heading-link svg {
  width: 100%;
  height: auto;
}

@media(min-width: 991px) {
  .header__heading-link {
    margin-right: 50px;
  }
}

.header__heading-link {
  max-width: 300px;
  line-height: 0;
}

.header__heading,
.header__heading-link {
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-logo {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  justify-self: end;
}

@media(max-width: 365px) {
  .header__icons {
    margin-right: 5px;
  }
  body .header__icons .header__search-toggle {
    padding: 0;
  }
  .cart-count-bubble {
    right: -5px;
  }
}
 
.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.header__icon .topbadge {
  position: absolute;
  top: 0;
  right: 0;
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 48px;
  width: 48px;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icons .header__search-toggle {
  background: none;
  border: none;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.header__icons .header__search-toggle:focus-visible, .header__icon:focus-visible {
  outline: solid 1px #23282a;
  outline-offset: 0rem;
  box-shadow: none;
}
.header__icons .header__search-toggle:hover .icon {
  transform: scale(1.07);
}
.header__icons .header__search-toggle svg {
  width: 20px;
  height: 20px;
}

@media(max-width: 480px) {
  header .header__icons .header__icon--account, 
  header .header__icons .header__icon--wishlist {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
};

/* Search */
.header__search-wrapper {
  margin-right: -45px;
}

@media(min-width: 991px) and (max-width: 1280px) {
  .header__search-wrapper {
    margin-right: -39px;
  }
}

.header__search-wrapper form {
  position: absolute;
  width: 100%;
  padding: 1px;
  padding-top: 11px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  height: 62px;
  z-index: 3;
  transition: all 0.15s;
}

.header__search-wrapper form .field__input {
  height: 4rem;
}

.header__search-wrapper form.visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.15s;
}

.header__search-wrapper .field__label {
  top: .65rem;
}

.header .field__input:focus {
  padding: 1.5rem;
}

.header__search-wrapper .visible .field__label {
  opacity: 1;
  transition: all 0.15s;
}

.header .field__input:focus ~ .field__label {
  opacity: 0;
  transition: all 0.15s;
}

.header__search-wrapper .field__input {
  border-radius: 20px;
  border-collapse: collapse;
}

.header__search-wrapper .field__input:focus, .header__search-wrapper .field__input:hover {
  box-shadow: 0 0 0 0.1rem #23282a;
}

.menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

#header__search-close {
  cursor: pointer;
  background: none;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  top: 7px;
  right: 10px;
}

@media(min-width: 767px) {
  .header__search-wrapper form {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

@media(min-width: 991px) {
  .header__search-wrapper form {
    position: relative;
    width: 290px;
    top: auto; 
    left: auto;
    height: auto;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    background-color: transparent;
  }
  .header__search-wrapper form.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s;
  }
  #header__search-close {
    display: none;
  }
}

@media(min-width: 1380px) {
  .header__search-wrapper form {
    opacity: 0;
    visibility: hidden;
  }
  .header__search-wrapper form.visible {
    opacity: 1;
    visibility: visible;
  }
}

@media(min-width: 1281px) and (max-width: 1400px) {
  .header__search-wrapper form {
    width: 215px;
  }
}

@media(max-width: 1280px) and (min-width: 991px) {
  .header__search-wrapper form {
    width: 350px;
  }
}

@media(min-width: 1450px) {
  .header__search-wrapper form {
    width: 330px;
  }
}

.header__inline-menu {
  margin-left: -1.2rem;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

.header__sub-menu {
  width: 100%;
  margin-top: 25px;
}

.header__sub-menu li .header__menu-item {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 14px;
}

.header__sub-menu li .header__menu-item:hover, .header__sub-menu span.header__active-menu-item {
  color: #cb9e53;
}

.header__sub-menu li:first-of-type .header__menu-item {
  padding-left: 0;
}

@media(max-width: 990px) {
  .header__heading-link {
    width: 155px;
  }
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: #23282a;
  font-size: 18px;
  border-bottom: solid 1px transparent;
}

.header__menu-item span {
  padding-bottom: 2px;
  border-bottom: solid 1px transparent;
}

.header__menu-item:hover span {
  border-bottom: solid 1px #cb9e53;
}

span.header__active-menu-item {
  border-bottom: solid 1px #cb9e53;
}


.header__submenu.list-menu {
  padding: 2rem 0;
}

.header__submenu .header__submenu {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  right: 2rem;
}


.announcement-bar {
  opacity: 1;
  visibility: visible;
}
.announcement-bar--animate-out {
  opacity: 0;
  visibility: hidden;
}
.announcement-bar--animate-in {
  opacity: 1;
  visibility: visible;
}
.announcement-bar--hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.announcement-bar__text--desktop {
    display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
}

#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none;
}

.announcement-bar__link:hover {
  text-decoration: none;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  width: 15px;
  height: 10px;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}

.footer:not(.color-background-1) {
  border-top: none;
}

.footer__content-top {
  padding-top: 85px;
  display: block;
  flex-wrap: wrap;
}

.footer__content-top__right {
  display: block;
  margin-left: auto;
}

.footer__menu-title {
  color:  #000;
}

@media(max-width: 996px) {
  .footer__content-top__right {
  flex-wrap: wrap;
}
}

.footer__menu-wrapper {
  width: 100%;
}

@media(min-width: 997px) {
  .footer__content-top {
    display: flex;
  }
  .footer__content-top__right {
    display: flex;
  }
  .footer__menu-wrapper {
    margin-right: 50px;
    max-width: 160px;
  }
} 

@media(min-width: 1100px) {
  .footer__menu-wrapper {
    width: 160px;
  }
}

@media(min-width: 1280px) {
  .footer__menu-wrapper {
    margin-right: 112px;
  }
}

.footer__menu-wrapper:last-of-type {
  margin-right: 0;
}

.footer__menu-title {
  margin-top: 40px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  border-bottom: solid 2px #597d96;
  font-weight: bold;
}

@media(min-width: 997px) {
  .footer__menu-title {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.footer__inline-menu li {
  display: block;
  width: 100%;
}

.footer__inline-menu a {
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  color: #23282a;
  display: block;
}

.footer__inline-menu a:hover {
  color: #cb9e53;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
    margin-left: 0;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    margin-left: -3rem;
    row-gap: 6rem;
    margin-bottom: 0;
  }

  .footer__content-top .grid__item {
    padding-left: 3rem;
  }
}

.footer__content-bottom {
  padding-top: 50px;
  padding-bottom: 63px;
  display: block;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media(min-width: 996px) {
  .footer__content-bottom {
    display: flex;
  }
  .footer__content-bottom {
    margin-top: 0;
  }
}

.footer__content-logo svg {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.footer__content-logos {
  padding-bottom: 20px;
  width: 100%;
}

@media(max-width: 480px) {
  .footer__content-logo a,
  .footer__content-logo img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media(min-width: 997px) {
  .footer__content-logos {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column--copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #23282a;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 15px;
}

.footer__inline-menu, .footer__inline-menu ul {
  width: 100%;
}

.footer__column--copyright .list-menu--inline li {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.footer__column--copyright .list-menu--inline {
  margin-left: 0;
}

@media(min-width: 997px) {
  .footer__inline-menu {
    width: auto;
  }
  .footer__column--copyright {
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer__column--info {
    padding: 0;
  }

  .footer__column--copyright .list-menu--inline {
    margin-left: 35px;
  }
  
  .footer__column--copyright .list-menu--inline li {
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
}

.footer__column--copyright .list-menu--inline li a {
  padding: 0;
  color: #23282a;
  font-size: 12px;
  line-height: 14px;
  margin-right: 35px;
}

.footer__column--copyright .list-menu--inline li:last-of-type a {
  margin-right: 0;
}

.footer__column--copyright .list-menu--inline li a:hover {
  color: #cb9e53;
}

.footer__column--info {
  width: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: 14px;
  color: #23282a;
}

.footer__column--info p {
  margin-top: 0;
}
.footer__column--info p:last-of-type {
  margin-bottom: 0;
}

.footer__column--info p a {
  color: var(--color-dark-grey);
  text-decoration: none;
}
.footer__column--info p a:hover {
  color: var(--color-camel);
}

@media screen and (min-width: 750px) {
  .footer__column--copyright {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

.footer-block--newsletter > * {
  flex: 1 1 100%;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }
}

.footer-block__newsletter + .footer__list-social {
  margin-top: 3rem;
}

@media screen and (max-width: 749px) {
  .footer__list-social.list-social {
    justify-content: center;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  padding: 1rem;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
  padding: 1rem 0;
}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  margin: 1rem 1rem 0.5rem;
  flex-grow: 1;
  width: auto;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .localization-form {
    padding: 1rem 2rem 1rem 0;
  }

  .localization-form:first-of-type {
    padding-left: 0;
  }

  .localization-form:only-child {
    justify-content: start;
    width: auto;
    margin: 0 0 0 -1rem;
  }

  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 1rem;
  }
}

@media screen and (max-width: 989px) {
  noscript .localization-form:only-child,
  .footer__localization noscript {
    width: 100%;
  }
}

.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .localization-form .button {
    word-break: break-all;
  }
}

.localization-form__select {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  position: relative;
  margin-bottom: 1.5rem;
  border: 0.1rem solid transparent;
  padding-left: 1rem;
  text-align: left;
}

noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 750px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}

.localization-form__select .icon-caret {
  position: absolute;
  content: '';
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

.localization-selector.link {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}

noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.disclosure .localization-form__select {
  padding-top: 1.5rem;
}

.localization-selector option {
  color: #000000;
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}


@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

@media screen and (max-width: 749px) {
  .footer-block-image {
    text-align: center;
  }
}

.footer-block-image > img {
  height: auto;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

.footer .disclosure__link--active {
  text-decoration: underline;
}

.list-social {
  display: none;
  flex-wrap: wrap;
  margin-top: 33px
}

@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}

.list-social__item .icon {
  height: 18px;
  width: 18px;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 15px;
  color: #597d96;
  border: solid 1px #597d96;
  border-radius: 50%;
  margin-right: 20px;
}
.list-social__item:last-of-type .list-social__link {
  margin-right: 0;
}

.list-social__link:hover .icon,
.list-social__link:hover svg {
  transform: scale(1.07);
}

@media(min-width: 997px) {
  .footer__list-social {
    display: flex;
  }
}

@media(min-width: 1281px) {
  .list-social__item .icon, 
  .list-social__item svg {
    height: 20px;
    width: 20px;
    color: #597d96;
    fill:#597d96;
  }
  .list-social__item svg path {
    color: #597d96;
    fill: #597d96;
  }
  
  .list-social__link {
    padding: 15px;
  }
}

@media (min-width: 769px) {
.footer__content-logo {
    max-width: 300px;
}
}

footer .list-social__item svg path {
  fill: #597d96!important;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, div, span {
  font-family: "Utile";
}