@charset "UTF-8";
/* Responsive Font size */
/* Responsive Padding */
/* Responsive Padding */
::-moz-selection {
  background: #336633;
  color: #fff;
}

::selection {
  background: #336633;
  color: #fff;
}

:target {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

html {
  height: 100%;
}

body {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: black;
  background-color: #fff;
  width: 100%;
  margin: 0;
  overflow-y: scroll;
  padding-top: 121px;
}
body {
  font-size: 16px;
  line-height: 24.96px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  body {
    font-size: calc(
                16px +
                0 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        16px +
        0 *
        (100vw - 360px) /
        1290) * 1.56);
  }
}
@media (min-width: 1650px) {
  body {
    font-size: 16px;
    line-height: 24.96px;
  }
}
@media (max-width: 1123px) {
  body {
    padding-top: 68px;
  }
}

.main-container {
  overflow-x: hidden;
}

p {
  font-family: "Helvetica", sans-serif;
  line-height: 1.2em !important;
  letter-spacing: 0.5px;
  font-weight: 300;
}
p {
  font-size: 16px;
  line-height: 24.96px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  p {
    font-size: calc(
                16px +
                0 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        16px +
        0 *
        (100vw - 360px) /
        1290) * 1.56);
  }
}
@media (min-width: 1650px) {
  p {
    font-size: 16px;
    line-height: 24.96px;
  }
}
p.larger {
  font-size: 18px;
  line-height: 28.08px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  p.larger {
    font-size: calc(
                18px +
                0 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        18px +
        0 *
        (100vw - 360px) /
        1290) * 1.56);
  }
}
@media (min-width: 1650px) {
  p.larger {
    font-size: 18px;
    line-height: 28.08px;
  }
}

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

.large-padding {
  padding-bottom: 0 !important;
}
.large-padding {
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .large-padding {
    padding-top: calc(
                27px +
                13 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                27px +
                13 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .large-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.med-padding {
  padding-top: 30px;
}

.small-padding {
  padding-top: 20px;
}

.xs-padding {
  padding-top: 12px;
}

.select2 .select2-selection--single {
  padding-top: 1px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.select2 .select2-selection__rendered {
  line-height: inherit !important;
}

.visuallyhidden, .nf__container .nf-field-label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

#cookie-law-info-bar {
  background-color: #336633 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 20px 25px 14px !important;
}
#cookie-law-info-bar .cli-bar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
@media (max-width: 649px) {
  #cookie-law-info-bar .cli-bar-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cookie-law-info-bar .h3 {
  color: white;
}
#cookie-law-info-bar p {
  color: white;
  padding-top: 8px;
}
#cookie-law-info-bar a {
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  color: #336633 !important;
  cursor: pointer;
  text-align: center;
  padding: 13px 53px;
  -webkit-background-size: 300% 100%;
          background-size: 300% 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 5px;
  background-color: white !important;
  border: 1px solid white;
}
#cookie-law-info-bar a:hover {
  background-color: transparent;
  color: #336633;
}
#cookie-law-info-bar .cli-bar-btn_container {
  padding-left: 10px;
}
@media (max-width: 649px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 649px) {
  #cookie-law-info-bar .cli-bar-message,
#cookie-law-info-bar .cli-bar-flex {
    text-align: center;
  }
}

