/*#52771B*/
/* promobar */
/*#7e3bd0*/
/*#d03bc4*/
/* media up to # */
/* media from # up */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background-color: #FAFAF9;
  overflow-x: hidden; }

body,
textarea,
select {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 150%;
  margin: 0;
  word-wrap: break-word;
  color: #1F1F1F; }

h1, h2, h3, h4, h5, h6 {
  font-family: Bitter, Georgia, Times, Times New Roman, serif;
  color: #465241; }

h1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.6rem;
  margin: 20px 0; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.4rem;
      font-weight: normal;
      line-height: 3rem; } }

h2 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2rem;
      font-weight: normal;
      line-height: 2.6rem; } }

h3 {
  font-size: 1.8rem;
  font-weight: normal; }

h4 {
  font-size: 1.6rem;
  font-weight: bold; }

h5 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: normal;
  color: #000; }

h6 {
  font-size: 1.4rem;
  font-weight: bold; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #426d2f;
  text-decoration: none; }
  a:hover, a:focus {
    outline-width: 0;
    color: #EE5A1C; }

@media (max-width: 543px) {
  table {
    font-size: 85%; } }

@media (min-width: 544px) and (max-width: 767px) {
  table {
    font-size: 90%; } }

.big {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    .big {
      font-size: 2.2rem; } }

.small {
  font-size: 1.2rem; }

.centered {
  text-align: center; }

pre {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem; }

em {
  font-weight: bold;
  font-style: normal;
  margin-right: 4px; }
  em.warn {
    color: red; }

span.val {
  margin-right: 5px;
  display: inline-block; }

#body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.main {
  flex-grow: 1; }

.wrapper {
  width: 100%; }

.main > .wrapper {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  display: block;
  clear: both; }
  @media (min-width: 544px) and (max-width: 767px) {
    .main > .wrapper {
      width: 100%; } }
  @media (min-width: 768px) {
    .main > .wrapper {
      border-top: 1px solid #fff;
      max-width: 720px; }
      .main > .wrapper:after {
        content: "";
        clear: both;
        display: table; } }
  @media (min-width: 980px) and (max-width: 1199px) {
    .main > .wrapper {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .main > .wrapper {
      max-width: 1140px; } }

#main-content {
  padding-bottom: 20px;
  float: none;
  position: relative;
  padding-top: 1px;
  margin-top: -1px;
  max-width: 100%; }
  #main-content .wrapper {
    overflow: hidden;
    position: relative; }
  @media (min-width: 768px) {
    #main-content {
      float: right;
      width: calc(100% - 186px); }
      body.page-start #main-content,
      body.page-article #main-content,
      body.page-cms #main-content {
        float: none !important;
        width: 100% !important; } }
  @media (min-width: 980px) {
    #main-content {
      float: right;
      width: calc(100% - 240px); } }
  body.page-register #main-content,
  body.page-checkout #main-content,
  body.page-user #main-content,
  body.page-login #main-content,
  body.page-order #main-content {
    background-color: #F4F5F2;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      body.page-register #main-content,
      body.page-checkout #main-content,
      body.page-user #main-content,
      body.page-login #main-content,
      body.page-order #main-content {
        width: calc(100% - 146px);
        box-shadow: -10px 0px 12px -4px rgba(50, 50, 50, 0.1); } }
    @media (min-width: 980px) {
      body.page-register #main-content,
      body.page-checkout #main-content,
      body.page-user #main-content,
      body.page-login #main-content,
      body.page-order #main-content {
        width: calc(100% - 200px); } }

button,
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  /*white-space: nowrap;*/
  vertical-align: middle;
  color: #3b7226;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: .2rem;
  background-color: #e1e9e1;
  transition: color .15s ease-in-out, background-color .15s ease-in, border-color .15s ease-in, box-shadow .15s ease-in; }
  button:not(:disabled):not(.disabled),
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  button:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled):active,
  .btn:not(:disabled):not(.disabled).active,
  .btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #e1e9e1;
    border-color: #e1e9e1; }
  button.focus, button:focus,
  .btn.focus,
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(145, 163, 91, 0.24); }
  button:hover,
  .btn:hover {
    color: #fff;
    background-color: #EE5A1C; }
  button.btn-outline,
  .btn.btn-outline {
    background: none;
    padding: 5px 10px 5px 10px;
    border: 1px solid #bbb; }
    button.btn-outline:hover,
    .btn.btn-outline:hover {
      color: #83af16;
      border-color: #83af16; }
  button.btn-round,
  .btn.btn-round {
    border-radius: 12px; }
  button.btn-white,
  .btn.btn-white {
    color: #fff;
    background: none;
    border-color: #fff; }
    button.btn-white:hover,
    .btn.btn-white:hover {
      color: #EE5A1C;
      border-color: #EE5A1C; }
  button.btn-submit,
  .btn.btn-submit {
    color: #fff;
    background-color: #5f7f0f; }
    button.btn-submit:hover,
    .btn.btn-submit:hover {
      color: #fff;
      background-color: #EE5A1C; }
  button.btn-small,
  .btn.btn-small {
    padding: .15rem .7rem; }
  button.pe-icon i,
  .btn.pe-icon i {
    margin-right: 5px; }

.btn-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  list-style-type: none;
  padding: 0;
  margin: 0 0 3px 0; }
  .btn-list li {
    font-family: Bitter, Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-size: 1.7rem;
    text-transform: uppercase;
    padding: 9px 0 9px 0; }
  .btn-list a, .btn-list .btn.cta {
    padding: 1rem 4rem 1.2rem 4rem;
    font-size: 1.5rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #EE5A1C;
    background-color: transparent;
    background-image: none;
    border-color: #EE5A1C;
    text-transform: uppercase; }
    .btn-list a:hover, .btn-list .btn.cta:hover {
      color: #fff;
      background-color: #EE5A1C; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0; }

.white {
  color: white; }

.highlight {
  color: #EE5A1C; }

hr.white {
  line-height: 0;
  font-size: 0;
  border: none;
  border-top: 2px solid #fff;
  margin-bottom: 20px; }

.padding-all {
  padding: 20px; }

.margins-lr {
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .margins-lr {
      margin-left: 20px;
      margin-right: 20px; } }

.margin-t {
  margin-top: 20px; }

.margin-b {
  margin-bottom: 20px; }

.flex-100 {
  flex: 0 0 100%; }

.hidden, .template {
  display: none !important; }

.ctrl {
  cursor: pointer; }

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%; }
  iframe.payment {
    margin-top: 20px;
    min-height: 1000px; }
