@charset "UTF-8";

@font-face {
    font-family: 'Raleway';  
    src: url(/hc/theming_assets/01HZPEX5147ZPRK7D3XDG5RNZG) format('woff'),
        url(/hc/theming_assets/01HZPEX4W5NWPS0VNBM1WNF5S5) format('eot'),
        url(/hc/theming_assets/01HZPEX4RPM4VD42AF6C4560B3) format('truetype');
    font-weight: 400;
    font-style: normal;
  }


/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.a_erbolario {
  color: #659a77;
  text-decoration: underline;
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
  height: auto;
  font-size: 16px;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.2em;
}

.a_erbolarioHome {
  color: #659a77;
  text-decoration: underline;
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
  height: auto;
  font-size: 16px;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.2em;
}


body {
   font-family: Raleway;
  margin: 0;
}

main {
  font-family: Raleway;
  display: block;
}

h1 {
  color: rgba(99, 123, 99, 1);
  font-family: Raleway;
  font-size: 2em;
  margin: 0.67em 0;
}

h4 {
  font-size: 21px;
}

h4 {
  color: #659a77;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
   font-family: Raleway;
  font-size: 1em;
}

a {
  font-family: Raleway;
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
   font-family: Raleway;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
   font-family: Raleway;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: uppercase;
}

input {
  overflow: visible;
}


button,
select {
  /* text-transform: capitalize; */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  text-transform: uppercase;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: rgba(216, 228, 218, 1);
  color: rgba(4, 45, 20, 1);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4, h5, h6 {
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;  */
  font-family: Raleway;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  Raleway: $font_1;
  color: rgba(16, 173, 55, 1);
  text-decoration: none;
}

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

small-gray {
  font-size: 80%;
	color: gray;
}

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

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

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(99, 123, 99, 1);
}
submit {
  background-color: rgba(99, 123, 99, 1);
}
input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") 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 rgba(99, 123, 99, 1);
}

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 rgba(99, 123, 99, 1);
}

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

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

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

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

.ulFooter{
  list-style-type: disc;
  margin: 0;
  padding: 0;
  width: fit-content;
  text-align: left;
  font-size: 14px;
}

ul {
  list-style: circle outside;
}

    li:before {
        content: "";
        /* display: inline-block; */
        height: 1rem;  // or px or em or whatever
        width: .05rem;  // or whatever space you want
    }

.navFooterCenter {
  margin-left: 25px;
}

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

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

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid rgba(99, 123, 99, 1);
  border-radius: 4px;
  color: rgba(99, 123, 99, 1);
  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, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:hover, .split-button button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
/*  background-color: rgba(99, 123, 99, 1); */
  background-color: #FFF;
  color: rgba(6, 61, 44, 1);
  text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .section-subscribe button.button-primary:hover, .section-subscribe button:hover[data-selected="true"], .article-subscribe button.button-primary:hover, .article-subscribe button:hover[data-selected="true"], .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button:hover[data-selected="true"], .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button:focus[data-selected="true"], .article-subscribe button.button-primary:focus, .article-subscribe button:focus[data-selected="true"], .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button:focus[data-selected="true"], .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button:active[data-selected="true"], .article-subscribe button.button-primary:active, .article-subscribe button:active[data-selected="true"], .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button:active[data-selected="true"], .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  /* background-color: #364236; */
  background-color: #FFF;
  border-color: #364236;
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  /* background-color: rgba(99, 123, 99, 1); */
  background-color: #659a77;
  border: 0;
  border-radius: 4px;
  /* color: rgba(6, 61, 44, 1); */
  color: #FFFFFF;
  font-size: 14px;
  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: #364236; */
  background-color: rgba(99, 123, 99, 1);
}

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

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

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(4, 45, 20, 1);
  border: 1px solid #ddd;
  background-color: #cfded1;
}

.icone-bianche {
        filter: invert(100%) sepia(86%) saturate(1%) hue-rotate(65deg) brightness(101%) contrast(102%);
  fill:#000000;
  	vertical-align:bottom;
}

.icone-bianche:hover {
    invert(100%) sepia(4%) saturate(0%) hue-rotate(266deg) brightness(91%) contrast(104%);
  	fill:#c5ccc3;
    vertical-align:bottom;
}


.svg-bianche-btn {
    filter: invert(100%) sepia(86%) saturate(1%) hue-rotate(65deg) brightness(101%) contrast(102%);
  	fill:#000000;
		height: 38px; 
  	vertical-align: middle;  
}

.svg-bianche-btn:hover {
  	/*fill:#948798;*/
  	fill:#999999;
  	
}

.svg-bianche {
    filter: invert(100%) sepia(86%) saturate(1%) hue-rotate(65deg) brightness(101%) contrast(102%);
  	fill:#000000;
  	vertical-align:bottom;
  	width: 34px;
}

.svg-bianche:hover {
  	fill:#948798;
    vertical-align:bottom;
    position:relative;
    top:-4px;   
}




/***** Split button *****/
.split-button {
  display: flex;z
}

.split-button button {
  background-color: rgba(99, 123, 99, 1);
  border: 0;
  color: rgba(6, 61, 44, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(99, 123, 99, 1);
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(6, 61, 44, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(6, 61, 44, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}



/***** ERBOLARIO INIZIO *****/

.section-footer {
    font-size: 16px;
    padding-top: 31px;
    padding-bottom: 31px;
  	color: #FFFFFF;
}
 
.column-footer-erb {
  float: left;
  width: 25%;
  padding: 10px;
  height: 150px; 
  background-color: #FFFFFF;
  min-width: fit-content;
}

@media (max-width: 768px) {
  .column-footer-erb {
    width: -webkit-fill-available;    
  }
}
    

.column-footer-erb-soc {
  float: left;
  width: 25%;
  padding: 10px;
  height: 200px; 
  background-color: #FFFFFF;
}

/***** ERBOLARIO FINE *****/

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

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

.table th,
.table th a {
  color: #0c8b3e;
  font-size: 13px;
  text-align: left;
}

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

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

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

.table td {
  display: block;
}

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

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

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

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

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

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

.footerErbolario {
  margin-left:0px !Important;
  width: 100vw !Important;
  
}

.titErbolario{
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif !Important;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 32px;
  height: 25px ;  
}

@media (max-width: 360px)
{
  .titErbolario {
    height: 55px;
  }
}

.subtitErbolario {
    font-weight: 500 ;
    font-size: 1.3em ;
    line-height: 1.2em ;
    height: 10px ;
    color: #659a77 ;
}

@media (max-width: 390px)
{
  .subtitErbolario {
    height: 44px;
  }
}


@media (max-width: 220px)
{
  .subtitErbolario {
    height: 62px;
  }
}

@media (max-width: 170px)
{
  .subtitErbolario {
    height: 80px;
  }
}


.descErbolario {
		font-size: 16px ;
  	color: #333 ;
    font-weight: 500 ;
}

.descErbolarioHome {
		font-size: 16px ;
  	color: #333 ;
    font-weight: 500 ;
}

@media (max-width: 767px)
  .container-section-top {
    display:none;
}

@media (min-width: 992px)
.form-field label {
  	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif ;
    position: absolute ;
    top: 1em ;
    right: 100% ;
    padding-right: 16px ;
    white-space: nowrap ;
    color: #778d7c ;
    font-size: .9em ;
    font-weight: 700 ;
    text-align: right ;
}


.form-field input {
  border: 1px solid #ddd ;
  border-radius: 4px ;
  padding: 10px ;
  width: 100% ;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  
}

.form-field input:focus {
  border: 1px solid rgba(99, 123, 99, 1) ;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.form-field input[type="text"] {
  border: 1px solid #ddd ;  
  border-radius: 4px ;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(99, 123, 99, 1) ;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

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

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(99, 123, 99, 1);
  text-decoration: none;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(99, 123, 99, 1);
  text-decoration: none;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.form-field textarea {
  vertical-align: middle;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.form-field .optional {
  color: #0c8b3e;
  margin-left: 4px;
}

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

.form footer {
  margin: auto;
  width: 50%;
  margin-top: 5px;
  margin-bottom: 15px;
  /* padding-top: 20px; */
}

.form footer a {
  color: #0c8b3e;
  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: rgba(25, 72, 9, 1);
}

/***** Header *****/

.icn-e-map-o:before {
    content: "\e929";
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header {
  /* max-width: 1160px; */
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
 background-color: #34543a;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
   /*  width: 90%;  BY ZA */ 
  }
}

.puntiV {
  float: left !Important;
  height: 0px;
  margin: 0;  
}

@media (max-width: 768px) {
  .puntiV {
    display:none;
  }
}


.btnPV {
  vertical-align: text-top;
}

.pv5 {
    height: 150px;
    display: flex;
    align-items: center;
}

.pv5_1 {
      width: fit-content;
}

.part-left {
   float: left;
    margin-right: 20px;
    text-align: right;
    display: inline-block;
    padding-top: 5px;
  letter-spacing: .1em;
    
}

.btn-stores {
  color: #ffffff;
}
.logo img {
  max-height: 37px;
  vertical-align: middle;
  
}

.logo span {
  margin: 0 10px;
  color: rgba(99, 123, 99, 1);
}

.logo a {
  display: inline-block;
}

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

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

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

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

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

.user-nav[aria-expanded="true"] > .user-nav-list li {
  display: block;
}

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

.user-nav-list {
  display: block;
  list-style: none;
}

.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

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

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

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

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

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

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

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  background: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(4, 45, 20, 1);
  cursor: pointer;
  text-align: start;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(4, 45, 20, 1);
}

.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** 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 > button {
  border: 0;
  color: rgba(16, 173, 55, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: rgba(16, 173, 55, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(16, 173, 55, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > 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 {
  color: rgba(99, 123, 99, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(6, 61, 44, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

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

.footer a {
  color: #0c8b3e;
}

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

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


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

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

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

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

.breadcrumbs li a:visited {
  color: rgba(16, 173, 55, 1);
}

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

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

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

.search input[type="search"]:focus {
  border: 1px solid rgba(99, 123, 99, 1);
  color: #555;
}

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

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

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

.search-container {
  position: relative;
}

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

.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; ** BES 07.08.2023 **/
}

@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;
  margin: 0 0 30px 0;
  word-break: break-word;
}

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

.page-header .icon-lock {
  height: 20px;
  width: 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 rgba(99, 123, 99, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(99, 123, 99, 1);
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 10px;
  max-width: 100%;
  text-align: center;
}

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

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(99, 123, 99, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: rgba(6, 61, 44, 1);
  text-decoration: none;
}

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

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(4, 45, 20, 1);
}

.blocks-item-link {
  color: rgba(99, 123, 99, 1);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

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

.blocks-item-link:focus {
  outline: 0;
  /* box-shadow: 0 0 0 3px rgba(99, 123, 99, 1); */
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.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;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01HZPEX809H17N4N2VMWWPKND5);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
/***** Commentato da Za 20230719 *****/
/*  border-top: 1px solid #ddd; */
/* padding: 30px 0; */
}

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

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

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

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

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

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

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

.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: #0c8b3e;
  display: inline-block;
  font-size: 13px;
}

.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-controls {
  padding-top: 15px;
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(99, 123, 99, 1);
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** 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-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-tree-title a {
  color: rgba(4, 45, 20, 1);
}

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

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: rgba(4, 45, 20, 1);
}

.icon-star {
  color: rgba(99, 123, 99, 1);
  font-size: 18px;
}

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

.section-content {
  flex: 1;
}

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

.section-list {
  margin: 40px 0;
}

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

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: rgba(4, 45, 20, 1);
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

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

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

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

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

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

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

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

.article-author {
  display:none; /* bes 2023-10-26 **/
  margin-bottom: 10px;
}

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

.article-title .icon-lock {
  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;
  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, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

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

.article-body a:visited {
  color: rgba(25, 72, 9, 1);
}

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

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

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #0c8b3e;
  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: #0c8b3e;
}

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

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(99, 123, 99, 1);
  width: 18px;
  height: 18px;
}

.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 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

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

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

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

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.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: rgba(4, 45, 20, 1);
  display: block;
  padding: 20px 0;
}

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

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.sidenav-title {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
  color: #34543a;
  width: 100%;
  padding: .45em 0;
}

.sidenav-item {
  /*
  border-radius: 4px;
  color: rgba(4, 45, 20, 1);
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  */
  border-bottom: 1px solid #dedede;
  width: 100%;
  font-size: 16px;
  line-height: 1.3em;
  padding: .45em 0;
}

.sidenav-item:hover {
  color: #262626;
}

.sidenav-item.current-article {
  /*
  background-color: rgba(99, 123, 99, 1);
  color: rgba(6, 61, 44, 1);
  text-decoration: none;
  */
  color: #34543a;
  font-weight: 700;
  text-decoration: none;
}

.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 .attachment-icon {
  color: rgba(4, 45, 20, 1);
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

.upload-dropzone span {
  color: #0c8b3e;
}

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

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

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #0c8b3e;
}

.share a:hover {
  text-decoration: none;
  color: rgba(99, 123, 99, 1);
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

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

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

.comment-callout a {
  color: rgba(99, 123, 99, 1);
}

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

.comment-sorter .dropdown-toggle {
  color: #0c8b3e;
  font-size: 13px;
}

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

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(99, 123, 99, 1);
  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: rgba(99, 123, 99, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.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, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

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

.comment-body a:visited {
  color: rgba(25, 72, 9, 1);
}

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

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

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

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

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

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

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

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(99, 123, 99, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #0c8b3e;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(99, 123, 99, 1);
}

.vote-voted:hover {
  color: #364236;
}

/***** 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 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZPEX7WSVR9QSNDM681B00S5);
  margin-bottom: 10px;
}

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

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

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

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

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.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 button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

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

.community-follow button:hover {
  background-color: rgba(99, 123, 99, 1);
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(6, 61, 44, 1);
  color: rgba(6, 61, 44, 1);
}

.community-follow button[data-selected="true"] {
  background-color: rgba(99, 123, 99, 1);
  color: rgba(6, 61, 44, 1);
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid rgba(6, 61, 44, 1);
  color: rgba(6, 61, 44, 1);
}

.community-follow button[data-selected="true"]:hover {
  background-color: #364236;
  border-color: #364236;
}

.community-follow button::after {
  border-left: 1px solid rgba(99, 123, 99, 1);
  content: attr(data-follower-count);
  color: rgba(99, 123, 99, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(99, 123, 99, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

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

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

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

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

.striped-list-title {
  color: rgba(16, 173, 55, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-title:visited {
  color: rgba(25, 72, 9, 1);
}

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

.striped-list-count {
  color: #0c8b3e;
  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 {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(4, 45, 20, 1);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  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: rgba(99, 123, 99, 1);
}

.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-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #0c8b3e;
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

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

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

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

.post-body a:visited {
  color: rgba(25, 72, 9, 1);
}

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

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

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

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

.post-comment-count {
  color: #0c8b3e;
}

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

.post-comment-count .icon-comments {
  color: rgba(99, 123, 99, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.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-title {
  font-size: 18px;
  font-weight: 600;
}

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

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

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

.community-badge-container-achievements {
  display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

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

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(99, 123, 99, 1);
}

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

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

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

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

.collapsible-nav-list li a {
  color: rgba(4, 45, 20, 1);
  display: block;
}

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

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(99, 123, 99, 1);
    order: 1;
  }
}

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

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* 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-title {
    margin-top: 0;
    color: rgba(99, 123, 99, 1);
    width: 100%;
    font-weight: bold;
}

@media (max-width: 1023px){
  .collapsible-sidebar-title {
    border: none;
	}
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

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

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:hover {
  outline: none;
  border: 1px solid rgba(99, 123, 99, 1);
}

.collapsible-sidebar-body {
  display: none;
}

.collapsible-sidebar-body ul{
  margin: 0;
  padding: 0;
  & li {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

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

.my-activities-sub-nav {
  margin-bottom: 30px;
}

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

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

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

.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 */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.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: #0c8b3e;
  font-size: 13px;
}

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

.no-activities {
  color: #0c8b3e;
}

/***** 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;
  color: #0c8b3e;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

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

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

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

.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: #cfded1;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

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

@media (min-width: 1024px) {
  .request-sidebar h2 {
    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: #0c8b3e;
  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-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

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

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #0c8b3e;
  font-size: 13px;
}

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

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

.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: 80px;
  height: 80px;
}

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

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: 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;
  line-height: 25px;
}

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

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: 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: #0c8b3e;
  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 rgba(99, 123, 99, 1);
  border-radius: 4px;
  color: rgba(99, 123, 99, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

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

.profile-nav {
  background-color: #c9dacc;
  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: #0c8b3e;
  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-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #0c8b3e;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: 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-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

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

.profile-contribution-icon svg {
  vertical-align: middle;
}

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

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  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;
  word-wrap: 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: #cfded1;
}

@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-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(216, 228, 218, 1);
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

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

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

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** 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 75%;
  }
}

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

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

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(16, 173, 55, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

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

.search-results-list > li {
  padding: 20px 0;
}

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

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

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

.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(99, 123, 99, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[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 .meta-group {
  align-items: center;
}

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

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

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

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

/*** FONT CUSTOM by ZA ***/

@font-face {
font-family: 'Raleway';
src: local ("Raleway"), 
src: url('//erbolario.zendesk.com/hc//hc/theming_assets/01HZPEX4W5NWPS0VNBM1WNF5S5');
src: url('//erbolario.zendesk.com/hc//hc/theming_assets/01HZPEX4W5NWPS0VNBM1WNF5S5?#iefix') format('eot'),
url('//erbolario.zendesk.com/hc//hc/theming_assets/01HZPEX5147ZPRK7D3XDG5RNZG') format('woff'), 
url('//erbolario.zendesk.com/hc//hc/theming_assets/01HZPEX4RPM4VD42AF6C4560B3') format('truetype'),
url('//erbolario.zendesk.com/hc//hc/theming_assets/01HZPEX54RTHBESKQT6JTB55AC#webfont') format('svg');
font-weight: 400;
font-style: normal; 
}


html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;color:#666;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#34543a;text-decoration:none}a:hover,a:focus{color:#263e2b;text-decoration:none}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:0}.img-thumbnail{padding:0;line-height:1.5;background-color:#fff;border:1px solid #bfbfbf;border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:1.5;margin-bottom:1.5;border:0;border-top:1px solid #eaeaea}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;line-height:1.2em;}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:normal;line-height:1;color:gray}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}h1,.h1{font-size:39px}h2,.h2{font-size:32px}h3,.h3{font-size:21px}h4,.h4{font-size:23px}h5,.h5{font-size:18px}h6,.h6{font-size:13px}p{margin:0 0 .75}.lead{margin-bottom:1.5;font-size:18px;line-height:1.4}@media(min-width: 768px){.lead{font-size:24px}}small,.small{font-size:81%}mark,.mark{background-color:#ff931e;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase,.initialism{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:gray}.text-primary{color:#34543a}a.text-primary:hover,a.text-primary:focus{color:#213524}.text-success{color:#fff}a.text-success:hover,a.text-success:focus{color:#e6e6e6}.text-info{color:#fff}a.text-info:hover,a.text-info:focus{color:#e6e6e6}.text-warning{color:#fff}a.text-warning:hover,a.text-warning:focus{color:#e6e6e6}.text-danger{color:#fff}a.text-danger:hover,a.text-danger:focus{color:#e6e6e6}.bg-primary{color:#fff}.bg-primary{background-color:#34543a}a.bg-primary:hover,a.bg-primary:focus{background-color:#213524}.bg-success{background-color:#38823f}a.bg-success:hover,a.bg-success:focus{background-color:#295e2e}.bg-info{background-color:#666}a.bg-info:hover,a.bg-info:focus{background-color:#4d4d4d}.bg-warning{background-color:#ff931e}a.bg-warning:hover,a.bg-warning:focus{background-color:#ea7a00}.bg-danger{background-color:#ff1818}a.bg-danger:hover,a.bg-danger:focus{background-color:#e40000}.page-header{padding-bottom:-0.25;margin:3 0 1.5;border-bottom:1px solid #eaeaea}ul,ol{margin-top:0;margin-bottom:.75}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1.5}dt,dd{line-height:1.5}dt{font-weight:bold}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media(min-width: 768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted gray}.initialism{font-size:90%}blockquote{padding:.75 1.5;margin:0 0 1.5;font-size:20px;border-left:5px solid #eaeaea}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.5;color:gray}blockquote footer:before,blockquote small:before,blockquote .small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eaeaea;border-left:0;text-align:right}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:""}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:" —"}address{margin-bottom:1.5;font-style:normal;line-height:1.5}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}@media(min-width: 768px){.container{width:750px}}@media(min-width: 992px){.container{width:970px}}@media(min-width: 1230px){.container{width:1200px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:before,.container-fluid:after{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media(min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media(min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media(min-width: 1230px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}.col-xs-five,.col-sm-five,.col-md-five,.col-lg-five,.col-xs-seven,.col-sm-seven,.col-md-seven,.col-lg-seven,.col-xs-eight,.col-sm-eight,.col-md-eight,.col-lg-eight,.col-xs-nine,.col-sm-nine,.col-md-nine,.col-lg-nine{float:left;position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-five{width:20%}.col-xs-seven{width:14.2857%}.col-xs-eight{width:12.5%}.col-xs-nine{width:11.1111%}@media(min-width: 768px){.col-sm-five{width:20%}.col-sm-five2x{width:40%}.col-sm-five3x{width:60%}.col-sm-five4x{width:80%}.col-sm-seven{width:14.2857%}.col-sm-eight{width:12.5%}.col-sm-nine{width:11.1111%}}@media(min-width: 992px){.col-md-five{width:20%}.col-md-five2x{width:40%}.col-md-five3x{width:60%}.col-md-five4x{width:80%}.col-md-seven{width:14.2857%}.col-md-eight{width:12.5%}.col-md-nine{width:11.1111%}}@media(min-width: 1230px){.col-lg-five{width:20%}.col-lg-five2x{width:40%}.col-lg-five3x{width:60%}.col-lg-five4x{width:80%}.col-lg-seven{width:14.2857%}.col-lg-eight{width:12.5%}.col-lg-nine{width:11.1111%}}.ua-phone .col-phone-1n{width:100%}.ua-phone .col-phone-2n{width:50%}.ua-phone .col-phone-3n{width:33.3333333333%}.ua-phone .col-phone-4n{width:25%}.ua-phone .col-phone-5n{width:20%}.ua-phone .col-phone-6n{width:16.6666666667%}.ua-phone .col-phone-7n{width:14.2857142857%}.ua-phone .col-phone-8n{width:12.5%}.ua-phone .col-phone-9n{width:11.1111111111%}.ua-phone .col-phone-10n{width:10%}.ua-phone .col-phone-11n{width:9.0909090909%}.ua-phone .col-phone-12n{width:8.3333333333%}.ua-tablet .col-tablet-1n{width:100%}.ua-tablet .col-tablet-2n{width:50%}.ua-tablet .col-tablet-3n{width:33.3333333333%}.ua-tablet .col-tablet-4n{width:25%}.ua-tablet .col-tablet-5n{width:20%}.ua-tablet .col-tablet-6n{width:16.6666666667%}.ua-tablet .col-tablet-7n{width:14.2857142857%}.ua-tablet .col-tablet-8n{width:12.5%}.ua-tablet .col-tablet-9n{width:11.1111111111%}.ua-tablet .col-tablet-10n{width:10%}.ua-tablet .col-tablet-11n{width:9.0909090909%}.ua-tablet .col-tablet-12n{width:8.3333333333%}.ua-mobile .col-mobile-1n{width:100%}.ua-mobile .col-mobile-2n{width:50%}.ua-mobile .col-mobile-3n{width:33.3333333333%}.ua-mobile .col-mobile-4n{width:25%}.ua-mobile .col-mobile-5n{width:20%}.ua-mobile .col-mobile-6n{width:16.6666666667%}.ua-mobile .col-mobile-7n{width:14.2857142857%}.ua-mobile .col-mobile-8n{width:12.5%}.ua-mobile .col-mobile-9n{width:11.1111111111%}.ua-mobile .col-mobile-10n{width:10%}.ua-mobile .col-mobile-11n{width:9.0909090909%}.ua-mobile .col-mobile-12n{width:8.3333333333%}.ua-desktop .col-desktop-1n{width:100%}.ua-desktop .col-desktop-2n{width:50%}.ua-desktop .col-desktop-3n{width:33.3333333333%}.ua-desktop .col-desktop-4n{width:25%}.ua-desktop .col-desktop-5n{width:20%}.ua-desktop .col-desktop-6n{width:16.6666666667%}.ua-desktop .col-desktop-7n{width:14.2857142857%}.ua-desktop .col-desktop-8n{width:12.5%}.ua-desktop .col-desktop-9n{width:11.1111111111%}.ua-desktop .col-desktop-10n{width:10%}.ua-desktop .col-desktop-11n{width:9.0909090909%}.ua-desktop .col-desktop-12n{width:8.3333333333%}@media(max-width: 357px){.col-ps-1n{width:100%}.col-ps-2n{width:50%}.col-ps-3n{width:33.3333333333%}.col-ps-4n{width:25%}.col-ps-5n{width:20%}.col-ps-6n{width:16.6666666667%}.col-ps-7n{width:14.2857142857%}.col-ps-8n{width:12.5%}.col-ps-9n{width:11.1111111111%}.col-ps-10n{width:10%}.col-ps-11n{width:9.0909090909%}.col-ps-12n{width:8.3333333333%}}@media(min-width: 358px)and (max-width: 479px){.col-pm-1n{width:100%}.col-pm-2n{width:50%}.col-pm-3n{width:33.3333333333%}.col-pm-4n{width:25%}.col-pm-5n{width:20%}.col-pm-6n{width:16.6666666667%}.col-pm-7n{width:14.2857142857%}.col-pm-8n{width:12.5%}.col-pm-9n{width:11.1111111111%}.col-pm-10n{width:10%}.col-pm-11n{width:9.0909090909%}.col-pm-12n{width:8.3333333333%}}.btn{display:inline-block;margin-bottom:0;font-weight:300;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:7px 12px;font-size:16px;line-height:1.5;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:rgba(99, 123, 99, 1);background-color:#FFF;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#666;background-color:#fff;border-color:#bfbfbf}.btn-default:focus,.btn-default.focus{color:#666;background-color:#e6e6e6;border-color:#7f7f7f}.btn-default:hover{color:#666;background-color:#e6e6e6;border-color:#a0a0a0}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#666;background-color:#e6e6e6;border-color:#a0a0a0}.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{color:#666;background-color:#d4d4d4;border-color:#7f7f7f}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#bfbfbf}.btn-default .badge{color:#fff;background-color:#666}.btn-primary{color:#fff;background-color:#34543a;border-color:#34543a}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#213524;border-color:#030504}.btn-primary:hover{color:#fff;background-color:#213524;border-color:#1d2e20}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#213524;border-color:#1d2e20}.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus{color:#fff;background-color:#131e15;border-color:#030504}.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus{background-color:#34543a;border-color:#34543a}.btn-primary .badge{color:#34543a;background-color:#fff}.btn-success{color:#fff;background-color:#38823f;border-color:#307036}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#295e2e;border-color:#0a170b}.btn-success:hover{color:#fff;background-color:#295e2e;border-color:#1e4522}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#295e2e;border-color:#1e4522}.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#1e4522;border-color:#0a170b}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus{background-color:#38823f;border-color:#307036}.btn-success .badge{color:#38823f;background-color:#fff}.btn-info{color:#333;background-color:#fff;border-color:#fff}.btn-info:focus,.btn-info.focus{color:#333;background-color:#e6e6e6;border-color:#bfbfbf}.btn-info:hover{color:#333;background-color:#e6e6e6;border-color:#e0e0e0}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#e0e0e0}.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:#333;background-color:#d4d4d4;border-color:#bfbfbf}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{background-color:#fff;border-color:#fff}.btn-info .badge{color:#fff;background-color:#333}.btn-warning{color:#fff;background-color:#ff931e;border-color:#ff8705}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ea7a00;border-color:#844500}.btn-warning:hover{color:#fff;background-color:#ea7a00;border-color:#c66700}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ea7a00;border-color:#c66700}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#c66700;border-color:#844500}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{background-color:#ff931e;border-color:#ff8705}.btn-warning .badge{color:#ff931e;background-color:#fff}.btn-danger{color:#fff;background-color:#ca0000;border-color:#b10000}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#970000;border-color:#310000}.btn-danger:hover{color:#fff;background-color:#970000;border-color:#730000}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#970000;border-color:#730000}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#730000;border-color:#310000}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{background-color:#ca0000;border-color:#b10000}.btn-danger .badge{color:#ca0000;background-color:#fff}.btn-link{color:#34543a;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#263e2b;text-decoration:none;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:gray;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:23px;line-height:1.33;border-radius:0}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:13px;line-height:1.5;border-radius:0}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:0}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret,.btn-group-lg>.btn .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media(max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media(max-width: 767px){.visible-xs-block{display:block !important}}@media(max-width: 767px){.visible-xs-inline{display:inline !important}}@media(max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-block{display:block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media(min-width: 992px)and (max-width: 1229px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media(min-width: 992px)and (max-width: 1229px){.visible-md-block{display:block !important}}@media(min-width: 992px)and (max-width: 1229px){.visible-md-inline{display:inline !important}}@media(min-width: 992px)and (max-width: 1229px){.visible-md-inline-block{display:inline-block !important}}@media(min-width: 1230px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media(min-width: 1230px){.visible-lg-block{display:block !important}}@media(min-width: 1230px){.visible-lg-inline{display:inline !important}}@media(min-width: 1230px){.visible-lg-inline-block{display:inline-block !important}}@media(max-width: 767px){.hidden-xs{display:none !important}}@media(min-width: 768px)and (max-width: 991px){.hidden-sm{display:none !important}}@media(min-width: 992px)and (max-width: 1229px){.hidden-md{display:none !important}}@media(min-width: 1230px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}html,body{font-smooth:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:16px;line-height:1.5em;color:#666;background:#fff;font-style:normal;font-weight:500}body.content_only{background:none;padding-right:35px}body.content_only .hide-content-only{display:none !important}body .absolute{position:absolute}body .absolute-parent{display:block;position:absolute;top:0;left:0;right:0;bottom:0}body .absolute-left{position:absolute;top:0;left:0;right:auto}body .absolute-right{position:absolute;top:0;left:auto;right:0}body .relative{position:relative}body .fixed{position:fixed}body .static{position:static}body .ovh{overflow:hidden}body .ovv{overflow:visible}body .ci-absolute-outer{position:relative;padding-left:2.55em}body .ci-absolute-outer .ci-absolute{position:absolute;font-size:1.7em;line-height:1em;top:0;left:0;color:#93a497}body .ci-absolute-outer.ci-absolute-right{padding-right:2.55em}body .ci-absolute-outer.ci-absolute-right .ci-absolute{left:auto;right:0}body .btn-absolute-ci-left,body .btn-absolute-ci-right{position:relative;padding-left:1em;padding-right:1em}body .btn-absolute-ci-left .ci,body .btn-absolute-ci-right .ci{position:absolute;top:50%;line-height:1em;margin-top:-0.55em}body .btn-absolute-ci-left .ci{left:.9em}body .btn-absolute-ci-right .ci{right:.9em;line-height:1em;margin-top:-0.55em}body img{color:#fff}body a,body button,body .ts{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}body .ts-fast{-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}body *{outline:none !important}body b,body strong{font-weight:700}body h1,body h2,body h3,body h4,body h5,body h6{font-weight:700}body .fc{font-weight:500}body .fc-i{font-weight:500 !important}body .fc-bold{font-weight:700}body .fc-bold-i{font-weight:700 !important}body .fc-serif{font-family:times,serif}body .fc-serif-i{font-family:times,serif !important}body .ttu{text-transform:uppercase}body .ttn{text-transform:none}body .ttl{text-transform:lowercase}body .tdu{text-decoration:underline}body .tdu-hover:hover{text-decoration:underline}body .tdn{text-decoration:none}body .nw{white-space:nowrap}body .nw-i{white-space:nowrap !important}body .wn{white-space:normal}body .wn-i{white-space:normal !important}body .ltsp-n{letter-spacing:0}body .ltsp{letter-spacing:1px}body .ltsp-2{letter-spacing:2px}body .ltsp-3{letter-spacing:3px}body .hyphens{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}body a,body img{display:inline-block;max-width:100%;height:auto}body ul{padding-left:0;list-style:none}body p{margin:0 0 1em}body iframe{max-width:100%}body hr{margin:1em 0;border-top:1px solid #bfbfbf}body .divider{height:0;background:none;margin:1em 0;border:0;border-top:1px solid #bfbfbf}body .divider.divider-light{border-color:#dedede}body .divider.divider-lg{border-width:4px;border-color:#d6dcd7}body .divider.divider-dotted{border-style:dotted}body .divider.divider-dashed{border-style:dashed}body .divider.divider-outer{margin-left:-9999px;margin-right:-9999px}body .divider-image{position:relative;margin-top:3em;margin-bottom:3em}body .divider-image>span{display:block}body .divider-image>span:before{content:"";display:block;height:5px;position:absolute;top:50%;margin-top:-3px;left:0;right:0;background:#34543a}body .divider-image>span img{position:relative;background:#fff;border-left:20px solid #fff;border-right:20px solid #fff;box-sizing:content-box}body .divider-text{text-align:center;position:relative;margin:1.8em 0}body .divider-text:before{content:"";display:block;border-bottom:1px solid rgba(0,0,0,.2);position:absolute;top:50%;left:0;right:0}body .divider-text>span{display:inline-block;background:#fff;padding:0 .8em;white-space:nowrap;position:relative}body .color-primary{color:#34543a}body .color-primary-i{color:#34543a !important}body .color-primary-light{color:#93a497}body .color-primary-lighter{color:#d6dcd7}body .color-accent-dark{color:#659a77}body .color-accent{color:#9dbe8e}body .color-accent-light{color:#b4cda8}body .color-accent-lighter{color:#e6eee2}body .color-club{color:#6c957e}body .color-success{color:#38823f}body .color-warning{color:#ff931e}body .color-danger{color:#ca0000}body .color-yellow{color:#ffba00}body .bg-primary{background:#34543a}body .bg-primary-light{background:#93a497}body .bg-primary-lighter{background:#d6dcd7}body .bg-primary-ultralight{background:#e5eee8}body .bg-color-blub{background:#6c957e}body .bg-accent-dark{background:#659a77}body .bg-accent{background:#9dbe8e}body .bg-accent-light{background:#b4cda8}body .bg-accent-lighter{background:#e6eee2}body .bg-yellow{background:#ffba00}body .bg-white{background:#fff}body .bg-light{background:gray}body .bg-lighter{background:#eaeaea}body .bg-ultralight{background:#f2f2f2}body .bg-black{background:#000}body .bg-dark{background:#333}body .bg-darker{background:#000}body .bg-tr{background:transparent !important}body .bc-tr{border-color:transparent !important}body .bg-none{background:none !important}body .shadow-outer{position:relative}body .bg-fullwidth-absolute{position:absolute;top:0;bottom:0;left:-9999px;right:-9999px;overflow:hidden}body .shadow-outer .shadow-bottom,body .bg-fullwidth-absolute .shadow-bottom{content:"";display:block;width:1000px;height:40px;position:absolute;left:50%;margin-left:-500px;bottom:-41px;-webkit-border-radius:50%;-mox-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.2);box-shadow:0 0 40px 0 rgba(0,0,0,.2)}body .shadow-outer.shadow-inverse-outer,body .bg-fullwidth-absolute.shadow-inverse-outer{overflow:visible}body .shadow-outer.shadow-inverse-outer .shadow-bottom-inverse,body .bg-fullwidth-absolute.shadow-inverse-outer .shadow-bottom-inverse{display:block;overflow:hidden;position:absolute;top:auto;left:0;right:0;bottom:-40px;height:40px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);opacity:.9;filter:alpha(opacity=90)}body .btn{padding:.65em 1em;line-height:1.5em;font-weight:700;-webkit-border-radius:3px;-mox-border-radius:3px;border-radius:3px}body .btn.btn-reset{background:none;border:none;padding:0}body .btn.btn-md{font-size:20px;padding:.6em .1em}body .btn.btn-gradient{padding-top:.75em;padding-bottom:.75em;background-size:130% auto;background-position:center top}body .btn.btn-gradient,body .btn.btn-gradient:hover,body .btn.btn-gradient:active{text-shadow:none;border:none;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-box-shadow:none;box-shadow:none}body .btn.btn-gradient:hover,body .btn.btn-gradient:active{background-position:center center;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}body .btn.btn-gradient.btn-primary{color:#fff;background-image:-webkit-linear-gradient(#558a5f, #2f4c35 50%, #213524);background-image:-o-linear-gradient(#558a5f, #2f4c35 50%, #213524);background-image:linear-gradient(#558a5f, #2f4c35 50%, #213524);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF558A5F", endColorstr="#FF213524", GradientType=0)}body .btn.btn-loader-rotate{position:relative;min-height:41px;opacity:.7;filter:alpha(opacity=70);color:transparent;cursor:default;overflow:hidden;color:rgba(255,255,255,0) !important;-webkit-transition:color .2s ease-in-out !important;-o-transition:color .2s ease-in-out !important;transition:color .2s ease-in-out !important}body .btn.btn-loader-rotate>*{opacity:0;filter:alpha(opacity=0);-webkit-transition:none;-o-transition:none;transition:none}body .btn.btn-loader-rotate:before{content:"";display:block;width:34px;height:34px;border:3px solid #fff;border-top-color:transparent;position:absolute;top:50%;left:50%;margin-top:-17px;margin-left:-17px;-webkit-border-radius:34px;-mox-border-radius:34px;border-radius:34px;-webkit-animation:rotate .5s infinite linear;-o-animation:rotate .5s infinite linear;animation:rotate .5s infinite linear}body .btn.btn-loader-rotate.btn-loader-sm{min-height:29px}body .btn.btn-loader-rotate.btn-loader-sm:before{width:24px;height:24px;border:2px solid #fff;border-top-color:transparent;margin-top:-12px;margin-left:-12px}body .btn.btn-loader-rotate.btn-loader-xs{min-height:22px}body .btn.btn-loader-rotate.btn-loader-xs:before{width:18px;height:18px;border:1px solid #fff;border-top-color:transparent;margin-top:-9px;margin-left:-9px}@media(max-width: 479px){body .btn-absolute-ci-right{padding-left:1.5em;padding-right:1.5em}body .btn-absolute-ci-right .ci{font-size:.9em;right:.4em;margin-top:-0.5em}body .btn{font-size:16px;white-space:normal;padding-top:.75em;padding-bottom:.75em}body .btn.btn-lg,body .btn-group-lg>.btn{font-size:20px}body .btn.btn-sm,body .btn-group-sm>.btn{font-size:13px}body .btn.btn-xs,body .btn-group-xs>.btn{font-size:12px}body .btn.btn-loader-rotate{min-height:34px}body .btn.btn-loader-rotate:before{width:28px;height:28px;border:2px solid #fff;border-top-color:transparent;margin-top:-14px;margin-left:-14px}body .btn.btn-loader-rotate.btn-loader-sm{min-height:22px}body .btn.btn-loader-rotate.btn-loader-sm:before{width:18px;height:18px;border:2px solid #fff;border-top-color:transparent;margin-top:-9px;margin-left:-9px}body .btn.btn-loader-rotate.btn-loader-xs{min-height:17px}body .btn.btn-loader-rotate.btn-loader-xs:before{width:14px;height:14px;border:1px solid #fff;border-top-color:transparent;margin-top:-7px;margin-left:-7px}}body .btn-light-o{color:#fff;background:none;border-color:#fff}body .btn-default-o{color:#666;background-color:#fff;border-color:#c5c5c5}body .btn-default-o:focus,body .btn-default-o.focus{color:#666;background-color:#e6e6e6;border-color:#868686}body .btn-default-o:hover{color:#666;background-color:#e6e6e6;border-color:#a7a7a7}body .btn-default-o:active,body .btn-default-o.active,.open>body .btn-default-o.dropdown-toggle{color:#666;background-color:#e6e6e6;border-color:#a7a7a7}body .btn-default-o:active:hover,body .btn-default-o:active:focus,body .btn-default-o:active.focus,body .btn-default-o.active:hover,body .btn-default-o.active:focus,body .btn-default-o.active.focus,.open>body .btn-default-o.dropdown-toggle:hover,.open>body .btn-default-o.dropdown-toggle:focus,.open>body .btn-default-o.dropdown-toggle.focus{color:#666;background-color:#d4d4d4;border-color:#868686}body .btn-default-o:active,body .btn-default-o.active,.open>body .btn-default-o.dropdown-toggle{background-image:none}body .btn-default-o.disabled:hover,body .btn-default-o.disabled:focus,body .btn-default-o.disabled.focus,body .btn-default-o[disabled]:hover,body .btn-default-o[disabled]:focus,body .btn-default-o[disabled].focus,fieldset[disabled] body .btn-default-o:hover,fieldset[disabled] body .btn-default-o:focus,fieldset[disabled] body .btn-default-o.focus{background-color:#fff;border-color:#c5c5c5}body .btn-default-o .badge{color:#fff;background-color:#666}body .btn-default-o:hover{color:#545454;background-color:#fcfcfc;border-color:#ccc}body .btn-default-o:hover:focus,body .btn-default-o:hover.focus{color:#545454;background-color:#e3e3e3;border-color:#8c8c8c}body .btn-default-o:hover:hover{color:#545454;background-color:#e3e3e3;border-color:#adadad}body .btn-default-o:hover:active,body .btn-default-o:hover.active,.open>body .btn-default-o:hover.dropdown-toggle{color:#545454;background-color:#e3e3e3;border-color:#adadad}body .btn-default-o:hover:active:hover,body .btn-default-o:hover:active:focus,body .btn-default-o:hover:active.focus,body .btn-default-o:hover.active:hover,body .btn-default-o:hover.active:focus,body .btn-default-o:hover.active.focus,.open>body .btn-default-o:hover.dropdown-toggle:hover,.open>body .btn-default-o:hover.dropdown-toggle:focus,.open>body .btn-default-o:hover.dropdown-toggle.focus{color:#545454;background-color:#d1d1d1;border-color:#8c8c8c}body .btn-default-o:hover:active,body .btn-default-o:hover.active,.open>body .btn-default-o:hover.dropdown-toggle{background-image:none}body .btn-default-o:hover.disabled:hover,body .btn-default-o:hover.disabled:focus,body .btn-default-o:hover.disabled.focus,body .btn-default-o:hover[disabled]:hover,body .btn-default-o:hover[disabled]:focus,body .btn-default-o:hover[disabled].focus,fieldset[disabled] body .btn-default-o:hover:hover,fieldset[disabled] body .btn-default-o:hover:focus,fieldset[disabled] body .btn-default-o:hover.focus{background-color:#fcfcfc;border-color:#ccc}body .btn-default-o:hover .badge{color:#fcfcfc;background-color:#545454}body .btn-primary-o{color:#34543a;background-color:#fff;border-color:#34543a}body .btn-primary-o:focus,body .btn-primary-o.focus{color:#34543a;background-color:#e6e6e6;border-color:#030504}body .btn-primary-o:hover{color:#34543a;background-color:#e6e6e6;border-color:#1d2e20}body .btn-primary-o:active,body .btn-primary-o.active,.open>body .btn-primary-o.dropdown-toggle{color:#34543a;background-color:#e6e6e6;border-color:#1d2e20}body .btn-primary-o:active:hover,body .btn-primary-o:active:focus,body .btn-primary-o:active.focus,body .btn-primary-o.active:hover,body .btn-primary-o.active:focus,body .btn-primary-o.active.focus,.open>body .btn-primary-o.dropdown-toggle:hover,.open>body .btn-primary-o.dropdown-toggle:focus,.open>body .btn-primary-o.dropdown-toggle.focus{color:#34543a;background-color:#d4d4d4;border-color:#030504}body .btn-primary-o:active,body .btn-primary-o.active,.open>body .btn-primary-o.dropdown-toggle{background-image:none}body .btn-primary-o.disabled:hover,body .btn-primary-o.disabled:focus,body .btn-primary-o.disabled.focus,body .btn-primary-o[disabled]:hover,body .btn-primary-o[disabled]:focus,body .btn-primary-o[disabled].focus,fieldset[disabled] body .btn-primary-o:hover,fieldset[disabled] body .btn-primary-o:focus,fieldset[disabled] body .btn-primary-o.focus{background-color:#fff;border-color:#34543a}body .btn-primary-o .badge{color:#fff;background-color:#34543a}body .btn-primary-o:hover{color:#263e2b;background-color:#f9f9f9;border-color:#263e2b}body .btn-primary-o:hover:focus,body .btn-primary-o:hover.focus{color:#263e2b;background-color:#dfdfdf;border-color:#000}body .btn-primary-o:hover:hover{color:#263e2b;background-color:#dfdfdf;border-color:#0f1811}body .btn-primary-o:hover:active,body .btn-primary-o:hover.active,.open>body .btn-primary-o:hover.dropdown-toggle{color:#263e2b;background-color:#dfdfdf;border-color:#0f1811}body .btn-primary-o:hover:active:hover,body .btn-primary-o:hover:active:focus,body .btn-primary-o:hover:active.focus,body .btn-primary-o:hover.active:hover,body .btn-primary-o:hover.active:focus,body .btn-primary-o:hover.active.focus,.open>body .btn-primary-o:hover.dropdown-toggle:hover,.open>body .btn-primary-o:hover.dropdown-toggle:focus,.open>body .btn-primary-o:hover.dropdown-toggle.focus{color:#263e2b;background-color:#cdcdcd;border-color:#000}body .btn-primary-o:hover:active,body .btn-primary-o:hover.active,.open>body .btn-primary-o:hover.dropdown-toggle{background-image:none}body .btn-primary-o:hover.disabled:hover,body .btn-primary-o:hover.disabled:focus,body .btn-primary-o:hover.disabled.focus,body .btn-primary-o:hover[disabled]:hover,body .btn-primary-o:hover[disabled]:focus,body .btn-primary-o:hover[disabled].focus,fieldset[disabled] body .btn-primary-o:hover:hover,fieldset[disabled] body .btn-primary-o:hover:focus,fieldset[disabled] body .btn-primary-o:hover.focus{background-color:#f9f9f9;border-color:#263e2b}body .btn-primary-o:hover .badge{color:#f9f9f9;background-color:#263e2b}body .btn-primary-light{color:#fff;background-color:#809484;border-color:#809484}body .btn-primary-light:focus,body .btn-primary-light.focus{color:#fff;background-color:#677a6b;border-color:#445047}body .btn-primary-light:hover{color:#fff;background-color:#677a6b;border-color:#627466}body .btn-primary-light:active,body .btn-primary-light.active,.open>body .btn-primary-light.dropdown-toggle{color:#fff;background-color:#677a6b;border-color:#627466}body .btn-primary-light:active:hover,body .btn-primary-light:active:focus,body .btn-primary-light:active.focus,body .btn-primary-light.active:hover,body .btn-primary-light.active:focus,body .btn-primary-light.active.focus,.open>body .btn-primary-light.dropdown-toggle:hover,.open>body .btn-primary-light.dropdown-toggle:focus,.open>body .btn-primary-light.dropdown-toggle.focus{color:#fff;background-color:#56665a;border-color:#445047}body .btn-primary-light:active,body .btn-primary-light.active,.open>body .btn-primary-light.dropdown-toggle{background-image:none}body .btn-primary-light.disabled:hover,body .btn-primary-light.disabled:focus,body .btn-primary-light.disabled.focus,body .btn-primary-light[disabled]:hover,body .btn-primary-light[disabled]:focus,body .btn-primary-light[disabled].focus,fieldset[disabled] body .btn-primary-light:hover,fieldset[disabled] body .btn-primary-light:focus,fieldset[disabled] body .btn-primary-light.focus{background-color:#809484;border-color:#809484}body .btn-primary-light .badge{color:#809484;background-color:#fff}body .btn-primary-light:hover{color:#fff;background-color:#6b7f70;border-color:#6b7f70}body .btn-primary-light:hover:focus,body .btn-primary-light:hover.focus{color:#fff;background-color:#546458;border-color:#313a33}body .btn-primary-light:hover:hover{color:#fff;background-color:#546458;border-color:#4f5e53}body .btn-primary-light:hover:active,body .btn-primary-light:hover.active,.open>body .btn-primary-light:hover.dropdown-toggle{color:#fff;background-color:#546458;border-color:#4f5e53}body .btn-primary-light:hover:active:hover,body .btn-primary-light:hover:active:focus,body .btn-primary-light:hover:active.focus,body .btn-primary-light:hover.active:hover,body .btn-primary-light:hover.active:focus,body .btn-primary-light:hover.active.focus,.open>body .btn-primary-light:hover.dropdown-toggle:hover,.open>body .btn-primary-light:hover.dropdown-toggle:focus,.open>body .btn-primary-light:hover.dropdown-toggle.focus{color:#fff;background-color:#445047;border-color:#313a33}body .btn-primary-light:hover:active,body .btn-primary-light:hover.active,.open>body .btn-primary-light:hover.dropdown-toggle{background-image:none}body .btn-primary-light:hover.disabled:hover,body .btn-primary-light:hover.disabled:focus,body .btn-primary-light:hover.disabled.focus,body .btn-primary-light:hover[disabled]:hover,body .btn-primary-light:hover[disabled]:focus,body .btn-primary-light:hover[disabled].focus,fieldset[disabled] body .btn-primary-light:hover:hover,fieldset[disabled] body .btn-primary-light:hover:focus,fieldset[disabled] body .btn-primary-light:hover.focus{background-color:#6b7f70;border-color:#6b7f70}body .btn-primary-light:hover .badge{color:#6b7f70;background-color:#fff}body .btn-primary-light-o{color:#809484;background-color:#fff;border-color:#c3ccc4}body .btn-primary-light-o:focus,body .btn-primary-light-o.focus{color:#809484;background-color:#e6e6e6;border-color:#7e9181}body .btn-primary-light-o:hover{color:#809484;background-color:#e6e6e6;border-color:#a2afa4}body .btn-primary-light-o:active,body .btn-primary-light-o.active,.open>body .btn-primary-light-o.dropdown-toggle{color:#809484;background-color:#e6e6e6;border-color:#a2afa4}body .btn-primary-light-o:active:hover,body .btn-primary-light-o:active:focus,body .btn-primary-light-o:active.focus,body .btn-primary-light-o.active:hover,body .btn-primary-light-o.active:focus,body .btn-primary-light-o.active.focus,.open>body .btn-primary-light-o.dropdown-toggle:hover,.open>body .btn-primary-light-o.dropdown-toggle:focus,.open>body .btn-primary-light-o.dropdown-toggle.focus{color:#809484;background-color:#d4d4d4;border-color:#7e9181}body .btn-primary-light-o:active,body .btn-primary-light-o.active,.open>body .btn-primary-light-o.dropdown-toggle{background-image:none}body .btn-primary-light-o.disabled:hover,body .btn-primary-light-o.disabled:focus,body .btn-primary-light-o.disabled.focus,body .btn-primary-light-o[disabled]:hover,body .btn-primary-light-o[disabled]:focus,body .btn-primary-light-o[disabled].focus,fieldset[disabled] body .btn-primary-light-o:hover,fieldset[disabled] body .btn-primary-light-o:focus,fieldset[disabled] body .btn-primary-light-o.focus{background-color:#fff;border-color:#c3ccc4}body .btn-primary-light-o .badge{color:#fff;background-color:#809484}body .btn-primary-light-o:hover{color:#6b7f70;background-color:#fff;border-color:#adb9af}body .btn-primary-light-o:hover:focus,body .btn-primary-light-o:hover.focus{color:#6b7f70;background-color:#e6e6e6;border-color:#6a7c6d}body .btn-primary-light-o:hover:hover{color:#6b7f70;background-color:#e6e6e6;border-color:#8c9d8f}body .btn-primary-light-o:hover:active,body .btn-primary-light-o:hover.active,.open>body .btn-primary-light-o:hover.dropdown-toggle{color:#6b7f70;background-color:#e6e6e6;border-color:#8c9d8f}body .btn-primary-light-o:hover:active:hover,body .btn-primary-light-o:hover:active:focus,body .btn-primary-light-o:hover:active.focus,body .btn-primary-light-o:hover.active:hover,body .btn-primary-light-o:hover.active:focus,body .btn-primary-light-o:hover.active.focus,.open>body .btn-primary-light-o:hover.dropdown-toggle:hover,.open>body .btn-primary-light-o:hover.dropdown-toggle:focus,.open>body .btn-primary-light-o:hover.dropdown-toggle.focus{color:#6b7f70;background-color:#d4d4d4;border-color:#6a7c6d}body .btn-primary-light-o:hover:active,body .btn-primary-light-o:hover.active,.open>body .btn-primary-light-o:hover.dropdown-toggle{background-image:none}body .btn-primary-light-o:hover.disabled:hover,body .btn-primary-light-o:hover.disabled:focus,body .btn-primary-light-o:hover.disabled.focus,body .btn-primary-light-o:hover[disabled]:hover,body .btn-primary-light-o:hover[disabled]:focus,body .btn-primary-light-o:hover[disabled].focus,fieldset[disabled] body .btn-primary-light-o:hover:hover,fieldset[disabled] body .btn-primary-light-o:hover:focus,fieldset[disabled] body .btn-primary-light-o:hover.focus{background-color:#fff;border-color:#adb9af}body .btn-primary-light-o:hover .badge{color:#fff;background-color:#6b7f70}body .btn-primary-lighter{color:#34543a;background-color:rgba(214,220,215,.9);border-color:rgba(200,208,202,.1)}body .btn-primary-lighter:focus,body .btn-primary-lighter.focus{color:#34543a;background-color:rgba(186,197,188,.9);border-color:rgba(131,150,134,.1)}body .btn-primary-lighter:hover{color:#34543a;background-color:rgba(186,197,188,.9);border-color:rgba(167,180,169,.1)}body .btn-primary-lighter:active,body .btn-primary-lighter.active,.open>body .btn-primary-lighter.dropdown-toggle{color:#34543a;background-color:rgba(186,197,188,.9);border-color:rgba(167,180,169,.1)}body .btn-primary-lighter:active:hover,body .btn-primary-lighter:active:focus,body .btn-primary-lighter:active.focus,body .btn-primary-lighter.active:hover,body .btn-primary-lighter.active:focus,body .btn-primary-lighter.active.focus,.open>body .btn-primary-lighter.dropdown-toggle:hover,.open>body .btn-primary-lighter.dropdown-toggle:focus,.open>body .btn-primary-lighter.dropdown-toggle.focus{color:#34543a;background-color:rgba(167,180,169,.9);border-color:rgba(131,150,134,.1)}body .btn-primary-lighter:active,body .btn-primary-lighter.active,.open>body .btn-primary-lighter.dropdown-toggle{background-image:none}body .btn-primary-lighter.disabled:hover,body .btn-primary-lighter.disabled:focus,body .btn-primary-lighter.disabled.focus,body .btn-primary-lighter[disabled]:hover,body .btn-primary-lighter[disabled]:focus,body .btn-primary-lighter[disabled].focus,fieldset[disabled] body .btn-primary-lighter:hover,fieldset[disabled] body .btn-primary-lighter:focus,fieldset[disabled] body .btn-primary-lighter.focus{background-color:rgba(214,220,215,.9);border-color:rgba(200,208,202,.1)}body .btn-primary-lighter .badge{color:rgba(214,220,215,.9);background-color:#34543a}body .btn-primary-lighter:hover{color:#263e2b;background-color:rgba(214,220,215,.7);border-color:rgba(200,208,202,.1)}body .btn-primary-lighter:hover:focus,body .btn-primary-lighter:hover.focus{color:#263e2b;background-color:rgba(186,197,188,.7);border-color:rgba(131,150,134,.1)}body .btn-primary-lighter:hover:hover{color:#263e2b;background-color:rgba(186,197,188,.7);border-color:rgba(167,180,169,.1)}body .btn-primary-lighter:hover:active,body .btn-primary-lighter:hover.active,.open>body .btn-primary-lighter:hover.dropdown-toggle{color:#263e2b;background-color:rgba(186,197,188,.7);border-color:rgba(167,180,169,.1)}body .btn-primary-lighter:hover:active:hover,body .btn-primary-lighter:hover:active:focus,body .btn-primary-lighter:hover:active.focus,body .btn-primary-lighter:hover.active:hover,body .btn-primary-lighter:hover.active:focus,body .btn-primary-lighter:hover.active.focus,.open>body .btn-primary-lighter:hover.dropdown-toggle:hover,.open>body .btn-primary-lighter:hover.dropdown-toggle:focus,.open>body .btn-primary-lighter:hover.dropdown-toggle.focus{color:#263e2b;background-color:rgba(167,180,169,.7);border-color:rgba(131,150,134,.1)}body .btn-primary-lighter:hover:active,body .btn-primary-lighter:hover.active,.open>body .btn-primary-lighter:hover.dropdown-toggle{background-image:none}body .btn-primary-lighter:hover.disabled:hover,body .btn-primary-lighter:hover.disabled:focus,body .btn-primary-lighter:hover.disabled.focus,body .btn-primary-lighter:hover[disabled]:hover,body .btn-primary-lighter:hover[disabled]:focus,body .btn-primary-lighter:hover[disabled].focus,fieldset[disabled] body .btn-primary-lighter:hover:hover,fieldset[disabled] body .btn-primary-lighter:hover:focus,fieldset[disabled] body .btn-primary-lighter:hover.focus{background-color:rgba(214,220,215,.7);border-color:rgba(200,208,202,.1)}body .btn-primary-lighter:hover .badge{color:rgba(214,220,215,.7);background-color:#263e2b}body .btn-accent-dark{color:rgba(255,255,255,.9);background-color:#659a77;border-color:#659a77}body .btn-accent-dark:focus,body .btn-accent-dark.focus{color:rgba(255,255,255,.9);background-color:#517b5f;border-color:#334d3c}body .btn-accent-dark:hover{color:rgba(255,255,255,.9);background-color:#517b5f;border-color:#4d755a}body .btn-accent-dark:active,body .btn-accent-dark.active,.open>body .btn-accent-dark.dropdown-toggle{color:rgba(255,255,255,.9);background-color:#517b5f;border-color:#4d755a}body .btn-accent-dark:active:hover,body .btn-accent-dark:active:focus,body .btn-accent-dark:active.focus,body .btn-accent-dark.active:hover,body .btn-accent-dark.active:focus,body .btn-accent-dark.active.focus,.open>body .btn-accent-dark.dropdown-toggle:hover,.open>body .btn-accent-dark.dropdown-toggle:focus,.open>body .btn-accent-dark.dropdown-toggle.focus{color:rgba(255,255,255,.9);background-color:#43664f;border-color:#334d3c}body .btn-accent-dark:active,body .btn-accent-dark.active,.open>body .btn-accent-dark.dropdown-toggle{background-image:none}body .btn-accent-dark.disabled:hover,body .btn-accent-dark.disabled:focus,body .btn-accent-dark.disabled.focus,body .btn-accent-dark[disabled]:hover,body .btn-accent-dark[disabled]:focus,body .btn-accent-dark[disabled].focus,fieldset[disabled] body .btn-accent-dark:hover,fieldset[disabled] body .btn-accent-dark:focus,fieldset[disabled] body .btn-accent-dark.focus{background-color:#659a77;border-color:#659a77}body .btn-accent-dark .badge{color:#659a77;background-color:rgba(255,255,255,.9)}body .btn-accent-dark:hover{color:#fff;background-color:#5b8b6b;border-color:#5b8b6b}body .btn-accent-dark:hover:focus,body .btn-accent-dark:hover.focus{color:#fff;background-color:#476c53;border-color:#283e30}body .btn-accent-dark:hover:hover{color:#fff;background-color:#476c53;border-color:#43664f}body .btn-accent-dark:hover:active,body .btn-accent-dark:hover.active,.open>body .btn-accent-dark:hover.dropdown-toggle{color:#fff;background-color:#476c53;border-color:#43664f}body .btn-accent-dark:hover:active:hover,body .btn-accent-dark:hover:active:focus,body .btn-accent-dark:hover:active.focus,body .btn-accent-dark:hover.active:hover,body .btn-accent-dark:hover.active:focus,body .btn-accent-dark:hover.active.focus,.open>body .btn-accent-dark:hover.dropdown-toggle:hover,.open>body .btn-accent-dark:hover.dropdown-toggle:focus,.open>body .btn-accent-dark:hover.dropdown-toggle.focus{color:#fff;background-color:#395643;border-color:#283e30}body .btn-accent-dark:hover:active,body .btn-accent-dark:hover.active,.open>body .btn-accent-dark:hover.dropdown-toggle{background-image:none}body .btn-accent-dark:hover.disabled:hover,body .btn-accent-dark:hover.disabled:focus,body .btn-accent-dark:hover.disabled.focus,body .btn-accent-dark:hover[disabled]:hover,body .btn-accent-dark:hover[disabled]:focus,body .btn-accent-dark:hover[disabled].focus,fieldset[disabled] body .btn-accent-dark:hover:hover,fieldset[disabled] body .btn-accent-dark:hover:focus,fieldset[disabled] body .btn-accent-dark:hover.focus{background-color:#5b8b6b;border-color:#5b8b6b}body .btn-accent-dark:hover .badge{color:#5b8b6b;background-color:#fff}body .btn-accent{color:rgba(255,255,255,.9);background-color:#9dbe8e;border-color:#9dbe8e}body .btn-accent:focus,body .btn-accent.focus{color:rgba(255,255,255,.9);background-color:#81ab6e;border-color:#5c824b}body .btn-accent:hover{color:rgba(255,255,255,.9);background-color:#81ab6e;border-color:#7ba867}body .btn-accent:active,body .btn-accent.active,.open>body .btn-accent.dropdown-toggle{color:rgba(255,255,255,.9);background-color:#81ab6e;border-color:#7ba867}body .btn-accent:active:hover,body .btn-accent:active:focus,body .btn-accent:active.focus,body .btn-accent.active:hover,body .btn-accent.active:focus,body .btn-accent.active.focus,.open>body .btn-accent.dropdown-toggle:hover,.open>body .btn-accent.dropdown-toggle:focus,.open>body .btn-accent.dropdown-toggle.focus{color:rgba(255,255,255,.9);background-color:#6e9c5a;border-color:#5c824b}body .btn-accent:active,body .btn-accent.active,.open>body .btn-accent.dropdown-toggle{background-image:none}body .btn-accent.disabled:hover,body .btn-accent.disabled:focus,body .btn-accent.disabled.focus,body .btn-accent[disabled]:hover,body .btn-accent[disabled]:focus,body .btn-accent[disabled].focus,fieldset[disabled] body .btn-accent:hover,fieldset[disabled] body .btn-accent:focus,fieldset[disabled] body .btn-accent.focus{background-color:#9dbe8e;border-color:#9dbe8e}body .btn-accent .badge{color:#9dbe8e;background-color:rgba(255,255,255,.9)}body .btn-accent:hover{color:#fff;background-color:#8fb57e;border-color:#8fb57e}body .btn-accent:hover:focus,body .btn-accent:hover.focus{color:#fff;background-color:#73a25d;border-color:#507241}body .btn-accent:hover:hover{color:#fff;background-color:#73a25d;border-color:#6e9c5a}body .btn-accent:hover:active,body .btn-accent:hover.active,.open>body .btn-accent:hover.dropdown-toggle{color:#fff;background-color:#73a25d;border-color:#6e9c5a}body .btn-accent:hover:active:hover,body .btn-accent:hover:active:focus,body .btn-accent:hover:active.focus,body .btn-accent:hover.active:hover,body .btn-accent:hover.active:focus,body .btn-accent:hover.active.focus,.open>body .btn-accent:hover.dropdown-toggle:hover,.open>body .btn-accent:hover.dropdown-toggle:focus,.open>body .btn-accent:hover.dropdown-toggle.focus{color:#fff;background-color:#638c50;border-color:#507241}body .btn-accent:hover:active,body .btn-accent:hover.active,.open>body .btn-accent:hover.dropdown-toggle{background-image:none}body .btn-accent:hover.disabled:hover,body .btn-accent:hover.disabled:focus,body .btn-accent:hover.disabled.focus,body .btn-accent:hover[disabled]:hover,body .btn-accent:hover[disabled]:focus,body .btn-accent:hover[disabled].focus,fieldset[disabled] body .btn-accent:hover:hover,fieldset[disabled] body .btn-accent:hover:focus,fieldset[disabled] body .btn-accent:hover.focus{background-color:#8fb57e;border-color:#8fb57e}body .btn-accent:hover .badge{color:#8fb57e;background-color:#fff}body .btn-link-primary{color:#34543a;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-primary:focus,body .btn-link-primary.focus{color:#34543a;background-color:rgba(230,230,230,0);border-color:rgba(191,191,191,0)}body .btn-link-primary:hover{color:#34543a;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-primary:active,body .btn-link-primary.active,.open>body .btn-link-primary.dropdown-toggle{color:#34543a;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-primary:active:hover,body .btn-link-primary:active:focus,body .btn-link-primary:active.focus,body .btn-link-primary.active:hover,body .btn-link-primary.active:focus,body .btn-link-primary.active.focus,.open>body .btn-link-primary.dropdown-toggle:hover,.open>body .btn-link-primary.dropdown-toggle:focus,.open>body .btn-link-primary.dropdown-toggle.focus{color:#34543a;background-color:rgba(212,212,212,0);border-color:rgba(191,191,191,0)}body .btn-link-primary:active,body .btn-link-primary.active,.open>body .btn-link-primary.dropdown-toggle{background-image:none}body .btn-link-primary.disabled:hover,body .btn-link-primary.disabled:focus,body .btn-link-primary.disabled.focus,body .btn-link-primary[disabled]:hover,body .btn-link-primary[disabled]:focus,body .btn-link-primary[disabled].focus,fieldset[disabled] body .btn-link-primary:hover,fieldset[disabled] body .btn-link-primary:focus,fieldset[disabled] body .btn-link-primary.focus{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-primary .badge{color:rgba(255,255,255,0);background-color:#34543a}body .btn-link-primary:hover{color:#263e2b;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-primary:hover:focus,body .btn-link-primary:hover.focus{color:#263e2b;background-color:rgba(230,230,230,0);border-color:rgba(191,191,191,0)}body .btn-link-primary:hover:hover{color:#263e2b;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-primary:hover:active,body .btn-link-primary:hover.active,.open>body .btn-link-primary:hover.dropdown-toggle{color:#263e2b;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-primary:hover:active:hover,body .btn-link-primary:hover:active:focus,body .btn-link-primary:hover:active.focus,body .btn-link-primary:hover.active:hover,body .btn-link-primary:hover.active:focus,body .btn-link-primary:hover.active.focus,.open>body .btn-link-primary:hover.dropdown-toggle:hover,.open>body .btn-link-primary:hover.dropdown-toggle:focus,.open>body .btn-link-primary:hover.dropdown-toggle.focus{color:#263e2b;background-color:rgba(212,212,212,0);border-color:rgba(191,191,191,0)}body .btn-link-primary:hover:active,body .btn-link-primary:hover.active,.open>body .btn-link-primary:hover.dropdown-toggle{background-image:none}body .btn-link-primary:hover.disabled:hover,body .btn-link-primary:hover.disabled:focus,body .btn-link-primary:hover.disabled.focus,body .btn-link-primary:hover[disabled]:hover,body .btn-link-primary:hover[disabled]:focus,body .btn-link-primary:hover[disabled].focus,fieldset[disabled] body .btn-link-primary:hover:hover,fieldset[disabled] body .btn-link-primary:hover:focus,fieldset[disabled] body .btn-link-primary:hover.focus{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-primary:hover .badge{color:rgba(255,255,255,0);background-color:#263e2b}body .btn-link-primary-light{color:#809484;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-primary-light:focus,body .btn-link-primary-light.focus{color:#809484;background-color:rgba(230,230,230,0);border-color:rgba(191,191,191,0)}body .btn-link-primary-light:hover{color:#809484;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-primary-light:active,body .btn-link-primary-light.active,.open>body .btn-link-primary-light.dropdown-toggle{color:#809484;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-primary-light:active:hover,body .btn-link-primary-light:active:focus,body .btn-link-primary-light:active.focus,body .btn-link-primary-light.active:hover,body .btn-link-primary-light.active:focus,body .btn-link-primary-light.active.focus,.open>body .btn-link-primary-light.dropdown-toggle:hover,.open>body .btn-link-primary-light.dropdown-toggle:focus,.open>body .btn-link-primary-light.dropdown-toggle.focus{color:#809484;background-color:rgba(212,212,212,0);border-color:rgba(191,191,191,0)}body .btn-link-primary-light:active,body .btn-link-primary-light.active,.open>body .btn-link-primary-light.dropdown-toggle{background-image:none}body .btn-link-primary-light.disabled:hover,body .btn-link-primary-light.disabled:focus,body .btn-link-primary-light.disabled.focus,body .btn-link-primary-light[disabled]:hover,body .btn-link-primary-light[disabled]:focus,body .btn-link-primary-light[disabled].focus,fieldset[disabled] body .btn-link-primary-light:hover,fieldset[disabled] body .btn-link-primary-light:focus,fieldset[disabled] body .btn-link-primary-light.focus{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-primary-light .badge{color:rgba(255,255,255,0);background-color:#809484}body .btn-link-primary-light:hover{color:#607164;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-primary-light:hover:focus,body .btn-link-primary-light:hover.focus{color:#607164;background-color:rgba(230,230,230,0);border-color:rgba(191,191,191,0)}body .btn-link-primary-light:hover:hover{color:#607164;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-primary-light:hover:active,body .btn-link-primary-light:hover.active,.open>body .btn-link-primary-light:hover.dropdown-toggle{color:#607164;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-primary-light:hover:active:hover,body .btn-link-primary-light:hover:active:focus,body .btn-link-primary-light:hover:active.focus,body .btn-link-primary-light:hover.active:hover,body .btn-link-primary-light:hover.active:focus,body .btn-link-primary-light:hover.active.focus,.open>body .btn-link-primary-light:hover.dropdown-toggle:hover,.open>body .btn-link-primary-light:hover.dropdown-toggle:focus,.open>body .btn-link-primary-light:hover.dropdown-toggle.focus{color:#607164;background-color:rgba(212,212,212,0);border-color:rgba(191,191,191,0)}body .btn-link-primary-light:hover:active,body .btn-link-primary-light:hover.active,.open>body .btn-link-primary-light:hover.dropdown-toggle{background-image:none}body .btn-link-primary-light:hover.disabled:hover,body .btn-link-primary-light:hover.disabled:focus,body .btn-link-primary-light:hover.disabled.focus,body .btn-link-primary-light:hover[disabled]:hover,body .btn-link-primary-light:hover[disabled]:focus,body .btn-link-primary-light:hover[disabled].focus,fieldset[disabled] body .btn-link-primary-light:hover:hover,fieldset[disabled] body .btn-link-primary-light:hover:focus,fieldset[disabled] body .btn-link-primary-light:hover.focus{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-primary-light:hover .badge{color:rgba(255,255,255,0);background-color:#607164}body .btn-link-accent-dark{color:#659a77;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-accent-dark:focus,body .btn-link-accent-dark.focus{color:#659a77;background-color:rgba(230,230,230,0);border-color:rgba(191,191,191,0)}body .btn-link-accent-dark:hover{color:#659a77;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-accent-dark:active,body .btn-link-accent-dark.active,.open>body .btn-link-accent-dark.dropdown-toggle{color:#659a77;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-accent-dark:active:hover,body .btn-link-accent-dark:active:focus,body .btn-link-accent-dark:active.focus,body .btn-link-accent-dark.active:hover,body .btn-link-accent-dark.active:focus,body .btn-link-accent-dark.active.focus,.open>body .btn-link-accent-dark.dropdown-toggle:hover,.open>body .btn-link-accent-dark.dropdown-toggle:focus,.open>body .btn-link-accent-dark.dropdown-toggle.focus{color:#659a77;background-color:rgba(212,212,212,0);border-color:rgba(191,191,191,0)}body .btn-link-accent-dark:active,body .btn-link-accent-dark.active,.open>body .btn-link-accent-dark.dropdown-toggle{background-image:none}body .btn-link-accent-dark.disabled:hover,body .btn-link-accent-dark.disabled:focus,body .btn-link-accent-dark.disabled.focus,body .btn-link-accent-dark[disabled]:hover,body .btn-link-accent-dark[disabled]:focus,body .btn-link-accent-dark[disabled].focus,fieldset[disabled] body .btn-link-accent-dark:hover,fieldset[disabled] body .btn-link-accent-dark:focus,fieldset[disabled] body .btn-link-accent-dark.focus{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-accent-dark .badge{color:rgba(255,255,255,0);background-color:#659a77}body .btn-link-accent-dark:hover{color:#578466;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-accent-dark:hover:focus,body .btn-link-accent-dark:hover.focus{color:#578466;background-color:rgba(230,230,230,0);border-color:rgba(191,191,191,0)}body .btn-link-accent-dark:hover:hover{color:#578466;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-accent-dark:hover:active,body .btn-link-accent-dark:hover.active,.open>body .btn-link-accent-dark:hover.dropdown-toggle{color:#578466;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-accent-dark:hover:active:hover,body .btn-link-accent-dark:hover:active:focus,body .btn-link-accent-dark:hover:active.focus,body .btn-link-accent-dark:hover.active:hover,body .btn-link-accent-dark:hover.active:focus,body .btn-link-accent-dark:hover.active.focus,.open>body .btn-link-accent-dark:hover.dropdown-toggle:hover,.open>body .btn-link-accent-dark:hover.dropdown-toggle:focus,.open>body .btn-link-accent-dark:hover.dropdown-toggle.focus{color:#578466;background-color:rgba(212,212,212,0);border-color:rgba(191,191,191,0)}body .btn-link-accent-dark:hover:active,body .btn-link-accent-dark:hover.active,.open>body .btn-link-accent-dark:hover.dropdown-toggle{background-image:none}body .btn-link-accent-dark:hover.disabled:hover,body .btn-link-accent-dark:hover.disabled:focus,body .btn-link-accent-dark:hover.disabled.focus,body .btn-link-accent-dark:hover[disabled]:hover,body .btn-link-accent-dark:hover[disabled]:focus,body .btn-link-accent-dark:hover[disabled].focus,fieldset[disabled] body .btn-link-accent-dark:hover:hover,fieldset[disabled] body .btn-link-accent-dark:hover:focus,fieldset[disabled] body .btn-link-accent-dark:hover.focus{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-accent-dark:hover .badge{color:rgba(255,255,255,0);background-color:#578466}body .btn-accent-dark-o{color:#659a77;background-color:rgba(255,255,255,0);border-color:rgba(101,154,119,.9)}body .btn-accent-dark-o:focus,body .btn-accent-dark-o.focus{color:#659a77;background-color:rgba(230,230,230,0);border-color:rgba(51,77,60,.9)}body .btn-accent-dark-o:hover{color:#659a77;background-color:rgba(230,230,230,0);border-color:rgba(77,117,90,.9)}body .btn-accent-dark-o:active,body .btn-accent-dark-o.active,.open>body .btn-accent-dark-o.dropdown-toggle{color:#659a77;background-color:rgba(230,230,230,0);border-color:rgba(77,117,90,.9)}body .btn-accent-dark-o:active:hover,body .btn-accent-dark-o:active:focus,body .btn-accent-dark-o:active.focus,body .btn-accent-dark-o.active:hover,body .btn-accent-dark-o.active:focus,body .btn-accent-dark-o.active.focus,.open>body .btn-accent-dark-o.dropdown-toggle:hover,.open>body .btn-accent-dark-o.dropdown-toggle:focus,.open>body .btn-accent-dark-o.dropdown-toggle.focus{color:#659a77;background-color:rgba(212,212,212,0);border-color:rgba(51,77,60,.9)}body .btn-accent-dark-o:active,body .btn-accent-dark-o.active,.open>body .btn-accent-dark-o.dropdown-toggle{background-image:none}body .btn-accent-dark-o.disabled:hover,body .btn-accent-dark-o.disabled:focus,body .btn-accent-dark-o.disabled.focus,body .btn-accent-dark-o[disabled]:hover,body .btn-accent-dark-o[disabled]:focus,body .btn-accent-dark-o[disabled].focus,fieldset[disabled] body .btn-accent-dark-o:hover,fieldset[disabled] body .btn-accent-dark-o:focus,fieldset[disabled] body .btn-accent-dark-o.focus{background-color:rgba(255,255,255,0);border-color:rgba(101,154,119,.9)}body .btn-accent-dark-o .badge{color:rgba(255,255,255,0);background-color:#659a77}body .btn-accent-dark-o:hover{color:#578466;background-color:rgba(255,255,255,0);border-color:#5b8b6b}body .btn-accent-dark-o:hover:focus,body .btn-accent-dark-o:hover.focus{color:#578466;background-color:rgba(230,230,230,0);border-color:#283e30}body .btn-accent-dark-o:hover:hover{color:#578466;background-color:rgba(230,230,230,0);border-color:#43664f}body .btn-accent-dark-o:hover:active,body .btn-accent-dark-o:hover.active,.open>body .btn-accent-dark-o:hover.dropdown-toggle{color:#578466;background-color:rgba(230,230,230,0);border-color:#43664f}body .btn-accent-dark-o:hover:active:hover,body .btn-accent-dark-o:hover:active:focus,body .btn-accent-dark-o:hover:active.focus,body .btn-accent-dark-o:hover.active:hover,body .btn-accent-dark-o:hover.active:focus,body .btn-accent-dark-o:hover.active.focus,.open>body .btn-accent-dark-o:hover.dropdown-toggle:hover,.open>body .btn-accent-dark-o:hover.dropdown-toggle:focus,.open>body .btn-accent-dark-o:hover.dropdown-toggle.focus{color:#578466;background-color:rgba(212,212,212,0);border-color:#283e30}body .btn-accent-dark-o:hover:active,body .btn-accent-dark-o:hover.active,.open>body .btn-accent-dark-o:hover.dropdown-toggle{background-image:none}body .btn-accent-dark-o:hover.disabled:hover,body .btn-accent-dark-o:hover.disabled:focus,body .btn-accent-dark-o:hover.disabled.focus,body .btn-accent-dark-o:hover[disabled]:hover,body .btn-accent-dark-o:hover[disabled]:focus,body .btn-accent-dark-o:hover[disabled].focus,fieldset[disabled] body .btn-accent-dark-o:hover:hover,fieldset[disabled] body .btn-accent-dark-o:hover:focus,fieldset[disabled] body .btn-accent-dark-o:hover.focus{background-color:rgba(255,255,255,0);border-color:#5b8b6b}body .btn-accent-dark-o:hover .badge{color:rgba(255,255,255,0);background-color:#578466}body .btn-link-accent{color:#9dbe8e;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-accent:focus,body .btn-link-accent.focus{color:#9dbe8e;background-color:rgba(230,230,230,0);border-color:rgba(191,191,191,0)}body .btn-link-accent:hover{color:#9dbe8e;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-accent:active,body .btn-link-accent.active,.open>body .btn-link-accent.dropdown-toggle{color:#9dbe8e;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-accent:active:hover,body .btn-link-accent:active:focus,body .btn-link-accent:active.focus,body .btn-link-accent.active:hover,body .btn-link-accent.active:focus,body .btn-link-accent.active.focus,.open>body .btn-link-accent.dropdown-toggle:hover,.open>body .btn-link-accent.dropdown-toggle:focus,.open>body .btn-link-accent.dropdown-toggle.focus{color:#9dbe8e;background-color:rgba(212,212,212,0);border-color:rgba(191,191,191,0)}body .btn-link-accent:active,body .btn-link-accent.active,.open>body .btn-link-accent.dropdown-toggle{background-image:none}body .btn-link-accent.disabled:hover,body .btn-link-accent.disabled:focus,body .btn-link-accent.disabled.focus,body .btn-link-accent[disabled]:hover,body .btn-link-accent[disabled]:focus,body .btn-link-accent[disabled].focus,fieldset[disabled] body .btn-link-accent:hover,fieldset[disabled] body .btn-link-accent:focus,fieldset[disabled] body .btn-link-accent.focus{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-accent .badge{color:rgba(255,255,255,0);background-color:#9dbe8e}body .btn-link-accent:hover{color:#89b177;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-accent:hover:focus,body .btn-link-accent:hover.focus{color:#89b177;background-color:rgba(230,230,230,0);border-color:rgba(191,191,191,0)}body .btn-link-accent:hover:hover{color:#89b177;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-accent:hover:active,body .btn-link-accent:hover.active,.open>body .btn-link-accent:hover.dropdown-toggle{color:#89b177;background-color:rgba(230,230,230,0);border-color:rgba(224,224,224,0)}body .btn-link-accent:hover:active:hover,body .btn-link-accent:hover:active:focus,body .btn-link-accent:hover:active.focus,body .btn-link-accent:hover.active:hover,body .btn-link-accent:hover.active:focus,body .btn-link-accent:hover.active.focus,.open>body .btn-link-accent:hover.dropdown-toggle:hover,.open>body .btn-link-accent:hover.dropdown-toggle:focus,.open>body .btn-link-accent:hover.dropdown-toggle.focus{color:#89b177;background-color:rgba(212,212,212,0);border-color:rgba(191,191,191,0)}body .btn-link-accent:hover:active,body .btn-link-accent:hover.active,.open>body .btn-link-accent:hover.dropdown-toggle{background-image:none}body .btn-link-accent:hover.disabled:hover,body .btn-link-accent:hover.disabled:focus,body .btn-link-accent:hover.disabled.focus,body .btn-link-accent:hover[disabled]:hover,body .btn-link-accent:hover[disabled]:focus,body .btn-link-accent:hover[disabled].focus,fieldset[disabled] body .btn-link-accent:hover:hover,fieldset[disabled] body .btn-link-accent:hover:focus,fieldset[disabled] body .btn-link-accent:hover.focus{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}body .btn-link-accent:hover .badge{color:rgba(255,255,255,0);background-color:#89b177}body .btn-club{color:#fff;background-color:#6c957e;border-color:#6c957e}body .btn-club:focus,body .btn-club.focus{color:#fff;background-color:#567865;border-color:#364b3f}body .btn-club:hover{color:#fff;background-color:#567865;border-color:#527260}body .btn-club:active,body .btn-club.active,.open>body .btn-club.dropdown-toggle{color:#fff;background-color:#567865;border-color:#527260}body .btn-club:active:hover,body .btn-club:active:focus,body .btn-club:active.focus,body .btn-club.active:hover,body .btn-club.active:focus,body .btn-club.active.focus,.open>body .btn-club.dropdown-toggle:hover,.open>body .btn-club.dropdown-toggle:focus,.open>body .btn-club.dropdown-toggle.focus{color:#fff;background-color:#476353;border-color:#364b3f}body .btn-club:active,body .btn-club.active,.open>body .btn-club.dropdown-toggle{background-image:none}body .btn-club.disabled:hover,body .btn-club.disabled:focus,body .btn-club.disabled.focus,body .btn-club[disabled]:hover,body .btn-club[disabled]:focus,body .btn-club[disabled].focus,fieldset[disabled] body .btn-club:hover,fieldset[disabled] body .btn-club:focus,fieldset[disabled] body .btn-club.focus{background-color:#6c957e;border-color:#6c957e}body .btn-club .badge{color:#6c957e;background-color:#fff}body .btn-club:hover{color:#fff;background-color:#5d816c;border-color:#5d816c}body .btn-club:hover:focus,body .btn-club:hover.focus{color:#fff;background-color:#476353;border-color:#27372e}body .btn-club:hover:hover{color:#fff;background-color:#476353;border-color:#435d4e}body .btn-club:hover:active,body .btn-club:hover.active,.open>body .btn-club:hover.dropdown-toggle{color:#fff;background-color:#476353;border-color:#435d4e}body .btn-club:hover:active:hover,body .btn-club:hover:active:focus,body .btn-club:hover:active.focus,body .btn-club:hover.active:hover,body .btn-club:hover.active:focus,body .btn-club:hover.active.focus,.open>body .btn-club:hover.dropdown-toggle:hover,.open>body .btn-club:hover.dropdown-toggle:focus,.open>body .btn-club:hover.dropdown-toggle.focus{color:#fff;background-color:#384e42;border-color:#27372e}body .btn-club:hover:active,body .btn-club:hover.active,.open>body .btn-club:hover.dropdown-toggle{background-image:none}body .btn-club:hover.disabled:hover,body .btn-club:hover.disabled:focus,body .btn-club:hover.disabled.focus,body .btn-club:hover[disabled]:hover,body .btn-club:hover[disabled]:focus,body .btn-club:hover[disabled].focus,fieldset[disabled] body .btn-club:hover:hover,fieldset[disabled] body .btn-club:hover:focus,fieldset[disabled] body .btn-club:hover.focus{background-color:#5d816c;border-color:#5d816c}body .btn-club:hover .badge{color:#5d816c;background-color:#fff}body .btn-club-o{color:#618771;background-color:rgba(255,255,255,0);border-color:#6c957e}body .btn-club-o:focus,body .btn-club-o.focus{color:#618771;background-color:rgba(230,230,230,0);border-color:#364b3f}body .btn-club-o:hover{color:#618771;background-color:rgba(230,230,230,0);border-color:#527260}body .btn-club-o:active,body .btn-club-o.active,.open>body .btn-club-o.dropdown-toggle{color:#618771;background-color:rgba(230,230,230,0);border-color:#527260}body .btn-club-o:active:hover,body .btn-club-o:active:focus,body .btn-club-o:active.focus,body .btn-club-o.active:hover,body .btn-club-o.active:focus,body .btn-club-o.active.focus,.open>body .btn-club-o.dropdown-toggle:hover,.open>body .btn-club-o.dropdown-toggle:focus,.open>body .btn-club-o.dropdown-toggle.focus{color:#618771;background-color:rgba(212,212,212,0);border-color:#364b3f}body .btn-club-o:active,body .btn-club-o.active,.open>body .btn-club-o.dropdown-toggle{background-image:none}body .btn-club-o.disabled:hover,body .btn-club-o.disabled:focus,body .btn-club-o.disabled.focus,body .btn-club-o[disabled]:hover,body .btn-club-o[disabled]:focus,body .btn-club-o[disabled].focus,fieldset[disabled] body .btn-club-o:hover,fieldset[disabled] body .btn-club-o:focus,fieldset[disabled] body .btn-club-o.focus{background-color:rgba(255,255,255,0);border-color:#6c957e}body .btn-club-o .badge{color:rgba(255,255,255,0);background-color:#618771}body .btn-club-o:hover{color:#567865;background-color:rgba(255,255,255,.1);border-color:#618771}body .btn-club-o:hover:focus,body .btn-club-o:hover.focus{color:#567865;background-color:rgba(230,230,230,.1);border-color:#2c3c33}body .btn-club-o:hover:hover{color:#567865;background-color:rgba(230,230,230,.1);border-color:#476353}body .btn-club-o:hover:active,body .btn-club-o:hover.active,.open>body .btn-club-o:hover.dropdown-toggle{color:#567865;background-color:rgba(230,230,230,.1);border-color:#476353}body .btn-club-o:hover:active:hover,body .btn-club-o:hover:active:focus,body .btn-club-o:hover:active.focus,body .btn-club-o:hover.active:hover,body .btn-club-o:hover.active:focus,body .btn-club-o:hover.active.focus,.open>body .btn-club-o:hover.dropdown-toggle:hover,.open>body .btn-club-o:hover.dropdown-toggle:focus,.open>body .btn-club-o:hover.dropdown-toggle.focus{color:#567865;background-color:rgba(212,212,212,.1);border-color:#2c3c33}body .btn-club-o:hover:active,body .btn-club-o:hover.active,.open>body .btn-club-o:hover.dropdown-toggle{background-image:none}body .btn-club-o:hover.disabled:hover,body .btn-club-o:hover.disabled:focus,body .btn-club-o:hover.disabled.focus,body .btn-club-o:hover[disabled]:hover,body .btn-club-o:hover[disabled]:focus,body .btn-club-o:hover[disabled].focus,fieldset[disabled] body .btn-club-o:hover:hover,fieldset[disabled] body .btn-club-o:hover:focus,fieldset[disabled] body .btn-club-o:hover.focus{background-color:rgba(255,255,255,.1);border-color:#618771}body .btn-club-o:hover .badge{color:rgba(255,255,255,.1);background-color:#567865}body .btn-link-white{color:#fff;background-color:rgba(52,84,58,0);border-color:rgba(52,84,58,0)}body .btn-link-white:focus,body .btn-link-white.focus{color:#fff;background-color:rgba(33,53,36,0);border-color:rgba(3,5,4,0)}body .btn-link-white:hover{color:#fff;background-color:rgba(33,53,36,0);border-color:rgba(29,46,32,0)}body .btn-link-white:active,body .btn-link-white.active,.open>body .btn-link-white.dropdown-toggle{color:#fff;background-color:rgba(33,53,36,0);border-color:rgba(29,46,32,0)}body .btn-link-white:active:hover,body .btn-link-white:active:focus,body .btn-link-white:active.focus,body .btn-link-white.active:hover,body .btn-link-white.active:focus,body .btn-link-white.active.focus,.open>body .btn-link-white.dropdown-toggle:hover,.open>body .btn-link-white.dropdown-toggle:focus,.open>body .btn-link-white.dropdown-toggle.focus{color:#fff;background-color:rgba(19,30,21,0);border-color:rgba(3,5,4,0)}body .btn-link-white:active,body .btn-link-white.active,.open>body .btn-link-white.dropdown-toggle{background-image:none}body .btn-link-white.disabled:hover,body .btn-link-white.disabled:focus,body .btn-link-white.disabled.focus,body .btn-link-white[disabled]:hover,body .btn-link-white[disabled]:focus,body .btn-link-white[disabled].focus,fieldset[disabled] body .btn-link-white:hover,fieldset[disabled] body .btn-link-white:focus,fieldset[disabled] body .btn-link-white.focus{background-color:rgba(52,84,58,0);border-color:rgba(52,84,58,0)}body .btn-link-white .badge{color:rgba(52,84,58,0);background-color:#fff}body .btn-link-white:hover{color:#ededed;background-color:rgba(52,84,58,0);border-color:rgba(52,84,58,0)}body .btn-link-white:hover:focus,body .btn-link-white:hover.focus{color:#ededed;background-color:rgba(33,53,36,0);border-color:rgba(3,5,4,0)}body .btn-link-white:hover:hover{color:#ededed;background-color:rgba(33,53,36,0);border-color:rgba(29,46,32,0)}body .btn-link-white:hover:active,body .btn-link-white:hover.active,.open>body .btn-link-white:hover.dropdown-toggle{color:#ededed;background-color:rgba(33,53,36,0);border-color:rgba(29,46,32,0)}body .btn-link-white:hover:active:hover,body .btn-link-white:hover:active:focus,body .btn-link-white:hover:active.focus,body .btn-link-white:hover.active:hover,body .btn-link-white:hover.active:focus,body .btn-link-white:hover.active.focus,.open>body .btn-link-white:hover.dropdown-toggle:hover,.open>body .btn-link-white:hover.dropdown-toggle:focus,.open>body .btn-link-white:hover.dropdown-toggle.focus{color:#ededed;background-color:rgba(19,30,21,0);border-color:rgba(3,5,4,0)}body .btn-link-white:hover:active,body .btn-link-white:hover.active,.open>body .btn-link-white:hover.dropdown-toggle{background-image:none}body .btn-link-white:hover.disabled:hover,body .btn-link-white:hover.disabled:focus,body .btn-link-white:hover.disabled.focus,body .btn-link-white:hover[disabled]:hover,body .btn-link-white:hover[disabled]:focus,body .btn-link-white:hover[disabled].focus,fieldset[disabled] body .btn-link-white:hover:hover,fieldset[disabled] body .btn-link-white:hover:focus,fieldset[disabled] body .btn-link-white:hover.focus{background-color:rgba(52,84,58,0);border-color:rgba(52,84,58,0)}body .btn-link-white:hover .badge{color:rgba(52,84,58,0);background-color:#ededed}body .btn-radius{-webkit-border-radius:3px !important;-mox-border-radius:3px !important;border-radius:3px !important}body .btn-radius-right{-webkit-border-radius:0 3px 3px 0 !important;-mox-border-radius:0 3px 3px 0 !important;border-radius:0 3px 3px 0 !important}body .btn-radius-left{-webkit-border-radius:3px 0 0 3px !important;-mox-border-radius:3px 0 0 3px !important;border-radius:3px 0 0 3px !important}body .btn-radius-top-left{-webkit-border-top-left-radius:3px !important;-mox-border-top-left-radius:3px !important;border-top-left-radius:3px !important}body .btn-radius-top-right{-webkit-border-top-right-radius:3px !important;-mox-border-top-right-radius:3px !important;border-top-right-radius:3px !important}body .btn-radius-bottom-right{-webkit-border-bottom-right-radius:3px !important;-mox-border-bottom-right-radius:3px !important;border-bottom-right-radius:3px !important}body .btn-radius-bottom-left{-webkit-border-top-left-radius:3px !important;-mox-border-top-left-radius:3px !important;border-top-left-radius:3px !important}body .btn-no-radius{-webkit-border-radius:0 !important;-mox-border-radius:0 !important;border-radius:0 !important}body a[href*="/download-brochure/"]{display:inline-block;color:#659a77;font-weight:700;position:relative}body a[href*="/download-brochure/"]:after{content:"";display:block;border-bottom:1px solid #84ae92}.bg-ultralight-gradient{background-image:-webkit-linear-gradient(white, #f9f9f9 50%, #f2f2f2);background-image:-o-linear-gradient(white, #f9f9f9 50%, #f2f2f2);background-image:linear-gradient(white, #f9f9f9 50%, #f2f2f2);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF2F2F2", GradientType=0)}.ci.wf{opacity:0}.wf-bluiconsebs-n4-active .ci.wf,.wf-active-callback .ci.wf{opacity:1}.ci.ci2x{font-size:2em}.ci.ci3x{font-size:3em}.ci.ci4x{font-size:4em}.part-caret .tx:after{opacity:0}.wf-bluiconsebs-n4-active .part-caret .tx:after,.wf-active-callback .part-caret .tx:after{opacity:1}.wf-load{opacity:0}.wf-bluiconsebs-n4-active .wf-load,.wf-active-callback .wf-load{opacity:1}.imgloader-outer img{opacity:0;-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.imgloader-outer.imgloader-done img{opacity:1}.image-outer-vw{margin-left:-9999px;margin-right:-9999px}.image-outer-vw>.image-inner-vw{width:1400px;max-width:100vw;margin-left:auto;margin-right:auto}.ffs{-webkit-font-feature-settings:"lnum";-moz-font-feature-settings:"lnum=1";-ms-font-feature-settings:"lnum";-o-font-feature-settings:"lnum";font-feature-settings:"lnum"}.first-letter{display:inline-block;font-size:2em;line-height:.7em;color:silver;margin-right:.15em;vertical-align:top;font-weight:700}@media(min-width: 992px){.first-letter-md{display:inline-block;font-size:2em;line-height:.7em;color:silver;margin-right:.15em;vertical-align:top;font-weight:700}}@media(min-width: 768px)and (max-width: 991px){.first-letter-sm{display:inline-block;font-size:2em;line-height:.7em;color:silver;margin-right:.15em;vertical-align:top;font-weight:700}}@media(max-width: 767px){.first-letter-xs{display:inline-block;font-size:2em;line-height:.7em;color:silver;margin-right:.15em;vertical-align:top;font-weight:700}}.va-top{vertical-align:top !important}.va-middle{vertical-align:middle !important}.va-bottom{vertical-align:bottom !important}.parent-va-top td{vertical-align:top !important}.parent-va-middle td{vertical-align:middle !important}.parent-va-bottom td{vertical-align:bottom !important}.flex-center-v{display:flex;flex-direction:column;justify-content:center}.fs-05{font-size:.5em !important}.fs-06{font-size:.6em !important}.fs-07{font-size:.7em !important}.fs-08{font-size:.8em !important}.fs-09{font-size:.9em !important}.fs-1{font-size:1em !important}.fs-12{font-size:1.2em !important}.fs-14{font-size:1.4em !important}.fs-16{font-size:1.6em !important}.fs-18{font-size:1.8em !important}.fs-2{font-size:2em !important}.fs-inherit{font-size:inherit !important}.lh-08{line-height:.8em !important}.lh-1{line-height:1em !important}.lh-12{line-height:1.2em !important}.lh-14{line-height:1.4em !important}.lh-16{line-height:1.6em !important}.lh-18{line-height:1.8em !important}.lh-2{line-height:2em !important}.lh-inherit{line-height:inherit !important}#page{overflow:hidden;min-height:100vh}#header,#column-left-mobile,#columns,#footer{position:relative}#header{z-index:3}#column-left-mobile{z-index:22}#columns{z-index:2}#footer{z-index:1}@media(max-width: 767px){#columns .container,#footer .container{padding-left:10px;padding-right:10px}}@media(min-width: 992px){.container.container-md{width:970px}.container.container-sm{width:750px}}.row.row-gutter-v>[class*=col-]{padding-bottom:8px}.row-gutter-md{margin-left:-20px;margin-right:-20px}.row-gutter-md>[class*=col-]{padding-left:20px;padding-right:20px}.row-gutter-md.row-gutter-v>[class*=col-]{padding-bottom:10px}.row-gutter-sm{margin-left:-5px;margin-right:-5px}.row-gutter-sm>[class*=col-]{padding-left:5px;padding-right:5px}.row-gutter-sm.row-gutter-v>[class*=col-]{padding-bottom:10px}.row-gutter-xs{margin-left:-2px;margin-right:-2px}.row-gutter-xs>[class*=col-]{padding-left:2px;padding-right:2px}.row-gutter-xs.row-gutter-v>[class*=col-]{padding-bottom:4px}.row-gutter-none{margin-left:0;margin-right:0}.row-gutter-none>[class*=col-]{padding-left:0;padding-right:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.d-block{display:block}.d-inline-block{display:inline-block}.d-inline{display:inline}.d-block-i{display:block !important}.d-inline-block-i{display:inline-block !important}.d-inline-i{display:inline !important}@media(min-width: 1230px){.text-left-lg{text-align:left}.text-right-lg{text-align:right}.text-center-lg{text-align:center}.pull-left-lg{float:left}.pull-right-lg{float:right}}@media(min-width: 992px)and (max-width: 1229px){.text-left-md{text-align:left}.text-right-md{text-align:right}.text-center-md{text-align:center}.pull-left-md{float:left}.pull-right-md{float:right}}@media(min-width: 768px)and (max-width: 991px){.text-left-sm{text-align:left}.text-right-sm{text-align:right}.text-center-sm{text-align:center}.pull-left-sm{float:left}.pull-right-sm{float:right}}@media(max-width: 767px){.text-left-xs{text-align:left}.text-right-xs{text-align:right}.text-center-xs{text-align:center}.pull-left-xs{float:left}.pull-right-xs{float:right}}@media(max-width: 479px){.text-left-pm{text-align:left}.text-right-pm{text-align:right}.text-center-pm{text-align:center}.pull-left-pm{float:left}.pull-right-pm{float:right}}@media(max-width: 357px){.text-left-ps{text-align:left}.text-right-ps{text-align:right}.text-center-ps{text-align:center}.pull-left-ps{float:left}.pull-right-ps{float:right}}.ua-phone .text-left-phone{text-align:left}.ua-phone .text-center-phone{text-align:center}.ua-phone .text-right-phone{text-align:right}.ua-tablet .text-left-tablet{text-align:left}.ua-tablet .text-center-tablet{text-align:center}.ua-tablet .text-right-tablet{text-align:right}.ua-mobile .text-left-mobile{text-align:left}.ua-mobile .text-center-mobile{text-align:center}.ua-mobile .text-right-mobile{text-align:right}.ua-desktop .text-left-desktop{text-align:left}.ua-desktop .text-center-desktop{text-align:center}.ua-desktop .text-right-desktop{text-align:right}.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flip-h{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);-ms-filter:"FlipH";filter:FlipH}.grayscale{-webkit-filter:grayscale(1);filter:grayscale(1)}.scale-1-25{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}.scale-1-5{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}.scale-1-75{-webkit-transform:scale(1.75);-ms-transform:scale(1.75);-o-transform:scale(1.75);transform:scale(1.75)}.scale-2{-webkit-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2)}.scale-2-25{-webkit-transform:scale(2.25);-ms-transform:scale(2.25);-o-transform:scale(2.25);transform:scale(2.25)}.placeholder-center::-webkit-input-placeholder{text-align:center}.placeholder-center:-moz-placeholder{text-align:center}.placeholder-center::-moz-placeholder{text-align:center}.placeholder-center:-ms-input-placeholder{text-align:center}.table>tbody>tr.no-border>td{border-top:0}.scrollbar-inner{max-height:220px}.scrollbar-inner.scrollbar-inner-sm{max-height:110px}.scrollbar-inner.scrollbar-inner-xs{max-height:60px}@-moz-document url-prefix(){.scrollbar-inner{overflow:scroll !important;overflow-x:hidden !important;overflow-y:scroll !important}}.tooltip .tooltip-inner{background:rgba(13,21,15,.95);-webkit-border-radius:3px;-mox-border-radius:3px;border-radius:3px}html body .hidden,html body .hidden-custom,html body .unvisible{display:none;visibility:hidden}html body .hidden-custom{display:none}html body .hidden-custom-important{display:none !important}html body .unvisible-custom{display:block;width:0 !important;height:0 !important;overflow:hidden !important;opacity:0 !important;position:absolute !important;top:auto !important;left:auto !important;right:0 !important;bottom:0 !important}html body.lang-en .hidden-en{display:none}html body.lang-en .visibility-hidden-en{visibility:hidden}html body.lang-it .hidden-it{display:none}html body.lang-it .visibility-hidden-it{visibility:hidden}@media(max-width: 480px){.hidden-xxs{display:none !important}}.ua-phone .hidden-phone{display:none !important}.ua-tablet .hidden-tablet{display:none !important}.ua-mobile .hidden-mobile{display:none !important}.ua-desktop .hidden-desktop{display:none !important}.csh-lg{-webkit-box-shadow:1.2em 1.5em 1.6em -0.5em rgba(0,0,0,.15) !important;box-shadow:1.2em 1.5em 1.6em -0.5em rgba(0,0,0,.15) !important}.csh-soft{-webkit-box-shadow:0 5px 100px -10px rgba(0,0,0,.3) !important;box-shadow:0 5px 100px -10px rgba(0,0,0,.3) !important}.csh-well{-webkit-box-shadow:0 1px 14px -2px rgba(0,0,0,.4) !important;box-shadow:0 1px 14px -2px rgba(0,0,0,.4) !important}.csh-well-sm{-webkit-box-shadow:1px 2px 10px -1px rgba(0,0,0,.3) !important;box-shadow:1px 2px 10px -1px rgba(0,0,0,.3) !important}.opacity-0{opacity:0;filter:alpha(opacity=0)}.opacity-50{opacity:.5;filter:alpha(opacity=50)}.opacity-100{opacity:1;filter:alpha(opacity=100)}body .radio-custom,body .checkbox-custom{background-color:transparent;color:inherit}body .radio-custom input,body .checkbox-custom input{display:none}body .radio-custom small,body .checkbox-custom small{display:inline-block;opacity:.65;filter:alpha(opacity=65)}body .radio-custom.checkbox-no-hidden input,body .checkbox-custom.checkbox-no-hidden input{display:block;position:absolute;top:0;left:5px;width:1px;height:1px;border:0;overflow:hidden;opacity:0;filter:alpha(opacity=0);z-index:-1}body .radio-custom label:empty,body .checkbox-custom label:empty{padding-left:10px}body .radio-custom{padding-top:.5em;padding-bottom:.5em}body .radio-custom label,body .radio-custom .label-custom{cursor:pointer;position:relative;font-size:16px;line-height:1.1em;padding-top:0;padding-left:26px;margin-right:24px;color:#333}body .radio-custom label:before,body .radio-custom label:after,body .radio-custom .label-custom:before,body .radio-custom .label-custom:after{content:"";display:block;position:absolute;-webkit-border-radius:18px;-mox-border-radius:18px;border-radius:18px;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}body .radio-custom label:before,body .radio-custom .label-custom:before{top:0;left:0;width:18px;height:18px;background:rgba(255,255,255,.9);border:1px solid #9a9a9a;-webkit-border-radius:18px;-mox-border-radius:18px;border-radius:18px}body .radio-custom label:after,body .radio-custom .label-custom:after{top:4px;left:4px;width:10px;height:10px;background:#517b5f;opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(-0.5);-ms-transform:scale(-0.5);-o-transform:scale(-0.5);transform:scale(-0.5)}body .radio-custom input[type=radio]:checked+label,body .radio-custom input[type=radio]:checked+.label-custom,body .radio-custom.radio-custom-active label,body .radio-custom.radio-custom-active .label-custom,body .radio-custom.active label,body .radio-custom.active .label-custom{color:#34543a}body .radio-custom input[type=radio]:checked+label:before,body .radio-custom input[type=radio]:checked+.label-custom:before,body .radio-custom.radio-custom-active label:before,body .radio-custom.radio-custom-active .label-custom:before,body .radio-custom.active label:before,body .radio-custom.active .label-custom:before{background:rgba(255,255,255,.9);border-color:#9a9a9a}body .radio-custom input[type=radio]:checked+label:after,body .radio-custom input[type=radio]:checked+.label-custom:after,body .radio-custom.radio-custom-active label:after,body .radio-custom.radio-custom-active .label-custom:after,body .radio-custom.active label:after,body .radio-custom.active .label-custom:after{color:#517b5f;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}body .checkbox-custom{padding-top:.5em;padding-bottom:.5em}body .checkbox-custom label,body .checkbox-custom .label-custom{cursor:pointer;position:relative;font-size:16px;line-height:1.1em;padding-top:1px;padding-left:24px;margin-right:24px;color:#333}body .checkbox-custom label:before,body .checkbox-custom label:after,body .checkbox-custom .label-custom:before,body .checkbox-custom .label-custom:after{content:"";display:block;position:absolute;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}body .checkbox-custom label:before,body .checkbox-custom .label-custom:before{top:0;left:0;width:16px;height:16px;background:rgba(255,255,255,.9);border:1px solid #9a9a9a;-webkit-border-radius:2px;-mox-border-radius:2px;border-radius:2px}body .checkbox-custom label:after,body .checkbox-custom .label-custom:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";top:3px;left:3px;width:11px;height:11px;font-size:11px;line-height:11px;opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(-0.5);-ms-transform:scale(-0.5);-o-transform:scale(-0.5);transform:scale(-0.5)}body .checkbox-custom input[type=checkbox]:checked+label,body .checkbox-custom input[type=checkbox]:checked+.label-custom,body .checkbox-custom.checkbox-custom-active label,body .checkbox-custom.checkbox-custom-active .label-custom,body .checkbox-custom.active label,body .checkbox-custom.active .label-custom,body .checkbox-custom.PM_ASCriterionLinkSelected .label-custom{color:#34543a}body .checkbox-custom input[type=checkbox]:checked+label:before,body .checkbox-custom input[type=checkbox]:checked+.label-custom:before,body .checkbox-custom.checkbox-custom-active label:before,body .checkbox-custom.checkbox-custom-active .label-custom:before,body .checkbox-custom.active label:before,body .checkbox-custom.active .label-custom:before,body .checkbox-custom.PM_ASCriterionLinkSelected .label-custom:before{background:#659a77;border-color:#5b8b6b}body .checkbox-custom input[type=checkbox]:checked+label:after,body .checkbox-custom input[type=checkbox]:checked+.label-custom:after,body .checkbox-custom.checkbox-custom-active label:after,body .checkbox-custom.checkbox-custom-active .label-custom:after,body .checkbox-custom.active label:after,body .checkbox-custom.active .label-custom:after,body .checkbox-custom.PM_ASCriterionLinkSelected .label-custom:after{color:#fff;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}body .checkbox-custom.checkbox-custom-lg{padding-top:.5em;padding-bottom:.5em}body .checkbox-custom.checkbox-custom-lg label,body .checkbox-custom.checkbox-custom-lg .label-custom{cursor:pointer;position:relative;font-size:21px;line-height:26px;padding-top:-1px;padding-left:35px;margin-right:32px}body .checkbox-custom.checkbox-custom-lg label:before,body .checkbox-custom.checkbox-custom-lg label:after,body .checkbox-custom.checkbox-custom-lg .label-custom:before,body .checkbox-custom.checkbox-custom-lg .label-custom:after{content:"";display:block;position:absolute;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}body .checkbox-custom.checkbox-custom-lg label:before,body .checkbox-custom.checkbox-custom-lg .label-custom:before{top:0;left:0;width:24px;height:24px;background:rgba(255,255,255,.5);border:2px solid #9a9a9a}body .checkbox-custom.checkbox-custom-lg label:after,body .checkbox-custom.checkbox-custom-lg .label-custom:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";top:4px;left:4px;width:16px;height:16px;font-size:16px;line-height:16px;opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(-0.5);-ms-transform:scale(-0.5);-o-transform:scale(-0.5);transform:scale(-0.5)}body .checkbox-custom.checkbox-custom-lg input[type=radio]:checked+label:before,body .checkbox-custom.checkbox-custom-lg input[type=checkbox]:checked+label:before,body .checkbox-custom.checkbox-custom-lg input[type=radio]:checked+.label-custom:before,body .checkbox-custom.checkbox-custom-lg input[type=checkbox]:checked+.label-custom:before,body .checkbox-custom.checkbox-custom-lg.checkbox-custom-active label:before,body .checkbox-custom.checkbox-custom-lg.checkbox-custom-active .label-custom:before,body .checkbox-custom.checkbox-custom-lg.active label:before,body .checkbox-custom.checkbox-custom-lg.active .label-custom:before,body .checkbox-custom.checkbox-custom-lg.PM_ASCriterionLinkSelected .label-custom:before{border-color:#9a9a9a}body .checkbox-custom.checkbox-custom-lg input[type=radio]:checked+label:after,body .checkbox-custom.checkbox-custom-lg input[type=checkbox]:checked+label:after,body .checkbox-custom.checkbox-custom-lg input[type=radio]:checked+.label-custom:after,body .checkbox-custom.checkbox-custom-lg input[type=checkbox]:checked+.label-custom:after,body .checkbox-custom.checkbox-custom-lg.checkbox-custom-active label:after,body .checkbox-custom.checkbox-custom-lg.checkbox-custom-active .label-custom:after,body .checkbox-custom.checkbox-custom-lg.active label:after,body .checkbox-custom.checkbox-custom-lg.active .label-custom:after,body .checkbox-custom.checkbox-custom-lg.PM_ASCriterionLinkSelected .label-custom:after{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}body .checkbox-custom.checkbox-custom-button .label-custom.btn{padding:.65em 1em !important;margin:0 auto !important;background:#f2f2f2;line-height:1.5em}body .checkbox-custom.checkbox-custom-button .label-custom.btn:before,body .checkbox-custom.checkbox-custom-button .label-custom.btn:after{display:none}.text-uppercase,.initialism{text-transform:uppercase !important}.pn{padding:0 !important}.p1{padding:1px !important}.p2{padding:2px !important}.p3{padding:3px !important}.p4{padding:4px !important}.p5{padding:5px !important}.p6{padding:6px !important}.p7{padding:7px !important}.p8{padding:8px !important}.p10{padding:10px !important}.p12{padding:12px !important}.p15{padding:15px !important}.p20{padding:20px !important}.p25{padding:25px !important}.p30{padding:30px !important}.p35{padding:35px !important}.p40{padding:40px !important}.p50{padding:50px !important}.ptn{padding-top:0 !important}.pt1{padding-top:1px !important}.pt5{padding-top:5px !important}.pt10{padding-top:10px !important}.pt15{padding-top:15px !important}.pt20{padding-top:20px !important}.pt25{padding-top:25px !important}.pt30{padding-top:30px !important}.pt35{padding-top:35px !important}.pt40{padding-top:40px !important}.pt50{padding-top:50px !important}.pt60{padding-top:60px !important}.pt70{padding-top:70px !important}.pt80{padding-top:80px !important}.pt90{padding-top:90px !important}.pt100{padding-top:100px !important}.prn{padding-right:0 !important}.pr5{padding-right:5px !important}.pr10{padding-right:10px !important}.pr15{padding-right:15px !important}.pr20{padding-right:20px !important}.pr25{padding-right:25px !important}.pr30{padding-right:30px !important}.pr35{padding-right:35px !important}.pr40{padding-right:40px !important}.pr50{padding-right:50px !important}.pbn{padding-bottom:0 !important}.pb1{padding-bottom:1px !important}.pb5{padding-bottom:5px !important}.pb10{padding-bottom:10px !important}.pb15{padding-bottom:15px !important}.pb20{padding-bottom:20px !important}.pb25{padding-bottom:25px !important}.pb30{padding-bottom:30px !important}.pb35{padding-bottom:35px !important}.pb40{padding-bottom:40px !important}.pb50{padding-bottom:50px !important}.pb60{padding-bottom:60px !important}.pb70{padding-bottom:70px !important}.pb80{padding-bottom:80px !important}.pb90{padding-bottom:90px !important}.pb100{padding-bottom:100px !important}.pln{padding-left:0 !important}.pl5{padding-left:5px !important}.pl10{padding-left:10px !important}.pl15{padding-left:15px !important}.pl20{padding-left:20px !important}.pl25{padding-left:25px !important}.pl30{padding-left:30px !important}.pl35{padding-left:35px !important}.pl40{padding-left:40px !important}.pl50{padding-left:50px !important}.pvn{padding-top:0 !important;padding-bottom:0 !important}.pv5{padding-top:5px !important;padding-bottom:50px !important}.pv8{padding-top:8px !important;padding-bottom:8px !important}.pv10{padding-top:10px !important;padding-bottom:10px !important}.pv15{padding-top:15px !important;padding-bottom:15px !important}.pv20{padding-top:20px !important;padding-bottom:20px !important}.pv25{padding-top:25px !important;padding-bottom:25px !important}.pv30{padding-top:30px !important;padding-bottom:30px !important}.pv40{padding-top:40px !important;padding-bottom:40px !important}.pv50{padding-top:50px !important;padding-bottom:50px !important}.phn{padding-left:0 !important;padding-right:0 !important}.ph5{padding-left:5px !important;padding-right:5px !important}.ph8{padding-left:8px !important;padding-right:8px !important}.ph10{padding-left:10px !important;padding-right:10px !important}.ph15{padding-left:15px !important;padding-right:15px !important}.ph20{padding-left:20px !important;padding-right:20px !important}.ph25{padding-left:25px !important;padding-right:25px !important}.ph30{padding-left:30px !important;padding-right:30px !important}.ph40{padding-left:40px !important;padding-right:40px !important}.ph50{padding-left:50px !important;padding-right:50px !important}@media(min-width: 1230px){.ptn-lg{padding-top:0 !important}.prn-lg{padding-right:0 !important}.pbn-lg{padding-bottom:0 !important}.pln-lg{padding-left:0 !important}.pt5-lg{padding-top:5px !important}.pr5-lg{padding-right:5px !important}.pb5-lg{padding-bottom:5px !important}.pl5-lg{padding-left:5px !important}}@media(min-width: 992px)and (max-width: 1229px){.ptn-md{padding-top:0 !important}.prn-md{padding-right:0 !important}.pbn-md{padding-bottom:0 !important}.pln-md{padding-left:0 !important}.pt5-md{padding-top:5px !important}.pr5-md{padding-right:5px !important}.pb5-md{padding-bottom:5px !important}.pl5-md{padding-left:5px !important}}@media(min-width: 768px)and (max-width: 991px){.phn-sm{padding-left:0 !important;padding-right:0 !important}.ptn-sm{padding-top:0 !important}.prn-sm{padding-right:0 !important}.pbn-sm{padding-bottom:0 !important}.pln-sm{padding-left:0 !important}.pt5-sm{padding-top:5px !important}.pr5-sm{padding-right:5px !important}.pb5-sm{padding-bottom:5px !important}.pl5-sm{padding-left:5px !important}}@media(max-width: 767px){.phn-xs{padding-left:0 !important;padding-right:0 !important}.ptn-xs{padding-top:0 !important}.prn-xs{padding-right:0 !important}.pbn-xs{padding-bottom:0 !important}.pln-xs{padding-left:0 !important}.pt5-xs{padding-top:5px !important}.pr5-xs{padding-right:5px !important}.pb5-xs{padding-bottom:5px !important}.pl5-xs{padding-left:5px !important}}.mauto{margin-left:auto;margin-right:auto}.has-mn>*{margin:0 !important}.mn{margin:0 !important}.m1{margin:1px !important}.m2{margin:2px !important}.m3{margin:3px !important}.m4{margin:4px !important}.m5{margin:5px !important}.m8{margin:8px !important}.m10{margin:10px !important}.m15{margin:15px !important}.m20{margin:20px !important}.m25{margin:25px !important}.m30{margin:30px !important}.m35{margin:35px !important}.m40{margin:40px !important}.m50{margin:50px !important}.mtn{margin-top:0 !important}.mt5{margin-top:5px !important}.mt10{margin-top:10px !important}.mt15{margin-top:15px !important}.mt20{margin-top:20px !important}.mt25{margin-top:25px !important}.mt30{margin-top:30px !important}.mt35{margin-top:35px !important}.mt40{margin-top:40px !important}.mt50{margin-top:50px !important}.mt60{margin-top:60px !important}.mt70{margin-top:70px !important}.mt80{margin-top:80px !important}.mt90{margin-top:90px !important}.mt100{margin-top:100px !important}.mrn{margin-right:0 !important}.mr5{margin-right:5px !important}.mr10{margin-right:10px !important}.mr15{margin-right:15px !important}.mr20{margin-right:20px !important}.mr25{margin-right:25px !important}.mr30{margin-right:30px !important}.mr35{margin-right:35px !important}.mr40{margin-right:40px !important}.mr50{margin-right:50px !important}.mbn{margin-bottom:0 !important}.mb5{margin-bottom:5px !important}.mb10{margin-bottom:10px !important}.mb15{margin-bottom:15px !important}.mb20{margin-bottom:20px !important}.mb25{margin-bottom:25px !important}.mb30{margin-bottom:30px !important}.mb35{margin-bottom:35px !important}.mb40{margin-bottom:40px !important}.mb50{margin-bottom:50px !important}.mb60{margin-bottom:60px !important}.mb70{margin-bottom:70px !important}.mb80{margin-bottom:80px !important}.mb80{margin-bottom:90px !important}.mb100{margin-bottom:100px !important}.mln{margin-left:0 !important}.ml5{margin-left:5px !important}.ml10{margin-left:10px !important}.ml15{margin-left:15px !important}.ml20{margin-left:20px !important}.ml25{margin-left:25px !important}.ml30{margin-left:30px !important}.ml35{margin-left:35px !important}.ml40{margin-left:40px !important}.ml50{margin-left:50px !important}.mvn{margin-top:0 !important;margin-bottom:0 !important}.mv5{margin-top:5px !important;margin-bottom:5px !important}.mv7{margin-top:7px !important;margin-bottom:7px !important}.mv10{margin-top:10px !important;margin-bottom:10px !important}.mv15{margin-top:15px !important;margin-bottom:15px !important}.mv20{margin-top:20px !important;margin-bottom:20px !important}.mv25{margin-top:25px !important;margin-bottom:25px !important}.mv30{margin-top:30px !important;margin-bottom:30px !important}.mv40{margin-top:40px !important;margin-bottom:40px !important}.mv50{margin-top:50px !important;margin-bottom:50px !important}.mv70{margin-top:70px !important;margin-bottom:70px !important}.mhn{margin-left:0 !important;margin-right:0 !important}.mh5{margin-left:5px !important;margin-right:5px !important}.mh10{margin-left:10px !important;margin-right:10px !important}.mh15{margin-left:15px !important;margin-right:15px !important}.mh20{margin-left:20px !important;margin-right:20px !important}.mh25{margin-left:25px !important;margin-right:25px !important}.mh30{margin-left:30px !important;margin-right:30px !important}.mh40{margin-left:40px !important;margin-right:40px !important}.mh50{margin-left:50px !important;margin-right:50px !important}.mh70{margin-left:70px !important;margin-right:70px !important}.mtn5{margin-top:-5px !important}.mtn10{margin-top:-10px !important}.mtn15{margin-top:-15px !important}.mtn20{margin-top:-20px !important}.mtn30{margin-top:-30px !important}.mrn5{margin-right:150px !important}.mrn10{margin-right:-10px !important}.mrn15{margin-right:-15px !important}.mrn20{margin-right:-20px !important}.mrn30{margin-right:-30px !important}.mbn5{margin-bottom:-5px !important}.mbn10{margin-bottom:-10px !important}.mbn15{margin-bottom:-15px !important}.mbn20{margin-bottom:-20px !important}.mbn30{margin-bottom:-30px !important}.mln5{margin-left:-5px !important}.mln10{margin-left:-10px !important}.mln15{margin-left:-15px !important}.mln20{margin-left:-20px !important}.mln30{margin-left:-30px !important}.mvn5{margin-top:-5px !important;margin-bottom:-5px !important}.mvn10{margin-top:-10px !important;margin-bottom:-10px !important}.mvn15{margin-top:-15px !important;margin-bottom:-15px !important}.mvn20{margin-top:-20px !important;margin-bottom:-20px !important}.mvn30{margin-top:-30px !important;margin-bottom:-30px !important}.mhn5{margin-left:-5px !important;margin-right:-5px !important}.mhn10{margin-left:-10px !important;margin-right:-10px !important}.mhn15{margin-left:-15px !important;margin-right:-15px !important}.mhn20{margin-left:-20px !important;margin-right:-20px !important}.mhn30{margin-left:-30px !important;margin-right:-30px !important}.b-t{border-top:1px solid #bfbfbf !important}.b-r{border-right:1px solid #bfbfbf !important}.b-b{border-bottom:1px solid #bfbfbf !important}.b-l{border-left:1px solid #bfbfbf !important}.b-n{border:none !important}.b-tn{border-top:none !important}.b-rn{border-right:none !important}.b-bn{border-bottom:none !important}.b-ln{border-left:none !important}@media(min-width: 1230px){.b-n-lg{border:none !important}.b-t-lg{border-top:1px solid #bfbfbf !important}.b-r-lg{border-right:1px solid #bfbfbf !important}.b-b-lg{border-bottom:1px solid #bfbfbf !important}.b-l-lg{border-left:1px solid #bfbfbf !important}}@media(min-width: 992px)and (max-width: 1229px){.b-n-md{border:none !important}.b-t-md{border-top:1px solid #bfbfbf !important}.b-r-md{border-right:1px solid #bfbfbf !important}.b-b-md{border-bottom:1px solid #bfbfbf !important}.b-l-md{border-left:1px solid #bfbfbf !important}}@media(min-width: 768px)and (max-width: 991px){.b-n-sm{border:none !important}.b-t-sm{border-top:1px solid #bfbfbf !important}.b-r-sm{border-right:1px solid #bfbfbf !important}.b-b-sm{border-bottom:1px solid #bfbfbf !important}.b-l-sm{border-left:1px solid #bfbfbf !important}}@media(max-width: 767px){.b-n-xs{border:none !important}.b-t-xs{border-top:1px solid #bfbfbf !important}.b-r-xs{border-right:1px solid #bfbfbf !important}.b-b-xs{border-bottom:1px solid #bfbfbf !important}.b-l-xs{border-left:1px solid #bfbfbf !important}}*:focus{outline:0 !important}*::-moz-focus-inner{border:0 !important}select:-moz-focusring{color:transparent !important;text-shadow:0 0 0 #000 !important}select,option{-webkit-appearance:none;-moz-appearance:none;background:none}.afc{line-height:1.3em;font-size:14px;color:#333;font-weight:500}.afc,.afc *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.afc .form-group{margin-bottom:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.afc .form-group .help-block{font-size:11px !important}.afc .gui-input,.afc .gui-input-static,.afc .gui-textarea,.afc .select>select,.afc input[type=button],.afc input[type=submit],.afc input[type=search],.afc .select-multiple select{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-feature-settings:"lnum";-moz-font-feature-settings:"lnum=1";-ms-font-feature-settings:"lnum";-o-font-feature-settings:"lnum";font-feature-settings:"lnum"}.afc input[type=search]::-webkit-search-decoration,.afc input[type=search]::-webkit-search-cancel-button,.afc input[type=search]::-webkit-search-results-button,.afc input[type=search]::-webkit-search-results-decoration{display:none}.afc label,.afc input,.afc select,.afc select option,.afc textarea{margin:0;font-size:14px;color:#333;outline:none !important;font-weight:500}.afc .gui-input,.afc .input-footer,.afc .gui-textarea,.afc .select>select,.afc .select-multiple select{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;outline:none;max-width:100%}.afc .section-divider span,.afc .select>select,.afc .select-multiple select{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.afc .section-divider{height:0;border-top:1px solid #bfbfbf;text-align:center;margin-top:20px;margin-bottom:30px}.afc .section-divider span{display:inline-block;position:relative;padding:0 1.3em;background:#fff;color:gray;top:-11px;font-size:15px}.afc .switch,.afc .field-label{font-size:14px}.afc .switch sup,.afc .field-label sup{color:#8d8d8d;position:relative;top:-0.25em;right:auto}.afc .radio,.afc .checkbox{cursor:pointer}.afc .field{display:block;position:relative;margin-top:18px;margin-bottom:4px;z-index:1}.afc .field-label{display:block}.afc .afc-label-asterisk .form-group.required .field-label:after,.afc .afc-label-asterisk .form-group.required .field-label-inline:after{content:"*";font-size:1.55em;line-height:.65em;display:inline-block;position:relative;top:3px;right:0}.afc .afc-label-asterisk-no-required .form-group.no-required .field-label:after,.afc .afc-label-asterisk-no-required .form-group.no-required .field-label-inline:after{content:"**";font-size:1.55em;line-height:.65em;display:inline-block;position:relative;top:3px;right:0}@media(min-width: 992px){.afc .afc-label-absolute .field-label,.afc .afc-label-absolute.afc-label-asterisk .field-label{position:absolute}.afc .afc-label-absolute .field-label:after,.afc .afc-label-absolute.afc-label-asterisk .field-label:after{top:0;position:absolute}.afc .afc-label-absolute .form-group{position:relative}.afc .afc-label-absolute .form-group .field-label{position:absolute;top:1em;right:100%;padding-right:16px;white-space:nowrap;color:#778d7c;text-transform:uppercase;font-size:.9em;font-weight:700;text-align:right}.afc .afc-label-absolute .field{margin-top:0 !important}.afc .afc-label-asterisk .field-label,.afc .afc-label-asterisk .field-label-inline{position:relative}.afc .afc-label-asterisk .field-label:after,.afc .afc-label-asterisk .field-label-inline:after{top:0;position:absolute}.afc .afc-label-asterisk .form-group.required .field-label:after{position:absolute;right:7px}.afc .afc-label-asterisk .form-group.required .field-label-inline:after{right:-8px}.afc .afc-label-asterisk-no-required .form-group.no-required .field-label-inline:after{position:relative;top:0;right:0}}@media(max-width: 767px){.afc .afc-label-absolute .field-label{margin-top:11px;color:rgba(141,141,141,.8)}.afc .afc-label-absolute .field-label+.field{margin-top:1px}.afc .field .gui-input::-webkit-input-placeholder{color:rgba(51,51,51,.5)}.afc .field .gui-input:-moz-placeholder{color:rgba(51,51,51,.5)}.afc .field .gui-input::-moz-placeholder{color:rgba(51,51,51,.5)}.afc .field .gui-input:-ms-input-placeholder{color:rgba(51,51,51,.5)}}.afc .field{position:relative}.afc .field.select,.afc .field .gui-input,.afc .field .gui-input-static,.afc .field .gui-textarea,.afc .field.select>select,.afc .field.select-multiple select{position:relative;vertical-align:top;display:-moz-inline-stack;display:inline-block;*display:inline;padding:0 .8em;color:#333;background:#fff;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:3px;-mox-border-radius:3px;border-radius:3px;font-size:16px;height:44px;outline:none;width:100%;max-width:100%;z-index:1 !important;*zoom:1}.afc .field.select.disabled,.afc .field.select[disabled],.afc .field.select[disabled=disabled],.afc .field .gui-input.disabled,.afc .field .gui-input[disabled],.afc .field .gui-input[disabled=disabled],.afc .field .gui-input-static.disabled,.afc .field .gui-input-static[disabled],.afc .field .gui-input-static[disabled=disabled],.afc .field .gui-textarea.disabled,.afc .field .gui-textarea[disabled],.afc .field .gui-textarea[disabled=disabled],.afc .field.select>select.disabled,.afc .field.select>select[disabled],.afc .field.select>select[disabled=disabled],.afc .field.select-multiple select.disabled,.afc .field.select-multiple select[disabled],.afc .field.select-multiple select[disabled=disabled]{color:rgba(51,51,51,.8) !important}.afc .field.field-bg-light,.afc .field.field-bg-light>select,.afc .field.field-bg-light .gui-input,.afc .field.field-bg-light .gui-textarea,.afc .field.field-bg-light.select,.afc .field.field-bg-light.select>select,.afc .field.field-bg-light.select .gui-input,.afc .field.field-bg-light.select .gui-textarea{color:#333;background:#f2f2f2;border-color:rgba(0,0,0,.2)}.afc .field.field-bg-light:hover,.afc .field.field-bg-light:focus,.afc .field.field-bg-light>select:hover,.afc .field.field-bg-light>select:focus,.afc .field.field-bg-light .gui-input:hover,.afc .field.field-bg-light .gui-input:focus,.afc .field.field-bg-light .gui-textarea:hover,.afc .field.field-bg-light .gui-textarea:focus,.afc .field.field-bg-light.select:hover,.afc .field.field-bg-light.select:focus,.afc .field.field-bg-light.select>select:hover,.afc .field.field-bg-light.select>select:focus,.afc .field.field-bg-light.select .gui-input:hover,.afc .field.field-bg-light.select .gui-input:focus,.afc .field.field-bg-light.select .gui-textarea:hover,.afc .field.field-bg-light.select .gui-textarea:focus{color:#333;background:#f2f2f2;border-color:#666}.afc .field.field-sm .gui-input{font-size:14px;height:36px;padding:0 .7em}.afc .field.field-ci .gui-input{padding-left:50px}.afc .field.field-ci .ci-label{position:absolute;top:0;left:0;z-index:1;font-size:25px;line-height:44px;width:40px;height:44px;color:#e6e6e6;text-align:center;padding-left:.3em}.afc .field.field-ci .ci-label .ci{display:block;font-size:inherit;line-height:inherit}.afc .field .gui-input:hover,.afc .field .gui-textarea:hover,.afc .field.select>select:hover,.afc .field.select-multiple select:hover,.afc .field .gui-input:hover~.input-footer,.afc .field .gui-textarea:hover~.input-footer{border-color:#737373}.afc .field .gui-input:focus,.afc .field .gui-textarea:focus,.afc .field.select>select:focus,.afc .field.select>select:focus option,.afc .field.select-multiple select:focus{color:#333;background:#fff;border:1px solid #737373;outline:none !important}.afc .field.select>select:focus{z-index:10;z-index:20\9 }.afc .field.select>select:focus{z-index:10;z-index:20\9 }.afc .field.select-multiple select:focus,.afc .field .gui-input:focus~.input-footer,.afc .field .gui-textarea:focus~.input-footer{border-color:#999}.afc .field .gui-input-static{border-color:transparent;color:#8d8d8d;padding-left:0;padding-right:0}.afc .field.select option{background:#fff}.afc .field select[disabled],.afc .field.select>select[disabled]{color:#aaa !important}.afc .field.field-select,.afc .field.field-select .field-label-before{line-height:1.3em;height:auto;display:block;text-transform:uppercase;pointer-events:none;background:none !important}.afc .field.field-select .field-label-before{padding:.5em 0}.afc .field .gui-textarea{padding-top:10px;padding-bottom:10px;resize:none;line-height:19px;overflow:auto;max-width:100%;height:96px}.afc .field.select{border:0;z-index:10;background:#fff}.afc .field.select>select{display:block;z-index:10;margin:0;padding:9px 10px;color:#333;outline:none;text-indent:.01px;text-overflow:"";background:#fff;border:1px solid rgba(0,0,0,.2);-webkit-appearance:none;-moz-appearance:none;appearance:normal}.afc .field.select:before,.afc .field.select:after{background-color:transparent !important}.afc .field.select>select::-ms-expand{display:none}.afc .field.select{padding-left:0;padding-right:0}.afc .field.select>select{padding-left:1em;cursor:pointer;border-color:#bfbfbf}.afc .field.select .arrow,.afc .field.select .arrow:before{text-align:center;pointer-events:none;display:block;z-index:1;vertical-align:middle;position:absolute;top:0;right:0;left:auto;bottom:auto;font-size:16px !important;line-height:44px !important;width:44px;height:44px}.afc .field.select .arrow:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.afc .field.select .arrow:after{display:none}.afc .field.select.field-sm,.afc .field.select.select-sm{height:36px}.afc .field.select.field-sm>select,.afc .field.select.field-sm .gui-input-sm,.afc .field.select.select-sm>select,.afc .field.select.select-sm .gui-input-sm{height:36px;padding-top:2px;padding-bottom:2px;padding-right:30px}.afc .field.select.field-sm>select:before,.afc .field.select.field-sm .gui-input-sm:before,.afc .field.select.select-sm>select:before,.afc .field.select.select-sm .gui-input-sm:before{top:1px}.afc .field.select.field-sm .arrow,.afc .field.select.field-sm .arrow:before,.afc .field.select.select-sm .arrow,.afc .field.select.select-sm .arrow:before{font-size:14px !important;line-height:36px !important;width:36px;height:36px}.afc .field.select-multiple select{width:100%;height:123px;padding:10px}.afc .field.select.select-custom{background:#e5e5e5;height:42px}.afc .field.select.select-custom>select{font-size:15px;line-height:auto;background:transparent;height:42px;border:1px solid rgba(0,0,0,0);padding-top:0;padding-bottom:0;cursor:pointer}.afc .field.select.select-custom>select~.arrow{display:block;position:absolute;top:0;right:1px;left:auto;bottom:auto;width:42px;height:42px}.afc .field.select.select-custom>select~.arrow:before{display:none}.afc .field.select.select-custom>select~.arrow:after{display:block;position:absolute;top:0;left:0;right:0;bottom:0;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:28px;line-height:42px;width:42px;height:42px;color:#4d4d4d;background:#e5e5e5;border-left:1px solid rgba(0,0,0,.15);text-align:center}.afc .field.select.select-custom.select-custom-accent{background:#dee9d9}.afc .field.select.select-custom.select-custom-accent>select{border:1px solid rgba(101,154,119,0)}.afc .field.select.select-custom.select-custom-accent>select~.arrow:after{color:#476c53;background:#dee9d9;border-left:1px solid rgba(101,154,119,.4)}.afc .field.select.select-arrow-b>select~.arrow{width:40px;height:40px;top:2px;right:2px}.afc .field.select.select-arrow-b>select~.arrow:before{display:none}.afc .field.select.select-arrow-b>select~.arrow:after{display:block;position:absolute;top:0;left:0;right:0;bottom:auto;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:16px;line-height:40px;width:40px;height:40px;background:#fff;border-left:1px solid rgba(0,0,0,.2);text-align:center}.afc .field.select.select-arrow-b.field-bg-light>select~.arrow:after{color:#333;background:#f2f2f2;border-color:rgba(13,13,13,.2)}.afc .field.select.select-arrow-b.field-sm>select~.arrow{width:32px;height:32px}.afc .field.select.select-arrow-b.field-sm>select~.arrow:after{font-size:14px;line-height:32px;width:32px;height:32px}.afc .field.field-placeholder-sm .gui-input::-webkit-input-placeholder,.afc .field.field-placeholder-sm .gui-textarea::-webkit-input-placeholder{color:#a6a6a6}.afc .field.field-placeholder-sm .gui-input:-moz-placeholder,.afc .field.field-placeholder-sm .gui-textarea:-moz-placeholder{color:#a6a6a6}.afc .field.field-placeholder-sm .gui-input::-moz-placeholder,.afc .field.field-placeholder-sm .gui-textarea::-moz-placeholder{color:#a6a6a6}.afc .field.field-placeholder-sm .gui-input:-ms-input-placeholder,.afc .field.field-placeholder-sm .gui-textarea:-ms-input-placeholder{color:#a6a6a6}.afc .field.field-placeholder-sm .gui-input::-webkit-input-placeholder,.afc .field.field-placeholder-sm .gui-textarea::-webkit-input-placeholder{font-size:13px}.afc .field.field-placeholder-sm .gui-input:-moz-placeholder,.afc .field.field-placeholder-sm .gui-textarea:-moz-placeholder{font-size:13px}.afc .field.field-placeholder-sm .gui-input::-moz-placeholder,.afc .field.field-placeholder-sm .gui-textarea::-moz-placeholder{font-size:13px}.afc .field.field-placeholder-sm .gui-input:-ms-input-placeholder,.afc .field.field-placeholder-sm .gui-textarea:-ms-input-placeholder{font-size:13px}.afc .field .gui-input-static[class*=gui-input-shadow],.afc .field .gui-input[class*=gui-input-shadow],.afc .field .gui-textarea[class*=gui-input-shadow]{background:#fff}.afc .field .gui-input-static.gui-input-shadow-accent,.afc .field .gui-input.gui-input-shadow-accent,.afc .field .gui-textarea.gui-input-shadow-accent{border-color:rgba(157,190,142,.7);-webkit-box-shadow:0 0 0 3px rgba(157,190,142,.7);box-shadow:0 0 0 3px rgba(157,190,142,.7)}.afc .field .gui-input-static.gui-input-shadow-success,.afc .field .gui-input.gui-input-shadow-success,.afc .field .gui-textarea.gui-input-shadow-success{border-color:rgba(56,130,63,.7);-webkit-box-shadow:0 0 0 3px rgba(56,130,63,.7);box-shadow:0 0 0 3px rgba(56,130,63,.7)}.afc .field .gui-input-static.gui-input-shadow-danger,.afc .field .gui-input.gui-input-shadow-danger,.afc .field .gui-textarea.gui-input-shadow-danger{border-color:rgba(202,0,0,.7);-webkit-box-shadow:0 0 0 3px rgba(202,0,0,.7);box-shadow:0 0 0 3px rgba(202,0,0,.7)}.afc .input-footer{padding:.5em .8em;display:block;margin-top:-3px;font-size:14px;line-height:1.3em;color:gray;background:#f9f9f9;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:0 0 3px 3px;-mox-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;position:relative;z-index:1}@-moz-document url-prefix(){.afc .select:before{content:"";pointer-events:none;-moz-transition:none;transition:none;position:absolute;background:#f5f5f5;width:36px;right:1px;top:1px;bottom:1px;z-index:99}.afc .select>select:focus,.afc .select>select:hover,.afc .select:hover select,.afc .select:hover:before{background:#fff;-webkit-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none}.afc .select .arrow{z-index:100}}.container-section-top{background:#34543a;font-size:10px;text-align:center;text-transform:uppercase;height:70px}.container-section-top .container-header-top{padding-top:17px}.container-section-top .part-nav>*{color:#fff;line-height:1.3em}.container-section-top .btn-nav{padding-bottom:11px}html.head-tp-checkout #viewport{background-position:center -200px}.container-section-top-checkout{background:#fff;font-size:10px;height:70px;position:relative}.container-section-top-checkout:after{content:"";display:block;border-bottom:1px solid rgba(0,0,0,.1);position:absolute;left:0;right:0;bottom:0}.container-section-top-checkout .container-header-top{padding-top:17px}.container-section-top-checkout .part-nav>*{color:#666;line-height:1.3em}.container-section-top-checkout .btn-nav{padding-bottom:11px}.hhdd .part-nav{font-size:0;line-height:1em}.hhdd .part-nav .btn-nav{display:block;font-size:10px;white-space:nowrap}.hhdd .part-nav .ci{display:block;font-size:19px;color:rgba(255,255,255,.85)}.hhdd .part-nav.part-caret{padding-left:8px;padding-right:8px;margin-right:6px}.hhdd .part-nav.part-caret+.part-caret{margin-right:0}.hhdd .part-nav.part-caret .tx:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";position:absolute;right:-10px;bottom:3px;padding-left:10px;color:inherit;font-size:inherit;opacity:.5;filter:alpha(opacity=50)}.hhdd .tx{position:relative;display:block;letter-spacing:.1em}.hhdd .part-left{float:left;margin-right:20px}.hhdd .part-right{float:right;margin-left:20px}.hhdd .part-right .ci{line-height:19px;min-height:19px;margin-bottom:5px}.hhdd .part-cart .ci{font-size:21px}.hhdd .part-cart .cart-count{display:block;letter-spacing:0;text-align:center;font-size:10px;line-height:18px;min-height:10px;letter-spacing:0;width:17px;height:17px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-border-radius:17px;-mox-border-radius:17px;border-radius:17px;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0);position:absolute;top:-4px;right:7px;font-weight:700}.hhdd .part-cart .cart-count[data-length="1"]{font-size:13px;line-height:17px}.hhdd .part-cart .btn-nav{position:relative}.hhdd .part-cart .btn-nav .cart-count,.hhdd .part-cart .btn-nav:hover .cart-count,.hhdd .part-cart .btn-nav:focus .cart-count{color:#34543a;background:#fff}.hhdd .part-cart .btn-nav:hover .cart-count{-webkit-box-shadow:0 0 0 4px rgba(242,242,242,.2);box-shadow:0 0 0 4px rgba(242,242,242,.2)}.hhdd .is-icon-right{text-align:right;display:inline-block;padding-top:5px}.hhdd .is-icon-right .btn-nav>span,.hhdd .is-icon-right .btn-nav .ci{display:inline-block}.hhdd .is-icon-right .btn-nav .tx{line-height:12px}.hhdd .part-lang .tx{line-height:24px}.hhdd .part-stores .ci{font-size:24px;line-height:1em;margin-left:.1em}.hhdd .inner-button{display:inline-block;border:1px solid rgba(255,255,255,.7);padding:.2em .6em;margin-top:-0.2em;margin-left:.5em;font-size:12px;font-weight:700}.hhdd .inner-button .ci{color:#fff;font-size:14px}.hhdd .inner-button,.hhdd .inner-button .ci{line-height:22px}.hhdd a.btn-nav:hover .ci{color:#fff}.hhdd a.btn-nav:hover .inner-button{background:rgba(255,255,255,.1)}.hhdd .btn-continue-shopping{padding:.2em 0 0}.hhdd .part-va-middle>*{padding-top:.4em}.hhdd .part-va-middle>* .ci,.hhdd .part-va-middle>* .tx{display:inline-block !important;white-space:nowrap}.hhdd .part-va-middle .ci{margin-right:.5em !important;position:relative;top:.25em;left:0}.hhdd.hhdd-checkout .part-nav{font-size:0;line-height:1em}.hhdd.hhdd-checkout .part-nav .btn-nav{display:block;font-size:10px;white-space:nowrap}.hhdd.hhdd-checkout .part-nav .ci{display:block;font-size:19px;color:#545454}.hhdd.hhdd-checkout .part-b .ci{position:relative;font-size:18px}.hhdd.hhdd-checkout .part-b .ci:after{content:"";display:block;width:27px;height:27px;border:2px solid rgba(157,190,142,.2);-webkit-border-radius:27px;-mox-border-radius:27px;border-radius:27px;position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-13px}.hhdd.hhdd-checkout .part-secure .ci{color:rgba(101,154,119,.5)}.hhdd.hhdd-checkout .part-secure .tx{color:rgba(101,154,119,.6)}.hhdd.hhdd-checkout .tx{display:block;letter-spacing:.1em}.hhdd.hhdd-checkout a.btn-nav:hover .ci{color:#666}.hhdd.hhdd-checkout .part-cart .cart-count{font-size:10px;line-height:18px;min-height:10px;width:17px;height:17px;-webkit-box-shadow:0 0 0 0 rgba(157,190,142,0);box-shadow:0 0 0 0 rgba(157,190,142,0);top:-4px;right:7px}.hhdd.hhdd-checkout .part-cart .cart-count[data-length="1"]{font-size:13px;line-height:17px}.hhdd.hhdd-checkout .part-cart .btn-nav .cart-count,.hhdd.hhdd-checkout .part-cart .btn-nav:hover .cart-count,.hhdd.hhdd-checkout .part-cart .btn-nav:focus .cart-count{color:#fff;background:#9dbe8e}.hhdd.hhdd-checkout .part-cart .btn-nav:hover .cart-count{-webkit-box-shadow:0 0 0 4px rgba(143,181,126,.2);box-shadow:0 0 0 4px rgba(143,181,126,.2)}@media(min-width: 768px)and (max-width: 991px){.container-section-top{font-size:9px;height:62px}.container-section-top .container-header-top{padding-top:16px}.container-section-top .btn-nav{padding-bottom:10px}.container-section-top-checkout{font-size:9px;height:62px}.container-section-top-checkout .container-header-top{padding-top:16px}.container-section-top-checkout .btn-nav{padding-bottom:10px}.hhdd .part-nav .btn-nav{font-size:9px}.hhdd .part-nav .ci{font-size:17px}.hhdd .part-left{margin-right:18px}.hhdd .part-right{margin-left:18px}.hhdd .part-right .ci{line-height:17px;min-height:17px}.hhdd .part-cart .ci{font-size:19px}.hhdd .part-cart .cart-count{font-size:9px;line-height:16px;min-height:9px;width:15px;height:15px;top:-3px;right:6px}.hhdd .part-cart .cart-count[data-length="1"]{font-size:12px;line-height:15px}.hhdd .is-icon-right .btn-nav .tx{line-height:11px}.hhdd .part-lang .tx{line-height:22px}.hhdd .part-stores .ci{font-size:22px}.hhdd .inner-button{font-size:11px}.hhdd .inner-button .ci{font-size:13px}.hhdd .inner-button,.hhdd .inner-button .ci{line-height:20px}.hhdd.hhdd-checkout .part-nav .btn-nav{font-size:9px}.hhdd.hhdd-checkout .part-nav .ci{font-size:17px}.hhdd.hhdd-checkout .part-b .ci{font-size:16px}.hhdd.hhdd-checkout .part-b .ci:after{width:24px;height:24px;margin-top:-13px;margin-left:-11px}.hhdd.hhdd-checkout .part-cart .cart-count{font-size:9px;line-height:16px;min-height:9px;width:15px;height:15px;top:-3px;right:6px}.hhdd.hhdd-checkout .part-cart .cart-count[data-length="1"]{font-size:12px;line-height:15px}}ul>li>a.has-ci-image-special{padding-right:39px}ul>li>a.has-ci-image-special .ci-image-special{display:inline-block;position:relative;width:39px;vertical-align:top}ul>li>a.has-ci-image-special .ci-image-special .ci-image-anim{display:block;width:30px;height:30px;-webkit-border-radius:30px;-mox-border-radius:30px;border-radius:30px;position:absolute;top:45%;right:0;margin-top:-15px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-animation:ec-pulse-concorso 2s cubic-bezier(0.4, 0.01, 0.165, 0.99) infinite;-o-animation:ec-pulse-concorso 2s cubic-bezier(0.4, 0.01, 0.165, 0.99) infinite;animation:ec-pulse-concorso 2s cubic-bezier(0.4, 0.01, 0.165, 0.99) infinite}ul>li>a.has-ci-image-special:hover .ci-image-special{opacity:.85;filter:alpha(opacity=85)}@-webkit-keyframes ec-pulse-concorso{0%{-webkit-box-shadow:0 0 0 0 rgba(108,149,126,.7);box-shadow:0 0 0 0 rgba(108,149,126,.7)}70%{-webkit-box-shadow:0 0 0 10px rgba(108,149,126,0);box-shadow:0 0 0 10px rgba(108,149,126,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(108,149,126,0);box-shadow:0 0 0 0 rgba(108,149,126,0)}}@-moz-keyframes ec-pulse-concorso{0%{-webkit-box-shadow:0 0 0 0 rgba(108,149,126,.7);box-shadow:0 0 0 0 rgba(108,149,126,.7)}70%{-webkit-box-shadow:0 0 0 10px rgba(108,149,126,0);box-shadow:0 0 0 10px rgba(108,149,126,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(108,149,126,0);box-shadow:0 0 0 0 rgba(108,149,126,0)}}@-ms-keyframes ec-pulse-concorso{0%{-webkit-box-shadow:0 0 0 0 rgba(108,149,126,.7);box-shadow:0 0 0 0 rgba(108,149,126,.7)}70%{-webkit-box-shadow:0 0 0 10px rgba(108,149,126,0);box-shadow:0 0 0 10px rgba(108,149,126,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(108,149,126,0);box-shadow:0 0 0 0 rgba(108,149,126,0)}}@keyframes ec-pulse-concorso{0%{-webkit-box-shadow:0 0 0 0 rgba(108,149,126,.7);box-shadow:0 0 0 0 rgba(108,149,126,.7)}70%{-webkit-box-shadow:0 0 0 10px rgba(108,149,126,0);box-shadow:0 0 0 10px rgba(108,149,126,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(108,149,126,0);box-shadow:0 0 0 0 rgba(108,149,126,0)}}.topbar-item .container{padding:9px 0}.topbar-item .container h1,.topbar-item .container h2,.topbar-item .container h3,.topbar-item .container h4,.topbar-item .container h5,.topbar-item .container h6,.topbar-item .container div,.topbar-item .container p{font-size:15px;line-height:1.2em;margin:0}.topbar-item .ml-type12 .letter,.topbar-item .ml-type12 [class*=word]{display:inline-block}#container-topbar{position:relative}#container-topbar:after{content:"";display:block;position:absolute;left:-9999px;right:-9999px;bottom:0;border-bottom:1px solid rgba(0,0,0,.05);z-index:10}#container-topbar:hover .inner-topbar{opacity:.9;filter:alpha(opacity=90)}#container-topbar #topbar-carousel{padding:0 !important}@media(max-width: 479px){.topbar-item{letter-spacing:0 !important}.topbar-item .container{padding:7px 10px !important}.topbar-item .container h1,.topbar-item .container h2,.topbar-item .container h3,.topbar-item .container h4,.topbar-item .container h5,.topbar-item .container h6,.topbar-item .container div,.topbar-item .container p{font-size:13px;line-height:1.2em;margin:0}.topbar-item .container br{display:none}.topbar-item .container p{display:inline;padding-right:.5em}.topbar-item .ml-type12-outer{overflow:hidden}.topbar-item .ml-type12 .letter,.topbar-item .ml-type12 [class*=word]{display:inline-block}}.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider{overflow:hidden;margin:0}.lightSlider:before,.lightSlider:after{content:" ";display:table}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lSSlideWrapper .lSSlide>.lslide{float:left}.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSFade>*{position:absolute !important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper .lSFade>*.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lSSlideWrapper.usingCss .lSFade>*.active{opacity:1}.lightslider .ls-item{background:#f2f2f2}.ls-item{position:relative}.ls-item .ls-title-outer{opacity:0;filter:alpha(opacity=0)}.ls-loaded .ls-item .ls-title-outer{opacity:1;filter:alpha(opacity=100)}.ls-title-outer{position:absolute;left:5%;right:5%;bottom:0;text-align:center;background:rgba(255,255,255,.7);padding:1.2em 1em}.ls-title-outer .ls-title{margin:0;font-size:29px}@media(min-width: 1230px){.ls-title-outer{left:15%;right:15%}}@media(min-width: 768px){.ls-title-outer{display:none}}.lSPager{margin:0 auto !important;padding:0;width:auto !important;height:0 !important;font-size:0;line-height:0;z-index:13;position:absolute;top:auto !important;left:0 !important;right:0 !important;bottom:-8px !important;text-align:center}.lSPager.lSpg{bottom:-4px !important}.lSPager.lSpg>li{width:auto !important;display:inline-block;float:none;font-size:10px !important;margin:0 .7em !important}.lSPager.lSpg>li>a{display:block;float:left;background:rgba(0,0,0,.15);border:1px solid rgba(0,0,0,0);width:10px;height:10px;text-indent:-99999px;-webkit-border-radius:10px;-mox-border-radius:10px;border-radius:10px;-webkit-box-shadow:none;box-shadow:none}.lSPager.lSpg>li.active>a{background:#659a77;border-color:rgba(91,139,107,.2);-webkit-box-shadow:none;box-shadow:none}.lSPager.lSGallery{display:block}.lSPager.lSGallery>li{display:inline-block;width:auto !important;margin:1px !important}.lSPager.lSGallery>li>a{display:block;text-indent:0;-webkit-border-radius:0;-mox-border-radius:0;border-radius:0;position:relative}.lSPager.lSGallery>li>a:after{content:"";display:block;border-bottom:3px solid rgba(157,190,142,0);position:absolute;left:0;right:0;bottom:-6px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.lSPager.lSGallery>li.active>a:after{border-bottom-color:rgba(157,190,142,.7)}@media(max-width: 767px){#product .p-image-outer{padding-left:0;padding-right:0}#product .p-image-outer .lSPager.lSpg{left:auto !important;bottom:20px !important}#product .p-image-outer .lSPager.lSpg>li:last-child{margin-right:.2em !important}}.lSAction{position:absolute;top:50%;left:0;right:0;height:0;z-index:16;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.lSAction>a{display:block;width:90px;height:90px;font-size:90px;line-height:90px;text-align:center;position:absolute;top:0;margin-top:-45px;color:#fff;text-shadow:0 2px 0 rgba(0,0,0,.1);cursor:pointer}.lSAction>a.lSPrev{right:auto;left:0}.lSAction>a.lSNext{left:auto;right:0}.lSSlideOuter:hover .lSAction{opacity:1;filter:alpha(opacity=100)}.lSAction.lSActionVisible{opacity:1;filter:alpha(opacity=100)}.lSAction.lSActionVisible>a{color:#eaeaea;text-shadow:0 1px 0 rgba(0,0,0,.2)}.lSAction.lSActionVisible>a.lSPrev{right:auto;left:-0.2em}.lSAction.lSActionVisible>a.lSNext{left:auto;right:-0.2em}.lSAction.lSActionSmall>a{width:50px;height:50px;font-size:50px;line-height:50px;margin-top:-25px}.p-image-outer .lSAction.lSActionSmall>a{margin-top:50px;text-shadow:none}@media(max-width: 767px){body .er-outer.is-slider .er-inner,body .lSSlideOuter,body .lSSlideWrapper,body .lightSlider{overflow:visible !important}body #container-lightslider{padding-bottom:60px;background:rgba(101,154,119,.15);overflow:hidden}.ls-title-outer{position:static;background:none;padding:8px 48px;height:60px;display:flex;align-content:center;align-items:center}.ls-title-outer .ls-title{flex:1 1 auto;font-size:18px;line-height:22px;padding:0;max-height:44px;overflow:hidden;text-overflow:ellipsis}.lSAction{position:absolute;top:auto;left:0;right:0;bottom:0;height:0;z-index:16;opacity:1;filter:alpha(opacity=100);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.lSAction>a{width:34px;height:60px;font-size:28px;line-height:60px;margin-top:0;color:rgba(101,154,119,.5);background:rgba(101,154,119,0);text-shadow:none;text-align:center;top:auto;bottom:0}.lSAction>a.lSPrev{right:auto;left:0;border-right:1px solid rgba(101,154,119,.2)}.lSAction>a.lSPrev .ci{padding-right:2px}.lSAction>a.lSNext{left:auto;right:0;border-left:1px solid rgba(101,154,119,.2)}.lSAction>a.lSNext .ci{padding-left:2px}.lSAction>a .ci{display:block;font-size:inherit;line-height:inherit}}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}@-webkit-keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@-webkit-keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@-webkit-keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@-webkit-keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}@keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.hhdd .part-mm{font-size:15px;background:#fff}.hhdd .nav-mm{min-height:51px;-webkit-box-shadow:0 4px 12px -8px rgba(0,0,0,.3);box-shadow:0 4px 12px -8px rgba(0,0,0,.3);position:relative}.hhdd .nav-mm>ul>li{float:left}.hhdd .nav-mm>ul>li>a .mm-tab-title.has-lb{position:relative}.hhdd .nav-mm>ul>li>a .mm-tab-title.has-lb,.hhdd .nav-mm>ul>li>a .mm-tab-title.has-lb .inner-lb{color:#fff}.hhdd .nav-mm>ul>li>a .mm-tab-title.has-lb:before{content:"";display:block;position:absolute;top:-2px;bottom:-2px;left:-6px;right:-6px;background:rgba(101,154,119,.8);-webkit-border-radius:3px;-mox-border-radius:3px;border-radius:3px}.hhdd .nav-mm>ul>li>a .mm-tab-title.has-lb .inner-lb{position:relative;display:inline-block}.hhdd .nav-mm>ul>li>a .mm-tab-title>.ci{width:.9em;min-height:1px;padding-left:.3em}.hhdd .nav-mm>ul>li.item-s{float:right;margin-top:8px;padding-right:15px}.hhdd .nav-mm .list-mm{margin-top:0;margin-bottom:0;padding-right:0}.hhdd .nav-mm .item-mm{float:left}.hhdd .nav-mm .item-mm.item-mm-close{display:none}.hhdd .nav-mm .item-mm>a{display:inline-block;font-size:15px;line-height:51px;padding:0 .65em;text-transform:uppercase;font-weight:700}.hhdd .nav-mm .item-mm:first-child>a,.hhdd .nav-mm .item-mm.item-mm-close+.mm-hrmenu-tab>a,.hhdd .nav-mm .item-mm.mm-hrmenu-tab-1>a{padding-left:0}.hhdd .nav-mm .item-s{width:150px}@media(min-width: 992px)and (max-width: 1229px){.hhdd .part-mm{font-size:13px}.hhdd .list-mm.container{padding-right:0}.hhdd .nav-mm{min-height:51px}.hhdd .nav-mm .item-mm>a{font-size:13px;padding:0 .45em}.lang-en .hhdd .nav-mm .item-mm>a{font-size:12px}.hhdd .nav-mm .item-mm .mm-tab-title .ci{font-size:.85em}.hhdd .nav-mm .item-mm:first-child>a,.hhdd .nav-mm .item-mm.mm-hrmenu-tab-1>a{padding-left:0}.hhdd .nav-mm .item-s{margin-top:0 !important;margin-bottom:8px}.hhdd .nav-mm .item-s,.hhdd .nav-mm .item-s .gui-input{width:100%}}@media(min-width: 768px)and (max-width: 991px){.hhdd .part-mm{font-size:10px}.hhdd .list-mm.container{padding-left:0;padding-right:0;position:relative;top:0;left:15px}.hhdd .nav-mm{min-height:none;padding-top:6px}.hhdd .nav-mm .item-mm>a{font-size:10px;line-height:31px;padding:0 .5em}.lang-en .hhdd .nav-mm .item-mm>a{padding:0 .4em}.hhdd .nav-mm .item-mm:first-child>a,.hhdd .nav-mm .item-mm.mm-hrmenu-tab-1>a{padding-left:0}.hhdd .nav-mm .item-s{width:100% !important;clear:both !important;padding-bottom:8px}.hhdd .nav-mm .item-s .field .gui-input{width:100%}}.dropdown-menu{min-width:190px;margin:2px 0 0 -1px;padding:.6em 0;border:1px solid rgba(102,102,102,.25);border-bottom-color:rgba(102,102,102,.3)}.dropdown-menu .text-uppercase>li>a,.dropdown-menu .initialism>li>a{text-transform:uppercase}.dropdown-menu>li,.dropdown-menu>.item-list,.dropdown-menu-inner>li,.dropdown-menu-inner>.item-list{display:block}.dropdown-menu>li>a,.dropdown-menu>li>.item,.dropdown-menu>.item-list>a,.dropdown-menu>.item-list>.item,.dropdown-menu-inner>li>a,.dropdown-menu-inner>li>.item,.dropdown-menu-inner>.item-list>a,.dropdown-menu-inner>.item-list>.item{display:block;text-transform:none;font-size:15px;line-height:20px;padding:9px 20px;padding-right:22px;margin-bottom:1px;color:#666;background:transparent;cursor:pointer}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>li>.item:hover,.dropdown-menu>li>.item:focus,.dropdown-menu>.item-list>a:hover,.dropdown-menu>.item-list>a:focus,.dropdown-menu>.item-list>.item:hover,.dropdown-menu>.item-list>.item:focus,.dropdown-menu-inner>li>a:hover,.dropdown-menu-inner>li>a:focus,.dropdown-menu-inner>li>.item:hover,.dropdown-menu-inner>li>.item:focus,.dropdown-menu-inner>.item-list>a:hover,.dropdown-menu-inner>.item-list>a:focus,.dropdown-menu-inner>.item-list>.item:hover,.dropdown-menu-inner>.item-list>.item:focus{color:#404040;background:#f8f8f8}.dropdown-menu>li.active>a,.dropdown-menu>li.active>a:hover,.dropdown-menu>li.active>a:focus,.dropdown-menu>li.active>.item,.dropdown-menu>li.active>.item:hover,.dropdown-menu>li.active>.item:focus,.dropdown-menu>.item-list.active>a,.dropdown-menu>.item-list.active>a:hover,.dropdown-menu>.item-list.active>a:focus,.dropdown-menu>.item-list.active>.item,.dropdown-menu>.item-list.active>.item:hover,.dropdown-menu>.item-list.active>.item:focus,.dropdown-menu-inner>li.active>a,.dropdown-menu-inner>li.active>a:hover,.dropdown-menu-inner>li.active>a:focus,.dropdown-menu-inner>li.active>.item,.dropdown-menu-inner>li.active>.item:hover,.dropdown-menu-inner>li.active>.item:focus,.dropdown-menu-inner>.item-list.active>a,.dropdown-menu-inner>.item-list.active>a:hover,.dropdown-menu-inner>.item-list.active>a:focus,.dropdown-menu-inner>.item-list.active>.item,.dropdown-menu-inner>.item-list.active>.item:hover,.dropdown-menu-inner>.item-list.active>.item:focus{color:#34543a;background:rgba(147,164,151,.2);cursor:default}.dropdown-menu>li.divider,.dropdown-menu>.item-list.divider,.dropdown-menu-inner>li.divider,.dropdown-menu-inner>.item-list.divider{margin:.5em 0}.dropdown-inner{padding:18px 18px}.dropup>[role=button]>.ci-flip-v{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.dropup.open>[role=button]>.ci-flip-v{-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.navt{position:relative;z-index:3}.navt .navt-button{cursor:pointer}.navt .navt-button:after{content:"";position:absolute;width:190px;height:18px;top:100%;left:50%;pointer-events:none;-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.navt .navt-content{position:absolute;z-index:4;width:190px;left:0;margin:0;margin-left:0;top:100%;bottom:auto;background:#fff;opacity:0;cursor:default;pointer-events:none;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;-moz-transform:translate3d(0, 10px, 0);-o-transform:translate3d(0, 10px, 0);-ms-transform:translate3d(0, 10px, 0);-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);-webkit-box-shadow:1.2em 1.5em 1.6em -0.5em rgba(0,0,0,.15);box-shadow:1.2em 1.5em 1.6em -0.5em rgba(0,0,0,.15);-webkit-border-radius:3px;-mox-border-radius:3px;border-radius:3px;border:1px solid rgba(0,0,0,.2);padding:10px 20px}.navt .navt-content:before,.navt .navt-content:after{content:"";top:auto;bottom:100%;left:0;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;border-color:transparent;border-bottom-color:#fff;border-width:9px;margin-left:17px}.navt .navt-content:before{margin-top:auto;margin-bottom:1px;border-bottom-color:rgba(0,0,0,.2)}.navt .navt-content,.navt .navt-content p,.navt .navt-content li,.navt .navt-content a{font-size:15px;line-height:1.4em;text-align:left;color:#666;text-transform:none}.navt .navt-content.text-center,.navt .navt-content.text-center *{text-align:center}.navt .navt-content.text-right,.navt .navt-content.text-right *{text-align:right}.navt .navt-content>ul{padding:0;margin:0}.navt .navt-content>ul>li{margin-left:-20px;margin-right:-20px}.navt .navt-content>ul>li>a{padding:.5em 20px;display:block}.navt .navt-content>ul>li>a:hover{color:#545454;background:rgba(0,0,0,.03)}.navt .navt-content>ul>li.active,.navt .navt-content>ul>li.active:hover{color:#404040;background:rgba(0,0,0,.05)}.navt .navt-content>ul>li.divider{padding:0;margin:.6em 0;margin-left:-20px;margin-right:-20px;border-top-color:rgba(0,0,0,.1)}.navt.is-lg .navt-button:after{width:230px}.navt.is-lg .navt-content{width:230px}.navt.is-lg2 .navt-button:after{width:280px}.navt.is-lg2 .navt-content{width:280px}.navt.is-lg3 .navt-button:after{width:340px}.navt.is-lg3 .navt-content{width:340px}.navt.is-no-arrow .navt-content:before,.navt.is-no-arrow .navt-content:after{display:none}.navt.is-left.is-left2x .navt-content{left:-16px}.navt.is-center .navt-button:after{left:50%;-moz-transform:translate3d(50%, 0, 0);-o-transform:translate3d(50%, 0, 0);-ms-transform:translate3d(50%, 0, 0);-webkit-transform:translate3d(50%, 0, 0);transform:translate3d(50%, 0, 0)}.navt.is-center .navt-content{left:50%;margin-left:-95px}.navt.is-center .navt-content:before,.navt.is-center .navt-content:after{left:50%;margin-left:-9px}.navt.is-center.is-lg .navt-content{margin-left:-115px}.navt.is-center.is-lg2 .navt-content{margin-left:-140px}.navt.is-center.is-lg3 .navt-content{margin-left:-170px}.navt.is-right .navt-button:after{left:auto;right:50%;-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.navt.is-right .navt-content{left:auto;right:0}.navt.is-right .navt-content:before,.navt.is-right .navt-content:after{left:auto;right:0;margin-right:17px}.navt.is-right .navt-content:before{margin-top:auto;margin-bottom:1px}.navt.is-right.is-right2x .navt-content{right:-16px}.navt.is-top .navt-button:after{top:100%;-webkit-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0)}.navt.is-top .navt-content{margin-bottom:18px;top:auto;bottom:100%;-moz-transform:translate3d(0, -10px, 0);-o-transform:translate3d(0, -10px, 0);-ms-transform:translate3d(0, -10px, 0);-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}.navt.is-top .navt-content:before,.navt.is-top .navt-content:after{top:100%;bottom:auto;border-color:transparent;border-top-color:#fff}.navt.is-top .navt-content:before{margin-top:1px;margin-bottom:auto;border-top-color:rgba(0,0,0,.2)}.navt.is-top.is-no-arrow .navt-content{margin-bottom:0}.navt.is-bg-accent .navt-content{background:#659a77;border:1px solid #5b8b6b}.navt.is-bg-accent .navt-content:before,.navt.is-bg-accent .navt-content:after{border-bottom-color:#659a77}.navt.is-bg-accent .navt-content:before{border-bottom-color:#5b8b6b}.navt.is-bg-accent .navt-content,.navt.is-bg-accent .navt-content p,.navt.is-bg-accent .navt-content li,.navt.is-bg-accent .navt-content a{color:#fff}.navt.is-bg-accent .navt-content>ul>li>a:hover{color:#f2f2f2;background:#517b5f}.navt.is-bg-accent .navt-content>ul>li.active,.navt.is-bg-accent .navt-content>ul>li.active:hover{color:#d9d9d9;background:#3d5c47}.navt.is-bg-accent .navt-content>ul>li.divider{background:#84ae92}.navt.is-bg-accent.is-top .navt-content:before,.navt.is-bg-accent.is-top .navt-content:after{border-color:transparent !important;border-top-color:#659a77 !important}.navt.is-bg-accent.is-top .navt-content:before{border-top-color:#5b8b6b !important}.navt-outer-fullwidth{position:relative}.navt-outer-fullwidth .navt-button{position:relative}.navt-outer-fullwidth .navt-button:before{content:"";display:inline-block;position:absolute;top:auto;left:25%;right:30%;bottom:0;z-index:5;border-bottom:0 solid rgba(147,164,151,0);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-moz-transform:translate3d(0, 8px, 0);-o-transform:translate3d(0, 8px, 0);-ms-transform:translate3d(0, 8px, 0);-webkit-transform:translate3d(0, 8px, 0);transform:translate3d(0, 8px, 0);-webkit-transition-delay:.05s;transition-delay:.05s}.navt-outer-fullwidth .navt-content{border:0;width:auto;max-width:100%}.navt-outer-fullwidth .navt-content:after{display:none}.navt-outer-fullwidth .navt{position:static}.navt-outer-fullwidth .navt.is-open .navt-button:before,.navt-outer-fullwidth .navt.is-hover:hover .navt-button:before{left:5%;right:10%;border-bottom:4px solid #93a497;-moz-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@media(min-width: 768px)and (max-width: 991px){.navt-outer-fullwidth .navt.is-open .navt-button:before,.navt-outer-fullwidth .navt.is-hover:hover .navt-button:before{border-bottom-width:2px}}.navt.is-open,.navt.is-hover:hover{z-index:2}.navt.is-open .navt-button:after,.navt.is-hover:hover .navt-button:after{pointer-events:auto}.navt.is-open .navt-content,.navt.is-hover:hover .navt-content{pointer-events:auto;opacity:1;filter:alpha(opacity=100);-moz-transform:translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);-o-transform:translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);-ms-transform:translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);-webkit-transform:translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);transform:translate3d(0, 0, 0) rotate3d(0, 0, 0, 0)}@media(max-width: 991px){.navt .navt-button:after{width:220px}.navt .navt-content{width:220px}.navt .navt-content>ul>li>a{padding-top:.7em;padding-bottom:.7em}}.s-inline .field{position:relative}.s-inline .field .gui-input{display:block;background:#eaeaea;border:0 !important;height:35px;width:auto;padding-right:35px}.s-inline .field .gui-input:hover,.s-inline .field .gui-input:focus{background:#f7f7f7}.s-inline .field .gui-input:focus{-webkit-box-shadow:inset 0 0 0 1px rgba(52,84,58,.1);box-shadow:inset 0 0 0 1px rgba(52,84,58,.1)}.s-inline .field .btn.btn-search{position:absolute;top:0;right:0;z-index:1;display:block;width:35px;height:35px;font-size:18px;line-height:35px;color:#333}.s-inline .field .btn.btn-search:hover{color:#34543a}.s-inline .field .btn .ci{display:block}.s-inline.s-inline-lg{position:relative}.s-inline.s-inline-lg .field{position:relative;width:auto;margin:0;margin-right:105px}.s-inline.s-inline-lg .field label{position:absolute;top:0;left:0;z-index:2}.s-inline.s-inline-lg .field label,.s-inline.s-inline-lg .field label .ci{display:block;color:#34543a;font-size:27px;line-height:48px;width:48px;height:48px}.s-inline.s-inline-lg .field .gui-input{background:#eaeaea;border:0 !important;height:48px;display:block;width:100%;margin-right:105px;padding-left:53px;z-index:1}.s-inline.s-inline-lg .field .gui-input:hover,.s-inline.s-inline-lg .field .gui-input:focus{background:#f7f7f7}.s-inline.s-inline-lg .field .gui-input:focus{-webkit-box-shadow:inset 0 0 0 1px rgba(52,84,58,.1);box-shadow:inset 0 0 0 1px rgba(52,84,58,.1)}.s-inline.s-inline-lg .btn.btn-search{position:absolute;top:0;right:0;z-index:2;display:block;width:110px;line-height:48px;color:#fff;background:#659a77;border:0;text-transform:uppercase;font-weight:700}.er-outer{max-width:100%;margin-left:auto;margin-right:auto}.er-outer.er-bg{background:#f9f9f9}.er-outer .er-inner{position:relative;display:block;height:0;padding:0;overflow:hidden;padding-bottom:99.99999%}.er-outer .er-content{display:block;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;border:0}.er-outer.is-squared .er-inner{padding-bottom:99.99999%}.er-outer.is-4x3 .er-inner{padding-bottom:74.99999%}.er-outer.is-16x9 .er-inner{padding-bottom:56.249999%}.er-outer.is-slider,.er-outer.is-canvass{width:1400px}#index .er-outer.is-slider,#index .er-outer.is-canvass{width:1400px !important}.er-outer.is-slider .er-inner,.er-outer.is-canvass .er-inner{padding-bottom:42.7142857143%}.er-outer.is-slider .lightSlider,.er-outer.is-canvass .lightSlider{padding-bottom:42.7142857143% !important}.er-outer.is-slider .lightSlider,.er-outer.is-slider .lightSlider>li,.er-outer.is-canvass .lightSlider,.er-outer.is-canvass .lightSlider>li{height:100% !important}.er-outer.is-bannertop{width:1400px}.er-outer.is-bannertop .er-inner{padding-bottom:21.4285714286%}.ab-parent{position:relative;max-width:100%;margin-left:auto;margin-right:auto}.ab-parent.ab-bg{background:#f9f9f9}@media(min-width: 1230px){.ab-parent{overflow:hidden}.ab-parent>img{position:absolute;top:50%;left:50%;max-width:none}}@media(max-width: 1229px){.ab-parent{height:auto !important}.ab-parent>img{position:static !important;margin:auto !important}}.er{position:relative;display:block;height:0;padding:0;overflow:hidden}.er .er-item,.er iframe,.er embed,.er object,.er video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.er-16x9{padding-bottom:56.25%}.er-4x3{padding-bottom:75%}.foglia{font-size:inherit;line-height:1em;z-index:2}.foglia.is-lp{font-size:39px;position:absolute;top:.15em;left:.15em}@media(min-width: 992px){.p-cat-default-foglia:after{margin-left:55px !important}.p-cat-default-foglia a{position:relative;padding-left:55px}.p-cat-default-foglia .foglia{font-size:39px;line-height:28px;position:absolute;top:-0.15em;left:0}}.submm-legend .foglia{font-size:1.5em;line-height:.1em;position:relative;top:.1em;left:0}.bio{font-size:inherit;line-height:1em;z-index:2}.bio.is-lp{font-size:36px;position:absolute;top:.2em;left:.25em}.foglia+.bio.is-lp{left:63px}@media(min-width: 992px){.p-cat-default-bio:after{margin-left:46px !important}.p-cat-default-bio a{position:relative;padding-left:46px}.p-cat-default-bio .ci-bio{font-size:34px;line-height:24px;position:absolute;top:-0.05em;left:0}.p-cat-default-bio.p-cat-default-foglia:after{margin-left:2px !important;width:240px}.p-cat-default-bio.p-cat-default-foglia a{padding-left:101px}.p-cat-default-bio.p-cat-default-foglia .ci-bio{top:-0.15em;left:57px}}.lb-promo{text-align:center;position:absolute;z-index:1}.lb-promo,.lb-promo .lb-inner,.lb-promo .ci{display:block}.lb-promo.is-lp{top:0;right:0;overflow:hidden}.lb-promo.is-lp .lb-inner{color:#fff;background:#34543a;width:100px;height:71px;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.lb-promo.is-lp .ci{vertical-align:baseline;padding-top:40px;font-size:37px;line-height:1em}.lb-promo.is-lp.is-special-price .lb-inner{color:#fff;background:#89b177;width:100px;height:71px}.lb-promo.is-lp.is-special-price .ci{padding-top:38px;font-size:35px}.lb-promo.is-lp.is-special-edition .lb-inner{color:#fff;background:#34543a;width:100px;height:71px}.lb-promo.is-lp.is-special-edition .ci{padding-top:45px;font-size:25px}.lb-promo.is-lp.is-sconto-percentuale .lb-inner{color:#fff;background:#89b177;width:100px;height:71px}.lb-promo.is-lp.is-sconto-percentuale .tx{display:block;color:#fff;top:auto;left:0;right:0;bottom:2px;position:absolute;font-size:20px;line-height:1em;font-weight:700}.lb-promo.is-lp.is-sconto-percentuale .tx .percentage{font-size:.8em;display:inline-block;margin-left:1px}.lb-promo.is-p{color:#fff;background:#34543a;right:-5px;top:15px}.lb-promo.is-p,.lb-promo.is-p:before{-webkit-border-radius:84px;-mox-border-radius:84px;border-radius:84px}.lb-promo.is-p,.lb-promo.is-p .ci{font-size:44px;line-height:84px;width:84px;height:84px}.lb-promo.is-p:before{content:"";display:block;position:absolute;top:4px;left:4px;width:76px;height:76px;border:1px solid rgba(255,255,255,.8)}.lb-promo.is-p .ci{position:relative;z-index:1}.lb-promo.is-p.is-special-price{color:#fff;background:#89b177}.lb-promo.is-p.is-special-price,.lb-promo.is-p.is-special-price:before{-webkit-border-radius:84px;-mox-border-radius:84px;border-radius:84px}.lb-promo.is-p.is-special-price,.lb-promo.is-p.is-special-price .ci{font-size:44px;line-height:84px;width:84px;height:84px}.lb-promo.is-p.is-special-edition{color:#fff;background:#34543a}.lb-promo.is-p.is-special-edition,.lb-promo.is-p.is-special-edition:before{-webkit-border-radius:84px;-mox-border-radius:84px;border-radius:84px}.lb-promo.is-p.is-special-edition,.lb-promo.is-p.is-special-edition .ci{font-size:33px;line-height:84px;width:84px;height:84px}.lb-promo.is-p.is-sconto-percentuale{color:#fff;background:#89b177;font-size:33px;line-height:84px;width:84px;height:84px}.lb-promo.is-p.is-sconto-percentuale,.lb-promo.is-p.is-sconto-percentuale:before{-webkit-border-radius:84px;-mox-border-radius:84px;border-radius:84px}.lb-promo.is-p.is-sconto-percentuale .tx .percentage{font-size:.6em}@media(max-width: 767px){.foglia.is-lp{font-size:46px}.lb-promo.is-lp .lb-inner{width:68px;height:48px}.lb-promo.is-lp .ci{padding-top:27px;font-size:25px}.lb-promo.is-lp.is-special-price .lb-inner{width:68px;height:48px}.lb-promo.is-lp.is-special-price .ci{padding-top:26px;font-size:24px}.lb-promo.is-lp.is-special-edition .lb-inner{width:68px;height:48px}.lb-promo.is-lp.is-special-edition .ci{padding-top:30px;font-size:17px}.lb-promo.is-lp.is-sconto-percentuale .lb-inner{width:68px;height:48px}.lb-promo.is-lp.is-sconto-percentuale .tx{font-size:14px}.lb-promo.is-lp.is-sconto-percentuale .tx .percentage{font-size:.8em}.lb-promo.is-p{color:#fff;background:#34543a;top:1em;right:0}.lb-promo.is-p,.lb-promo.is-p .ci{font-size:29px;line-height:55px;width:55px;height:55px}.lb-promo.is-p:before{top:3px;left:3px;width:49px;height:49px}.lb-promo.is-p.is-special-price,.lb-promo.is-p.is-special-price:before{-webkit-border-radius:55px;-mox-border-radius:55px;border-radius:55px}.lb-promo.is-p.is-special-price,.lb-promo.is-p.is-special-price .ci{font-size:29px;line-height:55px;width:55px;height:55px}.lb-promo.is-p.is-special-edition,.lb-promo.is-p.is-special-edition:before{-webkit-border-radius:55px;-mox-border-radius:55px;border-radius:55px}.lb-promo.is-p.is-special-edition,.lb-promo.is-p.is-special-edition .ci{font-size:22px;line-height:55px;width:55px;height:55px}.lb-promo.is-p.is-sconto-percentuale{font-size:22px;line-height:55px;width:55px !important;height:55px !important}.lb-promo.is-p.is-sconto-percentuale,.lb-promo.is-p.is-sconto-percentuale:before{-webkit-border-radius:55px;-mox-border-radius:55px;border-radius:55px}}.lb{display:inline-block;white-space:nowrap;font-size:13px;line-height:1.3em;color:#666;background:rgba(252,252,252,.9);border:1px solid rgba(0,0,0,.1);vertical-align:middle;padding:.1em .3em;-webkit-border-radius:2px;-mox-border-radius:2px;border-radius:2px;font-weight:700}table .lb{padding:.25em .4em}.lb.d-block{display:block}.lb.d-inline-block{display:inline-block}.lb.lb-primary{color:#fff;background:#34543a;border-color:rgba(52,84,58,.1)}.lb.lb-primary-light{color:#fff;background:#93a497;border-color:rgba(147,164,151,.1)}.lb.lb-accent-dark{color:#fff;background:#659a77;border-color:rgba(101,154,119,.1)}.lb.lb-accent{color:#fff;background:#9dbe8e;border-color:rgba(157,190,142,.1)}.lb.lb-accent-light{color:#fff;background:#b4cda8;border-color:rgba(180,205,168,.1)}.lb.lb-default{color:#fff;background:#666;border-color:rgba(102,102,102,.1)}.lb.lb-default-light{color:#34543a;background:#fff;border-color:rgba(255,255,255,0)}.lb.lb-success{color:#fff;background:#38823f;border-color:rgba(56,130,63,.1)}.lb.lb-danger{color:#fff;background:#ca0000;border-color:rgba(202,0,0,.1)}.lb.lb-warning{color:#fff;background:#ff931e;border-color:rgba(255,147,30,.1)}.lb[class*=lb-text-]{padding:0}.lb.lb-text-accent-dark{color:#659a77;background:transparent;border-color:transparent}.bb{display:inline-block;min-width:120px;white-space:nowrap;text-align:center}.bb:after{content:"";display:block;border-bottom:1px solid #bfbfbf;width:120px;max-width:100%;margin:.5em auto}.title-custom{text-transform:uppercase;color:#34543a;font-size:21px;margin:1.5em 0;position:relative}.title-custom .bb-lg{display:inline-block;padding:0 .1em .2em;border-bottom:4px solid rgba(147,164,151,.5)}.heading-small .title{text-transform:none;color:#34543a;font-size:24px;line-height:1em;margin:1.4em 0 1.2em;font-weight:500}.heading-small .bb-lg{border-color:#34543a;border-width:6px}@media(max-width: 991px){.heading-small .title{font-size:1.3em;margin:.8em 0 .5em}.heading-small .title .bb-lg{border-width:4px}}.bb-inline,.bb-inline-lg{position:relative;display:inline-block}.bb-inline:after,.bb-inline-lg:after{content:"";display:block;position:absolute;top:auto;left:0;right:0;bottom:0}.bb-inline:after{border-bottom:1px solid #bfbfbf}.bb-inline-lg{color:#809484 !important}.bb-inline-lg:after{border-bottom:2px solid rgba(147,164,151,.7)}@media(max-width: 991px){body .title-custom{font-size:1.3em;margin:1.1em 0 .9em}body .title-custom .bb-lg{border-width:4px}}body.modalbanner-open{overflow:visible !important}body .modalbanner{font-size:16px;line-height:1.5em;position:fixed;top:auto;right:auto;left:1.8em;bottom:2em;width:400px !important;max-width:80% !important;height:auto;overflow:visible !important}body .modalbanner .modalbanner-dialog{padding:1.6em 1.6em 1em;color:#333;background:rgba(255,255,255,.95);border:3px solid rgba(101,154,119,.5);-webkit-border-radius:5px;-mox-border-radius:5px;border-radius:5px;-webkit-box-shadow:1.2em 1.5em 1.6em -0.5em rgba(0,0,0,.15);box-shadow:1.2em 1.5em 1.6em -0.5em rgba(0,0,0,.15)}body .modalbanner.fade .modalbanner-dialog{-webkit-transform:translate3d(0, 25%, 0);transform:translate3d(0, 25%, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}body .modalbanner.in .modalbanner-dialog{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}body .modalbanner .btn-close{color:rgba(0,0,0,.4);font-size:1em;opacity:1;filter:alpha(opacity=100)}body .modalbanner .btn-close:hover{color:rgba(0,0,0,.8)}body .modalbanner#modal-bannercookies{width:auto !important;max-width:100% !important;top:auto;left:0;right:0;bottom:0;z-index:9999;text-align:center}body .modalbanner#modal-bannercookies .container{max-width:100%}body .modalbanner#modal-bannercookies .modalbanner-dialog{font-size:15px;line-height:1.4em;padding:1.5em 2.6em 1.2em;color:#fff;background:rgba(0,0,0,.9);border:0;-webkit-border-radius:0;-mox-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}body .modalbanner#modal-bannercookies .modalbanner-dialog a{color:#fff;text-decoration:underline}body .modalbanner#modal-bannercookies .modalbanner-dialog .btn{text-decoration:none}body .modalbanner#modal-bannercookies .modalbanner-dialog .btn-close{color:rgba(255,255,255,.7)}body .modalbanner#modal-bannercookies .modalbanner-dialog .btn-close:hover{color:#fff}body .modalbanner#modal-bannercookies .modalbanner-action .btn{width:170px;max-width:100%;font-size:13px !important;padding:.7em .3em;margin:.2em .4em}body .modalbanner#modal-bannercookies .modalbanner-action .btn.btn-link-accent{color:#9dbe8e;background:transparent;border:1px solid rgba(157,190,142,.4)}body .modalbanner#modal-bannercookies .modalbanner-action .btn.btn-link-accent:hover{color:#b4cda8;border-color:rgba(180,205,168,.9)}.b-ci-parent{position:relative;padding-left:44px}.b-ci-parent .b-ci{position:absolute;top:.1em;left:0;font-size:32px;line-height:1em;color:rgba(101,154,119,.8)}@media(max-width: 479px){body .modalbanner{font-size:16px;left:1em;right:1em;bottom:1em;width:auto !important;max-width:100% !important}body .modalbanner .modalbanner-dialog{padding:1.2em 1.2em 1em}body .modalbanner .btn-close{color:rgba(0,0,0,.4);font-size:1em;opacity:1;filter:alpha(opacity=100)}body .modalbanner .btn-close:hover{color:rgba(0,0,0,.8)}body .modalbanner#modal-bannercookies .modalbanner-dialog{font-size:13px;padding:1.5em 2.6em 1em}body .modalbanner#modal-bannercookies .modalbanner-action{margin-left:-1em;margin-right:-1em}body .modalbanner#modal-bannercookies .modalbanner-action .btn{margin:2px 2px !important;font-size:11px !important;padding:.8em .3em;margin:.2em .4em}.b-ci-parent{position:relative;padding-left:44px}.b-ci-parent .b-ci{position:absolute;top:.1em;left:0;font-size:32px;line-height:1em;color:rgba(101,154,119,.8)}}.hhdd .submm{width:100%;background:#fff;padding:2.2em 15px 2.6em}.hhdd .submm:before{content:"";display:block;width:auto;height:auto;margin:auto;border:0;position:absolute;top:0;bottom:0;left:-9999px;right:-9999px;background:#fff;-webkit-box-shadow:0 0 60px -5px rgba(0,0,0,.2),0 0 12px -4px rgba(0,0,0,.9);box-shadow:0 0 60px -5px rgba(0,0,0,.2),0 0 12px -4px rgba(0,0,0,.9)}.hhdd .submm-title{font-size:17px;text-transform:uppercase;margin:.8em 0;font-weight:700}.hhdd .submm-title.title-first{margin-top:0;margin-bottom:30px}.hhdd .submm-title a{color:#34543a;text-transform:uppercase;font-size:inherit !important;line-height:inherit !important}.hhdd .submm-title>*{display:block;position:relative;color:#34543a}.hhdd .submm-title>*:after{content:"";display:block;border-bottom:1px solid rgba(0,0,0,.2);width:150px;max-width:75%;margin:.1em 0 0}.hhdd .submm-title>*.no-border:after{display:none}.hhdd .submm-title a:hover{color:#93a497}.hhdd .submm-content{font-size:15px}.hhdd .submm-content li a{display:inline-block;padding:.2em 0}.hhdd .submm-content li a:hover{color:#93a497}.hhdd .submm-content.no-image.no-mm-title-before{padding-top:20px}.hhdd .submm-content img,.hhdd .submm-content .mm-image-caption{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.hhdd .submm-content .mm-image-caption{display:block;color:#34543a;text-align:center;font-family:times,serif !important;font-style:italic;font-size:1.5em;line-height:1.05;padding:.4em .2em}.hhdd .submm-content img:hover{opacity:.85;filter:alpha(opacity=85)}.hhdd .submm-content img:hover~.mm-image-caption{color:#172519}.hhdd .submm-col .submm-col~.submm-col{padding-top:1em}@media(min-width: 768px)and (max-width: 1229px){.hhdd .submm{padding:1.8em 15px 2em}.hhdd .submm-row{margin-left:-7px;margin-right:-7px}.hhdd .submm-row>.submm-col{padding-left:7px;padding-right:7px}.hhdd .submm-title{font-size:13px;margin-bottom:.5em}.hhdd .submm-title.title-first{margin-bottom:2.6em}.hhdd .submm-content{font-size:13px}.hhdd .submm-content li,.hhdd .submm-content li a{font-size:13px}.hhdd .submm-content li a{padding:.3em 0}.hhdd .submm-content.no-image.no-mm-title-before{padding-top:15px}}


/*****  ****/


.icn-e-map-o:before {
    content: "\e929";
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hhdd .is-icon-right .btn-nav>span, .hhdd .is-icon-right .btn-nav .ci {
    display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px)
.hhdd .part-stores .ci {
    font-size: 22px;
}
@media (min-width: 768px) and (max-width: 991px)
.hhdd .part-nav .ci {
    font-size: 17px;
}
.hhdd .part-stores .ci {
    font-size: 24px;
    line-height: 1em;
    margin-left: 0.1em;
}
.hhdd .part-nav .ci {
    display: block;
    font-size: 19px;
    color: rgba(255,255,255,.85);
}
.wf-bluiconsebs-n4-active .ci.wf, .wf-active-callback .ci.wf {
    opacity: 1;
}
.ci.wf {
    opacity: 0;
}
body a, body button, body .ts {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}
[class^="icn-"], [class*=" icn-"] {
    font-family: "bluicons-ebs-v05" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body * {
    outline: none !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
i {
    font-style: italic;
}



@media (min-width: 992px)
.afc .afc-label-absolute .form-group .field-label {
    position: absolute;
    top: 1em;
    right: 100%;
    padding-right: 16px;
    white-space: nowrap;
    color: #778d7c;
    font-size: .9em;
    font-weight: 700;
    text-align: right;
}

@media (min-width: 992px)
.afc .afc-label-absolute .field-label, .afc .afc-label-absolute.afc-label-asterisk .field-label {
    position: absolute;
}
.afc .field-label {
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: gray;
}
.afc .field-label {
    display: block;
}
.afc .switch, .afc .field-label {
    font-size: 14px;
}
.afc label, .afc input, .afc select, .afc select option, .afc textarea {
    margin: 0;
    font-size: 14px;
    color: #333;
    outline: none !important;
    font-weight: 500;
}
.afc, .afc * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
label {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif ;
  color: #778d7c;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.company-name {
    margin: 0 0 0.1em;
    color: #34543a;
    font-size: 21px;
  min-width: max-content;
}

.company-addr {
      font-size: 14px;
    line-height: 1.4em;
    margin: 0.5em 0;
    color: #333;
}

body .ttu {
    text-transform: uppercase;
}

.section-footer .company-addr small, .section-footer .company-addr small a {
    color: gray;
}
.section-footer p small {
    font-size: .8em;
    display: block;
}

.tc-title {
      color: #34543a;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 1.2em;
    padding: 0 0 0.4em;
    border-bottom: 4px solid #d6dcd7;
  	text-align: left;
}

.container-section-bottom {
    background: #34543a;
    font-size: 10px;
    /* text-align: center; */
    text-transform: uppercase;
    padding-top: 18.6px;
    padding-bottom: 18.6px;
    padding-left: 18.6px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;      
}

.rowFooterErbolario {
  margin-bottom: 20px;
  padding-top: 18.6px;
  padding-bottom: 18.6px;
/*  padding-left: 18.6px; */
  margin-right: auto;
  margin-left: -8px;
  padding-right: 15px;      
  width: inherit;
}

.containerFooterErbolario {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;  
} 

.btnInvia {
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: rgba(255,255,255,.9);
    background-color: #659a77;
    border-color: #659a77;
    font-size: 22px !Important;
}

.well-login .btn.btn-lg {
    font-size: 22px;
}

.afc, .afc .field, .afc .gui-input, .afc .gui-input-static, .afc .gui-textarea, .afc .btn {
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body .btn-accent-dark {
    color: rgba(255,255,255,.9);
    background-color: #659a77;
    border-color: #659a77;
}
body .btn {
    padding: 0.65em 1em;
    line-height: 1.5em;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -mox-border-radius: 3px;
    border-radius: 3px;
}
body .ttu {
    text-transform: uppercase;
}
body .btn-absolute-ci-left, body .btn-absolute-ci-right {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
}
.afc, .afc * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33;
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #34543a;
    border-color: #34543a;
}
.btn {
    /* display: inline-block; */
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body a, body button, body .ts {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body * {
    outline: none !important;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
foglio di stile dello user agent
button {
    appearance: auto;
    writing-mode: horizontal-tb !important;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    margin: 0em;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.btnFooter {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 45px;
    margin-right: 0.4em;
    padding: 0.05em 1.2em 0;
    padding-right: 59px;
    font-weight: 700;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btnfooter:hover  {
  color: rgba(16, 173, 55, 1);
  background-color: #FFF;
}

.icon:hover {
  fill: #000000;
}


@media (max-width: 920px) {
  .btnFooter {
    width: -webkit-fill-available;    
    display: block;
    width: fit-content;
  }
}

.item-countries {
  font-size: 14px;
}

.form-field p {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}
  
.upload-dropzone input[type=file] {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}

span {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}


.upload-item .upload-link {
    overflow: visible !Important;
}

.footer-language-selector button {
  color: #ffffff;
 font-size: 16px;
 font-weight: 700;
 font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;  
}

.footer-language-selector {
 text-align:right;
}

/*.footer-language-selector button {
  color: #0c8b3e;
  display: inline-block;
}
*/


.language-selector {
  color: #ffffff;
 font-size: 16px;
 font-weight: 700;
 font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.request-form .iti{
  display:block;
}

/*** BES 22-09-22 form request mobile >>> ***/
#hc-wysiwyg {width: 95% !Important;}
.form-field input[type="text"] {width: 95% !Important;}
.form-field label {width: 95% !Important;}
.form-field .nesty-input {width: 95% !Important;}
.upload-dropzone {width: 95% !Important;}
.descErbolario {width: 95% !Important;}
.request-form textarea {width: 95% !Important;}
body {
  overflow-x: hidden;
}
/*** <<< BES 22-09-22 form request mobile ***/


* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.rcorners {
  border-radius: 5px;
  background: #F2F2F2;
  padding: 20px; 
  height: 235px;  
  text-align:center;
}

.homepage_icons {
  width: 80px;
}

.homepage_subtit {
    font-weight: bold;
    font-size: 1.3em ;
    line-height: 1.2em ;
    height: 10px ;
    color: #659a77 ;
}

.homepage_number {
    color: #000000 ;
}



.knowledge-base {
  margin-bottom: 20px;
}

.columnBtnHomepage {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

@media screen and (max-width: 600px) {
  .columnBtnHomepage {
    width: 100%;
  }
}


/** ACCORDION **/

#wrapper {
	min-height: 0;
	display: inline-block;
	position: relative;
	left: 50%;
	margin: 50px 0;
	transform: translate(-50%, 0);
	background-color: #fefffa;
	max-width: 450px;
	padding: 30px;
	@media ( max-width:550px ) {
		box-sizing: border-box;
		transform: translate(0, 0);
		max-width: 100%;
		min-height: 100%;
		margin: 0;
		left: 0;
	}
}
h1, h2 {
  color: @black;
}

h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  margin: 0;
}

p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  transition:all 500ms ease;
}
p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  & li {
		position: relative;
		padding: 0;
		margin: 0;
		padding-bottom: 4px;
		padding-top: 6px;
		/** border-top: 1px dotted #dce7eb; **/
		& i{
			position: absolute;
			transform: translate(-6px, 0);
			margin-top: 9px;
			right: 0;
			&:before,&:after {
				content: "";
				position: absolute;
				background-color: @black;
				width: 3px;
				height: 16px;
			}
			&:before {
			  transform: translate(2px, 0) rotate(45deg);
			}
			&:after {
			  transform: translate(2px, 0) rotate(-45deg);
			}
		}
		& input[type=checkbox] {
			position: absolute;
			cursor: pointer;
			width: 100%;
			height: 100%;
			z-index: 1;
			opacity: 0;
			&:checked ~ p {
				margin-top: 0;
				max-height: 0;
				opacity: 0;
				transform: translate(0, 50%);
			}
			&:checked ~ i:before {
				margin-top: 9px;
				height: 9px;
				transform: translate(2px, 0) rotate(45deg);
			}
			&:checked ~ i:after {
				margin-top: 9px;
				height: 9px;
				transform: translate(-2px, 0) rotate(-45deg);
			}
		}
	}
}

ul li:nth-of-type(1) {
	
}
ul li:nth-of-type(2) {
}
ul li:nth-of-type(3) {
}
ul li:last-of-type {
  padding-bottom: 0;
}
li {
}


@-webkit-keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateY(-30px); 
    } 
    80% { 
        -webkit-transform: translateY(10px); 
    } 
    100% { 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateY(-30px); 
    } 
    80% { 
        transform: translateY(10px); 
    } 
    100% { 
        transform: translateY(0); 
    } 
} 

.buttonCategory {
  cursor: text !Important;
}

.see-all-articles {
  font-weight: bolder !Important;
}


.lt-article-list {
  margin-bottom: 25px;
}

.accordion_header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  color: #34543a;
  font-size: 21px !important;
  line-height: 1.1em;
  font-weight: 700;
}
.accordion_header h5{
  margin: 0;
}

.accordion_header img{
  height: 20px;
  width: 20px;
}

.accordion_content {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s linear;
}

.subaccordion_header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  color: #34543a;
  font-size: 21px !important;
  line-height: 1.1em;
  font-weight: 700;
}

.subaccordion_header h5{
  margin: 0;
}

.subaccordion_header img{
  height: 20px;
  width: 20px;
}

.subaccordion_content {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s linear;
}

.open{
  max-height: 1000px;
  transition: max-height 0.6s linear;
}

.responsive-table{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}