@media (max-width: 1279px) {
  a,
.ham,
.select2-container {
    text-decoration: none;
    color: #3a3a3a;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex__right {
  direction: ltr;
}

.flex__left {
  direction: rtl;
  text-align: left;
}

*:focus {
  outline: none !important;
}

main {
  position: relative;
}

main {
  display: block;
}
main.background__mainImage {
  padding-bottom: 47vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
@media (max-width: 1023px) {
  main.background__mainImage {
    padding-bottom: 32vh;
  }
}
@media (max-width: 767px) {
  main.background__mainImage {
    padding-bottom: 26vh;
    -webkit-background-size: 150% 150%;
            background-size: 150%;
  }
}
main section {
  display: block;
}
main section.spaceOnTop {
  margin-top: 120px;
}

.headerBlock {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .headerBlock {
    padding-top: 110px;
  }
}

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

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

h1,
h2,
h3,
p {
  margin: 0;
}

i {
  font-style: normal;
}

hr {
  margin: 0;
  border: 0;
  clear: both;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 700;
}

nav.block ul {
  display: block;
}
nav.inline ul li {
  display: inline-block;
}

.pure-g.leftAlign {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pure-g.rightAlign {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023px) {
  .pure-g.horizontal--scroll.news {
    overflow-x: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin: -10px;
    width: calc(100% + 20px);
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .pure-g.horizontal--scroll.news::-webkit-scrollbar {
    height: 0;
  }
  .pure-g.horizontal--scroll.news .h--separator p {
    margin: 10px;
    display: block;
  }
  .pure-g.horizontal--scroll.news .horizontal--item {
    min-width: 60% !important;
  }
  .pure-g.horizontal--scroll.news .horizontal--item:first-of-type {
    margin-left: 10px;
  }
  .pure-g.horizontal--scroll.news .horizontal--item:last-of-type {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .pure-g.horizontal--scroll.news {
    overflow-x: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin: -10px;
    width: calc(100% + 20px);
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .pure-g.horizontal--scroll.news::-webkit-scrollbar {
    height: 0;
  }
  .pure-g.horizontal--scroll.news .h--separator p {
    margin: 10px;
    display: block;
  }
  .pure-g.horizontal--scroll.news .horizontal--item {
    min-width: 80% !important;
  }
  .pure-g.horizontal--scroll.news .horizontal--item:first-of-type {
    margin-left: 10px;
  }
  .pure-g.horizontal--scroll.news .horizontal--item:last-of-type {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .pure-g.horizontal--scroll {
    overflow-x: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin: -10px;
    width: calc(100% + 17px);
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .pure-g.horizontal--scroll::-webkit-scrollbar {
    height: 0;
  }
  .pure-g.horizontal--scroll .h--separator p {
    margin: 10px;
    display: block;
  }
  .pure-g.horizontal--scroll .pure-u-1 {
    min-width: 60% !important;
    display: inline-block;
  }
  .pure-g.horizontal--scroll .pure-u-1:first-of-type {
    margin-left: 20px;
  }
  .pure-g.horizontal--scroll .pure-u-1:last-of-type {
    margin-right: 20px;
  }
}

.wrapper__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper__flex.fullWidth {
  width: 100%;
}
.wrapper__flex.space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper__flex.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper__flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper__flex.reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.wrapper__flex.center--align {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.wrapper__flex.center--justify {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper__flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .wrapper__flex.block--onMobile {
    display: block;
    text-align: center;
  }
}
.wrapper__flex.block--onDesktop {
  display: block;
  text-align: center;
}

.wrapper__relative {
  position: relative;
}

.wrapper__block {
  display: inline-block;
  width: 100%;
}

.wrapper__center {
  margin: 0 auto;
}

.wrapper__fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

.wrapper--rounded {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.wrapper--rounded.double {
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.wrapper__image {
  background-color: #eaeaea;
}

.wrapper__panel {
  padding: 15px;
}

.wrapper__max {
  margin: 0 auto;
}
.wrapper__max.width--1000 {
  max-width: 1000px;
}
.wrapper__max.width--1200 {
  max-width: 1200px;
}
.wrapper__max.width--600 {
  max-width: 600px;
}
.wrapper__max.width--800 {
  max-width: 800px;
}
.wrapper__max.width--560 {
  max-width: 800px;
}

.wrapper__padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__padding {
    padding-top: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.wrapper__padding.top {
  padding-bottom: 0 !important;
}
.wrapper__padding.top {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__padding.top {
    padding-top: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__padding.top {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.wrapper__padding.bottom {
  padding-top: 0 !important;
}
.wrapper__padding.bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__padding.bottom {
    padding-top: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__padding.bottom {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.wrapper__padding.top--bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__padding.top--bottom {
    padding-top: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__padding.top--bottom {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.wrapper__padding.double {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__padding.double {
    padding-top: calc(
                40px +
                95 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                40px +
                95 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__padding.double {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
.wrapper__padding.half {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__padding.half {
    padding-top: calc(
                20px +
                25 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                20px +
                25 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__padding.half {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.wrapper__padding.none {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper__margin {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__margin {
    margin-top: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__margin {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .wrapper__margin {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.wrapper__margin.top {
  margin-bottom: 0 !important;
}
.wrapper__margin.top {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__margin.top {
    margin-top: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__margin.top {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.wrapper__margin.bottom {
  margin-top: 0 !important;
}
.wrapper__margin.bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__margin.bottom {
    margin-top: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__margin.bottom {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.wrapper__margin.top--bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__margin.top--bottom {
    margin-top: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                40px +
                50 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__margin.top--bottom {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.wrapper__margin.double {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__margin.double {
    margin-top: calc(
                40px +
                140 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                40px +
                140 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__margin.double {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}
.wrapper__margin.half {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__margin.half {
    margin-top: calc(
                20px +
                25 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                20px +
                25 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__margin.half {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.wrapper__margin.none {
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper__video {
  position: relative;
  overflow: hidden;
}
.wrapper__video.active .video--preview {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 767px) {
  .wrapper__video {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.wrapper__video .video--preview {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  -o-transition: 0.6s transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}
.wrapper__video .video--preview.image {
  z-index: 11;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.wrapper__video .embed-container {
  position: relative;
  padding-bottom: 56.3%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.wrapper__video .embed-container iframe,
.wrapper__video .embed-container object,
.wrapper__video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper__video iframe {
  width: 100%;
  height: auto;
}

.wrapper__text.center {
  text-align: center;
}
.wrapper__text strong {
  font-weight: 700;
}
.wrapper__text p {
  margin-top: 0 !important;
}
.wrapper__text p {
  font-size: 16px;
  line-height: 24.96px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  .wrapper__text p {
    font-size: calc(
                16px +
                2 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        16px +
        2 *
        (100vw - 360px) /
        1290) * 1.56);
  }
}
@media (min-width: 1650px) {
  .wrapper__text p {
    font-size: 18px;
    line-height: 28.08px;
  }
}
.wrapper__text p {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__text p {
    margin-top: calc(
                20px +
                15 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                20px +
                15 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__text p {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.wrapper__text p:last-of-type {
  margin: 0 !important;
}
.wrapper__text a {
  color: #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 1280px) {
  .wrapper__text a:hover {
    color: #336633;
    border-bottom: 1px solid #336633;
  }
}
.wrapper__text caption {
  text-align: left;
  margin-top: 10px;
}
.wrapper__text caption {
  font-size: 14px;
  line-height: 21.84px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  .wrapper__text caption {
    font-size: calc(
                14px +
                0 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        14px +
        0 *
        (100vw - 360px) /
        1290) * 1.56);
  }
}
@media (min-width: 1650px) {
  .wrapper__text caption {
    font-size: 14px;
    line-height: 21.84px;
  }
}
.wrapper__text table {
  margin: 30px auto;
  width: 100%;
  max-width: 885px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #3a3a3a;
  caption-side: bottom;
}
.wrapper__text table thead {
  font-size: 18px;
  line-height: 28.08px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  .wrapper__text table thead {
    font-size: calc(
                18px +
                0 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        18px +
        0 *
        (100vw - 360px) /
        1290) * 1.56);
  }
}
@media (min-width: 1650px) {
  .wrapper__text table thead {
    font-size: 18px;
    line-height: 28.08px;
  }
}
.wrapper__text table thead span {
  margin-bottom: 15px;
  display: block;
}
.wrapper__text table thead th {
  border-right: 1px solid #3a3a3a;
}
.wrapper__text table thead th {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__text table thead th {
    padding-top: calc(
                10px +
                5 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                10px +
                5 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__text table thead th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.wrapper__text table thead th {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__text table thead th {
    padding-left: calc(
                20px +
                10 *
                (100vw - 360px) /
                810
        );
    padding-right: calc(
                20px +
                10 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__text table thead th {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wrapper__text table tbody tr td {
  text-align: center;
  border-right: 1px solid #3a3a3a;
}
.wrapper__text table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__text table tbody tr td {
    padding-top: calc(
                10px +
                0 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                10px +
                0 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__text table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.wrapper__text table tbody tr td {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__text table tbody tr td {
    padding-left: calc(
                20px +
                10 *
                (100vw - 360px) /
                810
        );
    padding-right: calc(
                20px +
                10 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__text table tbody tr td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wrapper__text table tbody tr:nth-child(odd) {
  background-color: rgba(58, 58, 58, 0.05);
}
.wrapper__text table tbody tr:nth-child(odd) td {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__text table tbody tr:nth-child(odd) td {
    padding-top: calc(
                5px +
                0 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                5px +
                0 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__text table tbody tr:nth-child(odd) td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.wrapper__text table table {
  border: 0;
  padding-top: 10px;
  table-layout: fixed;
  max-width: 480px;
  width: 100%;
  text-align: center;
  margin: 0 auto !important;
}
.wrapper__text table table {
  font-size: 16px;
  line-height: 24.96px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  .wrapper__text table table {
    font-size: calc(
                16px +
                0 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        16px +
        0 *
        (100vw - 360px) /
        1290) * 1.56);
  }
}
@media (min-width: 1650px) {
  .wrapper__text table table {
    font-size: 16px;
    line-height: 24.96px;
  }
}
@media (max-width: 1023px) {
  .wrapper__text table table {
    table-layout: auto;
  }
}
.wrapper__text table table tbody tr {
  background-color: transparent !important;
}
.wrapper__text table table tbody tr td {
  border: 0;
}
.wrapper__text table table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .wrapper__text table table tbody tr td {
    padding-top: calc(
                10px +
                0 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                10px +
                0 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .wrapper__text table table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.wrapper__content p:last-of-type {
  margin: 0;
}

.btn__wrapper {
  position: relative;
  z-index: 10;
}

.background__grey {
  background-color: #f7f7f7;
}

.background__white {
  background-color: #fff;
}
.background__white h1,
.background__white h2,
.background__white h3,
.background__white h4,
.background__white h5,
.background__white h6,
.background__white p,
.background__white ul,
.background__white li {
  color: #3a3a3a;
}
.background__white .wrapper__text a {
  color: #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}
@media (min-width: 1280px) {
  .background__white .wrapper__text a:hover {
    color: #336633;
    border-bottom: 1px solid #336633;
  }
}
.background__white .wrapper__text table {
  border: 1px solid #3a3a3a;
}
.background__white .wrapper__text table thead th {
  border-right: 1px solid #3a3a3a;
}
.background__white .wrapper__text table tbody tr td {
  border-right: 1px solid #3a3a3a;
}
.background__white .wrapper__text table tbody tr:nth-child(odd) {
  background-color: rgba(58, 58, 58, 0.05);
}

.background__brand {
  background-color: #336633;
}

.background__placeholder {
  background-color: #eaeaea;
  -webkit-background-size: 140px 140px;
          background-size: 140px;
  background-repeat: no-repeat;
  background-position: center;
}

.background__transparent {
  background-color: transparent;
}

.background__imageCenter {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.background__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overflow--hidden {
  overflow: hidden;
}

.hidden {
  display: none;
}

.white--content h1,
.white--content h2,
.white--content h3,
.white--content h4,
.white--content h5,
.white--content h6,
.white--content p,
.white--content ul,
.white--content ol,
.white--content li,
.white--content a,
.white--content i {
  color: #fff;
}

@media (max-width: 1023px) {
  .hide--onTablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide--onMobile {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .show--onTablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show--onMobile {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .show--onLaptop {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .column--onTablet {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-flow: column !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
}

.content__general p:last-of-type {
  margin-bottom: 0;
}
.content__general h2,
.content__general .h2 {
  margin-bottom: 0 !important;
  font-weight: 300;
  text-transform: none;
}
.content__general h2,
.content__general .h2 {
  font-size: 30px;
  line-height: 37.5px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  .content__general h2,
.content__general .h2 {
    font-size: calc(
                30px +
                10 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        30px +
        10 *
        (100vw - 360px) /
        1290) * 1.25);
  }
}
@media (min-width: 1650px) {
  .content__general h2,
.content__general .h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.content__general h2,
.content__general .h2 {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .content__general h2,
.content__general .h2 {
    padding-top: calc(
                26px +
                6 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                26px +
                6 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .content__general h2,
.content__general .h2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.content__general h2,
.content__general .h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .content__general h2,
.content__general .h2 {
    margin-top: calc(
                10px +
                30 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                10px +
                30 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .content__general h2,
.content__general .h2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.content__general h3,
.content__general .h3 {
  margin-bottom: 0 !important;
  padding-top: 15px !important;
  font-weight: 600;
  text-transform: uppercase;
}
.content__general h3,
.content__general .h3 {
  font-size: 22px;
  line-height: 27.5px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  .content__general h3,
.content__general .h3 {
    font-size: calc(
                22px +
                6 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        22px +
        6 *
        (100vw - 360px) /
        1290) * 1.25);
  }
}
@media (min-width: 1650px) {
  .content__general h3,
.content__general .h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
.content__general h3,
.content__general .h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .content__general h3,
.content__general .h3 {
    padding-top: calc(
                20px +
                8 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                20px +
                8 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .content__general h3,
.content__general .h3 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.content__general h3,
.content__general .h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .content__general h3,
.content__general .h3 {
    margin-top: calc(
                10px +
                20 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                10px +
                20 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .content__general h3,
.content__general .h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.content__general h4,
.content__general .h4 {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 600;
}
.content__general h4,
.content__general .h4 {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  .content__general h4,
.content__general .h4 {
    font-size: calc(
                20px +
                4 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        20px +
        4 *
        (100vw - 360px) /
        1290) * 1.25);
  }
}
@media (min-width: 1650px) {
  .content__general h4,
.content__general .h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.content__general h4,
.content__general .h4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .content__general h4,
.content__general .h4 {
    padding-top: calc(
                16px +
                6 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                16px +
                6 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .content__general h4,
.content__general .h4 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.content__general h4,
.content__general .h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .content__general h4,
.content__general .h4 {
    margin-top: calc(
                20px +
                4 *
                (100vw - 360px) /
                810
        );
    margin-bottom: calc(
                20px +
                4 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .content__general h4,
.content__general .h4 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.content__general img {
  max-width: 100%;
  height: auto;
}
.content__general blockquote {
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: 7% 7%;
          background-size: 7%;
  margin: 0;
  font-style: italic;
  padding: 15px;
  padding-left: 60px;
  padding-bottom: 0;
}
.content__general table {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.25rem;
  width: 100%;
}
.content__general table tr:last-child {
  border: 0;
}
.content__general table tr td,
.content__general table tr th {
  padding: 7.5px 15px;
}
.content__general table tr td:last-child,
.content__general table tr th:last-child {
  padding: 7.5px 15px;
}
.content__general ul,
.content__general ol {
  list-style: none;
  padding: 0;
  padding-left: 1.5em;
  padding-bottom: 1.25rem;
  position: relative;
}
.content__general ul li,
.content__general ol li {
  text-align: left;
}
.content__general ul li:before,
.content__general ol li:before {
  content: "•";
  color: #336633;
  padding-right: 0.75rem;
  display: inline-block;
  position: absolute;
  left: 0;
}
.content__general ol {
  list-style: auto;
}
.content__general ol li:before {
  content: "";
  display: none;
}
.content__general dt,
.content__general dd {
  padding: 0;
}
.content__general a:not(.btn) {
  text-decoration: none;
  -webkit-transition: color 0.4s, border 0.4s;
  -o-transition: color 0.4s, border 0.4s;
  transition: color 0.4s, border 0.4s;
  border-bottom: 1px solid #336633;
  color: #336633;
}
.content__general a:not(.btn).button.secondary {
  margin-top: 0;
}
.content__general a:not(.btn):hover {
  color: #336633;
  border-color: #336633;
}

.active {
  visibility: visible;
  opacity: 1;
}

.active + .modal {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(50%) translateX(50%);
      -ms-transform: translateY(50%) translateX(50%);
          transform: translateY(50%) translateX(50%);
}

.list--inline li {
  display: inline;
}

.block--inline {
  display: inline;
}

.column__left {
  margin-left: 0 !important;
}
.column__left {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .column__left {
    margin-left: calc(
                15px +
                15 *
                (100vw - 360px) /
                810
        );
    margin-right: calc(
                15px +
                15 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .column__left {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .column__left {
    margin: 0 !important;
  }
}

.column__right {
  margin-right: 0 !important;
}
.column__right {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .column__right {
    margin-left: calc(
                15px +
                15 *
                (100vw - 360px) /
                810
        );
    margin-right: calc(
                15px +
                15 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .column__right {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .column__right {
    margin: 0 !important;
  }
}

.b-lazy {
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.b-lazy.mask {
  opacity: 1;
  position: relative;
}
.b-lazy.mask:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 2;
}
.b-lazy.opacity {
  opacity: 0;
}
.b-lazy.opacity:after {
  display: none !important;
}

.b-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.b-loaded.mask:after {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.b-loaded.opacity {
  opacity: 1;
}

.columns__2 {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media (max-width: 767px) {
  .columns__2 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.columns__3 {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media (max-width: 1279px) {
  .columns__3 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (max-width: 767px) {
  .columns__3 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

.CookiebotWidget-main-logo {
  display: none !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CybotCookiebotDialogDetailFooter {
  display: none !important;
}

/*------------------------------------|
|	Fonts                               |
|------------------------------------*/
@font-face {
  font-family: "Calibre Light";
  font-style: normal;
  font-weight: normal;
  src: local("Calibre Light"), url("/wp-content/themes/fanatic/assets/fonts/calibre/CalibreLight.woff") format("woff");
}
@font-face {
  font-family: "Calibre Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Calibre Regular"), url("/wp-content/themes/fanatic/assets/fonts/calibre/CalibreRegular.woff") format("woff");
}
/* ----------------------------------
Load custom font with your SVG assets

1. Go to https://app.fontastic.me/accounts/login/ (details on LastPass), create and download your font kit.
2. Copy the CSS bellow this comment and load just the WOFF file format.
3. Copy your custom font on assets/fonts
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/yahoo/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*=pure-u] {
  font-family: "Helvetica", sans-serif;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: calc( 0.4s );
  animation-duration: calc( 0.4s );
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: calc( 0.4s * 2 );
  animation-duration: calc( 0.4s * 2 );
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: calc( 0.4s * 0.75 );
  animation-duration: calc( 0.4s * 0.75 );
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: calc( 0.4s * 0.75 );
  animation-duration: calc( 0.4s * 0.75 );
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

#wpadminbar {
  margin: 0;
  height: 46px;
}
#wpadminbar img {
  -webkit-border-radius: 300px;
          border-radius: 300px;
  border: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 24px !important;
}
#wpadminbar img.avatar-64 {
  height: 64px !important;
}
#wpadminbar .ab-icon::before,
#wpadminbar .ab-item::before,
#wpadminbar #adminbarsearch:before {
  color: #fff;
}
#wpadminbar .quicklinks > ul > li > a, #wpadminbar #wp-admin-bar-search {
  padding: 7px 12px;
}
#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}

/* Fixes issue caused by WP V4.2.2 */
#wpadminbar div.wp-menu-image:before {
  color: #a0a5aa;
}

#wpadminbar, #wpadminbar .wp-submenu, #wpadminbarback, #wpadminbarwrap,
#wpadminbar .wp-has-current-submenu .wp-submenu, #wpadminbar .wp-has-current-submenu .wp-submenu.sub-open, #wpadminbar .wp-has-current-submenu.opensub .wp-submenu, #wpadminbar a.wp-has-current-submenu:focus + .wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu {
  background: #3498db;
  border-right: 1px solid #e4e4e4;
}

#wpadminbar .awaiting-mod, #wpadminbar .update-plugins {
  float: right;
  margin-right: 5px;
}

#collapse-menu,
#collapse-button div:after {
  color: #666;
}

#wpadminbar .wp-has-current-submenu .wp-submenu .wp-submenu-head, #wpadminbar .wp-menu-arrow, #wpadminbar .wp-menu-arrow div, #wpadminbar li.current a.menu-top, #wpadminbar li.wp-has-current-submenu a.wp-has-current-submenu, .folded #wpadminbar li.current.menu-top, .folded #wpadminbar li.wp-has-current-submenu,
#wpadminbar li.menu-top:hover, #wpadminbar li.opensub > a.menu-top, #wpadminbar li > a.menu-top:focus {
  background: #FFF;
}

#wpadminbar li.wp-menu-separator {
  display: none;
}

#wpadminbar .wp-submenu-head, #wpadminbar a.menu-top {
  padding: 7px 0;
}

.folded #wpadminbar .wp-submenu-head, .folded #wpadminbar a.menu-top {
  padding: 5px 0;
}

#wpadminbar .wp-not-current-submenu .wp-submenu, .folded #wpadminbar .wp-has-current-submenu .wp-submenu {
  padding: 10px;
}

#wpadminbar li.wp-has-current-submenu a.wp-has-current-submenu div.wp-menu-name {
  color: #FFF;
}

ul#wpadminbar a.wp-has-current-submenu:after, ul#wpadminbar > li.current > a.current:after, #wpadminbar li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  display: none;
}

#wpadminbar li.menu-top {
  border-bottom: 1px solid #e4e4e4;
}

#wpadminbar div.wp-menu-name {
  color: #666;
}

/*.wrap h2 {
font-size:34px;
font-weight:100;
padding:30px 25px 24px 0
}*/
.wrap .add-new-h2, .wrap .add-new-h2:active {
  color: #FFF;
  top: -8px;
}

.update-core-php h2 {
  margin-top: 1em;
}

#titlediv #title-prompt-text {
  font-size: 1.2em;
  font-weight: 100;
}

div.updated {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.postbox {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}

.menu.ui-sortable .menu-item-handle, .meta-box-sortables.ui-sortable .hndle {
  background: #f5f5f5;
}

#major-publishing-actions {
  background: #FFF;
  padding: 0;
}

#delete-action {
  float: none;
  padding: 15px 0;
  text-align: center;
}

#delete-action a {
  text-decoration: underline;
}

#publishing-action {
  float: none;
  display: block;
  width: 100%;
}

#publishing-action .spinner {
  width: 100%;
  background-position: top center;
  display: none;
  float: none;
  padding: 5px 0;
  margin: 0;
}

#publishing-action .spinner.is-active {
  display: block;
}

#publishing-action #publish {
  float: none;
  font-size: 16px;
  height: auto;
  padding: 10px;
  width: 100%;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
  -webkit-border-radius: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 0;
}

.wp-core-ui .button.button-primary.button-hero {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
  background: #e4e4e4;
}

.wp-core-ui .button:hover, .wp-core-ui .button-secondary:hover, .wp-core-ui .button-primary {
  color: #FFF;
}

.wp-core-ui .button:hover span.wp-media-buttons-icon:before, .wp-core-ui .button-secondary:hover span.wp-media-buttons-icon:before {
  color: #FFF;
}

.wp-media-buttons .insert-media {
  font-size: 12px;
}

.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
  font-size: 14px !important;
}

div.mce-toolbar-grp, .html-active .switch-html, .tmce-active .switch-tmce {
  background: #FFF !important;
}

#acf-col-right {
  display: none;
}

#acf-col-left {
  margin: 0 !important;
}

.vc_navbar.subnav-fixed {
  top: 40px !important;
}

.wp-list-table {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

/*------------------------------------|
|	Content Wrap                        |
|------------------------------------*/
/*---- Limits width of content, adds side padding, & allows background colours to extend to screen edge ----*/
.section__constrained {
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.section__constrained {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .section__constrained {
    padding-left: calc(
                15px +
                69 *
                (100vw - 360px) /
                810
        );
    padding-right: calc(
                15px +
                69 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .section__constrained {
    padding-left: 84px;
    padding-right: 84px;
  }
}
@media (max-width: 767px) {
  .section__constrained {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.section__constrained.center {
  text-align: center;
}
.section__constrained.half {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .section__constrained.half {
    padding-left: calc(
                15px +
                10 *
                (100vw - 360px) /
                810
        );
    padding-right: calc(
                15px +
                10 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .section__constrained.half {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section__constrained.maxWidth--1240 {
  max-width: 1240px;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 5px solid #dbdbdb;
  background-color: white;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 121px;
}
.l-header .l-header_admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.l-header .l-header_admin .l-header_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header .l-header_admin .l-header_socials ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header .l-header_admin .l-header_socials .social-icon {
  padding-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header_admin .l-header_socials .social-icon a {
  line-height: 0;
}
.l-header .l-header_admin .l-header_socials .social-icon i {
  font-size: 16px;
}
.l-header .l-header_admin .l-header_account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header .l-header_admin .l-header_account .l-header_account-list {
  padding-left: 12px;
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper {
  position: relative;
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper .l-header_list-button {
  border: 0;
  background: transparent;
  font-family: "Helvetica", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 1.6px;
  color: black;
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper .l-header_list-button i.arrow {
  font-size: 11px;
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper .l-header_list {
  padding-top: 11px;
  position: absolute;
  top: 100%;
  background-color: white;
  z-index: 1;
  display: none;
  -webkit-transform: translateY(11px);
      -ms-transform: translateY(11px);
          transform: translateY(11px);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper .l-header_list.show {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper .l-header_list-inner {
  border-top: 3px solid #336633;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper .l-header_list-inner.opacity {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper .l-header_list-inner li {
  border-bottom: 1px solid #eee;
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper .l-header_list-inner li:last-of-type {
  border-bottom: 0;
}
.l-header .l-header_admin .l-header_account .l-header_account-list .l-header_list-wrapper .l-header_list-inner li a {
  color: #777777;
  padding: 4px 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 1px;
}
.l-header .l-header_admin .l-header_account .l-header_cart {
  padding-left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1123px) {
  .l-header .l-header_admin {
    display: none !important;
  }
}
.l-header .l-header_nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .l-header_nav-container .l-header_logo svg {
  width: 100%;
  height: auto;
  max-width: 212px;
}
@media (max-width: 1123px) {
  .l-header .l-header_nav-container .l-header_logo svg {
    max-width: 150px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l-header .l-header_nav-container .l-header_logo svg {
    max-height: 58px;
  }
}
.l-header .l-header_nav-container .l-header_nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 22px;
  max-width: 850px;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header .l-header_nav-container .l-header_nav-wrapper .nav {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header_nav-container .l-header_nav-wrapper .nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1123px) {
  .l-header .l-header_nav-container .l-header_nav-wrapper {
    padding-left: 16px;
  }
}
@media (max-width: 1123px) {
  .l-header .l-header_nav-container .l-header_nav-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l-header .l-header_nav-container .l-header_nav-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.l-header input.searchbar {
  max-width: 0px;
  opacity: 0;
  -webkit-transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
}
.l-header .l-header_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header_search .input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header_search .input-wrapper input {
  border: none;
  border-bottom: 1px solid #777777;
  padding-top: 3px;
}
.l-header input.searchbar {
  max-width: 0px;
  opacity: 0;
  -webkit-transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
}
.l-header .input-wrapper:after {
  color: white;
}
.l-header .input-wrapper.input-open:after {
  color: #03375c;
}
.l-header .input-wrapper.input-open input.searchbar {
  max-width: 600px;
  opacity: 1;
}
@media (max-width: 1123px) {
  .l-header {
    padding-top: 10px;
    height: 68px;
  }
}

@media (max-width: 1123px) {
  .l-header_nav {
    display: none !important;
  }
}

.l-header_nav-wrapper .l-header_cart {
  display: none;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  height: 41px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1123px) {
  .l-header_nav-wrapper .l-header_cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-menu-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 41px;
  right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
}
@media (max-width: 1123px) {
  .mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mobile-menu-button button {
    display: none;
  }
  .mobile-menu-button .ie-menu-button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/fanatic/assets/img/icons/ie-menu.svg");
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.nav > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 1.6px;
  font-family: "Helvetica", sans-serif;
}
.nav.l-header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav.l-header_nav > li {
  position: relative;
}
.nav.l-header_nav > li:hover a:after {
  opacity: 1;
}
.nav.l-header_nav > li > a {
  padding: 0 10px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav.l-header_nav > li > a:after {
  content: "";
  position: absolute;
  height: 5px;
  opacity: 0;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #336633;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 1123px) {
  .nav.l-header_nav > li > a {
    font-size: 13px;
  }
}
.nav.l-header_nav > li .sub-menu {
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  -webkit-transform: translateY(11px);
      -ms-transform: translateY(11px);
          transform: translateY(11px);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  min-width: 160px;
  width: 100%;
  display: none;
  background-color: white;
}
.nav.l-header_nav > li .sub-menu.show {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.nav.l-header_nav > li .sub-menu li {
  border-bottom: 1px solid #eee;
}
.nav.l-header_nav > li .sub-menu li a {
  color: #777777;
  padding: 7px 10px 4px;
  display: block;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
}
.l-footer .l-footer_main {
  background-color: #eee;
  border-bottom: 5px solid #dbdbdb;
}
.l-footer .l-footer_main .l-footer_main-wrapper .l-footer_text {
  width: 66%;
}
@media (max-width: 1023px) {
  .l-footer .l-footer_main .l-footer_main-wrapper .l-footer_text {
    width: 100%;
  }
}
.l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav {
  margin: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav .l-footer_col {
  width: 25%;
  padding: 15px;
}
.l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav .l-footer_col .l-footer_col-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-weight: 400 !important;
}
.l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav .l-footer_col i {
  color: #777777;
  font-size: 13px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav .l-footer_col i:hover {
  color: #336633;
}
.l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav .l-footer_col span {
  padding-right: 6px;
}
@media (max-width: 1023px) {
  .l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav .l-footer_col {
    width: 50%;
  }
}
@media (max-width: 699px) {
  .l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav .l-footer_col {
    width: 100%;
  }
}
.l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav .l-footer_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
}
.l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav .l-footer_socials i {
  font-size: 21px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .l-footer .l-footer_main .l-footer_main-wrapper .l-footer_nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.l-footer .l-footer_lower .l-footer_lower-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-footer .l-footer_lower .l-footer_lower-wrapper .l-footer_logo {
  padding-right: 20px;
  padding-bottom: 20px;
}
.l-footer .l-footer_lower .l-footer_lower-wrapper .l-footer_copyright {
  white-space: nowrap;
}

.newsletter-form_wrapper {
  border-top: 1px solid #eee;
}
.newsletter-form_container {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.newsletter-form .newsletter-form_title {
  text-align: center;
}
.newsletter-form .submit-wrap .nf-field-element {
  text-align: center;
}

h1, .h1 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin: 0;
  line-height: 0.9em !important;
  text-transform: none;
}
h1, .h1 {
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  h1, .h1 {
    font-size: calc(
                40px +
                6 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        40px +
        6 *
        (100vw - 360px) /
        1290) * 1.25);
  }
}
@media (min-width: 1650px) {
  h1, .h1 {
    font-size: 46px;
    line-height: 57.5px;
  }
}

h2, .h2 {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: none;
  line-height: 0.9em !important;
}
h2, .h2 {
  font-size: 22px;
  line-height: 27.5px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  h2, .h2 {
    font-size: calc(
                22px +
                0 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        22px +
        0 *
        (100vw - 360px) /
        1290) * 1.25);
  }
}
@media (min-width: 1650px) {
  h2, .h2 {
    font-size: 22px;
    line-height: 27.5px;
  }
}

h3, .h3 {
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1.6px;
}
h3, .h3 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  h3, .h3 {
    font-size: calc(
                16px +
                0 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        16px +
        0 *
        (100vw - 360px) /
        1290) * 1.25);
  }
}
@media (min-width: 1650px) {
  h3, .h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

h4, .h4 {
  font-family: "Helvetica", sans-serif;
  margin: 0;
  line-height: 1em;
  letter-spacing: 1.6px;
}
h4, .h4 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 360px) and (max-width: 1650px) {
  h4, .h4 {
    font-size: calc(
                16px +
                0 *
                (100vw - 360px) /
                1290
        );
    line-height: calc((
        16px +
        0 *
        (100vw - 360px) /
        1290) * 1.25);
  }
}
@media (min-width: 1650px) {
  h4, .h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.caps {
  text-transform: uppercase;
}

.no_margin {
  margin: 0;
}
.no_margin * {
  margin: 0;
}

.no_padding {
  padding: 0;
}
.no_padding * {
  padding: 0;
}

.page-header.no-img .page-header_wrapper {
  padding-bottom: 0;
}
.page-header.no-img .page-header_container {
  position: relative !important;
}
.page-header.category-landing .page-header_container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header .page-header_wrapper {
  width: 100%;
  padding-bottom: 23%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.page-header .page-header_wrapper .page-header_container {
  text-align: center;
  position: absolute;
  line-height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-header .page-header_wrapper .page-header_container img {
  width: 100%;
}
.page-header .page-header_wrapper .page-header_container .page-header_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.page-header .page-header_wrapper .page-header_container .page-header_title.section__constrained {
  height: 100%;
}
.page-header .page-header_wrapper .page-header_container .page-header_title h1 {
  color: white;
  padding-top: 15px;
}
.page-header .page-header_wrapper .page-header_container .page-header_title h1 span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0.6px;
  font-family: "Helvetica", sans-serif;
}
.page-header .page-header_wrapper .page-header_container .page-header_title h1 span:first-of-type {
  line-height: 1.1em;
}
.page-header .page-header_wrapper .page-header_container .page-header_title h1 span:last-of-type {
  line-height: 3.2em;
}
@media (max-width: 1023px) {
  .page-header .page-header_wrapper {
    padding-bottom: 35%;
  }
}
@media (max-width: 599px) {
  .page-header .page-header_wrapper {
    padding-bottom: 43%;
  }
}

.search-results .search-result {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-results .search-result .search-result_img {
  width: 150px;
}
.search-results .search-result .search-result_img-inner {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
}
.search-results .search-result .search-result_img-inner a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-results .search-result .search-result_img img {
  max-height: 200px;
}
.search-results .search-result .search-result_title {
  width: 80%;
  padding: 30px;
}
.search-results .search-result .search-result_title .search-result_desc {
  padding-top: 20px;
  max-width: 700px;
}

.contact-map #map {
  width: 100%;
  height: 400px;
}

.contact-main {
  padding-left: 1px;
  padding-right: 1px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  .contact-main {
    padding-left: calc(
                1px +
                149 *
                (100vw - 360px) /
                810
        );
    padding-right: calc(
                1px +
                149 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  .contact-main {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.contact-main .contact-main_inner {
  width: 100%;
  min-height: 500px;
  margin-top: -150px;
  position: relative;
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
.contact-main .contact-main_inner .contact-main_details {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 30px;
}
.contact-main .contact-main_inner .contact-main_details ul li {
  padding-bottom: 12px;
}
.contact-main .contact-main_inner .contact-main_details ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-main .contact-main_inner .contact-main_details ul li i {
  color: #777777;
  font-size: 17px;
}
.contact-main .contact-main_inner .contact-main_details ul p {
  text-align: center;
}
.contact-main .contact-main_inner .contact-main_form {
  padding-top: 30px;
}
@media (max-width: 1123px) {
  .contact-main {
    padding: 0 !important;
  }
}

.nf__container .nf-before-form-content {
  display: none;
}
.nf__container .nf-field-container {
  position: relative;
  margin-bottom: 45px;
}
.nf__container .nf-field-container .nf-error-wrap {
  position: absolute;
}
@media (max-width: 699px) {
  .nf__container .nf-field-container {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.nf__container input[type=email],
.nf__container input[type=text],
.nf__container input[type=tel] {
  padding-top: 5px;
  border: none;
  border-bottom: 1px solid #336633;
}
.nf__container input[type=email]::-webkit-input-placeholder,
.nf__container input[type=text]::-webkit-input-placeholder,
.nf__container input[type=tel]::-webkit-input-placeholder {
  color: black;
  font-family: "Helvetica", sans-serif;
  line-height: 1.2em;
}
.nf__container input[type=email]::-moz-placeholder,
.nf__container input[type=text]::-moz-placeholder,
.nf__container input[type=tel]::-moz-placeholder {
  color: black;
  font-family: "Helvetica", sans-serif;
  line-height: 1.2em;
}
.nf__container input[type=email]::-ms-input-placeholder,
.nf__container input[type=text]::-ms-input-placeholder,
.nf__container input[type=tel]::-ms-input-placeholder {
  color: black;
  font-family: "Helvetica", sans-serif;
  line-height: 1.2em;
}
.nf__container input[type=email]::placeholder,
.nf__container input[type=text]::placeholder,
.nf__container input[type=tel]::placeholder {
  color: black;
  font-family: "Helvetica", sans-serif;
  line-height: 1.2em;
}
.nf__container input[type=email]:focus::-webkit-input-placeholder,
.nf__container input[type=text]:focus::-webkit-input-placeholder,
.nf__container input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.nf__container input[type=email]:focus::-moz-placeholder,
.nf__container input[type=text]:focus::-moz-placeholder,
.nf__container input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
.nf__container input[type=email]:focus::-ms-input-placeholder,
.nf__container input[type=text]:focus::-ms-input-placeholder,
.nf__container input[type=tel]:focus::-ms-input-placeholder {
  opacity: 0;
}
.nf__container input[type=email]:focus::placeholder,
.nf__container input[type=text]:focus::placeholder,
.nf__container input[type=tel]:focus::placeholder {
  opacity: 0;
}
.nf__container textarea {
  border: 1px solid green;
  padding-top: 5px;
}
.nf__container textarea::-webkit-input-placeholder {
  color: black;
  font-family: "Helvetica", sans-serif;
  line-height: 1.2em;
}
.nf__container textarea::-moz-placeholder {
  color: black;
  font-family: "Helvetica", sans-serif;
  line-height: 1.2em;
}
.nf__container textarea::-ms-input-placeholder {
  color: black;
  font-family: "Helvetica", sans-serif;
  line-height: 1.2em;
}
.nf__container textarea::placeholder {
  color: black;
  font-family: "Helvetica", sans-serif;
  line-height: 1.2em;
}
.nf__container textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.nf__container textarea:focus::-moz-placeholder {
  opacity: 0;
}
.nf__container textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.nf__container textarea:focus::placeholder {
  opacity: 0;
}
.nf__container input[type=button] {
  background: transparent;
  padding: 7px 0;
  min-width: 200px;
  border: 1px solid #336633;
  color: #336633;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.nf__container input[type=button]:hover {
  background-color: #336633;
  color: white;
}

.mobile-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 60px 30px 30px;
  overflow: auto;
  width: 100%;
  -webkit-transform: translateX(-102%);
      -ms-transform: translateX(-102%);
          transform: translateX(-102%);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.mobile-nav.menu-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-nav .l-header_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.mobile-nav .l-header_search .input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-nav .l-header_search .input-wrapper input {
  border: none;
  border-bottom: 1px solid #777777;
  padding-top: 3px;
}
.mobile-nav input.searchbar {
  max-width: 0px;
  opacity: 0;
  -webkit-transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-nav .input-wrapper:after {
  color: white;
}
.mobile-nav .input-wrapper.input-open:after {
  color: #03375c;
}
.mobile-nav .input-wrapper.input-open input.searchbar {
  max-width: 600px;
  opacity: 1;
}
.mobile-nav .mobile-nav_nav > li {
  padding-bottom: 22px;
}
.mobile-nav .mobile-nav_nav > li > a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-nav li a {
  font-size: 17px;
}
.mobile-nav li .sub-menu {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-nav li .sub-menu li {
  padding-top: 8px;
}
.mobile-nav li .sub-menu.sub-menu-open {
  max-height: 900px;
}

.close-button {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 5px;
  right: 5px;
  display: none;
  cursor: pointer;
}
.close-button:after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/wp-content/themes/fanatic/assets/img/icons/close.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  opacity: 0.4;
}
@media (max-width: 1123px) {
  .close-button {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .close-button {
    position: absolute;
  }
}

.newsletter-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsletter-grid .newsletter-grid_item {
  width: 20%;
  padding: 20px;
  text-align: center;
}

.feat-work .feat-work_wrapper .feat-work_container .feat-work_title {
  text-align: center;
}
.feat-work .feat-work_wrapper .feat-work_container .feat-work_grid .feat-work_grid-inner {
  margin: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feat-work .feat-work_wrapper .feat-work_container .feat-work_grid .feat-work_grid-inner .feat-work_grid-item {
  width: 20%;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.feat-work .feat-work_wrapper .feat-work_container .feat-work_grid .feat-work_grid-inner .feat-work_grid-item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
}
@media (max-width: 1123px) {
  .feat-work .feat-work_wrapper .feat-work_container .feat-work_grid .feat-work_grid-inner .feat-work_grid-item {
    min-width: 33.33%;
  }
}
@media (max-width: 699px) {
  .feat-work .feat-work_wrapper .feat-work_container .feat-work_grid .feat-work_grid-inner .feat-work_grid-item {
    min-width: 100%;
  }
}
@media (max-width: 1123px) {
  .feat-work .feat-work_wrapper .feat-work_container .feat-work_grid .feat-work_grid-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.page-links .page-links_wrapper .page-links_title {
  text-align: center;
}
.page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner {
  margin: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner .page-links_grid-item {
  padding: 10px;
  width: 33%;
}
.page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner .page-links_grid-item:hover .page-links_item-content {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner .page-links_grid-item .page-links_item-inner {
  width: 100%;
  padding-bottom: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner .page-links_grid-item .page-links_item-inner .page-links_item-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner .page-links_grid-item .page-links_item-inner .page-links_item-content .title {
  color: white;
  text-align: center;
  line-height: 0.6em !important;
}
.page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner .page-links_grid-item .page-links_item-inner .page-links_item-content .title span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0.6px;
  font-family: "Helvetica", sans-serif;
}
@media (max-width: 899px) {
  .page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner .page-links_grid-item {
    width: 50%;
  }
}
@media (max-width: 649px) {
  .page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner .page-links_grid-item {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .page-links .page-links_wrapper .page-links_container .page-links_grid .page-links_grid-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.blog-posts.archive .blog-posts_item-inner {
  padding-bottom: 60px;
}
.blog-posts .blog-posts_wrapper .blog-posts_container .blog-posts_title {
  text-align: center;
}
.blog-posts .blog-posts_wrapper .blog-posts_container .blog-posts_grid .blog-posts_grid-inner {
  margin: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-posts .blog-posts_wrapper .blog-posts_container .blog-posts_grid .blog-posts_grid-inner .blog-posts_grid-item {
  padding: 10px;
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-posts .blog-posts_wrapper .blog-posts_container .blog-posts_grid .blog-posts_grid-inner .blog-posts_grid-item .blog-posts_item-inner {
  width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-posts .blog-posts_wrapper .blog-posts_container .blog-posts_grid .blog-posts_grid-inner .blog-posts_grid-item .blog-posts_item-inner img {
  max-width: 100;
  height: auto;
  width: 100%;
}
.blog-posts .blog-posts_wrapper .blog-posts_container .blog-posts_grid .blog-posts_grid-inner .blog-posts_grid-item .blog-posts_item-inner .blog-post_item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-posts .blog-posts_wrapper .blog-posts_container .blog-posts_grid .blog-posts_grid-inner .blog-posts_grid-item .blog-posts_item-inner .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1123px) {
  .blog-posts .blog-posts_wrapper .blog-posts_container .blog-posts_grid .blog-posts_grid-inner .blog-posts_grid-item {
    width: 50%;
  }
}
@media (max-width: 649px) {
  .blog-posts .blog-posts_wrapper .blog-posts_container .blog-posts_grid .blog-posts_grid-inner .blog-posts_grid-item {
    width: 100%;
  }
}

.text-image .text-image_wrapper .text-image_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.text-image .text-image_wrapper .text-image_container.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.text-image .text-image_wrapper .text-image_container.row-reverse .text-image_content {
  padding-right: 40px;
  padding-left: 0;
}
.text-image .text-image_wrapper .text-image_container .text-image_image {
  width: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  min-height: 400px;
}
@media (max-width: 1123px) {
  .text-image .text-image_wrapper .text-image_container .text-image_image {
    width: 100%;
  }
}
.text-image .text-image_wrapper .text-image_container .text-image_content {
  width: 50%;
  padding: 40px;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-image .text-image_wrapper .text-image_container .text-image_content p, .text-image .text-image_wrapper .text-image_container .text-image_content h2 {
  width: 100%;
}
.text-image .text-image_wrapper .text-image_container .text-image_content p {
  margin-bottom: 20px;
}
.text-image .text-image_wrapper .text-image_container .text-image_content p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1123px) {
  .text-image .text-image_wrapper .text-image_container .text-image_content {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1123px) {
  .text-image .text-image_wrapper .text-image_container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.text-block_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.text-block_text .text-block_wrapper {
  width: 100%;
}
.text-block_text .text-block_wrapper p {
  width: 100%;
}
.text-block_text.set-max-width {
  max-width: 900px;
  margin: 0 auto;
}

.heavy-content h2 {
  margin-bottom: 18px;
  margin-top: 40px;
}
.heavy-content h2:first-child {
  margin-top: 0 !important;
}
.heavy-content h3, .heavy-content h4 {
  margin-bottom: 10px;
  margin-top: 40px;
}
.heavy-content h3:first-child, .heavy-content h4:first-child {
  margin-top: 0 !important;
}
.heavy-content ul, .heavy-content ol {
  font-family: Helvetica, sans-serif;
  line-height: 1.2em !important;
}
.heavy-content ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.heavy-content b {
  font-weight: 700 !important;
}
.heavy-content a {
  text-decoration: underline;
}
.heavy-content p {
  margin-bottom: 20px;
}
.heavy-content p:last-of-type {
  margin-bottom: 0;
}

.landing-page-content {
  max-width: 900px;
  margin: 0 auto;
}
.landing-page-content .btn-wrapper {
  text-align: center;
}
.landing-page-content .btn-wrapper a {
  text-decoration: none !important;
}

.home-slider .home-slider_wrapper {
  position: relative;
}
.home-slider .home-slider_wrapper .custom-slick-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 100;
}
.home-slider .home-slider_wrapper .custom-slick-dots .slick-dots {
  margin: 0 auto;
}
.home-slider .home-slider_wrapper .home-slider_item {
  position: relative;
}
.home-slider .home-slider_wrapper .home-slider_item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.home-slider .home-slider_wrapper .home-slider_item .home-slider_item-content {
  position: relative;
  padding-bottom: 33.33%;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.home-slider .home-slider_wrapper .home-slider_item .home-slider_item-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-slider .home-slider_wrapper .home-slider_item .home-slider_item-content .home-slider_content-container {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
}
.home-slider .home-slider_wrapper .home-slider_item .home-slider_item-content .home-slider_content-container .home-slider_content-wrapper {
  text-align: center;
}
.home-slider .home-slider_wrapper .home-slider_item .home-slider_item-content .home-slider_content-container .home-slider_content-wrapper .title {
  color: white !important;
  padding-bottom: 30px;
}
@media (max-width: 999px) {
  .home-slider .home-slider_wrapper .home-slider_item .home-slider_item-content {
    padding-bottom: 45%;
  }
}
@media (max-width: 699px) {
  .home-slider .home-slider_wrapper .home-slider_item .home-slider_item-content {
    padding-bottom: 75%;
  }
}

.cart-contents {
  display: inline-block;
  position: relative;
  line-height: 0;
}
.cart-contents.has-item {
  padding-right: 18px;
}
.cart-contents:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
}
.cart-contents .cart-contents-count {
  background-color: #336633;
  position: absolute;
  color: white;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  text-align: center;
  line-height: 1.4em;
  font-size: 14.7px;
  right: 0;
  top: -10px;
}

.woocommerce-info {
  border-top-color: #336633 !important;
}
.woocommerce-info:before {
  color: #336633;
}

.cart-empty {
  padding-top: 18px;
}

.woocommerce table.shop_table th {
  padding: 11px 12px 7px 12px;
}

.cart-wrapper .quantity .qty {
  padding-top: 6px;
  padding-left: 10px;
}
.cart-wrapper .checkout-button {
  max-width: none !important;
  background-color: #336633 !important;
}

.woocommerce-MyAccount-navigation {
  padding-bottom: 30px;
}

.woocommerce-Address {
  padding-bottom: 30px;
}

.archive-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.archive-results .woocommerce-result-count {
  padding-right: 20px;
}
.archive-results .archive-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.archive-main .archive-sidebar_title {
  right: 150px;
  display: none;
  cursor: pointer;
  padding-right: 20px;
}
.archive-main .archive-sidebar_title span {
  padding: 1px 20px;
}
@media (max-width: 999px) {
  .archive-main .archive-sidebar_title {
    display: block;
  }
}
.archive-sidebar_title {
  text-align: center;
  padding-bottom: 20px;
}
.archive-sidebar_title span {
  color: #336633;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 1.6px;
  padding: 6px 20px 6px;
  border: 1px solid #336633;
  display: block;
  font-family: "Helvetica", sans-serif;
}

.archive-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive-wrapper select {
  display: none;
}
.archive-wrapper .archive-sidebar {
  width: 23%;
  padding-right: 20px;
  position: relative;
}
.archive-wrapper .archive-sidebar .archive-sidebar-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  cursor: pointer;
}
.archive-wrapper .archive-sidebar .archive-sidebar-close:after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/wp-content/themes/fanatic/assets/img/icons/close.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  opacity: 0.4;
}
@media (max-width: 999px) {
  .archive-wrapper .archive-sidebar .archive-sidebar-close {
    display: block;
  }
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat li a {
  font-weight: 300;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .archive-wrapper .archive-sidebar .archive-sidebar_cat li a {
    display: block !important;
  }
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat .cat .sub-cat {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.65s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: max-height 0.65s cubic-bezier(0.7, 0, 0.3, 1);
  transition: max-height 0.65s cubic-bezier(0.7, 0, 0.3, 1);
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat .cat .sub-cat li {
  padding-left: 15px;
  padding-bottom: 9px;
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat .cat .sub-cat li:first-of-type {
  padding-top: 8px;
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat .cat .sub-cat li a.active {
  font-weight: 600;
  color: #336633;
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0.8px;
  position: relative;
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat .cat .sub-cat li a.active:before {
  content: "\f0da";
  width: 9px;
  height: 7px;
  line-height: 0.8em;
  position: absolute;
  left: -8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #336633;
  font-size: 11px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat .cat.open .sub-cat {
  max-height: 800px;
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat > li {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Helvetica, sans-serif;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat > li > a i {
  font-size: 11px;
  padding-bottom: 9px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .archive-wrapper .archive-sidebar .archive-sidebar_cat > li > a i {
    padding-left: 15px !important;
  }
}
.archive-wrapper .archive-sidebar .archive-sidebar_cat > li > a.active {
  font-weight: 600;
  color: #336633;
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0.6px;
}
.archive-wrapper .archive-sidebar .archive-sidebar_fact {
  padding-top: 20px;
}
@media (max-width: 999px) {
  .archive-wrapper .archive-sidebar {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 60px 30px 30px;
    overflow: auto;
    width: auto;
    -webkit-transform: translateX(-102%);
        -ms-transform: translateX(-102%);
            transform: translateX(-102%);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
  }
  .archive-wrapper .archive-sidebar.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 699px) {
  .archive-wrapper .archive-sidebar {
    width: 100%;
  }
}
.archive-wrapper .archive-main {
  width: 77%;
  padding-left: 20px;
}
@media (max-width: 999px) {
  .archive-wrapper .archive-main {
    width: 100%;
    padding-left: 0;
  }
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.products .product {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products .product {
    display: block;
  }
}
.products .product .woocommerce-loop-product__title {
  padding: 0 15px !important;
  font-size: 18px;
  line-height: 1.2em !important;
}
.products .product .price {
  font-size: 1.2em !important;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  padding-top: 2px;
}
.products .product .btn {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .products .product {
    margin-right: 1.8% !important;
  }
}

.woocommerce .woocommerce-breadcrumb {
  padding: 7px 0 7px;
  background-color: #eee;
  color: #000;
  position: relative;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.woocommerce .woocommerce-breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  background-color: #eee;
  width: 50%;
}
.woocommerce .woocommerce-breadcrumb:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50%;
  background-color: #eee;
  width: 50%;
}

div.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div.product {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 360px) and (max-width: 1170px) {
  div.product {
    padding-top: calc(
                20px +
                25 *
                (100vw - 360px) /
                810
        );
    padding-bottom: calc(
                20px +
                25 *
                (100vw - 360px) /
                810
        );
  }
}
@media (min-width: 1170px) {
  div.product {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
div.product .woocommerce-Price-amount, div.product .stock {
  font-size: 1.2em !important;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  padding-top: 2px;
  padding-top: 20px;
  display: block;
}
div.product .stock {
  padding-bottom: 20px;
}
div.product .woocommerce-product-details__short-description {
  padding-top: 20px;
}
div.product .woocommerce-product-details__short-description p {
  margin-bottom: 20px;
}
div.product .woocommerce-product-details__short-description p:last-of-type {
  margin-bottom: 0;
}
div.product .woocommerce-product-details__short-description a {
  color: #336633;
  padding: 8px;
  border: 1px solid #336633;
}
div.product .summary {
  width: 42% !important;
  padding-top: 40px;
  padding-left: 40px;
}
@media (max-width: 999px) {
  div.product .summary {
    width: 100% !important;
    padding-top: 0;
    padding-left: 0;
  }
}
div.product .woocommerce-product-gallery {
  width: 58% !important;
  opacity: 1 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 999px) {
  div.product .woocommerce-product-gallery {
    width: 100% !important;
  }
}
div.product .button {
  background-color: #ebe9eb !important;
  color: #515151 !important;
  max-width: 100px;
  padding: 10px 10px 7px;
}
div.product .qty {
  padding-top: 5px;
  padding-left: 8px;
}
@media (max-width: 999px) {
  div.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cart-wrapper form.woocommerce-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 999px) {
  .cart-wrapper form.woocommerce-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart-wrapper .woocommerce-NoticeGroup-checkout {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cart-wrapper #customer_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-right: 10px;
}
.cart-wrapper #customer_details .col-1, .cart-wrapper #customer_details .col-2 {
  width: 100%;
}
@media (max-width: 999px) {
  .cart-wrapper #customer_details {
    width: 100%;
  }
}
.cart-wrapper .cart-wrapper_order-review {
  width: 50%;
  padding-left: 10px;
}
.cart-wrapper .cart-wrapper_order-review .woocommerce-checkout-review-order {
  padding-top: 20px;
}
.cart-wrapper .cart-wrapper_order-review .woocommerce-checkout-review-order .button {
  background-color: #336633;
  margin-top: 20px;
}
@media (max-width: 999px) {
  .cart-wrapper .cart-wrapper_order-review {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.cart-wrapper .woocommerce-additional-fields {
  padding-top: 50px;
}
.cart-wrapper .woocommerce-additional-fields input, .cart-wrapper .woocommerce-additional-fields textarea {
  padding: 12px 10px 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
  border: 1px solid grey;
}

.woocommerce-billing-fields .select2-selection {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-color: #777777;
  padding: 8px 10px 10px;
  height: 49px;
}
.woocommerce-billing-fields .select2-selection .select2-selection__arrow {
  height: 43px;
  width: 32px;
}

.form-row {
  padding-top: 20px !important;
}
.form-row input, .form-row textarea {
  padding: 12px 10px 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: none;
  border: 1px solid grey;
}
.form-row:first-of-type {
  padding-top: 0;
}
@media (max-width: 599px) {
  .form-row {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
}

.woocommerce-order .woocommerce-order-overview, .woocommerce-MyAccount-content .woocommerce-order-overview {
  padding-top: 20px;
}
.woocommerce-order .woocommerce-table, .woocommerce-MyAccount-content .woocommerce-table {
  margin-top: 20px !important;
}
.woocommerce-order address, .woocommerce-MyAccount-content address {
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.woocommerce-LostPassword {
  padding-top: 8px;
}

.woocommerce-privacy-policy-text {
  padding-top: 8px;
}

.woocommerce-Addresses {
  padding-top: 20px;
}

.woocommerce-MyAccount-navigation a {
  font-weight: 300;
}
.woocommerce-MyAccount-navigation li {
  padding-bottom: 10px;
}
.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 400;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 20px;
}

/*------------------------------------|
|	Buttons                             |
|------------------------------------*/
.btn {
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  padding: 3px 18px;
  -webkit-background-size: 300% 100%;
          background-size: 300% 100%;
  text-decoration: none;
  display: inline-block;
  line-height: 24px;
  border: 1px solid #336633;
  color: #336633;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Helvetica", sans-serif;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.btn:hover {
  color: white !important;
}
.btn:hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #336633;
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1;
}
.btn.white {
  color: white;
  border-color: white;
}
.btn.white:hover {
  color: #336633 !important;
}
.btn.white:after {
  background-color: white;
}
.btn span {
  position: relative;
  z-index: 4;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 1px;
}

.woocommerce a.button {
  max-width: 100px;
  padding: 10px 10px 7px;
  margin: 0 auto;
}

.woocommerce button.button {
  padding: 10px 10px 7px;
  margin: 0 auto;
}

.btn:focus {
  outline: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-left: 10px;
  overflow: visible;
  display: none;
}
@media (max-width: 1123px) {
  .hamburger {
    display: contents;
  }
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #000;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: 10px;
  height: 10px;
}
.slick-dots button {
  display: block;
  padding: 0;
  border: none;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: white;
  opacity: 0.25;
  text-indent: -9999px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */