@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap");
@font-face {
  font-family: "siredicon";
  src: url("fonts/siredicon/siredicon.eot?75y2mr");
  src: url("fonts/siredicon/siredicon.eot?75y2mr#iefix") format("embedded-opentype"), url("fonts/siredicon/siredicon.ttf?75y2mr") format("truetype"), url("fonts/siredicon/siredicon.woff?75y2mr") format("woff"), url("fonts/siredicon/siredicon.svg?75y2mr#siredicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "another_shabby";
  src: url("fonts/another_shabby/anothershabby.eot");
  src: url("fonts/another_shabby/anothershabby.eot?#iefix") format("embedded-opentype"), url("fonts/another_shabby/anothershabby.woff2") format("woff2"), url("fonts/another_shabby/anothershabby.woff") format("woff"), url("fonts/another_shabby/anothershabby.ttf") format("truetype"), url("fonts/another_shabby/anothershabby.svg#anothershabby") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfair";
  src: url("fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mention_signature";
  src: url("fonts/mention_signature/MentionSignature.eot");
  src: url("fonts/mention_signature/MentionSignature.eot?#iefix") format("embedded-opentype"), url("fonts/mention_signature/MentionSignature.woff2") format("woff2"), url("fonts/mention_signature/MentionSignature.woff") format("woff"), url("fonts/mention_signature/MentionSignature.svg#MentionSignature") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_book";
  src: url("fonts/GothamBook.ttf") format("truetype");
}
@font-face {
  font-family: "harley_brush";
  src: url("fonts/harley_brush.otf") format("opentype");
}
@-webkit-keyframes slideFleche {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideFleche {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes outSlideFleche {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes outSlideFleche {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*===============================
=            GENERAL            =
===============================*/
.admin-bar #field_newsletter_check {
  display: block !important;
}

html {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

* {
  max-width: 100%;
}

div {
  vertical-align: top;
}

.site {
  height: 100%;
  min-height: 100%;
}

small {
  display: block;
  font-size: 70%;
  line-height: normal !important;
}

a {
  color: #1B1B1B;
  text-decoration: none;
}

body, h4, h5, h6, ul li {
  line-height: inherit;
}

button, input[type=submit], label {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .youtube_player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
  }
  .youtube_player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.page-id-8294 table, .page-id-8303 table {
  border-collapse: collapse;
  width: 100%;
}
.page-id-8294 th, .page-id-8294 td, .page-id-8303 th, .page-id-8303 td {
  text-align: left;
  padding: 8px;
}
.page-id-8294 tr:nth-child(even), .page-id-8303 tr:nth-child(even) {
  background-color: #f2f2f2;
}
.page-id-8294 th, .page-id-8303 th {
  background-color: #262525;
  color: white;
}

h1 {
  font-weight: 800;
  font-size: 410%;
}
h1 {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  line-height: 125%;
}

h2, .block-title {
  display: block;
  font-weight: 700;
  font-size: 300%;
}
h2, .block-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 125%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

input[type=text] {
  padding: 0.7em 4%;
}

.bloc-title {
  font-weight: 800;
  font-size: 280%;
}
.bloc-title {
  font-family: "Montserrat", sans-serif;
  color: #413F40;
  line-height: 110%;
}

.script-typ {
  font-weight: 400;
  font-size: 100%;
}
.script-typ {
  font-family: "another_shabby";
}

.picto-link span {
  display: none;
}

#wpadminbar * {
  max-width: none;
}

.date-subvoyage {
  color: #FFFFFF;
  font-size: 150%;
  margin-top: 0.8em;
  display: inline-block;
}

.ui-datepicker-trigger {
  display: none !important;
}

.datepicker_with_icon {
  background: url("images/pictos/calendar.svg") 98% center no-repeat transparent;
  background-size: 1.5em;
}

.information-client {
  line-height: 125%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #F4C259;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.information-client p {
  margin: 0;
}
.information-client a {
  font-size: 90%;
}
.information-client .first {
  position: relative;
  padding-left: 5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  line-height: 100%;
}
.information-client .first:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.information-client .first:before {
  content: "\e932";
}
.information-client .first:before {
  color: #F4C259;
}
.information-client .first:before {
  font-size: 135%;
}
.information-client .first:before {
  position: absolute;
  left: 0;
  top: -0.2em;
}
.information-client .first p {
  margin-bottom: 0.2em !important;
}
.information-client .last {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 54%;
          flex: 1 1 54%;
  padding-left: 3%;
}
.information-client .last p {
  position: relative;
  padding-left: 11%;
}
.information-client .last p a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #1B1B1B;
}
.information-client .last p a:hover {
  color: #F4C259;
}
.information-client .last p:before {
  position: absolute;
  left: 0;
  top: 0em;
}
.information-client .last p:first-child {
  margin-bottom: 1em;
}
.information-client .last p:first-child:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.information-client .last p:first-child:before {
  content: "\e938";
}
.information-client .last p:first-child:before {
  color: #F4C259;
}
.information-client .last p:first-child:before {
  font-size: 115%;
}
.information-client .last p:last-child:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.information-client .last p:last-child:before {
  content: "\e939";
}
.information-client .last p:last-child:before {
  color: #F4C259;
}
.information-client .last p:last-child:before {
  font-size: 115%;
}

/*----------  AGE GATE LEGAL  ----------*/
.container-age-gate {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1B1B1B;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  z-index: 999999;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.container-age-gate:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5%;
  background-color: #000000;
}
.container-age-gate .content-age-gate {
  position: relative;
  top: 15%;
  width: 35%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.container-age-gate .content-age-gate img {
  width: 60%;
  margin-bottom: 2em;
}
.container-age-gate .content-age-gate p {
  font-weight: 700;
  font-size: 155%;
}
.container-age-gate .content-age-gate p {
  line-height: 130%;
  margin-bottom: 1.5em;
}
.container-age-gate .content-age-gate .btn, .container-age-gate .content-age-gate html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .container-age-gate .content-age-gate a, .container-age-gate .content-age-gate #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li .container-age-gate .content-age-gate a {
  background-color: transparent;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
.container-age-gate .content-age-gate .btn:hover, .container-age-gate .content-age-gate html body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div .container-age-gate .content-age-gate a:hover, .container-age-gate .content-age-gate #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li .container-age-gate .content-age-gate a:hover {
  color: #1B1B1B;
}
.container-age-gate .content-age-gate .btn, .container-age-gate .content-age-gate html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .container-age-gate .content-age-gate a, .container-age-gate .content-age-gate #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li .container-age-gate .content-age-gate a {
  padding: 1em;
  padding: 0.7em 2.5em;
  border: 1px solid #F4C259;
  margin: 0 0.5em;
  line-height: 100%;
}
.container-age-gate .content-age-gate .btn:hover, .container-age-gate .content-age-gate html body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div .container-age-gate .content-age-gate a:hover, .container-age-gate .content-age-gate #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li .container-age-gate .content-age-gate a:hover {
  background-color: #F4C259;
}

/*----------  SI NO IMG IN HEADER DE PAGE  ----------*/
.entry-header.no-img {
  background-color: #262525;
}

.content-header.no-img {
  position: relative;
  width: 88%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5% 0;
  text-align: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-shadow: none;
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
}
.content-header.no-img:after {
  display: none;
  content: "";
}
.content-header.no-img h1.inpage-title {
  background-color: transparent;
  font-weight: 900;
  font-size: 260%;
}
.content-header.no-img h1.inpage-title {
  text-transform: uppercase;
}

/*----------  COL STRUCTURE  ----------*/
.col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col-container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.col-container .col.col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.col-container .col.col-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

/*----------  Block Générique  ----------*/
.block-type-1 {
  max-width: none;
  position: relative;
  margin: 0;
  text-align: center;
  font-weight: inherit;
  font-size: 100%;
}
.block-type-1 .container-block-type {
  position: relative;
}

/*----------  MAP  ----------*/
.map .leaflet-marker-icon {
  width: 23px !important;
}

/*----------  SLICK SLIDER  ----------*/
.slick-slider {
  max-width: none;
  position: relative;
  margin: 0;
  text-align: center;
  font-weight: inherit;
  font-size: 100%;
}
.slick-slider {
  overflow: hidden;
}
.slick-slider * {
  max-width: none;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 999;
  display: inline-block;
  font-weight: inherit;
  font-size: 100%;
}
.slick-slider .slick-arrow:before {
  content: "";
  z-index: 1000;
  opacity: 1;
}
.slick-slider .slick-arrow.slick-prev {
  left: -2.3%;
  line-height: 100%;
  background-color: #FFFFFF;
  padding: 1.3% 3.5% 3.8% 1.5%;
  border-radius: 0 100% 100% 0;
}
.slick-slider .slick-arrow.slick-prev:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: "\e927";
}
.slick-slider .slick-arrow.slick-prev:before {
  color: #000000;
}
.slick-slider .slick-arrow.slick-prev:before {
  font-size: 200%;
}
.slick-slider .slick-arrow.slick-prev {
  -webkit-animation: bounceLeft 1s ease-in-out infinite;
          animation: bounceLeft 1s ease-in-out infinite;
}
.slick-slider .slick-arrow.slick-prev:before {
  position: absolute;
  right: 20%;
}
.slick-slider .slick-arrow.slick-next {
  right: -2.3%;
  line-height: 100%;
  background-color: #FFFFFF;
  padding: 1.3% 1.5% 3.8% 3.5%;
  border-radius: 100% 0 0 100%;
}
.slick-slider .slick-arrow.slick-next:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "\e926";
}
.slick-slider .slick-arrow.slick-next:before {
  color: #000000;
}
.slick-slider .slick-arrow.slick-next:before {
  font-size: 200%;
}
.slick-slider .slick-arrow.slick-next {
  -webkit-animation: bounceRight 1s ease-in-out infinite;
          animation: bounceRight 1s ease-in-out infinite;
}
.slick-slider .slick-arrow.slick-next:before {
  position: absolute;
  left: 20%;
}
.slick-slider .slick-slide {
  position: relative;
}
.slick-slider .slick-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #000000;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.slick-slider .slick-slide:hover:before {
  background-color: transparent;
}

@-webkit-keyframes bounceLeft {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-0.5em, 0);
            transform: translate(-0.5em, 0);
  }
}

@keyframes bounceLeft {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-0.5em, 0);
            transform: translate(-0.5em, 0);
  }
}
@-webkit-keyframes bounceRight {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0.5em, 0);
            transform: translate(0.5em, 0);
  }
}
@keyframes bounceRight {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0.5em, 0);
            transform: translate(0.5em, 0);
  }
}
/*----------  PICTO ROND  ----------*/
.rs-rond {
  display: inline-block;
  width: auto;
}
.rs-rond a {
  display: inline-block;
  text-align: center;
  background-color: #F4C259;
  line-height: 100%;
  border-radius: 50%;
  padding: 0.4em 0.5em;
  font-weight: inherit;
  font-size: 115%;
}
.leaflet-container {
  background-color: transparent !important;
}

/*----------  BOUTONS  ----------*/
.btn, html body.search-results nav.navigation .nav-links > div a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a {
  border: 2px solid #F4C259;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  padding: 0.5em 1%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
.btn, html body.search-results nav.navigation .nav-links > div a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.btn.btn-border-yellow, html body.search-results nav.navigation .nav-links > div a.btn, html body.search-results nav.navigation .nav-links > div a.btn-border-yellow, html body.search-results nav.navigation .nav-links > div a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-border-yellow, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a {
  border: 2px solid #F4C259;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
.btn.btn-border-yellow:after, html body.search-results nav.navigation .nav-links > div a.btn:after, html body.search-results nav.navigation .nav-links > div a.btn-border-yellow:after, html body.search-results nav.navigation .nav-links > div a:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-border-yellow:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:after {
  -webkit-animation: slideFleche 0.5s;
          animation: slideFleche 0.5s;
}
.btn.btn-yellow-bg, html body.search-results nav.navigation .nav-links > div a.btn-yellow-bg, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg {
  background-color: #F4C259;
  border-radius: 9999px;
  border: 2px solid #F4C259;
  padding: 0.32em 0.8em;
  font-weight: 800;
  font-size: 85%;
}
.btn.btn-yellow-bg, html body.search-results nav.navigation .nav-links > div a.btn-yellow-bg, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #1B1B1B;
}
.btn.btn-yellow-bg:hover, html body.search-results nav.navigation .nav-links > div a.btn-yellow-bg:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg:hover {
  color: #F4C259;
}
.btn.btn-yellow-bg, html body.search-results nav.navigation .nav-links > div a.btn-yellow-bg, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-out";
          transition-timing-function: "ease-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.btn.btn-yellow-bg:hover, html body.search-results nav.navigation .nav-links > div a.btn-yellow-bg:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg:hover {
  background-color: #CE9B31;
  border-color: #CE9B31;
  color: #1B1B1B;
}
.btn.btn-red, html body.search-results nav.navigation .nav-links > div a.btn-red, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-red {
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.25em 1.5%;
  font-weight: 700;
  font-size: 80%;
}
.btn.btn-red, html body.search-results nav.navigation .nav-links > div a.btn-red, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-red {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
.btn.btn-red:hover, html body.search-results nav.navigation .nav-links > div a.btn-red:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-red:hover {
  color: #C00202;
}
.btn.btn-red:hover, html body.search-results nav.navigation .nav-links > div a.btn-red:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-red:hover {
  background-color: #F4C259;
  border-color: #F4C259;
  color: #1B1B1B;
}

.btn-play:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-play:after {
  content: "\e93f";
}
.btn-play:after {
  color: #F4C259;
}
.btn-play:after {
  font-size: 90%;
}
.btn-play {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
.btn-play {
  padding: 2.5em 1.2em;
  border: 2px solid #F4C259;
  border-radius: 9999px;
  line-height: 100%;
}
.btn-play:after {
  margin-left: 0.8em;
}

/*----------  PAGINATION  ----------*/
.navigation {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 2.2em 0;
}
.navigation .wp-paginate {
  display: block;
}
.navigation .wp-paginate li {
  vertical-align: top;
  margin: 0 0.3em;
}
.navigation .wp-paginate li a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
.navigation .wp-paginate li a:hover {
  color: #FFFFFF;
}
.navigation .wp-paginate li a {
  font-weight: 400;
  font-size: 75%;
}
.navigation .wp-paginate li a {
  background-color: transparent;
  padding: 0.4em 0.8em;
  border: 2px solid #F4C259;
  border-radius: 50em;
  line-height: 0;
  vertical-align: middle;
  margin: 0;
}
.navigation .wp-paginate li a:hover {
  background-color: #F4C259;
  border-color: #F4C259;
}
.navigation .wp-paginate li a.prev, .navigation .wp-paginate li a.next {
  border: none;
  text-transform: uppercase;
  color: #F4C259;
  padding: 0.6em 1em;
  border: 2px solid #262525;
  font-weight: 700;
  border-radius: 50em;
}
.navigation .wp-paginate li a.prev:hover, .navigation .wp-paginate li a.next:hover {
  color: #F4C259;
  background-color: transparent;
  border-color: #F4C259;
}
.navigation .wp-paginate li a.prev:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation .wp-paginate li a.prev:before {
  content: "\e92b";
}
.navigation .wp-paginate li a.prev:before {
  color: #F4C259;
}
.navigation .wp-paginate li a.prev:before {
  font-size: 85%;
}
.navigation .wp-paginate li a.prev {
  margin-right: 0.8%;
}
.navigation .wp-paginate li a.prev:before {
  margin-right: 0.5%;
}
.navigation .wp-paginate li a.next:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation .wp-paginate li a.next:after {
  content: "\e92a";
}
.navigation .wp-paginate li a.next:after {
  color: #F4C259;
}
.navigation .wp-paginate li a.next:after {
  font-size: 85%;
}
.navigation .wp-paginate li a.next {
  margin-left: 0.8%;
}
.navigation .wp-paginate li a.next:after {
  margin-left: 0.5%;
}
.navigation .wp-paginate li span {
  display: inline-block;
  border: none;
  background-color: #C00202;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.8em 0.6em !important;
  border: 2px solid #C00202;
  border-radius: 50em;
  line-height: 0;
  margin: 0;
  vertical-align: middle;
}

/*=====  Start of strate jeu road trip  ======*/
#block-strate-jeu {
  position: relative;
}
#block-strate-jeu .mobile {
  display: none;
}
#block-strate-jeu .desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  #block-strate-jeu .mobile {
    display: block;
  }
  #block-strate-jeu .btn-jeu-piste {
    font-size: 300% !important;
  }
  #block-strate-jeu .desktop {
    display: none;
  }
}
#block-strate-jeu .btn-jeu-piste {
  position: absolute;
  background-color: #900000;
  left: 0;
  bottom: 3em;
  right: 0;
  margin: auto;
  width: 6.4em;
  height: 2.4em;
  padding-left: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 160%;
  color: #F4C259;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
#block-strate-jeu .btn-jeu-piste:after {
  content: "\e92a";
  font-family: "siredicon";
  color: #F4C259;
  font-size: 60%;
  margin-left: 0.4em;
}
#block-strate-jeu.block-right-piste {
  position: relative;
  height: 100%;
}
#block-strate-jeu.block-right-piste .block-right-bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#block-strate-jeu.block-right-piste .block-right-title {
  width: 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#block-strate-jeu.block-right-piste .block-right-content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("./images/sed-2020-line-podcast.svg");
  background-position: top 3em right;
  background-size: 45%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #block-strate-jeu.block-right-piste .block-right-content {
    padding: 6em;
  }
}
#block-strate-jeu.block-right-piste .btn-join {
  background-color: #9C0000;
  color: white;
  border-color: #9C0000;
  padding: 0.7em 1.2em;
}
@media only screen and (max-width: 1024px) {
  #block-strate-jeu.block-right-piste .btn-join {
    bottom: 1.5em;
    font-size: 270% !important;
  }
}

@media only screen and (max-width: 1024px) {
  #block-club-sir-edwards .right {
    display: block !important;
  }
}
/*=====  End of strate jeu road trip  ======*/
/*----------  BREADCRUMB  ----------*/
.breadcrumbs {
  margin: 0.3em 0 1em;
  line-height: 100%;
  position: relative;
  z-index: 4;
  min-height: 15px;
}
.breadcrumbs a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 70%;
}
.breadcrumbs a:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs a:after {
  content: "\e92a";
}
.breadcrumbs a:after {
  color: #F4C259;
}
.breadcrumbs a:after {
  font-size: 85%;
}
.breadcrumbs a {
  margin: 0 0.2em;
}
.breadcrumbs a:after {
  margin-left: 0.5em;
}
.breadcrumbs > *:last-child a:after, .breadcrumbs > *:last-child:after {
  content: "";
  display: none;
}

.page-template-template-page-rubrique-lvl-1 .breadcrumbs a:before, .breadcrumb-home-only .breadcrumbs a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-template-page-rubrique-lvl-1 .breadcrumbs a:before, .breadcrumb-home-only .breadcrumbs a:before {
  content: "\e92b";
}
.page-template-template-page-rubrique-lvl-1 .breadcrumbs a:before, .breadcrumb-home-only .breadcrumbs a:before {
  color: #F4C259;
}
.page-template-template-page-rubrique-lvl-1 .breadcrumbs a:before, .breadcrumb-home-only .breadcrumbs a:before {
  font-size: 70%;
}
.page-template-template-page-rubrique-lvl-1 .breadcrumbs a:after, .breadcrumb-home-only .breadcrumbs a:after {
  content: "";
  display: none;
}
.page-template-template-page-rubrique-lvl-1 .breadcrumbs a:before, .breadcrumb-home-only .breadcrumbs a:before {
  margin-right: 0.5em;
}

/*----------  ICONS PAR CLASSES  ----------*/
.siredicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "siredicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-clic2buy .path1:before {
  content: "\e902";
  color: rgb(248, 81, 0);
}

.icon-clic2buy .path2:before {
  content: "\e903";
  margin-left: -4.2109375em;
  color: rgb(248, 81, 0);
}

.icon-clic2buy .path3:before {
  content: "\e904";
  margin-left: -4.2109375em;
  color: rgb(248, 81, 0);
}

.icon-clic2buy .path4:before {
  content: "\e905";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-clic2buy .path5:before {
  content: "\e906";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-clic2buy .path6:before {
  content: "\e907";
  margin-left: -4.2109375em;
  color: rgb(248, 81, 0);
}

.icon-clic2buy .path7:before {
  content: "\e908";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-clic2buy .path8:before {
  content: "\e909";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-clic2buy .path9:before {
  content: "\e90a";
  margin-left: -4.2109375em;
  color: rgb(255, 148, 0);
}

.icon-cocktails_room:before {
  content: "\e90b";
}

.icon-coeur:before {
  content: "\e90c";
}

.icon-deco:before {
  content: "\e90d";
}

.icon-drapeau-en .path1:before {
  content: "\e90e";
  color: rgb(255, 255, 255);
}

.icon-drapeau-en .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path5:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path6:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path7:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path8:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path9:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

.icon-drapeau-en .path10:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-en .path11:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-en .path12:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-en .path13:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-en .path14:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-es .path1:before {
  content: "\e91c";
  color: rgb(255, 218, 68);
}

.icon-drapeau-es .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-es .path3:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-fr .path1:before {
  content: "\e91f";
  color: rgb(255, 255, 255);
}

.icon-drapeau-fr .path2:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(216, 0, 39);
}

.icon-drapeau-fr .path3:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(0, 82, 180);
}

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

.icon-finest:before {
  content: "\e923";
}

.icon-fleche_bas:before {
  content: "\e924";
}

.icon-fleche_brute_droite_big:before {
  content: "\e925";
}

.icon-fleche_droite:before {
  content: "\e926";
}

.icon-fleche_gauche:before {
  content: "\e927";
}

.icon-fleche_strong_bas:before {
  content: "\e928";
}

.icon-fleche_strong_haut:before {
  content: "\e929";
}

.icon-fleche_thin_droite:before {
  content: "\e92a";
}

.icon-fleche_thin_gauche:before {
  content: "\e92b";
}

.icon-horloge:before {
  content: "\e92c";
}

.icon-instagram:before {
  content: "\e92d";
}

.icon-lettre:before {
  content: "\e92e";
}

.icon-livre:before {
  content: "\e92f";
}

.icon-loupe:before {
  content: "\e930";
}

.icon-manifesto:before {
  content: "\e931";
}

.icon-marker:before {
  content: "\e932";
}

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

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

.icon-myscot .path1:before {
  content: "\e935";
  color: rgb(1, 73, 112);
}

.icon-myscot .path2:before {
  content: "\e936";
  margin-left: -1.3447265625em;
  color: rgb(255, 255, 255);
}

.icon-myscot .path3:before {
  content: "\e937";
  margin-left: -1.3447265625em;
  color: rgb(255, 255, 255);
}

.icon-phone:before {
  content: "\e938";
}

.icon-print:before {
  content: "\e939";
}

.icon-recyclable:before {
  content: "\e93a";
}

.icon-smoky:before {
  content: "\e93b";
}

.icon-soleil:before {
  content: "\e93c";
}

.icon-temperature:before {
  content: "\e93d";
}

.icon-terroir_territoire:before {
  content: "\e93e";
}

.icon-triangle_droite:before {
  content: "\e93f";
}

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

.icon-whisky_factory:before {
  content: "\e941";
}

/*=====  End of GENERAL  ======*/
@media only screen and (max-width: 768px) {
  .single-road_trip #content-global.content-roadtrip-single .entry-content {
    font-size: 250% !important;
    word-wrap: break-word;
  }
}
/**
 *
 * HEADER
 *
 */
#masthead {
  background-color: #1B1B1B;
}
#masthead .header-container {
  width: 100%;
  min-width: 100%;
  position: relative;
  background-color: #1B1B1B;
  color: #FFFFFF;
}
#masthead .header-container #navigation-club {
  display: none;
}
#masthead .header-container .header-content {
  position: relative;
  z-index: 100;
  /**
   *
   * Bouton menu
   *
   */
}
#masthead .header-container .header-content #site-menu-icon {
  display: inline-block;
  width: 6%;
  height: 100%;
  min-height: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content {
  position: absolute;
  bottom: 16%;
  width: 100%;
}
#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  content: "\e933";
}
#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  font-size: 130%;
}
#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  -webkit-transition: 0.6s opacity ease;
  transition: 0.6s opacity ease;
  opacity: 1;
}
#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:active:before {
  opacity: 0;
}
#masthead .header-container .header-content #site-menu-icon #site-menu-icon-content .text-icon {
  display: inline-block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: inherit;
  font-size: 65%;
}
#masthead .header-container .header-content {
  /**
   *
   * Logo site header
   *
   */
}
#masthead .header-container .header-content #site-logo {
  margin: 0 auto;
  padding: 0.5%;
  display: block;
  width: 9.75%;
}
#masthead .header-container .header-content {
  /**
   *
   * Header droite
   *
   */
}
#masthead .header-container .header-content #header-content-right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30%;
  text-align: right;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#masthead .header-container .header-content #header-content-right {
  /*----------  Logos RS header  ----------*/
}
#masthead .header-container .header-content #header-content-right .click-to-buy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: absolute;
  left: 1em;
  top: 1em;
  cursor: pointer;
  z-index: 2;
}
#masthead .header-container .header-content #header-content-right .click-to-buy .btn, #masthead .header-container .header-content #header-content-right .click-to-buy html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #masthead .header-container .header-content #header-content-right .click-to-buy a, #masthead .header-container .header-content #header-content-right .click-to-buy #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #masthead .header-container .header-content #header-content-right .click-to-buy a {
  padding-left: 1em;
  padding-right: 1em;
}
#masthead .header-container .header-content #header-content-right .click-to-buy .btn:hover, #masthead .header-container .header-content #header-content-right .click-to-buy html body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div #masthead .header-container .header-content #header-content-right .click-to-buy a:hover, #masthead .header-container .header-content #header-content-right .click-to-buy #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #masthead .header-container .header-content #header-content-right .click-to-buy a:hover {
  background-color: #F4C259;
  color: #1B1B1B;
}
@media only screen and (max-width: 1024px) {
  #masthead .header-container .header-content #header-content-right .click-to-buy {
    top: 0px;
    left: 0px;
    position: relative;
    display: inline-block !important;
  }
  #masthead .header-container .header-content #header-content-right .click-to-buy .btn, #masthead .header-container .header-content #header-content-right .click-to-buy html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #masthead .header-container .header-content #header-content-right .click-to-buy a, #masthead .header-container .header-content #header-content-right .click-to-buy #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #masthead .header-container .header-content #header-content-right .click-to-buy a {
    position: absolute;
    left: 0px;
    top: 3em;
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #masthead .header-container .header-content #header-content-right .click-to-buy {
    display: none !important;
  }
}
#masthead .header-container .header-content #header-content-right {
  /*----------  Search header  ----------*/
}
#masthead .header-container .header-content #header-content-right #search-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 46%;
          flex: 1 0 46%;
  left: 5%;
}
#masthead .header-container .header-content #header-content-right #search-header #searchform {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
  position: relative;
  text-align: right;
}
#masthead .header-container .header-content #header-content-right #search-header #searchform .search-field {
  font-size: 95%;
  font-style: italic;
  right: 3%;
}
#masthead .header-container .header-content #header-content-right #search-header #searchform #searchsubmit {
  display: inline-block;
  line-height: 100%;
  border-radius: 50%;
  padding: 0.5em;
  font-weight: inherit;
  font-size: 115%;
}
#masthead .header-container .header-content #header-content-right #search-header #searchform #searchsubmit {
  background-color: #262525;
  border: none;
  cursor: pointer;
}
#masthead .header-container .header-content #header-content-right #search-header #searchform #searchsubmit:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#masthead .header-container .header-content #header-content-right #search-header #searchform #searchsubmit:before {
  content: "\e930";
}
#masthead .header-container .header-content #header-content-right #search-header #searchform #searchsubmit:before {
  color: #F4C259;
}
#masthead .header-container .header-content #header-content-right.sans-rs #search-header {
  left: -3%;
}
#masthead .header-container .header-content #header-content-right.sans-rs #search-header #searchform .search-field {
  right: 3%;
}
#masthead .header-container .header-content #header-content-right {
  /**
   *
   * Drapeaux Header
   *
   */
}
#masthead .header-container .header-content #header-content-right #site-flags-header {
  background-color: #262525;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  position: relative;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 100%;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin-right: 0;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag:nth-child(7) {
  position: unset;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag a {
  font-style: 150%;
  color: #FFFFFF;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag .siredicon span:before {
  font-weight: inherit;
  font-size: 150%;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag:nth-child(2n) {
  margin-right: 0;
  margin-top: 5px;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag:first-child {
  margin-top: 0;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages .flag:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header #flag #languages {
    font-size: 130%;
  }
}
#masthead .header-container .header-content #header-content-right #site-flags-header #flag #list-flags {
  display: none;
  position: absolute;
  top: 60%;
  background: #1B1B1B;
  width: 100%;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag {
  display: block;
  width: 1.8vw;
  height: 1.8vw;
  background-size: 160%;
  border-radius: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media only screen and (max-width: 640px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag {
    width: 4.5vw;
    height: 4.5vw;
  }
}
#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-ru {
  background-image: url(images/flags/Flag_of_Russia.svg);
}
#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-cs {
  background-image: url(images/flags/Flag_of_the_Czech_Republic.svg);
}
#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-uk {
  background-image: url(images/flags/Flag_of_Ukraine.svg);
}
#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-pl {
  background-image: url(images/flags/Flag_of_Poland.svg);
}
#masthead .header-container .header-content #header-content-right #site-flags-header .svg-flag-lv {
  background-image: url(images/flags/Flag_of_Latvia.svg);
  background-size: 200%;
}
#masthead .header-container .header-content #header-content-right #site-flags-header #languages li:nth-child(7) {
  position: relative;
  left: -0.9vw;
  top: 4px;
}
@media only screen and (max-width: 1024px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header #languages li:nth-child(7) {
    left: -1.7vw;
  }
}
@media only screen and (max-width: 640px) {
  #masthead .header-container .header-content #header-content-right #site-flags-header #languages li:nth-child(7) {
    left: -2.2vw;
  }
}
#masthead .header-container {
  /**
   *
   * Menu principal
   *
   */
}
#masthead .header-container #header-bottom {
  display: none;
  position: absolute;
  top: 0;
  height: 80%;
  min-height: 80%;
  width: 100%;
  top: 14%;
  max-height: 80%;
  z-index: 50;
  background-color: #1B1B1B;
  text-align: center;
}
#masthead .header-container #header-bottom a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
#masthead .header-container #header-bottom a:hover {
  color: #F4C259;
}
#masthead .header-container #header-bottom a {
  text-transform: uppercase;
  line-height: 100%;
}
#masthead .header-container #header-bottom #site-navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead .header-container #header-bottom #site-navigation #menu-menu-principal {
  margin-top: -3.2em;
}
#masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile {
  display: none;
  width: 100%;
}
#masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile .btn, #masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile a, #masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile a {
  font-size: 340% !important;
  padding: 0.8em 2em !important;
}
@media only screen and (max-width: 640px) {
  #masthead .header-container #header-bottom #site-navigation #click-to-buy-mobile {
    display: inline-block !important;
  }
}
#masthead .header-container #header-bottom #site-navigation ul li:nth-child(1) {
  margin-top: 0;
}
#masthead .header-container #header-bottom #site-navigation ul li:last-child {
  margin-bottom: 0;
}
#masthead .header-container #header-bottom #site-navigation ul li a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  font-weight: 700;
  font-size: 240%;
}
#masthead .header-container #header-bottom #site-navigation ul li a {
  font-family: "Montserrat", sans-serif;
}
#masthead .header-container #header-bottom #site-navigation-secondaire {
  height: 14%;
  padding-top: 3%;
  position: relative;
  border-top: 1px solid #F4C259;
  width: 88%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div {
  height: 60%;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li {
  margin: 0 0.5%;
  display: inline-block; /* non-flexbox browsers */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li:first-child {
  margin-left: 0;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li:last-child {
  margin-right: 0;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:hover {
  color: #000000;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a {
  font-weight: 700;
  font-size: 100%;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a {
  background-color: #262525;
  height: 100%;
  position: relative;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:after {
  content: "\e92a";
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:after {
  color: #F4C259;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:after {
  font-size: 70%;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:after {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:hover {
  color: #F4C259;
}
#masthead .header-container #header-bottom #site-navigation-secondaire > div ul li a:hover:after {
  right: 1em;
  opacity: 1;
  z-index: 1;
}

/*----------  Menu ouvert  ----------*/
#masthead.open-menu {
  height: 100%;
  min-height: 100%;
}
#masthead.open-menu .header-container {
  height: 100%;
  min-height: 100%;
}
#masthead.open-menu .header-container #header-bottom {
  display: block;
}
#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-icon-content {
  bottom: 30%;
}
#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  content: "\e934";
}
#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-icon-content .img-icon:before {
  font-size: 150%;
}
#masthead.open-menu .header-container .header-content #site-menu-icon #site-menu-icon-content .text-icon {
  display: none;
}

/*----------  Menu scrolling  ----------*/
body.on-scroll #masthead {
  position: relative;
  z-index: 999999;
}
body.on-scroll #masthead .header-container {
  position: absol;
}
body.on-scroll #masthead .header-container #header-bottom #site-navigation-secondaire {
  position: fixed;
}

html[lang=cs-CZ] #site-navigation-secondaire, html[lang=cs-CZ] #block-whisky-factory, html[lang=cs-CZ] .block-tags-cocktails,
html[lang=uk-UA] #site-navigation-secondaire,
html[lang=uk-UA] #block-whisky-factory,
html[lang=uk-UA] .block-tags-cocktails,
html[lang=pl-PL] #site-navigation-secondaire,
html[lang=pl-PL] #block-whisky-factory,
html[lang=pl-PL] .block-tags-cocktails,
html[lang=ru-RU] #site-navigation-secondaire,
html[lang=ru-RU] #block-whisky-factory,
html[lang=ru-RU] .block-tags-cocktails,
html[lang=lv-LV] #site-navigation-secondaire,
html[lang=lv-LV] #block-whisky-factory,
html[lang=lv-LV] .block-tags-cocktails {
  display: none;
}
html[lang=cs-CZ] .type-gamme .breadcrumbs a:after,
html[lang=uk-UA] .type-gamme .breadcrumbs a:after,
html[lang=pl-PL] .type-gamme .breadcrumbs a:after,
html[lang=ru-RU] .type-gamme .breadcrumbs a:after,
html[lang=lv-LV] .type-gamme .breadcrumbs a:after {
  content: none;
}
html[lang=cs-CZ] .type-gamme .breadcrumbs span,
html[lang=uk-UA] .type-gamme .breadcrumbs span,
html[lang=pl-PL] .type-gamme .breadcrumbs span,
html[lang=ru-RU] .type-gamme .breadcrumbs span,
html[lang=lv-LV] .type-gamme .breadcrumbs span {
  display: none;
}
html[lang=cs-CZ] .single-cocktail .breadcrumbs span:nth-child(2),
html[lang=uk-UA] .single-cocktail .breadcrumbs span:nth-child(2),
html[lang=pl-PL] .single-cocktail .breadcrumbs span:nth-child(2),
html[lang=ru-RU] .single-cocktail .breadcrumbs span:nth-child(2),
html[lang=lv-LV] .single-cocktail .breadcrumbs span:nth-child(2) {
  display: none;
}
html[lang=cs-CZ] #mid-footer-content,
html[lang=uk-UA] #mid-footer-content,
html[lang=pl-PL] #mid-footer-content,
html[lang=ru-RU] #mid-footer-content,
html[lang=lv-LV] #mid-footer-content {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
html[lang=cs-CZ] #mid-footer-content #pictos-responsable, html[lang=cs-CZ] #mid-footer-content #sites-responsable, html[lang=cs-CZ] #mid-footer-content #pictos-rs-footer,
html[lang=uk-UA] #mid-footer-content #pictos-responsable,
html[lang=uk-UA] #mid-footer-content #sites-responsable,
html[lang=uk-UA] #mid-footer-content #pictos-rs-footer,
html[lang=pl-PL] #mid-footer-content #pictos-responsable,
html[lang=pl-PL] #mid-footer-content #sites-responsable,
html[lang=pl-PL] #mid-footer-content #pictos-rs-footer,
html[lang=ru-RU] #mid-footer-content #pictos-responsable,
html[lang=ru-RU] #mid-footer-content #sites-responsable,
html[lang=ru-RU] #mid-footer-content #pictos-rs-footer,
html[lang=lv-LV] #mid-footer-content #pictos-responsable,
html[lang=lv-LV] #mid-footer-content #sites-responsable,
html[lang=lv-LV] #mid-footer-content #pictos-rs-footer {
  display: none !important;
}
html[lang=cs-CZ] #mid-footer-content #menu-footer-short,
html[lang=uk-UA] #mid-footer-content #menu-footer-short,
html[lang=pl-PL] #mid-footer-content #menu-footer-short,
html[lang=ru-RU] #mid-footer-content #menu-footer-short,
html[lang=lv-LV] #mid-footer-content #menu-footer-short {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
}
html[lang=cs-CZ] #search-header,
html[lang=uk-UA] #search-header,
html[lang=pl-PL] #search-header,
html[lang=ru-RU] #search-header,
html[lang=lv-LV] #search-header {
  display: none !important;
}
html[lang=cs-CZ] .list-infos-cocktail p,
html[lang=uk-UA] .list-infos-cocktail p,
html[lang=pl-PL] .list-infos-cocktail p,
html[lang=ru-RU] .list-infos-cocktail p,
html[lang=lv-LV] .list-infos-cocktail p {
  word-break: break-all;
}

/**
 *
 * FOOTER
 *
 */
#mastfooter .footer-container {
  width: 100%;
  min-width: 100%;
  position: relative;
  background-color: #1B1B1B;
  color: #FFFFFF;
}
#mastfooter .footer-container a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
#mastfooter .footer-container a:hover {
  color: #F4C259;
}
#mastfooter .footer-container a {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
#mastfooter .footer-container .footer-content {
  /*----------  Top footer  ----------*/
}
#mastfooter .footer-container .footer-content #top-footer {
  width: 64%;
  margin: 0 auto;
  padding-top: 3%;
  /**
  *
  * Logo site footer
  *
  */
}
#mastfooter .footer-container .footer-content #top-footer #site-logo-footer {
  margin: 0 auto;
  display: block;
  width: 21%;
  padding: 0;
}
#mastfooter .footer-container .footer-content #top-footer {
  /**
  *
  * Menu footer
  *
  */
}
#mastfooter .footer-container .footer-content #top-footer #menu-footer {
  margin: 2.5% 0 0;
  padding-bottom: 3.5%;
  border-bottom: 1px solid #F4C259;
}
#mastfooter .footer-container .footer-content #top-footer #menu-footer ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mastfooter .footer-container .footer-content #top-footer #menu-footer ul li {
  text-align: center;
  line-height: 100%;
  border-right: 1px solid #212121;
}
#mastfooter .footer-container .footer-content #top-footer #menu-footer ul li:last-child {
  border-right: none;
}
#mastfooter .footer-container .footer-content #top-footer #menu-footer ul li a {
  font-weight: 700;
  font-size: 90%;
}
#mastfooter .footer-container .footer-content #top-footer #menu-footer ul li a {
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
#mastfooter .footer-container .footer-content {
  /**
   *
   * Mid footer
   *
   */
}
#mastfooter .footer-container .footer-content #mid-footer {
  width: 64%;
  margin: 0 auto;
  padding-bottom: 2em;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 1.5em;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content .elem-mid-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable {
  margin-right: 2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories a:before {
  content: "\e901";
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories a:before {
  color: #F4C259;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-calories a:before {
  font-size: 250%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc a:before {
  content: "\e93a";
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc a:before {
  color: #F4C259;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-responsable .pic-recyc a:before {
  font-size: 250%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable {
  margin-right: 3.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.5%;
          flex: 0 0 34.5%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #sites-responsable ul li {
  font-weight: 200;
  font-size: 80%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.5%;
          flex: 0 0 35.5%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short #site-footer-short-navigation {
  width: 100%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover {
  color: #FFFFFF;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a {
  background-color: #262525;
  border-color: #262525;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 700;
  font-size: 80%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover {
  background-color: #F4C259;
  border-color: #F4C259;
  color: #1B1B1B;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li:last-child a {
  margin-left: 5%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9%;
          flex: 0 0 9%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1em;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul li:last-child {
  margin-left: 1em;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul li a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-in-out";
          transition-timing-function: "ease-in-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0.5em;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-fb-footer a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-fb-footer a:before {
  content: "\e922";
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-fb-footer a:before {
  color: #1B1B1B;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-insta-footer a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-insta-footer a:before {
  content: "\e92d";
}
#mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #pictos-rs-footer ul .rs-insta-footer a:before {
  color: #1B1B1B;
}
#mastfooter .footer-container .footer-content {
  /**
   *
   * Bottom footer
   *
   */
}
#mastfooter .footer-container .footer-content #bottom-footer {
  background-color: #262525;
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content {
  width: 64%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8em 0;
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content .elem-bottom-footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: 200;
  font-size: 80%;
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  border-right: 1px solid #1B1B1B;
  max-width: 22em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation {
    max-width: 100%;
  }
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation ul li {
  margin-right: 2em;
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation ul li a {
  line-height: 115%;
}
@media only screen and (min-width: 1052px) {
  #mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #site-footer-legals-navigation ul li {
    margin-right: 0;
    width: 50%;
  }
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #drink-legal {
  font-weight: 200;
  font-size: 85%;
}
#mastfooter .footer-container .footer-content #bottom-footer #bottom-footer-content #drink-legal {
  color: #F4C259;
  padding-left: 1em;
  text-align: right;
  margin-top: 1em;
}

/** MODIFICATIONS DEWEY 2023 **/
#mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer {
  width: 50%;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer img {
  width: 213px;
  display: block;
  margin: auto;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #site-logo-footer p {
  display: block;
  text-align: center;
}
#mastfooter .new-footer .footer-container .footer-content #top-footer #menu-footer {
  border-bottom: 1px solid #F9E7CE;
}

/*=======================================
=            CONTENU ACCUEIL            =
=======================================*/
#primary-front #main > * {
  vertical-align: top;
}
#primary-front {
  /*----------  #block-master-visuel  ----------*/
}
#primary-front #block-master-visuel {
  position: relative;
}
#primary-front #block-master-visuel .btn-border-yellow, #primary-front #block-master-visuel html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #primary-front #block-master-visuel a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 35%;
  width: 19%;
  padding: 0.8% 0.6%;
  font-weight: 700;
  font-size: 100%;
}
#primary-front #block-master-visuel .btn-border-yellow, #primary-front #block-master-visuel html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #primary-front #block-master-visuel a {
  text-align: center;
  vertical-align: middle;
}
#primary-front #block-master-visuel .btn-border-yellow:hover, #primary-front #block-master-visuel html body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div #primary-front #block-master-visuel a:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
#primary-front #block-master-visuel .btn-border-yellow:after, #primary-front #block-master-visuel html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-master-visuel a:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#primary-front #block-master-visuel .btn-border-yellow:after, #primary-front #block-master-visuel html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-master-visuel a:after {
  content: "\e92a";
}
#primary-front #block-master-visuel .btn-border-yellow:after, #primary-front #block-master-visuel html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-master-visuel a:after {
  color: #000000;
}
#primary-front #block-master-visuel .btn-border-yellow:after, #primary-front #block-master-visuel html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-master-visuel a:after {
  font-size: 70%;
}
#primary-front #block-master-visuel .btn-border-yellow:after, #primary-front #block-master-visuel html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-master-visuel a:after {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}
#primary-front #block-master-visuel .btn-border-yellow:hover:after, #primary-front #block-master-visuel html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-master-visuel a:hover:after {
  right: 0.5em;
  opacity: 1;
}
#primary-front #block-master-visuel .info-more {
  color: #DBCFB3;
  font-weight: inherit;
  font-size: 85%;
}
#primary-front #block-master-visuel .info-more {
  position: absolute;
  bottom: 10.5%;
  left: 35%;
}
#primary-front #block-master-visuel.master-visuel-with-video {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#primary-front #block-master-visuel.master-visuel-with-video .master-visuel-link {
  vertical-align: top;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
#primary-front #block-master-visuel.master-visuel-with-video .master-visuel-link video {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  height: auto;
}
@media only screen and (max-width: 640px) {
  #primary-front #block-master-visuel .image-master-visuel {
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
    height: auto;
  }
}
#primary-front {
  /*----------  #block-blocs-homepage  ----------*/
}
#primary-front #block-blocs-homepage {
  position: relative;
}
#primary-front #block-blocs-homepage .col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#primary-front #block-blocs-homepage .col a {
  display: inline-block;
}
#primary-front #block-blocs-homepage .col a h2 {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
#primary-front #block-blocs-homepage .col a:hover h2 {
  color: #F4C259;
}
#primary-front #block-blocs-homepage .col a {
  position: relative;
  overflow: hidden;
}
#primary-front #block-blocs-homepage .col a:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; /* Animation */
}
#primary-front #block-blocs-homepage .col a:hover:after {
  opacity: 0;
}
#primary-front #block-blocs-homepage .col a img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; /* Animation */
  cursor: pointer;
  z-index: 1;
}
#primary-front #block-blocs-homepage .col a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#primary-front #block-blocs-homepage .col a:hover:before {
  background-color: #000000;
}
#primary-front #block-blocs-homepage .col a .col-3-content {
  position: absolute;
  z-index: 3;
  bottom: 3em;
  left: 0;
  padding: 0 15%;
  width: 70%;
}
#primary-front #block-blocs-homepage .col a .col-3-content h2 {
  font-weight: 700;
  font-size: 125%;
}
#primary-front #block-blocs-homepage .col a .col-3-content h2 {
  text-align: center;
}
#primary-front #block-blocs-homepage .col a .image-logo {
  width: 30%;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
#primary-front #block-blocs-homepage .col a .image-logo svg {
  fill: #F4C259;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #primary-front #block-blocs-homepage .col a .image-logo {
    display: none;
  }
}
#primary-front {
  /*----------  #block-blocs-gamme-export  ----------*/
}
#primary-front #block-blocs-gamme-export {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#primary-front #block-blocs-gamme-export .col {
  display: block !important;
  position: relative;
  background: #000000;
  text-align: center;
  padding-bottom: 35px;
}
#primary-front #block-blocs-gamme-export .col h2 {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  top: 30px;
  font-size: 190%;
  line-height: 110%;
}
#primary-front #block-blocs-gamme-export .col h2 a {
  color: #FFFFFF;
}
#primary-front #block-blocs-gamme-export .col .content-image-gamme-export {
  padding-bottom: 20px;
}
#primary-front #block-blocs-gamme-export .col .btn, #primary-front #block-blocs-gamme-export .col html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #primary-front #block-blocs-gamme-export .col a, #primary-front #block-blocs-gamme-export .col #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li #primary-front #block-blocs-gamme-export .col a {
  padding: 0.5em 3% !important;
}
#primary-front {
  /*----------  #block-ecosse  ----------*/
}
#primary-front #block-ecosse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
  background-image: url("./images/ecosse-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 5em;
}
#primary-front #block-ecosse .ecosse-logo {
  max-width: 340px;
  height: auto;
}
#primary-front #block-ecosse .ecosse-btn {
  background-color: #9C0000;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 120%;
  font-family: "Montserrat", sans-serif;
  padding: 1.2em 4em;
  margin: 2em 0;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #primary-front #block-ecosse .ecosse-btn {
    font-size: 200%;
  }
}
@media screen and (max-width: 640px) {
  #primary-front #block-ecosse .ecosse-btn {
    font-size: 420%;
  }
}
#primary-front {
  /*----------  #block-videos  ----------*/
}
#primary-front #block-videos {
  background-color: #1B1B1B;
  text-align: center;
}
#primary-front #block-videos .container-block-videos {
  position: absolute;
  z-index: 4;
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#primary-front #block-videos .container-block-videos a h2 {
  margin-bottom: 1.5em;
  font-size: 260%;
}
#primary-front #block-videos .container-block-videos a .btn-play, #primary-front #block-videos .container-block-videos a h2 {
  color: #FFFFFF;
}
#primary-front #block-videos .container-block-videos a h2 {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
#primary-front #block-videos .container-block-videos a:hover h2 {
  color: #F4C259;
}
#primary-front #block-videos .container-block-videos a .btn-play {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
#primary-front #block-videos .container-block-videos a:hover .btn-play {
  color: #1B1B1B;
}
#primary-front #block-videos .container-block-videos a:hover .btn-play {
  background-color: #F4C259;
}
#primary-front #block-videos .container-block-videos a:hover .btn-play:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#primary-front #block-videos .container-block-videos a:hover .btn-play:after {
  content: "\e93f";
}
#primary-front #block-videos .container-block-videos a:hover .btn-play:after {
  color: #1B1B1B;
}
#primary-front #block-videos .container-block-videos a:hover .btn-play:after {
  font-size: 90%;
}
#primary-front #block-videos .btn-yellow-bg {
  margin: 3.5% auto;
}
#primary-front {
  /*----------  #block-map-road-trip  ----------*/
}
#primary-front #block-map-road-trip {
  background-color: #0D1720;
}
#primary-front {
  /*----------  #block-manifesto  ----------*/
}
#primary-front #block-manifesto {
  background-color: #9C0000;
  color: #FFFFFF;
  width: 60%;
  padding: 3% 20% 3.5%;
  text-align: center;
  position: relative;
}
#primary-front #block-manifesto .block-deco {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 100%;
  top: 20%;
  left: 0;
  text-align: center;
}
#primary-front #block-manifesto .block-deco .bg-manifesto-text {
  display: inline-block;
  color: #900000;
  font-weight: inherit;
  font-size: 1300%;
}
#primary-front #block-manifesto .block-deco .bg-manifesto-text {
  line-height: 100%;
}
#primary-front #block-manifesto .block-content {
  position: relative;
  z-index: 2;
  width: 60%;
  margin: 0 auto;
}
#primary-front #block-manifesto .block-content img {
  width: 22%;
  margin-bottom: 2%;
}
#primary-front #block-manifesto .block-content p {
  display: inline-block;
  width: 100%;
  margin: 2% 0 5%;
  line-height: 180%;
  font-weight: inherit;
  font-size: 105%;
}
#primary-front #block-manifesto .block-content p .script-typ {
  color: #F4C259;
  font-weight: inherit;
  font-size: 150%;
}
#primary-front #block-manifesto .block-content .btn-border-yellow, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
#primary-front #block-manifesto .block-content .btn-border-yellow:hover, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a:hover {
  color: #1B1B1B;
}
#primary-front #block-manifesto .block-content .btn-border-yellow, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a {
  padding: 2% 3.5%;
  position: relative;
}
#primary-front #block-manifesto .block-content .btn-border-yellow:hover, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
#primary-front #block-manifesto .block-content .btn-border-yellow:after, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#primary-front #block-manifesto .block-content .btn-border-yellow:after, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a:after {
  content: "\e92a";
}
#primary-front #block-manifesto .block-content .btn-border-yellow:after, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a:after {
  color: #000000;
}
#primary-front #block-manifesto .block-content .btn-border-yellow:after, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a:after {
  font-size: 70%;
}
#primary-front #block-manifesto .block-content .btn-border-yellow:after, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a:after {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}
#primary-front #block-manifesto .block-content .btn-border-yellow:hover:after, #primary-front #block-manifesto .block-content html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #primary-front #block-manifesto .block-content a:hover:after {
  right: 0.3em;
  opacity: 1;
}
#primary-front {
  /*----------  #block-random-road-trips  ----------*/
}
#primary-front #block-random-road-trips {
  background-color: #1B1B1B;
  text-align: center;
  position: relative;
}
#primary-front #block-random-road-trips:hover .slick-slide:before {
  background-color: transparent;
}
#primary-front #block-random-road-trips .strat-photo-story-slider {
  position: absolute;
  z-index: 4;
  width: 30%;
  padding: 0 35%;
  text-align: center;
  top: 0;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a {
  color: #FFFFFF;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a h2 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 280%;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a h2 {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a:hover h2 {
  color: #F4C259;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #000000;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a:hover .link-road-r {
  color: #F4C259;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r {
  background-color: #F4C259;
  padding: 0.5em 2em;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:after {
  content: "\e92a";
}
#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:after {
  color: #000000;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:after {
  font-size: 70%;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:after {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a .link-road-r:hover:after {
  right: 0.5em;
  opacity: 1;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a.explorer-autrement-link {
  margin-top: 1.5em;
}
#primary-front #block-random-road-trips .strat-photo-story-slider a:hover .link-road-r {
  background-color: #F4C259;
  color: #000000;
  position: relative;
}
#primary-front #block-random-road-trips .container-block-random-road-trips {
  position: absolute;
  z-index: 4;
  width: 30%;
  padding: 0 35%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips {
  color: #FFFFFF;
}
#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .slick-slide:before {
  content: "";
  display: none;
}
#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point {
  margin-top: 0.5em;
  font-weight: inherit;
  font-size: 130%;
}
#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point {
  color: #F4C259;
  font-weight: 400;
}
#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point .infos-gps:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point .infos-gps:before {
  content: "\e932";
}
#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point .infos-gps:before {
  font-size: 150%;
}
#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point .infos-gps {
  margin-right: 0.5em;
  font-weight: 700;
  color: #FFFFFF;
}
#primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point .infos-gps:before {
  margin-right: 0.5em;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  #primary-front #block-random-road-trips .container-block-random-road-trips .content-block-random-road-trips .gps-point {
    font-size: 250% !important;
    line-height: normal;
  }
}
#primary-front #block-random-road-trips .btn-yellow-bg {
  margin: 3.5% auto;
}

/*=====  End of CONTENU ACCUEIL  ======*/
/**
 *
 * STYLE DE BASE
 *
 */
html body {
  font-weight: 400;
  font-size: 1.1vw;
}
html body {
  font-family: "Montserrat", sans-serif;
  line-height: 135%;
}
html body #btn-more-private {
  display: block;
  text-align: center;
  clear: both;
  margin-bottom: 3em;
}
html body {
  /*======================================
  =            Blocs généraux            =
  ======================================*/
  /*----------  #block-map-road-trip  ----------*/
}
html body #block-map-road-trip {
  background-color: #0D1720;
  color: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip {
    width: 100% !important;
  }
}
html body #block-map-road-trip .block-map-road-trip-content {
  display: inline-block;
  width: 93%;
  position: relative;
  overflow: hidden;
  padding: 0 3% 6em 4%;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: none !important;
    padding: 0 !important;
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .container-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html body #block-map-road-trip .block-map-road-trip-content .container-map:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    z-index: 99999;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .container-map .map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .container-map .map {
    position: relative;
  }
  html body #block-map-road-trip .block-map-road-trip-content .container-map .map.leaflet-container {
    left: 0 !important;
    top: 0 !important;
    height: 400px !important;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .msr-glob {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 4%;
    width: 92%;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left {
  width: 30%;
  color: #FFFFFF;
  padding: 4em 0 6em;
  text-align: left;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em 0 4em;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 80%;
  margin-bottom: 0.3em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .myscot-flag {
  position: relative;
  width: 30%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title strong {
  display: inline-block;
  width: 100%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .yellow-text {
  color: #F4C259;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .white-text {
  position: relative;
  left: -0.2em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .soft-text {
  display: inline-block;
  width: 100%;
  font-weight: 100;
  font-size: 80%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .soft-text {
  text-transform: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: inline-block;
  width: 70%;
  line-height: 165%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right {
  position: absolute;
  bottom: 0;
  right: 3%;
  top: 0;
  margin: auto 0;
  height: 85%;
  width: 32%;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right {
    position: relative;
    right: 0;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .not-result-road-trip {
  padding: 3em 5em;
  font-weight: 400;
  font-size: 100%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .not-result-road-trip {
  text-align: center;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top {
  background-color: #10222c;
  padding: 1.2em 4% 1.6em;
  height: 15%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86%;
          flex: 0 0 86%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .block-title {
  color: #F4C259;
  text-transform: none;
  font-weight: 400;
  font-size: 130%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .block-title {
  text-align: center;
  margin-bottom: 0.8em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset {
  display: inline-block;
  width: 100%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item {
  width: 30%;
  display: inline-block;
  border: 1px solid #768892;
  line-height: 100%;
  position: relative;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item:nth-child(2) {
  margin: 0 0.6em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre {
  width: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  color: #768892;
  padding: 0.9em 0 0.6em 10%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  font-size: 75%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre {
  font-style: italic;
  background: url("images/pictos/fleche_strong_bas_blue_light.svg") 90% center no-repeat #10222c;
  background-size: 0.9em;
  overflow-y: hidden;
  overflow-x: inherit;
  display: inline-block;
  width: 90%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre option {
  color: #768892;
  font-weight: 400;
  font-size: 75%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .label-filtre option {
  font-style: italic;
  padding: 1em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt {
  display: none;
  position: absolute;
  width: 80%;
  padding: 0em 10% 0.4em;
  z-index: 2;
  background-color: #10222c;
  border: 1px solid #768892;
  border-top: none;
  left: -1px;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt li {
  margin-bottom: 0.2em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt li span {
  font-weight: 400;
  font-size: 75%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt li span {
  cursor: pointer;
  color: #FFFFFF;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .block-road-trips-map-top .rt-filters fieldset .form-item .filtre-rt li span:hover {
  color: #F4C259;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas {
  height: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .list-road-map-datas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow-y: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .content-list-road-map-datas {
  background-color: #152836;
  padding: 0;
  position: relative;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94%;
          flex: 0 0 94%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip {
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 0.2em;
  height: 12%;
  width: 12%;
  border-radius: 60em;
  background-color: #152836;
  cursor: pointer;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  content: "\e929";
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  color: #C00202;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  font-size: 55%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip:before {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 1em;
  margin: 0 auto;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .prev-road-trip span {
  display: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  bottom: -11%;
  height: 12%;
  width: 12%;
  border-radius: 60em;
  background-color: #152836;
  cursor: pointer;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  content: "\e928";
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  color: #C00202;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  font-size: 55%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip:before {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1em;
  margin: 0 auto;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .next-road-trip span {
  display: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip {
  width: 100%;
  height: 100%;
  position: relative;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, transparent), color-stop(75%, rgb(21, 40, 54)), to(rgb(21, 40, 54)));
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, rgb(21, 40, 54) 75%, rgb(21, 40, 54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: inline-block;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  position: absolute;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 6%;
  position: relative;
  min-height: 5em;
  max-height: 5em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .title-road-trip {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-left: 0;
  line-height: 125%;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 95%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .data-road-trip-lng, html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .data-road-trip-lat {
  display: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .image-road-trip {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  border-radius: 50em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .right-road-trip-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
  position: relative;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #FFFFFF;
  padding-top: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background-color: #C00202;
  border-radius: 50em;
  font-size: 65%;
  margin-right: 1em;
  padding: 0.2em 1em;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li:last-of-type {
  margin-right: 0;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li.audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F4C259;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li.audio img {
  max-width: 16px;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt ul li a {
  color: #FFFFFF;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info {
  display: none;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  background-color: #F4C259;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  content: "\e92a";
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  color: #000000;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  font-size: 85%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #000000;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:hover {
  color: #000000;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info {
  font-weight: 900;
  font-size: 90%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info {
  text-transform: uppercase;
  height: 100%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt .more-info:after {
  position: relative;
  left: 5%;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt.active {
  background-color: transparent;
  padding-left: 0px;
  background-color: #1a313f;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt.active:before {
  content: "";
  background-color: #1a313f;
  display: inline-block;
  width: 7%;
  height: 100%;
  position: absolute;
  left: -6.9%;
  top: 0;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt.active .image-road-trip {
  display: none;
}
html body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right .list-road-map-datas .container-list-road-trip > ul .single-rt.active .more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body {
  /*----------  #block-last-actu  ----------*/
}
html body #block-last-actu {
  position: relative;
  text-align: center;
  background-color: #0D1720;
}
html body #block-last-actu .ms-left {
  width: 60%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  text-align: left;
}
html body #block-last-actu .ms-left .ms-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em 0 4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body #block-last-actu .ms-left .ms-left-content .block-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 80%;
}
html body #block-last-actu .ms-left .ms-left-content .block-title .myscot-flag {
  position: relative;
  width: 30%;
}
html body #block-last-actu .ms-left .ms-left-content .block-title strong {
  display: inline-block;
  width: 100%;
}
html body #block-last-actu .ms-left .ms-left-content .block-title .yellow-text {
  color: #F4C259;
}
html body #block-last-actu .ms-left .ms-left-content .block-title .white-text {
  position: relative;
  left: -0.2em;
}
html body #block-last-actu .ms-left .ms-left-content .block-title .soft-text {
  display: inline-block;
  width: 100%;
  font-weight: 100;
  font-size: 80%;
}
html body #block-last-actu .ms-left .ms-left-content .block-title .soft-text {
  text-transform: none;
}
html body #block-last-actu .ms-left .ms-left-content p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
html body #block-last-actu .col-container {
  line-height: 0;
}
html body #block-last-actu .col-container .col {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
html body #block-last-actu .col-container .col a {
  display: inline-block;
}
html body #block-last-actu .col-container .col a .block-title {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #block-last-actu .col-container .col a:hover .block-title {
  color: #F4C259;
}
html body #block-last-actu .col-container .col a {
  overflow: hidden;
}
html body #block-last-actu .col-container .col a img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; /* Animation */
  cursor: pointer;
  z-index: 1;
}
html body #block-last-actu .col-container .col a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: transparent;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
html body #block-last-actu .col-container .col a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
html body #block-last-actu .col-container .col a:hover:before {
  background-color: #000000;
}
html body #block-last-actu .col-container .col a .col-3-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em 10%;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, transparent), color-stop(99%, rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, rgba(0, 0, 0, 0.63) 99%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 80%;
  text-align: left;
}
html body #block-last-actu .col-container .col a .col-3-content span.new {
  color: #FFFFFF;
  display: inline-block;
  background-color: #C00202;
  text-transform: uppercase;
  font-weight: inherit;
  font-size: 70%;
}
html body #block-last-actu .col-container .col a .col-3-content span.new {
  padding: 1.2em 7%;
  margin-bottom: 0.5em;
  border-radius: 50em;
}
html body #block-last-actu .col-container .col a .col-3-content .block-title {
  font-weight: 700;
  font-size: 125%;
}
html body #block-last-actu .col-container .col a:hover .col-3-content span.new {
  background-color: #F4C259;
  color: #000000;
}
html body #block-last-actu .btn-yellow-bg {
  margin: 3.5% auto;
}
html body {
  /*----------  #block-gammes-sir-edwards  ----------*/
}
html body #block-gammes-sir-edwards .col-container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html body #block-gammes-sir-edwards .col-container .col {
  position: relative;
}
html body #block-gammes-sir-edwards .col-container .col .links-gammes-sir-edwards {
  position: absolute;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 60%;
  left: 20%;
}
html body #block-gammes-sir-edwards .col-container .col .links-gammes-sir-edwards a {
  margin-bottom: 1em;
  padding: 0.3em 0.8em;
  color: #FFFFFF !important;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy {
  padding: 0.3em 1%;
  position: relative;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme {
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  top: 100%;
  left: 0;
  width: 100%;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme li {
  position: relative;
  left: -2px;
  background-color: #F4C259;
  color: #1B1B1B;
  padding: 0.2em 0 !important;
  padding-right: 4px !important;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0 !important;
  border-bottom: 1px solid #1B1B1B;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme li:hover {
  background-color: #CE9B31;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme li:last-child {
  border-bottom: none;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy .contenances-gamme li span {
  font-weight: inherit;
  font-size: 85%;
}
html body #block-gammes-sir-edwards .col-container .col .tobuy:hover .contenances-gamme {
  display: block !important;
}
html body {
  /*----------  #block-newsletter  ----------*/
}
html body #block-newsletter {
  width: 68%;
  padding: 3.5em 16% 3.5em;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
}
html body #block-newsletter p {
  display: inline-block;
  width: 100%;
  margin: 2em 0 0;
  color: #413F40;
  font-weight: inherit;
  font-size: 105%;
}
html body #block-newsletter p.small {
  font-weight: inherit;
  font-size: 70%;
}
html body #block-newsletter p.small {
  font-style: italic;
  margin: 0 0 1.5em;
}
html body #block-newsletter #bloc_newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body #block-newsletter #bloc_newsletter #subForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 36%;
}
html body #block-newsletter #bloc_newsletter #subForm #n {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 58.5%;
          flex: 1 0 58.5%;
  font-weight: 700;
  border: 2px solid #F4C259;
  font-style: italic;
  color: #7A7071;
  padding: 1.2em 4%;
  line-height: 100%;
}
html body #block-newsletter #bloc_newsletter #subForm .btn-red {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 29.5%;
          flex: 1 0 29.5%;
  margin-left: 2%;
  font-weight: 700;
  font-size: 100%;
}
html body #block-newsletter #bloc_newsletter #subForm .btn-red:hover {
  color: #7f7273;
  font-weight: 400;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 36%;
}
@media only screen and (max-width: 1024px) {
  html body #block-newsletter #bloc_newsletter #gform_wrapper_49 {
    width: 70% !important;
  }
}
@media screen and (max-width: 640px) {
  html body #block-newsletter #bloc_newsletter #gform_wrapper_49 {
    width: 100% !important;
  }
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 form {
  margin: 0;
  width: 100%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 form .validation_error {
  display: none;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield .gfield_label {
  display: none;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield .ginput_container {
  margin-top: 0;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield .ginput_container input {
  margin-top: 0;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_email input {
  display: inline-block;
  width: 74%;
  font-weight: 700;
  border: 2px solid #F4C259;
  font-style: italic;
  color: #7A7071;
  padding: 1.2em 4%;
  line-height: 100%;
  font-family: Arial;
  font-size: 13px !important;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  text-align: left;
  margin-top: 0.5em;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check {
    font-size: 310%;
  }
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox input {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox input:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 80%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox label {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox label {
  line-height: 120%;
  text-align: left;
  max-width: 100%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_fields .gfield.field_newsletter_check .ginput_container_checkbox label:before {
  top: 0.05em;
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer {
  padding: 0;
  margin: 0;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer .gform_button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 23% !important;
  height: 51px;
  margin: 0 0 0 2% !important;
  font-weight: 700;
  font-size: 100%;
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer .gform_button {
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.25em 1.5% !important;
  font-weight: 700;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 640px) {
  html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer .gform_button {
    font-size: 330% !important;
    line-height: normal;
  }
}
html body #block-newsletter #bloc_newsletter #gform_wrapper_49 .gform_footer .gform_button:hover {
  color: #7f7273;
  font-weight: 400;
}
html body #block-newsletter #field_newsletter_check {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  text-align: left;
  margin-top: 0.5em;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  html body #block-newsletter #field_newsletter_check {
    font-size: 310%;
  }
}
html body #block-newsletter #field_newsletter_check .gfield_label {
  display: none;
}
html body #block-newsletter #field_newsletter_check #label_newsletter_check_1 {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html body #block-newsletter #field_newsletter_check #label_newsletter_check_1 {
  line-height: 120%;
  text-align: left;
}
html body #block-newsletter #field_newsletter_check #label_newsletter_check_1:before {
  top: 0.05em;
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html body #block-newsletter #field_newsletter_check #choice_newsletter_check_1 {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html body #block-newsletter #field_newsletter_check #choice_newsletter_check_1:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 80%;
}
html body #block-newsletter .rgpd-newsletter .more-rgpd-link-newsletter {
  margin: 0 !important;
}
html body #block-newsletter .rgpd-newsletter a {
  color: #CE9B31;
}
html body {
  /*----------  #block-whisky-factory  ----------*/
}
html body #block-whisky-factory {
  position: relative;
  overflow: hidden;
}
html body #block-whisky-factory .small-list {
  position: absolute;
  z-index: 2;
  width: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#262525), color-stop(33.33%, #262525), color-stop(33.33%, #1B1B1B), color-stop(66.66%, #1B1B1B), color-stop(66.66%, #262525), to(#262525));
  background: linear-gradient(to top, #262525, #262525 33.33%, #1B1B1B 33.33%, #1B1B1B 66.66%, #262525 66.66%, #262525);
}
html body #block-whisky-factory .small-list .current-select {
  position: absolute;
  width: 100%;
  height: 33.3333333333%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #9C0000;
}
html body #block-whisky-factory .small-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  position: relative;
}
html body #block-whisky-factory .small-list li svg {
  fill: #F4C259;
  width: 70%;
}
html body #block-whisky-factory .small-list li.is-active svg, html body #block-whisky-factory .small-list li:hover svg {
  fill: #FFFFFF;
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  content: "\e925";
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  color: #9C0000;
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  font-size: 200%;
}
html body #block-whisky-factory .small-list li.is-active:after, html body #block-whisky-factory .small-list li:hover:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -19.5%;
  width: 20%;
  height: 20%;
}
html body #block-whisky-factory .big-list li {
  display: none;
  position: relative;
}
html body #block-whisky-factory .big-list li .container-big-list {
  position: absolute;
  height: 65%;
  width: 28%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
html body #block-whisky-factory .big-list li .container-big-list .picto-link {
  margin-bottom: 2em;
}
html body #block-whisky-factory .big-list li .container-big-list .picto-link svg {
  fill: #FFFFFF;
  width: 28vw;
}
html body #block-whisky-factory .big-list li .container-big-list .picto-link svg * {
  fill: #FFFFFF;
}
html body #block-whisky-factory .big-list li .container-big-list h2 {
  font-weight: 700;
  font-size: 130%;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow, html body.search-results #block-whisky-factory .big-list li .container-big-list nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #block-whisky-factory .big-list li .container-big-list a {
  margin: 2em auto 0;
  padding: 0.8em 0;
  width: 32%;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover, html body.search-results #block-whisky-factory .big-list li .container-big-list nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div #block-whisky-factory .big-list li .container-big-list a:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after, html body.search-results #block-whisky-factory .big-list li .container-big-list nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #block-whisky-factory .big-list li .container-big-list a:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after, html body.search-results #block-whisky-factory .big-list li .container-big-list nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #block-whisky-factory .big-list li .container-big-list a:hover:after {
  content: "\e92a";
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after, html body.search-results #block-whisky-factory .big-list li .container-big-list nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #block-whisky-factory .big-list li .container-big-list a:hover:after {
  color: #000000;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after, html body.search-results #block-whisky-factory .big-list li .container-big-list nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #block-whisky-factory .big-list li .container-big-list a:hover:after {
  font-size: 90%;
}
html body #block-whisky-factory .big-list li .container-big-list .btn-border-yellow:hover:after, html body.search-results #block-whisky-factory .big-list li .container-big-list nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #block-whisky-factory .big-list li .container-big-list a:hover:after {
  display: inline-block;
  position: relative;
  margin-left: 6%;
}
html body #block-whisky-factory .big-list li.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body {
  /*----------  #block-club-sir-edwards  ----------*/
}
html body #block-club-sir-edwards .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
html body #block-club-sir-edwards .col.first {
  background-color: #9C0000;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards {
  color: #FFFFFF;
  width: 62%;
  padding: 7.5% 19% 1%;
  text-align: center;
  position: relative;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .block-title {
  line-height: 100%;
  font-weight: 900;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards p {
  display: inline-block;
  width: 100%;
  margin: 2.5% 0 3.5%;
  line-height: 170%;
  font-weight: 300;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn, html body.search-results #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 2%;
  font-weight: 800;
  font-size: 100%;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn, html body.search-results #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a {
  padding: 0.7em 1.2em;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-join, html body.search-results #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container nav.navigation .nav-links > div a.btn-join, html body.search-results nav.navigation .nav-links > div #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-join, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-join, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-join {
  background-color: #F4C259;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #000000;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-join:hover, html body.search-results #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container nav.navigation .nav-links > div a.btn-join:hover, html body.search-results nav.navigation .nav-links > div #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-join:hover, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-join:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-join:hover {
  color: #1B1B1B;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-join:hover, html body.search-results #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container nav.navigation .nav-links > div a.btn-join:hover, html body.search-results nav.navigation .nav-links > div #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-join:hover, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-join:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-join:hover {
  background-color: #CE9B31;
  border-color: #CE9B31;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect, html body.search-results #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container nav.navigation .nav-links > div a.btn-connect, html body.search-results nav.navigation .nav-links > div #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-connect, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect {
  border-color: #262525;
  background-color: #262525;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect:hover, html body.search-results #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container nav.navigation .nav-links > div a.btn-connect:hover, html body.search-results nav.navigation .nav-links > div #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect:hover, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-connect:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect:hover {
  color: #1B1B1B;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect, html body.search-results #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container nav.navigation .nav-links > div a.btn-connect, html body.search-results nav.navigation .nav-links > div #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-connect, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect {
  font-weight: 800;
  font-size: 100%;
}
html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container .btn.btn-connect:hover, html body.search-results #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container nav.navigation .nav-links > div a.btn-connect:hover, html body.search-results nav.navigation .nav-links > div #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect:hover, html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-connect:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-club-sir-edwards .col.first .container-club-sir-edwards .btn-container a.btn-connect:hover {
  background-color: #F4C259;
  border-color: #F4C259;
}
html body #block-club-sir-edwards .col.right {
  background: url(images/club-siredwards.jpg) no-repeat;
  background-attachment: fixed;
  position: relative;
  background-position: center right;
  background-size: auto 100%;
}
html body {
  /*----------  .block-auto-promotion  ----------*/
}
html body .block-auto-promotion {
  width: 65%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5em;
  margin-bottom: 4em;
}
html body {
  /*=====  End of Blocs généraux  ======*/
  /*----------  #block-navigation-posts  ----------*/
}
html body #block-navigation-posts {
  width: 65%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3%;
  margin-bottom: 1.5%;
}
html body #block-navigation-posts .btn, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a {
  position: relative;
  color: #1B1B1B;
  text-transform: none;
  padding: 0.8em 2em;
  max-width: 30%;
  font-weight: 400;
  font-size: 100%;
}
html body #block-navigation-posts .btn, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a {
  font-family: "Playfair Display", serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body #block-navigation-posts .btn.prev-post, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.prev-post, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.prev-post, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post {
  padding-left: 1em;
  margin-right: auto;
}
html body #block-navigation-posts .btn.prev-post:before, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.prev-post:before, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.prev-post:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-navigation-posts .btn.prev-post:before, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.prev-post:before, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.prev-post:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post:before {
  content: "\e92b";
}
html body #block-navigation-posts .btn.prev-post:before, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.prev-post:before, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.prev-post:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post:before {
  color: #F4C259;
}
html body #block-navigation-posts .btn.prev-post:before, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.prev-post:before, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.prev-post:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post:before {
  font-size: 90%;
}
html body #block-navigation-posts .btn.prev-post:before, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.prev-post:before, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.prev-post:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.prev-post:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.prev-post:before {
  margin-right: 1em;
}
html body #block-navigation-posts .btn.next-post:after, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.next-post:after, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.next-post:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-navigation-posts .btn.next-post:after, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.next-post:after, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.next-post:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post:after {
  content: "\e92a";
}
html body #block-navigation-posts .btn.next-post:after, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.next-post:after, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.next-post:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post:after {
  color: #F4C259;
}
html body #block-navigation-posts .btn.next-post:after, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.next-post:after, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.next-post:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post:after {
  font-size: 90%;
}
html body #block-navigation-posts .btn.next-post, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.next-post, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.next-post, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post {
  padding-right: 1em;
  margin-left: auto;
}
html body #block-navigation-posts .btn.next-post:after, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a.next-post:after, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a.next-post:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.next-post:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a.next-post:after {
  margin-left: 1em;
}
html body #block-navigation-posts .btn:hover, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a:hover, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a:hover {
  background-color: #F4C259;
}
html body #block-navigation-posts .btn:hover:after, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a:hover:after, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover:after, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a:hover:after {
  color: #000000;
}
html body #block-navigation-posts .btn:hover:before, html body.search-results #block-navigation-posts nav.navigation .nav-links > div a:hover:before, html body.search-results nav.navigation .nav-links > div #block-navigation-posts a:hover:before, html body #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover:before, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #block-navigation-posts a:hover:before {
  color: #000000;
}
html body {
  /*----------  #block-shared-content Auto-promo  ----------*/
}
html body #block-shared-content {
  position: relative;
  margin-bottom: 3%;
  margin-top: -5.5em;
  width: 25.5%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-bottom: 2px solid #F4C259;
  padding-bottom: 5.5em;
}
html body #block-shared-content:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-shared-content:after {
  content: "\e90d";
}
html body #block-shared-content:after {
  color: #F4C259;
}
html body #block-shared-content:after {
  font-size: 400%;
}
html body #block-shared-content:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -20%;
  width: 24.25%;
  background-color: #FFFFFF;
}
html body #block-shared-content .title-shared {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 110%;
}
html body #block-shared-content .title-shared {
  color: #413F40;
  margin-bottom: 0.5em;
  display: inline-block;
}
html body #block-shared-content #site-rs-shared {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 34%;
          flex: 1 0 34%;
}
html body #block-shared-content #site-rs-shared ul {
  width: 100%;
}
html body #block-shared-content #site-rs-shared ul .rs-rond {
  vertical-align: top;
  margin-left: 3%;
}
html body #block-shared-content #site-rs-shared ul .rs-rond:first-child {
  margin-left: 0;
}
html body #block-shared-content #site-rs-shared ul .rs-rond a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-out";
          transition-timing-function: "ease-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #FFFFFF;
  background-color: #C00202;
}
html body #block-shared-content #site-rs-shared ul .rs-rond a:hover {
  background-color: #F4C259;
}
html body #block-shared-content #site-rs-shared ul .rs-rond a {
  padding: 0.4em 0.4em;
  width: 1.3em;
  height: 1.3em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
html body #block-shared-content #site-rs-shared ul .rs-rond a:before {
  vertical-align: text-bottom;
}
html body #block-shared-content #site-rs-shared ul .rs-fb-shared a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-shared-content #site-rs-shared ul .rs-fb-shared a:before {
  content: "\e922";
}
html body #block-shared-content #site-rs-shared ul .rs-fb-shared a span {
  display: none;
}
html body #block-shared-content #site-rs-shared ul .rs-twit-shared a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-shared-content #site-rs-shared ul .rs-twit-shared a:before {
  content: "\e940";
}
html body #block-shared-content #site-rs-shared ul .rs-twit-shared a span {
  display: none;
}
html body #block-shared-content #site-rs-shared ul .rs-mail-shared a:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #block-shared-content #site-rs-shared ul .rs-mail-shared a:before {
  content: "\e92e";
}
html body #block-shared-content #site-rs-shared ul .rs-mail-shared a {
  font-size: 90%;
  padding: 0.7em;
}
html body #block-shared-content #site-rs-shared ul .rs-mail-shared a span {
  display: none;
}
html body {
  /*=====  End of Blocs généraux  ======*/
  /*======================================
  =            Contenu global            =
  ======================================*/
}
html body #primary-page #content-global, html body #primary-single #content-global {
  /*----------  Haut de page global  ----------*/
}
html body #primary-page #content-global .entry-header:not(.no-img), html body #primary-single #content-global .entry-header:not(.no-img) {
  position: relative;
  background-color: #1B1B1B;
}
html body #primary-page #content-global .entry-header:not(.no-img):after, html body #primary-single #content-global .entry-header:not(.no-img):after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global .entry-header:not(.no-img):after, html body #primary-single #content-global .entry-header:not(.no-img):after {
  content: "\e924";
}
html body #primary-page #content-global .entry-header:not(.no-img):after, html body #primary-single #content-global .entry-header:not(.no-img):after {
  color: #000000;
}
html body #primary-page #content-global .entry-header:not(.no-img):after, html body #primary-single #content-global .entry-header:not(.no-img):after {
  font-size: 100%;
}
html body #primary-page #content-global .entry-header:not(.no-img):after, html body #primary-single #content-global .entry-header:not(.no-img):after {
  background-color: #FFFFFF;
  width: 5%;
  position: absolute;
  bottom: -2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  padding: 1% 0 2.5%;
  border-radius: 100% 100% 0 0;
  z-index: 1;
}
html body #primary-page #content-global, html body #primary-single #content-global {
  /*----------  Contenu de page global  ----------*/
}
html body #primary-page #content-global .entry-content, html body #primary-single #content-global .entry-content {
  position: relative;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  line-height: 170%;
  padding: 3em 0 1.5em;
  color: #262525;
}
html body #primary-page #content-global .entry-content .slogan, html body #primary-single #content-global .entry-content .slogan {
  font-weight: 400;
  font-size: 250%;
}
html body #primary-page #content-global .entry-content .slogan, html body #primary-single #content-global .entry-content .slogan {
  font-family: "Playfair Display", serif;
  line-height: 110%;
  margin: 1em auto;
  color: #413F40;
  display: inline-block;
  width: 100%;
}
html body #primary-page #content-global .entry-content .slogan:before, html body #primary-single #content-global .entry-content .slogan:before {
  content: "«";
  margin-right: 0.5em;
}
html body #primary-page #content-global .entry-content .slogan:after, html body #primary-single #content-global .entry-content .slogan:after {
  content: "»";
  margin-left: 0.5em;
}
html body #primary-page #content-global .entry-content b, html body #primary-page #content-global .entry-content strong, html body #primary-single #content-global .entry-content b, html body #primary-single #content-global .entry-content strong {
  font-weight: 700;
  color: #413F40;
  font-weight: 600;
}
html body #primary-page #content-global .entry-content a, html body #primary-single #content-global .entry-content a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #F4C259;
}
html body #primary-page #content-global .entry-content a:hover, html body #primary-single #content-global .entry-content a:hover {
  color: #CE9B31;
}
html body #primary-page #content-global .entry-content a, html body #primary-single #content-global .entry-content a {
  color: #CE9B31;
}
html body #primary-page #content-global .entry-content h2, html body #primary-single #content-global .entry-content h2 {
  font-weight: 400;
  font-size: 250%;
}
html body #primary-page #content-global .entry-content h2, html body #primary-single #content-global .entry-content h2 {
  font-family: "Playfair Display", serif;
  color: #413F40;
  text-transform: none;
  text-align: left;
  margin: 1em 0 0.7em;
}
html body #primary-page #content-global .entry-content p, html body #primary-single #content-global .entry-content p {
  margin: 0 0 0.8em;
  font-weight: 300;
  color: #413F40;
}
html body #primary-page #content-global .entry-content ul:not(.list-definition), html body #primary-page #content-global .entry-content ol, html body #primary-single #content-global .entry-content ul:not(.list-definition), html body #primary-single #content-global .entry-content ol {
  padding-left: 2em;
  margin: 1em 0;
}
html body #primary-page #content-global .entry-content ul:not(.list-definition) li, html body #primary-page #content-global .entry-content ol li, html body #primary-single #content-global .entry-content ul:not(.list-definition) li, html body #primary-single #content-global .entry-content ol li {
  list-style: inherit;
  list-style-position: inside;
  padding-left: 1.5em;
  margin-bottom: 0.2em;
}
html body #primary-page #content-global .entry-content #content-editeur .alignleft, html body #primary-single #content-global .entry-content #content-editeur .alignleft {
  float: left;
  min-width: 30%;
  margin-right: 1em;
  width: auto;
  height: auto;
  max-width: 50%;
}
html body #primary-page #content-global .entry-content #content-editeur .alignright, html body #primary-single #content-global .entry-content #content-editeur .alignright {
  float: right;
  min-width: 30%;
  width: auto;
  height: auto;
  max-width: 50%;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields), html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) {
  margin: 0.5em 0;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li, html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li {
  position: relative;
  margin-bottom: 0.2em;
  padding-left: 1.5em;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before, html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before, html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  content: "\e92a";
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before, html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  color: #F4C259;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before, html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  font-size: 70%;
}
html body #primary-page #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before, html body #primary-single #content-global .entry-content #content-editeur ul:not(.list-definition):not(.gform_fields) li:before {
  position: absolute;
  left: 0em !important;
  top: 0.8em;
}
html body #primary-page #content-global .entry-content #content-editeur ol li, html body #primary-page #content-global .entry-content #content-editeur ul li, html body #primary-single #content-global .entry-content #content-editeur ol li, html body #primary-single #content-global .entry-content #content-editeur ul li {
  margin: 0 0 0.2em;
}
html body #primary-page #content-global .entry-content #content-editeur h3, html body #primary-single #content-global .entry-content #content-editeur h3 {
  font-weight: 900;
  font-size: 140%;
}
html body #primary-page #content-global .entry-content #content-editeur h3, html body #primary-single #content-global .entry-content #content-editeur h3 {
  color: #C00202;
  text-transform: uppercase;
  margin: 1.2em 0 0.5em;
}
html body #primary-page #content-global .entry-content .single-video-block, html body #primary-single #content-global .entry-content .single-video-block {
  margin: 2.5em auto 0.5em;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
html body #primary-page #content-global .entry-content .single-video-block iframe,
html body #primary-page #content-global .entry-content .single-video-block object,
html body #primary-page #content-global .entry-content .single-video-block embed, html body #primary-single #content-global .entry-content .single-video-block iframe,
html body #primary-single #content-global .entry-content .single-video-block object,
html body #primary-single #content-global .entry-content .single-video-block embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body #primary-page #content-global, html body #primary-single #content-global {
  /*----------  Footer de page global  ----------*/
}
html body #primary-page #content-global .entry-footer, html body #primary-single #content-global .entry-footer {
  position: relative;
}
html body #primary-page #content-global .entry-footer #block-navigation-posts .btn, html body.search-results #primary-page #content-global .entry-footer #block-navigation-posts nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #primary-page #content-global .entry-footer #block-navigation-posts a, html body #primary-page #content-global .entry-footer #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #primary-page #content-global .entry-footer #block-navigation-posts a, html body #primary-single #content-global .entry-footer #block-navigation-posts .btn, html body.search-results #primary-single #content-global .entry-footer #block-navigation-posts nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #primary-single #content-global .entry-footer #block-navigation-posts a, html body #primary-single #content-global .entry-footer #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body #primary-single #content-global .entry-footer #block-navigation-posts a {
  color: #413F40;
}
html body #primary-page .header-center #content-global, html body #primary-single .header-center #content-global {
  /*----------  Haut de page global  ----------*/
}
html body #primary-page .header-center #content-global .entry-header:not(.no-img) .content-header, html body #primary-single .header-center #content-global .entry-header:not(.no-img) .content-header {
  padding: 0;
  width: 100%;
}
html body #primary-page .header-center #content-global .entry-header:not(.no-img) .content-header .breadcrumbs, html body #primary-single .header-center #content-global .entry-header:not(.no-img) .content-header .breadcrumbs {
  text-align: center;
}
html body #primary-page, html body #primary-single {
  /*=======================================
  =            Single RoadTrip            =
  =======================================*/
}
html body #primary-page #content-global.content-roadtrip-single .banner-header-roadtrip, html body #primary-single #content-global.content-roadtrip-single .banner-header-roadtrip {
  background-color: #1B1B1B;
  text-align: center;
  padding: 40px 0;
}
html body #primary-page #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner, html body #primary-single #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner {
  width: 1220px;
  margin: auto;
}
@media only screen and (max-width: 1220px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner, html body #primary-single #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner {
    width: 90%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner h1, html body #primary-single #content-global.content-roadtrip-single .banner-header-roadtrip .content-banner h1 {
  font-size: 300%;
}
html body #primary-page #content-global.content-roadtrip-single, html body #primary-single #content-global.content-roadtrip-single {
  /*----------  Haut page roadtrip  ----------*/
}
html body #primary-page #content-global.content-roadtrip-single .entry-header:after, html body #primary-single #content-global.content-roadtrip-single .entry-header:after {
  content: none;
}
html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header, html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header {
  position: absolute;
  z-index: 4;
  padding: 0 45% 0 5%;
  top: 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-shadow: 0em 0em 3em rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#1B1B1B));
  background: linear-gradient(to left, transparent, #1B1B1B);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  width: 88%;
  padding: 0 6%;
  text-align: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header h1.entry-title, html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header h1.entry-title {
  background-color: transparent;
  font-weight: 900;
  line-height: 120%;
  max-width: 70%;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 640px) {
  html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header, html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header {
    position: relative;
    padding: 6em 5% 2em;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 90%;
    background: #1B1B1B;
  }
  html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header .breadcrumbs, html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header .breadcrumbs {
    margin-bottom: 4em;
  }
  html body #primary-page #content-global.content-roadtrip-single .entry-header .container-header .entry-title, html body #primary-single #content-global.content-roadtrip-single .entry-header .container-header .entry-title {
    max-width: 100%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue, html body #primary-single #content-global.content-roadtrip-single .banner-blue {
  background-color: #0D1720;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue {
  position: relative;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content {
  padding-right: 70px;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content {
    padding-right: 0;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point {
  margin-bottom: 1.5em;
  font-weight: inherit;
  font-size: 100%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point {
  color: #F4C259;
  font-weight: 400;
  text-shadow: 0em 0em 0.5em rgba(0, 0, 0, 0.7);
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point {
    font-size: 130%;
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point {
    font-size: 300%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before {
  content: "\e932";
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before {
  font-size: 150%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps {
  margin-right: 0.5em;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-gps:before {
  content: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-longitude, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .gps-point .infos-longitude {
  display: block;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip {
  height: 280px;
  overflow: hidden;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map {
  background-color: transparent;
  width: 210px !important;
  height: 300px !important;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map .leaflet-interactive, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map .leaflet-interactive {
  cursor: default !important;
}
@media only screen and (max-width: 640px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip {
    position: relative;
    float: none;
    height: 200px;
  }
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .left-content .map-road-trip #map {
    height: 220px !important;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 2.5em;
  width: 4%;
  background-color: #F4C259;
  border-top: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip {
    height: 8.2em;
    width: 9%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip img, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .star-road-trip img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content {
  /*----------  .etiquettes-roadtrip  ----------*/
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip {
  text-align: center;
  padding: 0.5em 0;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul {
  width: 100%;
  margin: 0 auto;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li {
  display: inline-block;
  margin: 0.4em;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a {
  color: #FFFFFF;
  display: inline-block;
  text-transform: none;
  font-weight: inherit;
  font-size: 70%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a {
  padding: 0.7em 3em;
  line-height: 100%;
  border-radius: 50em;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a:hover, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a:hover {
  color: #C00202;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .etiquettes-roadtrip ul li a {
    font-size: 270%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip {
  background-color: #192734;
  padding: 5px 20px;
  border-radius: 5px;
  max-width: 500px;
  margin: 20px auto 15px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player *,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player *::before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player *,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range], html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range] {
  -webkit-appearance: none;
  background: transparent;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]:focus, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]:focus {
  outline: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-webkit-slider-thumb, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-track, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-track {
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-moz-range-thumb, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-thumb, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-webkit-slider-runnable-track, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-moz-range-track, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  background-color: #ffd15a;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-track, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .audio-player input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  border: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip input[type=range]::-ms-fill-lower, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip input[type=range]::-ms-fill-lower {
  background-color: #ffd15a;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip input[type=range]::-ms-fill-upper, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip input[type=range]::-ms-fill-upper {
  background-color: #f9c130;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-hide, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-hide {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-controls, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  border: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-duration,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-volume,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-duration,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-volume,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download {
  display: block;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play,
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play,
html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download {
  cursor: pointer;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #ffd15a;
  text-indent: -9999px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play::before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play::before {
  content: "";
  position: absolute;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play.ap-state-play::before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play.ap-state-play::before {
  top: 9px;
  left: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #000;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play.ap-state-pause::before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-play.ap-state-pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  width: 8px;
  height: 12px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-duration, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-duration {
  margin: 0;
  width: calc(100% - 170px);
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute {
  margin-right: 5px;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABr0lEQVRYR+2W6zUEQRCFv40AGZCBDBABMiACREAGiAAZyAAREAIRIAPn7qmaU9t6eqfnYf7oP3t2Zrfv1/W41QtmXouZ9fkHGBqBE+De0rgLXAPPwAPw3iW9QwAkfgdNGveBpyAqkAvgrQTSF8DFtbfvoQi8ZsRuDCTL0QcgikcAFzgCzoG9oKg0neYIagFS8RxABJHwhj3IQtQA5MRLAHqntKgWHOIYeIyR6ArQJr4OwCG8NtQZO7UAJfEIoC5QV+iUaeVfAZcmrFrw1l1xwrSNurRxCuBtmIZ6E/i0DV8AaS1XTMGYAF8Wan36Uu4P7csWsHw3FYD2lgnJA3zFNBxYcU4KcGt+4ACxlmYBkDlpVmj9CcCsKfgGtr3Q7NSxCJvam6IIJa58R8fr1IZtfV9jRKp05bqXEZWMZywr/rDUNFpdZ4H+0HcYyR2VAq3ewyjXyzk3jVHUvUCzwcV1TdMhVlZNBNog0j0kfBb93u6Iv8RTKy7VQPqu5kqWOuLgCKSR8Aikw0xTL9cRowF4YcZrudpQLahnk1/La1LW+ts+RTiK8LoWGlWktNnsEfgBmz1iIe0QcasAAAAASUVORK5CYII=");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute.ap-state-mute, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-mute.ap-state-mute {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABZElEQVRYR+2WbVFEMQxFzyoAB0gAB4ADHAAOQAHgAAcgAQeAAyQgARwwd6fdyUtbpl/L+0N/7tvmntykaTesvDYr6/MPMOrAFfA8UsYRAIk/wVgZewGiuJLvjbE1rmezFe+NsataK4AX/1OAnLgHOAS+Ck2pb1qL77UOlMQtwAnwCtwWTsYLcAScW4gagN/EI4Cy+wQOQpbXDkJH9TJ8ewfOoksWQD8qg9YVY3jQCGHFv4P4xz4AFNNDvJlsE3HfQKMOxKRyJcuK7wtAcZX5qanlA3Cfq+3MHojxbc2tpm/MZBLOKIFvuEfgzlAkELMc0DHUxXQRxGzNS6djqgMCUN2PgVzDWYiFC7MGkbIRhKbdDbA758Z+QWgt3g81ALnzbZurNkZ2wLVsrrmMWqdo83tg1eu4NOlaXEwc6t286pPMO9GbRDIHmhso3H6rPct7gKf1wBRxfx1PC9oSaKiBWoRK//0B+MlDITDnrmQAAAAASUVORK5CYII=");
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-volume, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-volume {
  margin: 0;
  width: 60px;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-download {
  overflow: hidden;
  margin-left: 15px;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-title, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .audio-roadtrip .ap-title {
  display: none;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 540px;
  margin: auto;
  color: white;
}
@media only screen and (max-width: 1024px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 480px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper {
    font-size: 2em;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper > p, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper > p {
  margin-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 88%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul .podcast-item a, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .podcast-wrapper ul .podcast-item a {
  display: block;
  padding: 5px 10px;
  margin: 0 5px;
  margin-bottom: 10px;
  border-radius: 15px;
  background-color: #192734;
  color: #F4C259;
  font-size: 81%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content {
  /*----------  .block-temps-de-lecture  ----------*/
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture {
  text-align: center;
  margin: 3em 0 1.5em;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 110%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  content: "\e92f";
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  color: #e60000;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  font-size: 110%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span {
  color: white;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span:before {
  position: relative;
  top: 0.1em;
  left: -0.5em;
}
@media only screen and (max-width: 1140px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span {
    font-size: 160%;
  }
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .block-temps-de-lecture span {
    font-size: 330%;
    margin-bottom: 20px;
  }
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan {
  font-weight: 400;
  font-size: 220%;
}
html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan {
  font-family: "Playfair Display", serif;
  line-height: 110%;
  margin: 1em auto;
  color: white;
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  html body #primary-page #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan, html body #primary-single #content-global.content-roadtrip-single .banner-blue .wrapper-banner-blue .right-content .slogan {
    font-size: 360%;
  }
}
html body #primary-page #content-global.content-roadtrip-single .entry-content, html body #primary-single #content-global.content-roadtrip-single .entry-content {
  position: relative;
  /*----------  block weather / météo  ----------*/
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip {
  margin-top: 3.5em;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #left-weather, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #left-weather {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
  background-color: #413F40;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #left-weather span, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #left-weather span {
  padding: 0 10%;
  display: inline-block;
  color: #F4C259;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 150%;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 2em 0;
  background-color: #ebe5e5;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li {
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #d9d0d1;
  padding-left: 0;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li span, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .label-data, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .label-data {
  font-weight: 900;
  font-size: 110%;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .label-data, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .label-data {
  color: #1B1B1B;
  margin-top: 1em;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .data, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li .data {
  font-weight: 100;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before {
  content: "\e92c";
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.hour-data:before {
  color: #e60000;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before {
  content: "\e93d";
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.degrees-data:before {
  color: #e60000;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before {
  content: "\e93c";
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li.weather-type-data:before {
  color: #e60000;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li:before, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li:before {
  font-size: 350%;
}
html body #primary-page #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li:last-child, html body #primary-single #content-global.content-roadtrip-single .entry-content #block-weather-road-trip .info-weather #right-weather .list-weather-infos li:last-child {
  border: none;
}
html body #primary-page, html body #primary-single {
  /*=====  End of Single RoadTrip  ======*/
}
html body {
  /*=====  End of Contenu global  ======*/
  /*=============================================
  =            Page rubrique level 1            =
  =============================================*/
}
html body .page-rubrique-lvl-1 .image-logo {
  width: 20%;
  margin: 0 auto;
}
html body .page-rubrique-lvl-1 .image-logo svg {
  fill: #F4C259;
  height: auto;
}
html body .page-rubrique-lvl-1 {
  /*----------  Haut page level 1  ----------*/
}
html body .page-rubrique-lvl-1 .container-header-rubrique {
  position: relative;
  background-color: #1B1B1B;
  overflow: hidden;
}
html body .page-rubrique-lvl-1 .container-header-rubrique:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .page-rubrique-lvl-1 .container-header-rubrique:after {
  content: "\e924";
}
html body .page-rubrique-lvl-1 .container-header-rubrique:after {
  color: #000000;
}
html body .page-rubrique-lvl-1 .container-header-rubrique:after {
  font-size: 100%;
}
html body .page-rubrique-lvl-1 .container-header-rubrique:after {
  background-color: #FFFFFF;
  width: 5%;
  position: absolute;
  bottom: -3.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  padding: 1% 0 2.5%;
  border-radius: 100% 100% 0 0;
}
html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120%;
}
html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 250%;
}
html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  font-family: "Playfair Display", serif;
  line-height: 110%;
  width: 70%;
  margin: 1.5em auto 0;
}
html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique .slogan-rubrique:before {
  content: "«";
  margin-right: 0.5em;
}
html body .page-rubrique-lvl-1 .container-header-rubrique .content-header-rubrique .slogan-rubrique:after {
  content: "»";
  margin-left: 0.5em;
}
html body .page-rubrique-lvl-1 {
  /*----------  Content page level 1  ----------*/
}
html body .page-rubrique-lvl-1 .container-content {
  /*----------  Ancres  ----------*/
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-ancres {
  background-color: #1B1B1B;
  text-align: center;
  padding: 1.5em 0;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-ancres ul {
  width: 48%;
  margin: 0 auto;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-ancres ul li {
  display: inline-block;
  margin: 0 0.4em;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-ancres ul li .btn-yellow-bg {
  padding: 0.4em 1.4em;
  margin: 0.7em 0;
}
html body .page-rubrique-lvl-1 .container-content {
  /*----------  Listing enfants level 1  ----------*/
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 {
  position: relative;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique {
  position: absolute;
  z-index: 4;
  width: 70%;
  padding: 0 15%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type {
  color: #FFFFFF;
  position: relative;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 {
  margin-bottom: 0.8em;
  color: #FFFFFF !important;
  font-weight: 900;
  font-size: 250%;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 a {
  color: #FFFFFF;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type p {
  width: 70%;
  font-weight: 300;
  margin: 0 auto 1em;
  line-height: 165%;
  font-weight: 400;
  font-size: 95%;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type h2 {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover h2 {
  color: #F4C259;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn-border-yellow, html body.search-results .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover .btn-border-yellow, html body.search-results .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover a {
  color: #000000;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn, html body.search-results .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type a, html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li.child-level-2 .container-post-sous-rubrique .content-block-type a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type a {
  font-weight: 700;
  font-size: 95%;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type .btn, html body.search-results .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type a, html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li.child-level-2 .container-post-sous-rubrique .content-block-type a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type a {
  padding: 0.5em 1.3em;
}
html body .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover .btn-border-yellow, html body.search-results .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-1 .container-content .container-sous-rubrique-datas ul li.child-level-2 .container-post-sous-rubrique .content-block-type:hover a {
  background-color: #F4C259;
  text-shadow: none;
}
html body {
  /*=====  End of Page rubrique level 1  ======*/
  /*=============================================
  =            Page rubrique level 2            =
  =============================================*/
}
html body .page-rubrique-lvl-2 {
  /*----------  Haut page level 2  ----------*/
}
html body .page-rubrique-lvl-2 .container-header-rubrique {
  position: relative;
  background-color: #1B1B1B;
  overflow: hidden;
}
html body .page-rubrique-lvl-2 .container-header-rubrique:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .page-rubrique-lvl-2 .container-header-rubrique:after {
  content: "\e924";
}
html body .page-rubrique-lvl-2 .container-header-rubrique:after {
  color: #000000;
}
html body .page-rubrique-lvl-2 .container-header-rubrique:after {
  font-size: 100%;
}
html body .page-rubrique-lvl-2 .container-header-rubrique:after {
  background-color: #FFFFFF;
  width: 5%;
  position: absolute;
  bottom: -6%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  padding: 1% 0 2.5%;
  border-radius: 100% 100% 0 0;
}
html body .page-rubrique-lvl-2 .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 50px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
html body .page-rubrique-lvl-2 .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  font-weight: 900;
  line-height: 120%;
  color: #FFFFFF;
}
html body .page-rubrique-lvl-2 .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  color: #FFFFFF;
  line-height: 110%;
  font-weight: 400;
  font-size: 110%;
}
html body .page-rubrique-lvl-2 .container-header-rubrique .content-header-rubrique .slogan-rubrique {
  width: 70%;
  margin: 2em auto 0;
  text-shadow: 0em 0em 0.5em rgb(0, 0, 0), 0em 0em 1em rgba(0, 0, 0, 0.8), 0em 0em 3em rgba(0, 0, 0, 0.7);
}
html body .page-rubrique-lvl-2 {
  /*----------  Content page level 2  ----------*/
}
html body .page-rubrique-lvl-2 .container-content {
  /*----------  Listing enfants level 2  ----------*/
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 {
  background-color: #1B1B1B;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas {
  padding: 4.5% 0;
  width: 56%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3:last-child:nth-child(odd) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 19.8vw;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; /* Animation */
  cursor: pointer;
  z-index: 1;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: transparent;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3:hover:before {
  background-color: #000000;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 {
  position: absolute;
  height: 65%;
  width: 69%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 0 3%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-in-out";
          transition-timing-function: "ease-in-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 h2 {
  font-weight: 700;
  font-size: 125%;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow, html body.search-results .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 a {
  width: 56%;
  margin: 12% auto 0;
  padding: 0.8em 0;
  position: relative;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after, html body.search-results .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 a:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after, html body.search-results .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 a:after {
  content: "\e92a";
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after, html body.search-results .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 a:after {
  color: #000000;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after, html body.search-results .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 a:after {
  font-size: 90%;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:after, html body.search-results .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 nav.navigation .nav-links > div a:after, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 a:after {
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  height: auto;
  right: 3em;
  opacity: 0;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:hover, html body.search-results .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 a:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 .btn-border-yellow:hover:after, html body.search-results .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3 .container-post-sous-rubrique-lvl-2 a:hover:after {
  right: 2em;
  opacity: 1;
}
html body .page-rubrique-lvl-2 .container-content .block-pages-sous-rubriques-lvl-2 .container-sous-rubrique-datas ul li.child-level-3:hover .container-post-sous-rubrique-lvl-2 {
  background: #9C0000;
  text-shadow: none;
}
html body {
  /*=====  End of Page rubrique level 2  ======*/
  /*===========================================
  =            Page gallerie photo            =
  ===========================================*/
}
html body .page-galerie-photos {
  background-color: #262525;
}
html body .page-galerie-photos .listing-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*----------  .single-photo  ----------*/
}
html body .page-galerie-photos .listing-photos .single-photo {
  background-color: #1B1B1B;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste {
  position: absolute;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  z-index: 4;
  width: 70%;
  padding: 0 15%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste h2 {
  color: #FFFFFF !important;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste h2 {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste:hover h2 {
  color: #F4C259;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #000000;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste:hover .link-road-r {
  color: #F4C259;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r {
  padding: 0.5em 7%;
  margin-top: 2em;
  background-color: #F4C259;
  color: #000000 !important;
  position: relative;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  content: "\e92a";
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  color: #000000;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  font-size: 80%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .link-road-r:after {
  position: absolute;
  top: 30%;
  right: 2%;
  margin-left: 6%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point {
  margin-bottom: 1.5em;
  font-weight: inherit;
  font-size: 130%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point {
  color: #F4C259;
  font-weight: 400;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps:before {
  content: "\e932";
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps:before {
  font-size: 150%;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps {
  margin-right: 0.5em;
  font-weight: 700;
  color: #FFFFFF;
}
html body .page-galerie-photos .listing-photos .single-photo a .container-photo-liste .gps-point .infos-gps:before {
  margin-right: 0.5em;
  text-shadow: none;
}
html body .page-galerie-photos .listing-photos .single-photo a:hover .container-photo-liste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .page-galerie-photos .listing-photos .single-photo:nth-child(3n+2), html body .page-galerie-photos .listing-photos .single-photo:nth-child(3n+3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
html body .page-galerie-photos .listing-photos .single-photo:nth-child(3n+2) a .container-photo-liste h2, html body .page-galerie-photos .listing-photos .single-photo:nth-child(3n+3) a .container-photo-liste h2 {
  font-weight: 700;
  font-size: 200%;
}
html body .page-galerie-photos .listing-photos .single-photo .btn-yellow-bg {
  margin: 3.5% auto;
}
html body {
  /*=====  End of Page gallerie photo  ======*/
  /*===========================================
  =            Page galerie vidéo            =
  ===========================================*/
}
html body .page-galerie-videos, html body #primary-taxonomy-term {
  background-color: #262525;
}
html body .page-galerie-videos .entry-content, html body #primary-taxonomy-term .entry-content {
  padding: 3% 0;
  width: 56%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body .page-galerie-videos .entry-content ul, html body #primary-taxonomy-term .entry-content ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body .page-galerie-videos .entry-content ul li.block-type-1, html body #primary-taxonomy-term .entry-content ul li.block-type-1 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
}
html body .page-galerie-videos .entry-content ul li.block-type-1 .container-post, html body #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post {
  position: absolute;
  height: 65%;
  width: 69%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 0 3%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body .page-galerie-videos .entry-content ul li.block-type-1 .container-post h2, html body #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post h2 {
  font-weight: 700;
  font-size: 130%;
}
html body .page-galerie-videos .entry-content ul li.block-type-1 .container-post .btn-border-yellow, html body.search-results .page-galerie-videos .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-galerie-videos .entry-content ul li.block-type-1 .container-post a, html body #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post .btn-border-yellow, html body.search-results #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post a {
  width: 56%;
  margin: 12% auto 0;
  padding: 0.7em 0;
}
html body .page-galerie-videos .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover, html body.search-results .page-galerie-videos .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div .page-galerie-videos .entry-content ul li.block-type-1 .container-post a:hover, html body #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover, html body.search-results #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post a:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
html body .page-galerie-videos .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results .page-galerie-videos .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-galerie-videos .entry-content ul li.block-type-1 .container-post a:hover:after, html body #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post a:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .page-galerie-videos .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results .page-galerie-videos .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-galerie-videos .entry-content ul li.block-type-1 .container-post a:hover:after, html body #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post a:hover:after {
  content: "\e92a";
}
html body .page-galerie-videos .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results .page-galerie-videos .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-galerie-videos .entry-content ul li.block-type-1 .container-post a:hover:after, html body #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post a:hover:after {
  color: #000000;
}
html body .page-galerie-videos .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results .page-galerie-videos .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-galerie-videos .entry-content ul li.block-type-1 .container-post a:hover:after, html body #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post a:hover:after {
  font-size: 90%;
}
html body .page-galerie-videos .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results .page-galerie-videos .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-galerie-videos .entry-content ul li.block-type-1 .container-post a:hover:after, html body #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.search-results #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div #primary-taxonomy-term .entry-content ul li.block-type-1 .container-post a:hover:after {
  display: inline-block;
  position: relative;
  margin-left: 6%;
}
html body .page-galerie-videos .entry-content ul li.block-type-1:hover .container-post, html body #primary-taxonomy-term .entry-content ul li.block-type-1:hover .container-post {
  background-color: #9C0000;
  text-shadow: none;
}
html body {
  /*=====  End of Page galerie vidéo  ======*/
  /*============================================
  =            Page taxonomie terme            =
  ============================================*/
}
html body #primary-taxonomy-term {
  background-color: #0D1720;
  /*----------  Haut de page global  ----------*/
}
html body #primary-taxonomy-term .entry-header {
  position: relative;
}
html body #primary-taxonomy-term .entry-header:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-taxonomy-term .entry-header:after {
  content: "\e924";
}
html body #primary-taxonomy-term .entry-header:after {
  color: #000000;
}
html body #primary-taxonomy-term .entry-header:after {
  font-size: 100%;
}
html body #primary-taxonomy-term .entry-header {
  padding-top: 4em;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: transparent;
}
html body #primary-taxonomy-term .entry-header:after {
  display: none;
  content: "";
}
html body #primary-taxonomy-term .entry-header .content-header h1.inpage-title {
  text-transform: none;
  background-color: transparent;
  font-weight: 900;
  font-size: 400%;
}
html body #primary-taxonomy-term .entry-content {
  padding-top: 0.5em 0 4em;
}
html body {
  /*=====  End of Page taxonomie terme  ======*/
  /*======================================
  =            Page Manifesto   snif     =
  ======================================*/
}
html body #primary-page #manifesto-bouteille .entry-header {
  background-color: #9c0001;
  position: relative;
  padding: 5em 0 0;
}
html body #primary-page #manifesto-bouteille .entry-header .no-img {
  padding-bottom: 0;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title {
  background-color: #9C0000;
  color: #FFFFFF;
  width: 60%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center;
  position: relative;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title .manifesto-deco {
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 100%;
  top: -1em;
  left: 0;
  text-align: center;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title .manifesto-deco .bg-manifesto-text {
  display: inline-block;
  color: #900000;
  font-weight: inherit;
  font-size: 1000%;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title .manifesto-deco .bg-manifesto-text {
  line-height: 100%;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title h1 {
  position: relative;
  z-index: 4;
  text-transform: none;
  font-weight: 900;
  font-size: 400%;
}
html body #primary-page #manifesto-bouteille .entry-header .manifesto-title h1 {
  margin-bottom: 0.8em;
}
html body #primary-page #manifesto-bouteille .entry-header .vignette-manifesto {
  position: relative;
  z-index: 4;
  width: 11%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary-page #manifesto-bouteille .entry-content {
  background-color: #9c0001;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: inherit;
  padding: 0;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 170%;
  padding: 2em 0 5em;
  color: #FFFFFF;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content {
  position: relative;
  width: 31.25%;
  margin: 0 auto;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text {
  position: absolute;
  top: 1.2em;
  left: 0;
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text {
  font-family: "Playfair Display", serif;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span:not(.big-dot) {
  display: inline-block;
  width: 100%;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.white-text {
  color: #FFFFFF;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.cream-text {
  color: #F4C259;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.yellow-text {
  color: #CE9B31;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.shabby-text {
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text span.shabby-text {
  font-family: "another_shabby";
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-1-1 {
  font-size: 1.8em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-1-2 {
  font-size: 1.4em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-1-3 {
  font-size: 1.6em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-1-4 {
  font-size: 1.7em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2 {
  margin-top: 1.7em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2-1 {
  font-size: 1.35em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2-2 {
  font-size: 2.3em !important;
  margin-top: 0.3em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2-3 {
  font-size: 2.4em !important;
  margin-top: 0.2em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-2-4 {
  margin-left: 0.1em;
  font-size: 0.8em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-3-1 {
  font-size: 2.3em !important;
  margin-top: 0.4em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-3-2 {
  font-size: 1.5em !important;
  margin-top: 0.1em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-3-3 {
  font-size: 2.1em !important;
  margin-top: 0.1em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-4 {
  margin-top: 1.8em;
  margin-bottom: 0;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-4-1 {
  font-size: 1.6em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-4-2 {
  font-size: 1.7em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-5-1 {
  font-size: 1.5em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6 {
  margin-top: 1.8em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6-1 {
  font-size: 1.65em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6-2 {
  font-size: 3em !important;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6-3 {
  font-size: 4.2em !important;
  margin-top: 0.3em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-6-4 {
  font-size: 0.8em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7 {
  margin-top: 2.9em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-1 {
  font-size: 2.1em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-2 {
  font-size: 1.95em;
  margin-top: 0.15em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-3 {
  font-size: 2.85em;
  margin-top: 0.25em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-4 {
  font-size: 3.6em !important;
  margin-top: 0.3em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-7-5 {
  font-size: 0.8em;
  margin-top: 0.3em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-8 {
  margin: 0 0 0.6em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-8-1 {
  font-size: 2em;
  margin-top: 0.6em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-8-2 {
  font-size: 3.6em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-9 {
  margin-top: 2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-9-1 {
  font-size: 2.6em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-9-2 {
  font-size: 2.1em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-9-3 {
  font-size: 1.85em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-10 {
  margin-top: 2.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-10-1 {
  font-size: 2.05em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-10-2 {
  font-size: 2.9em !important;
  margin-top: 0.3em !important;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11 {
  margin-top: 1.6em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11-1 {
  font-size: 1.5em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11-2 {
  font-size: 1.7em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11-3 {
  font-size: 1.95em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-11-4 {
  font-size: 3em;
  margin-top: 0.4em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-12-1 {
  font-size: 1.8em;
  margin-top: 0.2em;
}
html body #primary-page #manifesto-bouteille .entry-content .manifesto-container .manifesto-content .bottle-text .p-12-2 {
  font-size: 2.9em !important;
  margin-top: 0.4em !important;
}
html body {
  /*=====  End of Page Manifesto  ======*/
  /*===============================================
  =            Page Les mots du whisky            =
  ===============================================*/
}
html body .block-list-definition {
  margin: 1.5em 0;
  width: 40%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3em;
  border-bottom: 2px solid #F4C259;
}
html body .block-list-definition:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .block-list-definition:after {
  content: "\e90d";
}
html body .block-list-definition:after {
  color: #F4C259;
}
html body .block-list-definition:after {
  font-size: 400%;
}
html body .block-list-definition {
  position: relative;
}
html body .block-list-definition:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -20%;
  width: 24.25%;
  background-color: #FFFFFF;
}
html body .block-list-definition .list-definition li {
  position: relative;
  margin-bottom: 0.8em;
  font-weight: 400;
  font-size: 240%;
}
html body .block-list-definition .list-definition li {
  font-family: "Playfair Display", serif;
  text-align: center;
}
html body .block-list-definition .list-definition li p {
  line-height: normal;
}
html body .block-list-definition .list-definition li a.btn-yellow-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding: 0.4em 0;
  border-radius: 0%;
  color: #1B1B1B !important;
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 35%;
  display: none;
  color: #1B1B1B !important;
  background-color: #F4C259;
}
html body .block-list-definition .list-definition li a.btn-yellow-bg:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .block-list-definition .list-definition li a.btn-yellow-bg:after {
  content: "\e92a";
}
html body .block-list-definition .list-definition li a.btn-yellow-bg:after {
  color: #000000;
}
html body .block-list-definition .list-definition li a.btn-yellow-bg:after {
  font-size: 90%;
}
html body .block-list-definition .list-definition li a.btn-yellow-bg:after {
  display: inline-block;
  position: relative;
  margin-left: 6%;
}
html body .block-list-definition .list-definition li:hover p {
  visibility: hidden;
}
html body .block-list-definition .list-definition li:hover a.btn-yellow-bg {
  display: block;
  border-color: #F4C259;
}
html body {
  /*=====  End of Page Les mots du whisky  ======*/
  /*========================================
  =            Définition seule            =
  ========================================*/
}
html body .definition .entry-header {
  text-align: center;
}
html body .definition .entry-header .container-header {
  padding-top: 7.5em;
}
html body .definition .entry-header .container-header .breadcrumbs a, html body .definition .entry-header .container-header .breadcrumbs span {
  color: #262525;
  text-shadow: none;
}
html body .definition .entry-header .container-header .entry-title {
  color: #262525;
  margin-bottom: 0.5emem;
}
html body .definition .entry-content .content {
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 400;
  font-size: 250%;
}
html body .definition .entry-content .content {
  font-family: "Playfair Display", serif;
  line-height: 110%;
  color: #413F40;
  padding: 1em 0 2em;
}
html body {
  /*=====  End of Définition seule  ======*/
  /*=======================================
  =            PAGE GAMMES                =
  =======================================*/
}
html body .gamme.type-gamme {
  background-color: #262525;
}
html body .gamme.type-gamme .breadcrumbs {
  width: 75%;
  margin: 20px auto -20px auto;
  font-size: 120%;
}
html body .gamme.type-gamme .entry-footer {
  background-color: white;
  padding-top: 10px;
}
html body .gamme.type-gamme .block-gammes-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-line-pack: right;
      align-content: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
html body .gamme.type-gamme .block-gammes-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url(images/arrow-bounce.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
html body .gamme.type-gamme .block-gammes-header .small-list {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 16%;
  left: 0;
  top: 0;
}
html body .gamme.type-gamme .block-gammes-header .small-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  background-color: #262525;
  cursor: pointer;
  position: relative;
  height: auto;
  padding: 0;
  text-align: center;
  display: inline-block;
}
html body .gamme.type-gamme .block-gammes-header .small-list li svg {
  fill: #FFFFFF;
  width: 55%;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  content: "\e925";
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  color: #F4C259;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  font-size: 200%;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  content: "\e925";
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  color: #9C0000;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  font-size: 110%;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active svg {
  -webkit-filter: drop-shadow(0 0 0.3em rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0 0 0.3em rgba(255, 255, 255, 0.8));
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -7%;
  width: 7%;
  height: 0.7em;
}
html body .gamme.type-gamme .block-gammes-header .small-list li.gamme-active:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -3.8%;
  width: 4%;
  height: 0.5em;
}
html body .gamme.type-gamme .block-gammes-header .small-list li:hover ~ li svg {
  -webkit-filter: drop-shadow(0 0 0.3em rgba(255, 255, 255, 0));
          filter: drop-shadow(0 0 0.3em rgba(255, 255, 255, 0));
}
html body .gamme.type-gamme .block-gammes-header .small-list li[data-color="#9c0000"]:after {
  color: #9c0000;
}
html body .gamme.type-gamme .block-gammes-header .small-list li[data-color="#1d3543"]:after {
  color: #1d3543;
}
html body .gamme.type-gamme .block-gammes-header .big-list {
  width: 84%;
}
html body .gamme.type-gamme .block-gammes-header .gamme-visu {
  display: none;
}
html body .gamme.type-gamme .block-gammes-header .gamme-visu.gamme-active {
  display: block;
}
html body .gamme.type-gamme .block-gammes-header .master-visuel-gamme {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84%;
          flex: 0 0 84%;
}
html body .gamme.type-gamme .block-custom-parties {
  position: relative;
  background-color: #262525;
  text-align: center;
  padding: 2em 0 3em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  margin: 0 auto;
  padding-top: 2em !important;
  color: #FFFFFF;
  line-height: 1.6em;
  padding: 0;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie h2 {
  color: #F4C259;
  font-size: 220%;
  text-transform: inherit;
  padding: 0 3em;
  margin-bottom: 0.8em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie p {
  color: #FFFFFF;
  line-height: 1.6em;
  margin-top: 2em;
  padding: 0;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie a {
  color: #F4C259;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie .col {
  padding: 0 3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie .col p {
  margin-top: 1em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie .col-img {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie.container-right {
  margin-top: 2.5em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie.container-right .part-two {
  padding-right: 0;
  margin-top: -2em;
}
html body .gamme.type-gamme .block-custom-parties .container-custom-partie.container-left .part-one {
  padding-left: 0;
}
html body .gamme.type-gamme .block-secret-fabrication {
  background: #000 url("images/background-gamme-fumee.jpg") no-repeat fixed center;
  position: relative;
}
html body .gamme.type-gamme .block-secret-fabrication:before {
  content: "";
  position: absolute;
  height: 35%;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.63)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgb(0, 0, 0)));
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.8) 80%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html body .gamme.type-gamme .block-secret-fabrication:after {
  content: "";
  position: absolute;
  height: 10%;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, transparent), color-stop(66%, rgba(0, 0, 0, 0.6)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.6) 66%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication {
  width: 75%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2em;
  z-index: 2;
  color: #FFFFFF;
  font-weight: lighter;
  line-height: 160%;
  margin-top: 0.5em;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 260%;
  font-weight: bold;
  padding-top: 2em;
  width: 30%;
  margin: 0 auto;
  line-height: 1.2em;
  padding-bottom: 1.2em;
  text-transform: inherit;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication h3 {
  color: #F4C259;
  font-weight: 400;
  font-size: 150%;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication h3 {
  font-family: "Playfair Display", serif;
  margin: 0.7em 0 0.4em;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication p {
  color: #FFFFFF;
  margin-bottom: 0.4em;
  line-height: 175%;
  font-weight: lighter;
  line-height: 160%;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication .col-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication .col-container .first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  margin-right: 3%;
}
html body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication .col-container .last {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
html body .gamme.type-gamme .block-video-sensation-unique {
  background: #000 url("images/background-gamme-fumee.jpg") no-repeat fixed center;
  text-align: center;
  position: relative;
}
html body .gamme.type-gamme .block-video-sensation-unique:before {
  content: "";
  position: absolute;
  height: 70%;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.63)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgb(0, 0, 0)));
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.8) 80%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html body .gamme.type-gamme .block-video-sensation-unique:after {
  content: "";
  position: absolute;
  height: 35%;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.63)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.63) 60%, rgba(0, 0, 0, 0.8) 80%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
html body .gamme.type-gamme .block-video-sensation-unique .container-video-sensation-unique {
  width: 75%;
  margin: 0 auto;
  padding: 3em 0 2em;
  position: relative;
  z-index: 2;
}
html body .gamme.type-gamme .block-video-sensation-unique .container-video-sensation-unique h2 {
  font-weight: 400;
  font-size: 260%;
}
html body .gamme.type-gamme .block-video-sensation-unique .container-video-sensation-unique h2 {
  font-family: "Playfair Display", serif;
  color: #F4C259;
  margin-bottom: 1em;
  text-transform: inherit;
}
html body .gamme.type-gamme .block-les-contenances {
  background-color: #000000;
  text-align: center;
  padding: 2em 0 4em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances {
  width: 50%;
  margin: 0 auto;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances h2 {
  font-weight: 400;
  font-size: 260%;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances h2 {
  font-family: "Playfair Display", serif;
  color: #F4C259;
  text-transform: inherit;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin: 0 auto;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li a {
  padding: 0.5em 1.5em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li .btn, html body.search-results .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li a, html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li a {
  padding-right: 1.2em;
  padding-left: 1.2em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li .btn:hover, html body.search-results .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li a:hover, html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a:hover, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li a:hover {
  background-color: #F4C259;
  color: #1B1B1B;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li.first {
  text-align: left;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li.first.c-75-cl {
  position: relative;
  left: -1em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li:last-child.first.c-75-cl {
  text-align: center;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li.c-1-l {
  position: relative;
  left: -1em;
  margin-right: 1em;
}
html body .gamme.type-gamme .block-les-contenances .container-les-contenances .container-links li.c-2-l {
  text-align: right;
}
html body .gamme.type-gamme #cocktails-conseil-degustation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils {
  background-color: #1B1B1B;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles {
  padding: 2.7em 0 0;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles h2 {
  font-weight: 400;
  font-size: 260%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles h2 {
  font-family: "Playfair Display", serif;
  color: #F4C259;
  text-transform: inherit;
  margin-bottom: 1em;
  text-align: center;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .btn-yellow-bg {
  margin: 3.5em auto;
  padding: 0.5em 1.4em;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .slick-slider .slick-slide::before {
  display: none;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .slick-slider .slick-arrow.slick-prev {
  left: -4%;
  padding: 2.5% 3.5% 7% 5.5%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .slick-slider .slick-arrow.slick-next {
  right: -4%;
  padding: 2.5% 5.5% 7% 3.5%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails {
  position: relative;
  z-index: 4;
  width: 42%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #1D3543;
  color: #FFFFFF;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails {
  padding: 2em 15%;
  text-align: center;
  width: 70%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails .cocktail-title {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails .cocktail-title:hover {
  color: #F4C259;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails .cocktail-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 130%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails p {
  margin-top: 1em;
  line-height: 165%;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails .btn-border-yellow, html body.search-results .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .gamme.type-gamme #cocktails-conseil-degustation .conseils .block-cocktails-conseilles .container-slider-cocktails .content-slider-cocktails a {
  width: 100%;
  padding: 0.6em 0;
  margin-top: 2em;
}
html body .gamme.type-gamme #cocktails-conseil-degustation .degustation {
  background-color: #1D3543;
}
html body .gamme.type-gamme .block-mode-de-degustation {
  padding: 4em 13%;
  overflow: hidden;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation {
  color: #FFFFFF;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation h2 {
  text-align: center;
  font-size: 220%;
  text-transform: none;
  margin-bottom: 0.5em;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation p {
  line-height: 165%;
  margin-bottom: 1.2em;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .pitch_mode_de_degustation {
  color: #F4C259;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li {
  cursor: pointer;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 50em;
  padding: 0.5em 3em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li {
  background-color: transparent;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0.3em;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li.active, html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #F4C259;
  border-color: rgba(255, 255, 255, 0);
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big {
  margin-top: 4em;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: left;
  padding: 2.5em 35% 2.5em 10%;
  position: relative;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet.active {
  display: inline-block;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet .onglet-title {
  font-weight: 400;
  font-size: 180%;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet .onglet-title {
  font-family: "Playfair Display", serif;
  margin-bottom: 0.2em;
  color: #F4C259;
  text-transform: none;
  text-align: left;
  display: block;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet p {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet img {
  position: absolute;
  right: -6%;
  bottom: 0;
  width: 40%;
  -webkit-animation-name: fadeInRight2;
          animation-name: fadeInRight2;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
html body .gamme.type-gamme .block-etiquette-gamme {
  background-color: #262525;
  padding: 3.5em 0 4.5em;
  text-align: center;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme {
  width: 55%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme h2 {
  text-transform: none;
  color: #F4C259;
  font-weight: 700;
  font-size: 260%;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme h2 {
  margin-bottom: 1em;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme h3 {
  font-size: 200%;
  color: #F4C259;
  text-transform: inherit;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .etiquette_pitch {
  line-height: 125%;
  font-weight: 400;
  font-size: 200%;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .etiquette_pitch {
  font-family: "Playfair Display", serif;
  margin-bottom: 1em;
  color: #F4C259;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5em;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small li {
  cursor: pointer;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 50em;
  padding: 0.5em 3em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small li {
  background-color: transparent;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0.3em;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small li.active, html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-small li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #F4C259;
  border-color: rgba(255, 255, 255, 0);
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-big .onglet {
  display: none;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-big .onglet.active {
  display: block;
}
html body .gamme.type-gamme .block-etiquette-gamme .container-etiquette-gamme .tabs-container .tabs.tabs-content-big .onglet p {
  color: #FFFFFF;
  line-height: 165%;
}
html body {
  /*=====  End of Page Gamme  ======*/
  /*========================================
  =            Contact  FR           =
  ========================================*/
}
html body #primary-page #content-global #post-29 .entry-content, html body #primary-page #content-global #post-10351 .entry-content, html body #primary-page #content-global #post-10359 .entry-content, html body #primary-page #content-global #post-10361 .entry-content, html body #primary-page #content-global #post-10363 .entry-content, html body #primary-page #content-global #post-14513 .entry-content {
  width: 31%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary-page #content-global #post-29 .entry-content #gform_wrapper_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_wrapper_3], html body #primary-page #content-global #post-29 .entry-content [id^=gform_wrapper_4], html body #primary-page #content-global #post-10351 .entry-content #gform_wrapper_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_wrapper_3], html body #primary-page #content-global #post-10351 .entry-content [id^=gform_wrapper_4], html body #primary-page #content-global #post-10359 .entry-content #gform_wrapper_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_wrapper_3], html body #primary-page #content-global #post-10359 .entry-content [id^=gform_wrapper_4], html body #primary-page #content-global #post-10361 .entry-content #gform_wrapper_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_wrapper_3], html body #primary-page #content-global #post-10361 .entry-content [id^=gform_wrapper_4], html body #primary-page #content-global #post-10363 .entry-content #gform_wrapper_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_wrapper_3], html body #primary-page #content-global #post-10363 .entry-content [id^=gform_wrapper_4], html body #primary-page #content-global #post-14513 .entry-content #gform_wrapper_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_wrapper_3], html body #primary-page #content-global #post-14513 .entry-content [id^=gform_wrapper_4] {
  margin-top: 0px;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_heading, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_heading, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_heading, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_heading, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_heading, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_heading, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_heading, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_heading, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_heading, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_heading, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_heading, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_heading, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_heading, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_heading, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_heading, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_heading, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_heading, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_heading {
  display: none;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .gfield_label .gfield_required, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield .ginput_container textarea, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield#field_47_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_1_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_30_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_31_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_32_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_33_11, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield#field_47_11 {
  margin-top: 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_body .gfield.champs-obligatoires .gfield_required, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li {
  margin: 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li input, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li input, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li input, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li input, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li input, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li input, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li input, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li input, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li input, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li input, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li input, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li input, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li input, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li input, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li input, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li input, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li input, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li input, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li input, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li input, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li input, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li input, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li input, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li input, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li input, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li input, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li input, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li input, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li input, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li input, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li input, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li input, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li input, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li input, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li input, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li input, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li input, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li input, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li input, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li input, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li input, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li input:checked + label:after, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li input:checked + label:after {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li label {
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_1_10 li label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_30_10 li label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_31_10 li label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_32_10 li label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_33_10 li label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #input_47_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_1_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_30_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_31_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_32_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_33_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #input_47_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_1_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_30_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_31_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_32_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_33_10 li label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #input_47_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_1_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_30_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_31_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_32_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_33_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #input_47_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_1_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_30_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_31_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_32_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_33_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #input_47_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_1_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_30_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_31_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_32_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_33_10 li label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #input_47_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_1_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_30_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_31_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_32_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_33_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #input_47_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_1_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_30_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_31_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_32_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_33_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #input_47_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_1_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_30_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_31_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_32_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_33_10 li label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #input_47_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_1_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_30_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_31_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_32_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_33_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #input_47_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_1_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_30_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_31_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_32_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_33_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #input_47_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_1_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_30_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_31_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_32_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_33_10 li label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #input_47_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_1_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_30_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_31_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_32_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_33_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #input_47_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_1_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_30_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_31_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_32_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_33_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #input_47_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_1_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_30_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_31_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_32_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_33_10 li label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #input_47_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_1_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_30_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_31_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_32_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_33_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #input_47_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_1_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_30_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_31_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_32_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_33_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #input_47_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_1_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_30_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_31_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_32_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_33_10 li label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #input_47_10 li label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_8 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_8 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_8 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_8 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_8 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_8 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_8 .gfield_label {
  display: none;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 .gfield_label, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 .gfield_label, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 .gfield_label, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 .gfield_label, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 .gfield_label, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 .gfield_label, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 .gfield_label {
  display: none;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1 {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1 {
  line-height: 120%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #label_47_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_1_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_30_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_31_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_32_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_33_7_1:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #label_47_7_1:before {
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1 {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content #gform_1 #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] #field_47_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_1_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_30_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_31_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_32_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_33_7 #choice_47_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_1_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_30_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_31_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_32_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_33_7_1:checked + label:before, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] #field_47_7 #choice_47_7_1:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 80%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer input[type=submit], html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer input[type=submit], html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer input[type=submit], html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #primary-page #content-global #post-29 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-29 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-29 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10351 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10351 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10359 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10359 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10361 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10361 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10363 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-10363 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-14513 .entry-content #gform_1 .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_3] .gform_footer input[type=submit]:hover, html body #primary-page #content-global #post-14513 .entry-content [id^=gform_4] .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of Contact  ======*/
  /*========================================
  =            Contact EN           =
  ========================================*/
}
html body #primary-page #content-global #post-1818 .content-header {
  width: 100%;
  text-align: center;
}
html body #primary-page #content-global #post-1818 .entry-content {
  width: 31%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_wrapper_4 {
  margin-top: 0px;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_heading {
  display: none;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield#field_4_7 {
  margin-top: 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li {
  margin: 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li input:checked + label:after {
  position: absolute;
  left: 16%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li label {
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #input_4_6 li label:before {
  position: absolute;
  left: 16%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 #field_4_8 .gfield_label {
  display: none;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #primary-page #content-global #post-1818 .entry-content #gform_4 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of Contact EN ======*/
  /*========================================
           =            Contact  ES           =
           ========================================*/
}
html body #primary-page #content-global #post-2356 .content-header {
  width: 100%;
  text-align: center;
}
html body #primary-page #content-global #post-2356 .entry-content {
  width: 31%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_wrapper_7 {
  margin-top: 0px;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_heading {
  display: none;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container input, html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield#field_7_9 {
  margin-top: 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li {
  margin: 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li input:checked + label:after {
  position: absolute;
  left: 14%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li label {
  font-weight: 400;
  font-size: 100%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #input_7_8 li label:before {
  position: absolute;
  left: 14%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 #field_7_10 .gfield_label {
  display: none;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #primary-page #content-global #post-2356 .entry-content #gform_7 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of Contact ES  ======*/
  /*========================================
  =            Confirmation de contact     =
  ========================================*/
}
html body #primary-page #content-global #post-239 .information-client, html body #primary-page #content-global #post-2326 .information-client, html body #primary-page #content-global #post-1827 .information-client, html body #primary-page #content-global #post-10379 .information-client, html body #primary-page #content-global #post-10375 .information-client, html body #primary-page #content-global #post-10382 .information-client, html body #primary-page #content-global #post-10384 .information-client {
  width: 100%;
  margin-bottom: 4em;
  margin-top: 3em;
  padding-bottom: 4em;
}
html body #primary-page #content-global #post-239 .information-client:after, html body #primary-page #content-global #post-2326 .information-client:after, html body #primary-page #content-global #post-1827 .information-client:after, html body #primary-page #content-global #post-10379 .information-client:after, html body #primary-page #content-global #post-10375 .information-client:after, html body #primary-page #content-global #post-10382 .information-client:after, html body #primary-page #content-global #post-10384 .information-client:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary-page #content-global #post-239 .information-client:after, html body #primary-page #content-global #post-2326 .information-client:after, html body #primary-page #content-global #post-1827 .information-client:after, html body #primary-page #content-global #post-10379 .information-client:after, html body #primary-page #content-global #post-10375 .information-client:after, html body #primary-page #content-global #post-10382 .information-client:after, html body #primary-page #content-global #post-10384 .information-client:after {
  content: "\e90d";
}
html body #primary-page #content-global #post-239 .information-client:after, html body #primary-page #content-global #post-2326 .information-client:after, html body #primary-page #content-global #post-1827 .information-client:after, html body #primary-page #content-global #post-10379 .information-client:after, html body #primary-page #content-global #post-10375 .information-client:after, html body #primary-page #content-global #post-10382 .information-client:after, html body #primary-page #content-global #post-10384 .information-client:after {
  color: #F4C259;
}
html body #primary-page #content-global #post-239 .information-client:after, html body #primary-page #content-global #post-2326 .information-client:after, html body #primary-page #content-global #post-1827 .information-client:after, html body #primary-page #content-global #post-10379 .information-client:after, html body #primary-page #content-global #post-10375 .information-client:after, html body #primary-page #content-global #post-10382 .information-client:after, html body #primary-page #content-global #post-10384 .information-client:after {
  font-size: 400%;
}
html body #primary-page #content-global #post-239 .information-client, html body #primary-page #content-global #post-2326 .information-client, html body #primary-page #content-global #post-1827 .information-client, html body #primary-page #content-global #post-10379 .information-client, html body #primary-page #content-global #post-10375 .information-client, html body #primary-page #content-global #post-10382 .information-client, html body #primary-page #content-global #post-10384 .information-client {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body #primary-page #content-global #post-239 .information-client .col, html body #primary-page #content-global #post-2326 .information-client .col, html body #primary-page #content-global #post-1827 .information-client .col, html body #primary-page #content-global #post-10379 .information-client .col, html body #primary-page #content-global #post-10375 .information-client .col, html body #primary-page #content-global #post-10382 .information-client .col, html body #primary-page #content-global #post-10384 .information-client .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
html body #primary-page #content-global #post-239 .information-client:after, html body #primary-page #content-global #post-2326 .information-client:after, html body #primary-page #content-global #post-1827 .information-client:after, html body #primary-page #content-global #post-10379 .information-client:after, html body #primary-page #content-global #post-10375 .information-client:after, html body #primary-page #content-global #post-10382 .information-client:after, html body #primary-page #content-global #post-10384 .information-client:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  bottom: -20%;
  width: 24.25%;
  background-color: #FFFFFF;
}
html body {
  /*=====  End Confirmation de contact  ======*/
  /*========================================
  =            Cocktail seul               =
  ========================================*/
}
html body #primary-single #content-global.content-cocktail-single .entry-header {
  text-align: center;
}
html body #primary-single #content-global.content-cocktail-single .entry-header .container-header {
  padding-top: 7.5em;
}
html body #primary-single #content-global.content-cocktail-single .entry-header .container-header .breadcrumbs a, html body #primary-single #content-global.content-cocktail-single .entry-header .container-header .breadcrumbs span {
  color: #262525;
  text-shadow: none;
}
html body #primary-single #content-global.content-cocktail-single .entry-header .container-header .entry-title {
  color: #262525;
  margin-bottom: 0.5emem;
}
html body #primary-single #content-global.content-cocktail-single .entry-content {
  width: 65%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary-single #content-global.content-cocktail-single .entry-content h2 {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 260%;
}
html body #primary-single #content-global.content-cocktail-single .entry-content h2 {
  font-family: "Playfair Display", serif;
  margin: 0.8em 0;
  color: #413f3f;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails {
  margin-bottom: 1em;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul {
  width: 100%;
  margin: 0 auto;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul li {
  display: inline-block;
  margin: 0 0.4em;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul li a.btn-red {
  font-weight: 400;
  font-size: 80%;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul li a.btn-red {
  color: #FFFFFF;
  border-radius: 50em;
  border-color: #e60000;
  background-color: #e60000;
  padding: 0.5em 1.5em;
  line-height: 100%;
  text-transform: none;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-tags-cocktails ul li a.btn-red:hover {
  background-color: transparent;
  color: #e60000;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail {
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
  background-color: #ECE5E5;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul li {
  border-right: 1px solid #d9d0d0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul li .content-picto-cocktail {
  margin-top: auto;
  padding: 0 20%;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul li .content-picto-cocktail p {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 105%;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul li .content-picto-cocktail p {
  margin: 0;
  line-height: 100%;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul li .content-picto-cocktail p:last-child {
  margin-top: 0.2em;
  font-weight: 200;
  font-size: 115%;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul li .content-picto-cocktail .picto-cocktail {
  display: inline-block;
  width: 100%;
  text-align: center;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul li .content-picto-cocktail .picto-cocktail svg {
  height: 4.5em;
  width: auto;
  fill: #C00202;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul li .content-picto-cocktail .picto-cocktail svg * {
  fill: #C00202;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-infos-cocktail ul li:last-child {
  border-right: none;
}
html body #primary-single #content-global.content-cocktail-single .entry-content .block-content-cocktails {
  margin-top: 1.5em;
  padding-bottom: 2em;
}
html body {
  /*=====  End of Cocktail seul  ======*/
  /*==========================================
  =            Accueil Club privé déconnecté =
  ==========================================*/
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #FFFFFF;
  margin-top: 2em;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  background-color: #9C0000;
  padding: 2em 7%;
  position: relative;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left p {
  line-height: 100%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .title-not-member {
  font-weight: 700;
  font-size: 160%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .title-not-member {
  margin-bottom: 0.9em;
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  line-height: 125%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left input[type=text], html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left input[type=password], html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left textarea {
  margin-top: 1em;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 90%;
  padding: 0.9em 5%;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left input[type=text], html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left input[type=password], html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left textarea {
  font-style: italic;
  color: #827678;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #user-login {
  margin-top: 0;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .mdp-oublie {
  float: left;
  margin-top: 0.8em;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #F4C259;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .mdp-oublie:hover {
  color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .mdp-oublie {
  font-weight: 400;
  font-size: 75%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember {
  float: right;
  margin-top: 0.8em;
  text-align: right;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember input {
  visibility: hidden;
  height: 1px;
  position: relative;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember label {
  font-weight: 400;
  font-size: 75%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember label {
  padding-left: 0.5em;
  position: relative;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #262525;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-remember label.checked:before {
  background: url("images/pictos/check.svg") center center no-repeat #262525;
  background-size: 80%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left .login-submit {
  clear: both;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit {
  margin-top: 1.5em;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit:hover {
  color: #1B1B1B;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit {
  padding: 0.7em 3.5em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  border: 2px solid #F4C259;
  background-color: transparent;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit:hover {
  background-color: #F4C259;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-left #wp-submit:after {
  -webkit-animation: slideFleche 0.5s;
          animation: slideFleche 0.5s;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-right {
  background-color: #1B1B1B;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  padding: 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-right .title-not-member {
  font-weight: 700;
  font-size: 125%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-right .title-not-member {
  color: #F4C259;
  margin-bottom: 0.8em;
  display: inline-block;
  line-height: 125%;
}
html body #primary #main .page-club-prive-accueil .entry-header #strat-connexion .sc-right .btn-yellow-bg {
  margin: 0.8em auto;
  padding: 0.5em 2em;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons {
  background-color: #1B1B1B;
  color: #F4C259;
  text-align: center;
  padding: 3em 0 3.5em;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content {
  width: 58%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content span {
  font-weight: 400;
  font-size: 140%;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content span {
  font-family: "another_shabby";
  color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content h2 {
  color: #F4C259;
  margin-bottom: 1em;
  text-transform: none;
  line-height: 100%;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content p {
  line-height: 135%;
  margin-bottom: 0.6em;
  font-weight: 400;
  font-size: 180%;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content p {
  font-family: "Playfair Display", serif;
}
html body #primary #main .page-club-prive-accueil .entry-content #strat-bonnes-raisons .strat-bonnes-raisons-content .btn-yellow-bg {
  margin-top: 0.8em;
  padding: 0.5em 2em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription {
  width: 34%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription h3 {
  font-weight: 400;
  font-size: 220%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription h3 {
  font-family: "Playfair Display", serif;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 1.8em 0 1em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription a {
  color: #F4C259 !important;
  text-decoration: none;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_wrapper_2 {
  margin-top: 0px;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 {
  padding: 0 5%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  content: "\e90d";
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  color: #F4C259;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  font-size: 400%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 {
  position: relative;
  border-bottom: 2px solid #F4C259;
  padding-bottom: 5.5em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -0.5em;
  text-align: center;
  width: 24.25%;
  background-color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_heading {
  display: none;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container input, html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container input, html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield#field_2_19 {
  text-align: center;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li {
  margin: 0;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li input:checked + label:after {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li label {
  font-weight: 400;
  font-size: 100%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #input_2_21 li label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 .gfield_label {
  display: none;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #label_2_18_1 {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #label_2_18_1 {
  line-height: 120%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #label_2_18_1:before {
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #choice_2_18_1 {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 #field_2_18 #choice_2_18_1:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 1em;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #primary #main .page-club-prive-accueil #strat-inscription #gform_2 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of Page accueil club privé  ======*/
  /*========================================
  =            Page club privée            =
  ========================================*/
}
html body .content-private #main #content-global .inscription-au-club {
  color: #1B1B1B !important;
}
html body .content-private #main #content-global .image-une {
  position: relative;
}
html body .content-private #main #content-global .image-une .img-reserve-membre {
  position: absolute;
  right: 0;
  top: 0;
  width: 14%;
}
html body .content-private #main #content-global .entry-content .private-content #paywall-content {
  position: relative;
}
html body .content-private #main #content-global .entry-content .private-content #paywall-content #private-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
html body .content-private #main #content-global .entry-content .private-content #hidden-content {
  display: none;
  visibility: hidden;
  height: 1px;
}
html body {
  /*=====  End of Page club privée  ======*/
  /*========================================================
  =            Page reset password mot de passe            =
  =========================================================*/
}
html body .content-area #main #content-global .entry-content #login-form-club {
  width: 55%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body .content-area #main #content-global .entry-content #login-form-club input[type=text], html body .content-area #main #content-global .entry-content #login-form-club input[type=password], html body .content-area #main #content-global .entry-content #login-form-club textarea {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 70%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body .content-area #main #content-global .entry-content #login-form-club input[type=text], html body .content-area #main #content-global .entry-content #login-form-club input[type=password], html body .content-area #main #content-global .entry-content #login-form-club textarea {
  font-style: italic;
  color: #827678;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit {
  text-align: center;
  padding: 0;
  margin: 2em 0 1em;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit input[type=submit]:hover {
  color: #C00202;
}
html body .content-area #main #content-global .entry-content #login-form-club .form-submit input[type=submit]:hover {
  background-color: transparent;
}
html body {
  /*=====  End of reset password mot de passe  ======*/
  /*----------  Complément style club  ----------*/
}
html body .page-moncompte-title {
  width: 44%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  font-size: 180%;
}
html body .page-moncompte-title {
  font-family: "Playfair Display", serif;
  color: #262525;
  text-align: center;
  margin: 1.5em auto 1em;
}
html body #post-1242 #gform_wrapper_5 .gform_title {
  font-weight: 400;
  font-size: 180%;
}
html body #post-1242 #gform_wrapper_5 .gform_title {
  font-family: "Playfair Display", serif;
}
html body #post-1242 #gform_wrapper_5 .gform_body {
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield {
  margin: 0;
  position: relative;
  margin-bottom: 1.5em;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield .gfield_label {
  font-weight: 700;
  font-size: 110%;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li {
  margin: 0;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li input:checked + label:after {
  position: absolute;
  left: 0.5em;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li label {
  font-weight: 400;
  font-size: 100%;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0;
}
html body #post-1242 #gform_wrapper_5 .gform_body .gfield li label:before {
  position: absolute;
  left: 0.5em;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body #post-1242 #gform_wrapper_5 .gform_footer {
  text-align: center;
}
html body .form-modif-account {
  margin-bottom: 5em;
}
html body .form-modif-account > * {
  margin-bottom: 2em;
}
html body .form-modif-account > *.civilite-p ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html body .form-modif-account > *.civilite-p ul li {
  margin: 0;
}
html body .form-modif-account > *.civilite-p ul li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html body .form-modif-account > *.civilite-p ul li input:checked + label:after {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body .form-modif-account > *.civilite-p ul li label {
  font-weight: 400;
  font-size: 100%;
}
html body .form-modif-account > *.civilite-p ul li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
html body .form-modif-account > *.civilite-p ul li label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html body .form-modif-account input[type=text], html body .form-modif-account input[type=email], html body .form-modif-account input[type=tel], html body .form-modif-account input[type=number], html body .form-modif-account input[type=password] {
  width: 95%;
  padding: 0.7em 2%;
}
html body {
  /*----------  Partage cocktail  ----------*/
}
html body #gform_wrapper_9, html body #gform_wrapper_3 {
  margin-top: 0px;
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
html body #gform_9 .gform_heading, html body #gform_3 .gform_heading {
  display: none;
}
html body #gform_9 .gform_body .gfield, html body #gform_3 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html body #gform_9 .gform_body .gfield .gfield_label, html body #gform_3 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html body #gform_9 .gform_body .gfield .gfield_label .gfield_required, html body #gform_3 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html body #gform_9 .gform_body .gfield .ginput_container, html body #gform_3 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html body #gform_9 .gform_body .gfield .ginput_container input, html body #gform_9 .gform_body .gfield .ginput_container textarea, html body #gform_3 .gform_body .gfield .ginput_container input, html body #gform_3 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html body #gform_9 .gform_body .gfield .ginput_container input, html body #gform_9 .gform_body .gfield .ginput_container textarea, html body #gform_3 .gform_body .gfield .ginput_container input, html body #gform_3 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html body #gform_9 .gform_footer, html body #gform_3 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 2em 0 0;
}
html body #gform_9 .gform_footer input[type=submit], html body #gform_3 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html body #gform_9 .gform_footer input[type=submit], html body #gform_3 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html body #gform_9 .gform_footer input[type=submit]:hover, html body #gform_3 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html body #gform_9 .gform_footer input[type=submit]:hover, html body #gform_3 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html {
  /*----------  Page no result  ----------*/
}
html .search-no-results .page-content {
  color: #FFFFFF;
}
html .search-no-results .page-content form {
  display: none;
}
html body.search-results nav.navigation h2 {
  display: none;
}
html body.search-results nav.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body.search-results nav.navigation .nav-links > div {
  margin: 1em;
}
@media only screen and (max-width: 1024px) {
  html body.search-results nav.navigation .nav-links > div a {
    font-size: 290% !important;
    line-height: 140% !important;
  }
}
@media only screen and (max-width: 640) {
  html body.search-results nav.navigation .nav-links > div a {
    font-size: 360% !important;
  }
}
html {
  /*==========================================
  =            Bloc gammes whisky            =
  ==========================================*/
}
html #block-gammes-sir-edwards-nos-whiskies {
  width: 31%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
html #block-gammes-sir-edwards-nos-whiskies .col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html #block-gammes-sir-edwards-nos-whiskies .col-container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html #block-gammes-sir-edwards-nos-whiskies .col-container .col img {
  width: 100%;
  height: auto;
}
html #block-gammes-sir-edwards-nos-whiskies .col-container .col .btn, html #block-gammes-sir-edwards-nos-whiskies .col-container .col #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html #block-gammes-sir-edwards-nos-whiskies .col-container .col a, html #block-gammes-sir-edwards-nos-whiskies .col-container .col body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div #block-gammes-sir-edwards-nos-whiskies .col-container .col a {
  margin: 0;
}
html {
  /*=====  End of Bloc gammes whisky  ======*/
  /*====================================
  =            Nos whiskies            =
  ====================================*/
}
html .page-template-template-page-nos-whiskies {
  background-color: #000000;
}
html .page-template-template-page-nos-whiskies .page .entry-content {
  width: 100% !important;
  padding: 0 0 3em !important;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow, html .page-template-template-page-nos-whiskies .page body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-template-template-page-nos-whiskies .page a {
  width: auto;
  margin: 12% auto 0;
  padding: 0.5em 1.5em;
  color: #FFFFFF !important;
}
@media only screen and (max-width: 768px) {
  html .page-template-template-page-nos-whiskies .page .btn-border-yellow, html .page-template-template-page-nos-whiskies .page body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-template-template-page-nos-whiskies .page a {
    font-size: 400%;
    padding: 1em;
  }
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover, html .page-template-template-page-nos-whiskies .page body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div .page-template-template-page-nos-whiskies .page a:hover {
  color: #1B1B1B !important;
  background-color: #F4C259;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after, html .page-template-template-page-nos-whiskies .page body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-template-template-page-nos-whiskies .page a:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after, html .page-template-template-page-nos-whiskies .page body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-template-template-page-nos-whiskies .page a:hover:after {
  content: "\e92a";
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after, html .page-template-template-page-nos-whiskies .page body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-template-template-page-nos-whiskies .page a:hover:after {
  color: #000000;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after, html .page-template-template-page-nos-whiskies .page body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-template-template-page-nos-whiskies .page a:hover:after {
  font-size: 90%;
}
html .page-template-template-page-nos-whiskies .page .btn-border-yellow:hover:after, html .page-template-template-page-nos-whiskies .page body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-template-template-page-nos-whiskies .page a:hover:after {
  display: inline-block;
  position: relative;
  left: 3%;
}
html .page-template-template-page-nos-whiskies .page {
  /*----------  Liste des gammes page intermediaire  ----------*/
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies {
  text-align: center;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col img {
  width: 100%;
  height: auto;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col .btn, html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col a, html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col a {
  margin: 0;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col .gamme-title-container {
  position: absolute;
  top: 4em;
  display: inline-block;
  width: 100%;
  text-align: center;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col .gamme-title-container .gamme-title {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 230%;
}
html .page-template-template-page-nos-whiskies .page #gammes-sir-edwards-nos-whiskies .col-container .col .gamme-title-container .gamme-title {
  font-family: "Montserrat", sans-serif;
  line-height: 105%;
  text-transform: uppercase;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 115%;
}
html {
  /*=====  End of Nos whiskies  ======*/
  /*==========================================
  =            Accueil Club privé connecté reponsive =
  ==========================================*/
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header {
    display: inline-block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #account-content {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header #account-content .last-visite {
    padding: 1em 0;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    padding: 2em 2% 2em 14%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    speak: none;
    font-family: "siredicon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    content: "\e933";
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    font-size: 320%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club {
    /**
     *
     * Bouton menu
     *
     */
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:before {
    content: "";
    display: inline-block;
    width: 24%;
    height: 100%;
    min-height: 100%;
    background-color: #1B1B1B;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    position: absolute;
    left: 6.5%;
    top: 2.3em;
    z-index: 6;
    cursor: pointer;
    color: #FFFFFF !important;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    speak: none;
    font-family: "siredicon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    content: "\e934";
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    font-size: 320%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    left: 8.5%;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    padding: 3em 2% 4em 30%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club:after {
    left: 7%;
    top: 2em;
    font-size: 650%;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-sired-club.deplie:after {
    font-size: 750%;
    left: 8%;
    top: 1.9em;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
    padding: 2em 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account #account-top {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account #account-top {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 4em 0;
  }
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #account > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account .menu-menu-club-prive-container-big {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    margin: 3em;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account .menu-menu-club-prive-container-big ul li {
    font-size: 5vw;
    height: 11.5vw;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content #header #bloc-account #logo-club {
    display: none;
  }
  html .page-template-club-template-page-accueil-connecte #content #primary {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  html .page-template-club-template-page-accueil-connecte #content #primary .container-accueil-connecte {
    bottom: 8vh !important;
  }
  html .page-template-club-template-page-accueil-connecte #content #primary .title-club {
    font-size: 8vw !important;
  }
  html .page-template-club-template-page-accueil-connecte #content #primary .slogan-club {
    font-size: 2.7vw;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: auto;
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos {
    margin-bottom: 7em;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-tri {
    font-size: 2.5vw;
    margin-bottom: 1em;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-tri a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-tri a > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-tri a > * {
    font-size: 4vw;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-infos #bloc-infos-mention {
    font-size: 2vw;
    padding-top: 1em;
    line-height: 1.2em;
    text-align: center;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 3em;
    border: none;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li h4 {
    font-size: 4.2vw;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li .actu-bloc-img-txt .bloc-actus-image {
    width: 20vw;
    height: 20vw;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li .bloc-actus-content p {
    font-size: 3.8vw;
  }
  html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li .bloc-actus-content .btn, html .page-template-club-template-page-accueil-connecte #content .site-footer #mastfooter .footer-container .footer-content #bloc-actus #mid-footer #mid-footer-content #menu-footer-short ul li .bloc-actus-content a, #mastfooter .footer-container html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus #mid-footer #mid-footer-content #menu-footer-short ul li .bloc-actus-content a, html .page-template-club-template-page-accueil-connecte #content .site-footer #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short #bloc-actus ul li .bloc-actus-content a, #mastfooter .footer-container html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #mid-footer #mid-footer-content #menu-footer-short #bloc-actus ul li .bloc-actus-content a, html .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li .bloc-actus-content body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-template-club-template-page-accueil-connecte #content .site-footer .footer-content #bloc-actus ul li .bloc-actus-content a {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 980px) {
  html .page-template-club-template-page-accueil-connecte #content .bouton-club a {
    padding: 1em 1em 1em 4em;
    line-height: 130%;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  html .page-template-club-template-page-accueil-connecte #content .bouton-club a {
    font-size: 2.5vw;
  }
}
html {
  /*=====  End of Page accueil club privé reponsive  ======*/
}
html .page-template-page-confirm-club .type-page .entry-content p {
  font-size: 200%;
  font-weight: 700;
}
html .page-template-page-confirm-club .type-page .entry-content p a {
  margin-top: 50px;
  font-size: 80%;
}
html .page-template-default #content-global .entry-header .image-une {
  position: relative;
  overflow: hidden;
  height: 32vw;
}
html .page-template-default #content-global .entry-header .image-une img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) scale(1.26);
          transform: translate(-50%, 0) scale(1.26);
  pointer-events: none;
}
html .entry-header .breadcrumbs {
  text-shadow: none;
}
html #cookie-notice {
  background-color: #1B1B1B !important;
}
html #cookie-notice #cn-accept-cookie {
  background: none;
  background-color: #F4C259;
  padding: 0.3em;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html {
  /*----------  Particularité Finest  ----------*/
}
html {
  /*===================================
  =            Club le Jeu            =
  ===================================*/
}
html #seco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em 0 6em;
}
@media only screen and (max-width: 768px) {
  html #seco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html #seco li {
  padding: 2em 0;
  text-align: center;
  background-color: #1B1B1B;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  html #seco li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 3em 0 !important;
  }
}
html #seco li:first-child {
  background-color: #900000;
}
html #seco li a {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #1B1B1B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 95%;
}
html #seco li a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #F4C259;
  border: 2px solid #F4C259;
  padding: 0.5em 1.5em;
  border-radius: 50em;
  color: #1B1B1B !important;
}
html #seco li a:hover {
  color: #F4C259 !important;
}
@media only screen and (max-width: 768px) {
  html #seco li a {
    margin-bottom: 1em !important;
    font-size: 340% !important;
    padding: 1em 1.5em;
  }
}
html #seco li a:hover {
  background-color: transparent;
}
html #strat-jeu {
  display: none;
  width: 16%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  html #strat-jeu {
    display: none;
  }
}
html body.myscot-canplay #strat-jeu {
  display: block;
}
@media only screen and (max-width: 768px) {
  html body.myscot-canplay #strat-jeu {
    display: none;
  }
}
html body.club-jeu {
  background-color: #262525;
}
html body.club-jeu .intro {
  font-weight: 700;
  font-size: 240%;
}
html body.club-jeu .intro {
  color: #F4C259;
  line-height: 120%;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu .intro {
    font-weight: 700;
    font-size: 400%;
  }
}
html body.club-jeu .intro #logo-myscot-lejeu {
  width: 7em;
  margin-bottom: 1.5em;
}
html body.club-jeu .intro #logo-myscot-lejeu img {
  width: 100%;
  height: auto;
}
html body.club-jeu #post-6258 .intro {
  font-weight: 700;
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6258 .intro {
    font-weight: 700;
    font-size: 400%;
  }
}
html body.club-jeu #post-6258 .intro {
  text-align: center;
  font-size: 140%;
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  padding-top: 2em;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6258 .intro {
    width: 100%;
    padding: 0;
    font-weight: 700;
    font-size: 400%;
  }
}
html body.club-jeu #post-6258 .private-content .intro {
  float: none;
  width: 100%;
  text-align: center;
}
html body.club-jeu #post-6258 .private-content .intro #logo-myscot-lejeu {
  margin: 0 auto 1.5em;
}
html body.club-jeu #post-6258 .img-une-jeu {
  float: right;
  width: 40%;
  margin-left: 7%;
  border-radius: 50em;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6258 .img-une-jeu {
    float: none;
    margin: 1em auto 2em;
    display: block;
  }
}
html body.club-jeu #post-6258 .img-une-jeu img {
  width: 100%;
  height: auto;
}
html body.club-jeu #primary-club-jeu {
  width: 56%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
html body.club-jeu #primary-club-jeu #no-game {
  padding: 2em 0 3em;
  color: #FFFFFF;
}
html body.club-jeu #primary-club-jeu .form-jeu {
  clear: both;
  margin-top: 2.5em;
  text-align: center;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 100;
  font-size: 220%;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html {
  font-family: "Playfair Display", serif;
  margin-bottom: 0.5em !important;
  color: #F4C259;
  line-height: 125%;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html b, html body.club-jeu #primary-club-jeu .form-jeu .gfield_html strong {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 120%;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html b, html body.club-jeu #primary-club-jeu .form-jeu .gfield_html strong {
  font-family: "another_shabby";
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_html a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu .form-jeu .gfield_html {
    font-size: 460%;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_body {
  text-align: center;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_body .gfield {
  padding: 0;
}
html body.club-jeu #primary-club-jeu .form-jeu input[type=radio]:checked + label:after {
  display: inline-block !important;
}
html body.club-jeu #primary-club-jeu .form-jeu .gfield_label {
  display: none;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container {
  text-align: center;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 2em;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li input[type=radio] {
  display: none;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label {
  position: relative;
  padding: 0.4em 1.5em 0.4em 3em;
  background-color: #C00202;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 95%;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label {
  display: inline-block;
  border-radius: 50em;
  margin: 0;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label {
    font-weight: 600;
    font-size: 125%;
  }
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label {
    font-weight: 600;
    font-size: 300%;
    width: 100%;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 0.9em;
  height: 0.9em;
  background-color: #1B1B1B;
  z-index: 2;
  border-radius: 50em;
}
html body.club-jeu #primary-club-jeu .form-jeu .ginput_container ul li label:after {
  content: "";
  display: none;
  position: absolute;
  left: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 0.5em;
  height: 0.5em;
  background-color: #F4C259;
  z-index: 2;
  border-radius: 50em;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu .form-jeu .gform_footer {
    margin-top: 2.5em;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #262525;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 95%;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #F4C259;
  border: 2px solid #F4C259;
  padding: 0.5em 1.5em;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #262525;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit]:hover {
  color: #F4C259;
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit] {
  border-radius: 50em;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit] {
    margin-bottom: 1em !important;
  }
}
html body.club-jeu #primary-club-jeu .form-jeu .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html body.club-jeu #primary-club-jeu #reglement-myscot {
  text-align: center;
  padding: 1em 0 3em;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu #reglement-myscot {
    padding: 1em 0 4em;
  }
}
html body.club-jeu #primary-club-jeu #reglement-myscot a {
  font-weight: 200;
  font-size: 80%;
}
html body.club-jeu #primary-club-jeu #reglement-myscot a {
  font-family: "Playfair Display", serif;
  color: #F4C259;
  text-decoration: underline;
}
@media only screen and (max-width: 1220px) {
  html body.club-jeu #primary-club-jeu #reglement-myscot a {
    font-size: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  html body.club-jeu #primary-club-jeu #reglement-myscot a {
    font-size: 160%;
  }
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #primary-club-jeu #reglement-myscot a {
    font-size: 200%;
  }
}
html body.club-jeu #primary-club-jeu #reglement-myscot a:hover {
  color: #FFFFFF;
}
html body.club-jeu #post-6256 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .intro {
    font-size: 500% !important;
  }
}
html body.club-jeu #post-6256 .intro #logo-myscot-lejeu {
  margin: 1em auto;
  width: 7em;
  display: block;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest {
  padding: 2em 0;
  width: 100%;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest .attente {
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto 1em;
  font-weight: 400;
  font-size: 200%;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest .attente {
  font-family: "Playfair Display", serif;
  text-align: center;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest .attente {
    font-size: 374%;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 3em;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; /* Animation */
  cursor: pointer;
  z-index: 1;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: transparent;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1:hover:before {
  background-color: #000000;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post {
  position: absolute;
  height: 65%;
  width: 69%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 1em 3%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-in-out";
          transition-timing-function: "ease-in-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post h2 {
  font-weight: 700;
  font-size: 140%;
}
@media only screen and (max-width: 1024px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post h2 {
    font-size: 160% !important;
  }
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post h2 {
    font-size: 290% !important;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow, html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post a {
  width: 56%;
  margin: 12% auto 0;
  padding: 0.5em;
}
@media only screen and (max-width: 768px) {
  html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow, html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post a {
    font-size: 400%;
    padding: 1em;
  }
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover, html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post a:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post a:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post a:hover:after {
  content: "\e92a";
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post a:hover:after {
  color: #000000;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post a:hover:after {
  font-size: 90%;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post .btn-border-yellow:hover:after, html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1 .container-post a:hover:after {
  display: inline-block;
  position: relative;
  left: 3%;
}
html body.club-jeu #post-6256 .block-list-legendes-suggest ul li.block-type-1:hover .container-post {
  background: #9C0000;
  text-shadow: none;
}
html {
  /*=====  End of Club le Jeu  ======*/
  /*==============================================
  =            Jeu de piste Road trip            =
  ==============================================*/
}
html .img-indice {
  text-align: center;
  display: block;
  position: relative;
  width: 40%;
  margin: 0 auto;
}
html .img-indice .img-indice-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .img-indice .img-indice-content > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}
html .img-indice .img-indice-content img {
  max-width: 55% !important;
  height: auto;
  margin-bottom: 0.2em;
}
html .img-indice .img-indice-content .object-text {
  color: #900000;
  font-weight: 600;
  font-size: 85%;
  border: none;
  background: transparent;
}
html #obj-trouve {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #content-editeur {
    padding-top: 7em !important;
  }
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #block-navigation-posts {
    display: none !important;
  }
}
html .page-piste-jeu #form-jeu-piste.form-jeu {
  text-align: center !important;
}
html .page-piste-jeu #form-jeu-piste.form-jeu .intro {
  text-align: center;
  font-weight: 900;
  font-size: 165%;
}
html .page-piste-jeu #form-jeu-piste.form-jeu .intro {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  color: #413f3f;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #form-jeu-piste.form-jeu .intro {
    font-size: 300%;
  }
}
html .page-piste-jeu #block-navigation-posts > a {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-instruc {
    font-size: 170%;
  }
}
html .page-piste-jeu .bloc-instruc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html .page-piste-jeu .bloc-instruc > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html .page-piste-jeu .bloc-instruc .img-indice {
  text-align: center;
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: auto;
}
html .page-piste-jeu .bloc-instruc .instruc {
  text-align: left;
  font-size: 115%;
}
html .page-piste-jeu .bloc-instruc .instruc li {
  margin-bottom: 1.7em !important;
  clear: left;
  line-height: 125%;
}
html .page-piste-jeu .bloc-instruc .instruc .before-instruc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50em;
  position: relative;
  top: -0.6em;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2em;
  width: 2em;
  color: #FFFFFF;
  background-color: #900000;
  text-align: center;
  margin-right: 0.6em;
}
html .page-piste-jeu .bloc-enigme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0;
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-enigme {
    font-size: 170%;
  }
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-enigme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html .page-piste-jeu .bloc-enigme > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu .bloc-enigme > div {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #413f3f;
  padding: 1.5em 0;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-label span {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 150%;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-label span {
  font-family: "Montserrat", sans-serif;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content {
  padding: 1.2em 7%;
  font-weight: 200;
  font-size: 240%;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content {
  font-family: "Playfair Display", serif;
  background-color: #900000;
  text-align: center;
  color: #f4c258;
  line-height: 120%;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .enigme {
  display: block;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search {
  margin-top: 2em;
  padding: 0.6em 1.5em 0.6em 0.6em;
  position: relative;
  font-size: 70%;
  display: inline-block;
  top: 0;
  line-height: 100%;
  color: #f4c258 !important;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  content: "\e92a";
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  color: #f4c258;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  font-size: 70%;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:after {
  position: relative;
  left: 1em;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search:hover {
  background-color: #413f3f;
}
html .page-piste-jeu .bloc-enigme .bloc-enigme-content .start-search {
  border: 1px solid #F4C259;
}
html .page-piste-jeu #reglement-pist-rt a {
  display: block;
  color: #900000 !important;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width: 480px) {
  html .page-piste-jeu #reglement-pist-rt a {
    font-size: 170%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win {
  margin-top: 1.5em;
  width: 45%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1em;
  border-top: 2px solid #F4C259;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win h3 {
  font-weight: 400;
  font-size: 220%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win h3 {
  font-family: "Playfair Display", serif;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 1.8em 0 1em;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_wrapper_28, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_wrapper_29 {
  margin-top: 0px;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 {
  padding: 0%;
  position: relative;
  padding-bottom: 2.5em;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28:after, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -0.5em;
  text-align: center;
  width: 24.25%;
  background-color: #FFFFFF;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_heading, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_heading {
  display: none;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield {
  margin-top: 2em;
  padding: 0;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .gfield_label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .gfield_label {
  font-weight: 700;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .gfield_label .gfield_required, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .gfield_label .gfield_required {
  color: #C00202;
  font-size: 80%;
  margin-left: 0px;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container {
  margin-top: 0.5em;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container input, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container textarea, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container input, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 1em;
  font-weight: 400i;
  font-size: 85%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container input, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield .ginput_container textarea, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container input, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield .ginput_container textarea {
  font-style: italic;
  color: #827678;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield#field_28_19, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield#field_29_19, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield#field_28_19, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield#field_29_19 {
  text-align: center;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield.champs-obligatoires, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield.champs-obligatoires {
  font-weight: 400i;
  font-size: 60%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield.champs-obligatoires, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield.champs-obligatoires {
  font-style: italic;
  margin-top: 1em;
  padding-left: 6%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield.champs-obligatoires .gfield_required, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield.champs-obligatoires .gfield_required {
  font-weight: 700;
  color: #C00202;
  font-size: 130%;
  margin-left: 0px;
  position: relative;
  top: -0.3em;
  margin-right: 0.3em;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_body .gfield.champs-obligatoires, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_body .gfield.champs-obligatoires {
    font-size: 250%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li {
  margin: 0;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li input, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li input, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li input, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li input {
  visibility: hidden;
  height: 1px;
  position: absolute;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li input:checked + label:after, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li input:checked + label:after, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li input:checked + label:after, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li input:checked + label:after {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.22em;
  background-color: #F4C259;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li label {
  font-weight: 400;
  font-size: 100%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li label {
  padding-left: 1.5em;
  position: relative;
  margin: 0 1.5em 0 0;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li label {
    font-size: 250%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_28_21 li label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #input_29_21 li label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_28_21 li label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #input_29_21 li label:before {
  position: absolute;
  left: 10%;
  top: 55%;
  content: "";
  display: inline-block;
  padding: 0.45em;
  background-color: #000000;
  border-radius: 50em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 .gfield_label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 .gfield_label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 .gfield_label, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 .gfield_label {
  display: none;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_29_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_29_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_29_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_29_18_1 {
  position: relative;
  padding-left: 1.8em;
  font-weight: 400;
  font-size: 80%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_29_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_29_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_29_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_29_18_1 {
  line-height: 120%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_28_18_1:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #label_29_18_1:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_28_18_1:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #label_29_18_1:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_28_18_1:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #label_29_18_1:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_28_18_1:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #label_29_18_1:before {
  position: absolute;
  left: 0%;
  content: "";
  display: inline-block;
  padding: 0.55em;
  background-color: #000000;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #choice_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #choice_29_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #choice_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #choice_29_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #choice_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #choice_29_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #choice_28_18_1, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #choice_29_18_1 {
  visibility: hidden;
  position: absolute;
  height: 1px;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #choice_28_18_1:checked + label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_28_18 #choice_29_18_1:checked + label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #choice_28_18_1:checked + label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 #field_29_18 #choice_29_18_1:checked + label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #choice_28_18_1:checked + label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_28_18 #choice_29_18_1:checked + label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #choice_28_18_1:checked + label:before, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 #field_29_18 #choice_29_18_1:checked + label:before {
  background: url("images/pictos/check.svg") center center no-repeat #000000;
  background-size: 80%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer input[type=submit], html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer input[type=submit] {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer input[type=submit], html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-align: center;
  background-color: #C00202;
  border: 2px solid #C00202;
  padding: 0.5em 7%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  color: #FFFFFF;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer input[type=submit]:hover, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer input[type=submit]:hover {
  color: #C00202;
}
html .page-piste-jeu #bloc-form-jeu-piste-win #gform_28 .gform_footer input[type=submit]:hover, html .page-piste-jeu #bloc-form-jeu-piste-win #gform_29 .gform_footer input[type=submit]:hover {
  background-color: transparent;
}
html .page-piste-jeu .message-incease {
  display: block;
  margin: 0 auto 2em;
  width: 65%;
  padding: 0.6em 1em;
  border: 2px solid #F4C259;
  color: #1B1B1B;
  text-align: center;
  font-size: 110%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.5em 0 3.5em;
}
@media only screen and (max-width: 1024px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content {
    font-size: 200%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .btn.btn-yellow-bg, html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a.btn-yellow-bg, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content a.btn-yellow-bg, html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content body.search-results nav.navigation .nav-links > div a.btn-yellow-bg, html body.search-results nav.navigation .nav-links > div .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content a.btn-yellow-bg {
  font-size: 95%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance {
  position: relative;
  padding: 2.5em 4%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance {
    width: 360px;
    margin: 0 auto;
    max-width: 90%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance > span {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 180%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance > span {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.2em;
  color: #FFFFFF;
  line-height: 125%;
  position: relative;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance > span:after {
  position: absolute;
  right: 0.5em;
  top: -0.3em;
  content: "";
  display: inline-block;
  height: 3.5vw;
  width: 3.5vw;
  background: url("images/fois_2.png") center center no-repeat transparent;
  background-size: 100% auto;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance p {
  display: block;
  width: 90%;
  margin: 0 auto 1em;
  color: #FFFFFF;
  line-height: 105%;
}
@media only screen and (max-width: 1024px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance p {
    font-size: 135% !important;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance .btn, html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance a, html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance a {
  color: #1B1B1B !important;
  padding: 0.8em 2.5em !important;
  line-height: 100% !important;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1024px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance #fb-share-jeu-piste {
    font-size: 120% !important;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance {
  background-color: #900000;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form {
  margin: 0.5em auto 0;
  display: block;
  width: 80%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form input, html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4C259;
  width: 100%;
  padding: 0.9em 4%;
  font-weight: 400i;
  font-size: 85%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form input, html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #double-chance #double-chances-form textarea {
  font-style: italic;
  color: #827678;
  width: 92%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance {
  background: url("images/two-cream-fleches-here-jeu.png") center 15% no-repeat #1B1B1B;
  background-size: 90% auto;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance .btn-share {
  display: inline-block;
  margin: 2vw auto 1em;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance .btn-share {
    margin: 10vw auto 3em;
    width: 18%;
  }
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance .btn-share img {
  width: 100%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance p {
  width: 70%;
  position: relative;
  padding-left: 10%;
  line-height: 115%;
}
html .page-piste-jeu #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content #triple-chance p:before {
  position: absolute;
  left: -1em;
  top: -0.3em;
  content: "";
  display: inline-block;
  height: 3.5vw;
  width: 3.5vw;
  background: url("images/fois_3.png") center center no-repeat transparent;
  background-size: 100% auto;
}
html .page-piste-jeu #post-8177 #bloc-form-jeu-piste-win-confirm #bloc-form-jeu-piste-win-confirm-content .chance > span {
  padding-right: 20%;
}
html {
  /*=====  End of Jeu de piste Road trip  ======*/
}

html[lang=en-US] #site-footer-short-navigation ul {
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}
html[lang=en-US] #site-footer-legals-navigation #menu-menu-legal-anglais {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
html[lang=en-US] #site-footer-legals-navigation #menu-menu-legal-anglais li {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  font-weight: 700;
  font-size: 80%;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig button {
  font-weight: 700;
  font-size: 90%;
}
#tarteaucitronRoot #tarteaucitronAlertBig button {
  font-family: "Montserrat", sans-serif;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
  background: #C00202;
}
#tarteaucitronRoot #tarteaucitronServices {
  font-weight: 700;
  font-size: 90%;
}
#tarteaucitronRoot #tarteaucitronServices {
  font-family: "Montserrat", sans-serif;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronIsDenied {
  border-color: #C00202 !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronIsDenied .tarteaucitronDeny {
  background: #C00202 !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronIsAllowed {
  border-color: #CE9B31 !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronIsAllowed .tarteaucitronAllow {
  background: #CE9B31 !important;
}
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAllAllowed {
  background: #CE9B31 !important;
}

#tarteaucitron h1 {
  line-height: 65px !important;
}
#tarteaucitron h2 {
  line-height: 19px !important;
}
#tarteaucitron h3 {
  line-height: 40px !important;
}

#gform_4 .gform_fields li::before {
  content: none !important;
}

html[lang=en-US] body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .yellow-text, html[lang=es-ES] body #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-left .msr-left-content .block-title .yellow-text {
  color: #970900;
}

#close-strat-jeu {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

/*html:not([lang="en-US"]){
	body{
		// Page gamme seule
		#block-gammes-sir-edwards{
			display: none;
		}

	}
}*/
/* CONTENU NON FRANCAIS */
html:not([lang=fr-FR]) {
  /*#tarteaucitronRoot{
  	display: none !important;
  }	*/
}
html:not([lang=fr-FR]) body .gamme.type-gamme {
  /**
   *
   * Secret de fab
   *
   */
}
html:not([lang=fr-FR]) body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication h2.script-title-secret-fabrication {
  width: 100%;
  font-weight: 400;
  font-size: 300%;
}
html:not([lang=fr-FR]) body .gamme.type-gamme .block-secret-fabrication .container-secret-fabrication h2.script-title-secret-fabrication {
  font-family: "mention_signature";
  color: #F4C259;
}
html:not([lang=fr-FR]) body .gamme.type-gamme .block-les-contenances {
  display: none;
}

.post-type-archive-road_trip #block-map-road-trip .block-map-road-trip-content .msr-glob .msr-right {
  z-index: 80 !important;
}

html body.page-id-9800 .body-pl #primary-page #content-global .entry-content #content-editeur .alignleft, html body.page-id-9800 .body-ru #primary-page #content-global .entry-content #content-editeur .alignleft, html body.page-id-9800 .body-uk #primary-page #content-global .entry-content #content-editeur .alignleft, html body.page-id-9800 .body-cs #primary-page #content-global .entry-content #content-editeur .alignleft, html body.page-id-9800 .body-lv #primary-page #content-global .entry-content #content-editeur .alignleft {
  min-width: inherit;
}

.gamme.type-gamme {
  /**
   *
   * Bloc gammes header (bannière)
   *
   */
}
.gamme.type-gamme .block-gammes-header .master-visuel-gamme {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}
.gamme.type-gamme #block-gammes-sir-edwards {
  background-color: #fff !important;
  padding: 3em 0 1em;
  display: block;
}
.gamme.type-gamme #block-gammes-sir-edwards .col-container {
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gamme.type-gamme #block-gammes-sir-edwards .col-container .col {
  max-width: 50%;
}
.gamme.type-gamme #block-gammes-sir-edwards h2 {
  display: block !important;
  text-align: center;
  margin: 0.7em 0 1.5em;
  font-size: 230%;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .gamme.type-gamme #block-gammes-sir-edwards > .col-container {
    display: block;
  }
  .gamme.type-gamme #block-gammes-sir-edwards > .col-container .col {
    margin: 5px auto;
    max-width: none;
  }
}
.gamme.type-gamme #block-navigation-posts .btn, .gamme.type-gamme #block-navigation-posts #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li .gamme.type-gamme #block-navigation-posts a, .gamme.type-gamme #block-navigation-posts html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .gamme.type-gamme #block-navigation-posts a {
  visibility: hidden !important;
}

html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet {
  background: #41372b;
}

html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li.active, html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li:hover {
  background-color: #41372b;
}

html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .btn, html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation a, html body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div body.postid-14707 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation a {
  border-color: #41372b !important;
}

html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet {
  background: #41372b;
}

html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li.active,
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li:hover {
  background-color: #41372b;
}

html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .btn, html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation a, html body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div body.postid-14708 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation a {
  border-color: #41372b !important;
}

html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-big .onglet {
  background: #41372b;
}

html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li.active,
html body .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .tabs-container .tabs.tabs-content-small li:hover {
  background-color: #41372b;
}

html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation .btn, html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li a, #mastfooter .footer-container .footer-content #mid-footer #mid-footer-content #menu-footer-short ul li html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation a, html body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div body.postid-15018 .gamme.type-gamme .block-mode-de-degustation .container-mode-de-degustation a {
  border-color: #41372b !important;
}

/**
 *
 * AJOUT JP
 *
 */
/*----------  .page-road-trip  ----------*/
.page-road-trip {
  background-color: #0D1720;
}
.page-road-trip .entry-content {
  padding: 3% 0;
  width: 56%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.page-road-trip .entry-content h3 {
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto 1em;
  font-weight: 400;
  font-size: 230%;
}
.page-road-trip .entry-content h3 {
  font-family: "Playfair Display", serif;
  text-align: center;
  line-height: 120%;
}
.page-road-trip .entry-content ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-road-trip .entry-content ul li.block-type-1 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}
.page-road-trip .entry-content ul li.block-type-1 img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; /* Animation */
  cursor: pointer;
  z-index: 1;
}
.page-road-trip .entry-content ul li.block-type-1:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: transparent;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.page-road-trip .entry-content ul li.block-type-1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-road-trip .entry-content ul li.block-type-1:hover:before {
  background-color: #000000;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post {
  position: absolute;
  height: 65%;
  width: 69%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 0 3%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-in-out";
          transition-timing-function: "ease-in-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post h2 {
  font-weight: 700;
  font-size: 150%;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow, .page-road-trip .entry-content ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-road-trip .entry-content ul li.block-type-1 .container-post a {
  width: 56%;
  margin: 12% auto 0;
  padding: 0.5em;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover, .page-road-trip .entry-content ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div .page-road-trip .entry-content ul li.block-type-1 .container-post a:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-road-trip .entry-content ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-road-trip .entry-content ul li.block-type-1 .container-post a:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-road-trip .entry-content ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-road-trip .entry-content ul li.block-type-1 .container-post a:hover:after {
  content: "\e92a";
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-road-trip .entry-content ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-road-trip .entry-content ul li.block-type-1 .container-post a:hover:after {
  color: #000000;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-road-trip .entry-content ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-road-trip .entry-content ul li.block-type-1 .container-post a:hover:after {
  font-size: 90%;
}
.page-road-trip .entry-content ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-road-trip .entry-content ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-road-trip .entry-content ul li.block-type-1 .container-post a:hover:after {
  display: inline-block;
  position: relative;
  left: 3%;
}
.page-road-trip .entry-content ul li.block-type-1:hover .container-post {
  background: #9C0000;
  text-shadow: none;
}

/*----------  .page-cocktails  ----------*/
.page-cocktails {
  /*----------  Haut page level 1  ----------*/
}
.page-cocktails .container-header-rubrique {
  position: relative;
  background-color: #1B1B1B;
  overflow: hidden;
}
.page-cocktails .container-header-rubrique:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-cocktails .container-header-rubrique:after {
  content: "\e924";
}
.page-cocktails .container-header-rubrique:after {
  color: #000000;
}
.page-cocktails .container-header-rubrique:after {
  font-size: 100%;
}
.page-cocktails .container-header-rubrique:after {
  background-color: #FFFFFF;
  width: 5%;
  position: absolute;
  bottom: -3.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  padding: 1% 0 2.5%;
  border-radius: 100% 100% 0 0;
}
.page-cocktails .container-header-rubrique .content-header-rubrique {
  position: absolute;
  z-index: 4;
  width: 60%;
  padding: 0 20%;
  text-align: center;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
}
.page-cocktails .container-header-rubrique .content-header-rubrique h1.inpage-title {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 120%;
}
.page-cocktails .container-header-rubrique .content-header-rubrique .slogan {
  color: #FFFFFF;
  line-height: 110%;
  margin: 1.5em auto 0;
}
.page-cocktails .entry-content {
  background-color: #262525;
}
.page-cocktails .entry-content .block-list-cocktails {
  width: 60%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.page-cocktails .entry-content .block-list-cocktails h3 {
  color: #fff;
  text-align: center;
  padding: 1em 1em 0.5em 1em;
  font-weight: 400;
  font-size: 250%;
}
.page-cocktails .entry-content .block-list-cocktails h3 {
  font-family: "Playfair Display", serif;
}
.page-cocktails .entry-content .block-list-cocktails form {
  width: 40%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  padding: 0.5em 1em;
}
.page-cocktails .entry-content .block-list-cocktails form input[type=text] {
  font-size: 100%;
  border: 1px solid #F4C259;
  font-style: italic;
  width: 60%;
  margin-right: 1%;
}
.page-cocktails .entry-content .block-list-cocktails form .submit-search-cocktail {
  background-color: #9C0000;
  border: 0;
  width: 25%;
  padding: 0.8em 2em;
  font-size: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.page-cocktails .entry-content .block-list-cocktails h4 {
  color: #F4C259;
  font-weight: 600;
  font-size: 120%;
}
.page-cocktails .entry-content .block-list-cocktails h4 {
  text-transform: uppercase;
  text-align: center;
}
.page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails {
  margin-bottom: 2em;
}
.page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}
.page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails ul a {
  background-color: #9C0000;
  border: 0;
  border-radius: 50em;
  padding: 0.4em 2em;
  margin: 0 0.4em;
  font-weight: 400;
  font-size: 80%;
}
.page-cocktails .entry-content .block-list-cocktails .list-categories-cocktails ul a {
  text-transform: capitalize;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails .not-result-cocktail {
  padding: 2em 0;
  text-align: center;
  font-weight: 400;
  font-size: 110%;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails .not-result-cocktail {
  color: #FFFFFF;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 {
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; /* Animation */
  cursor: pointer;
  z-index: 1;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: transparent;
  content: "";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "linear";
          transition-timing-function: "linear";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:hover:before {
  background-color: #000000;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post {
  position: absolute;
  height: 65%;
  width: 69%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  z-index: 2;
  padding: 0 3%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: radial-gradient(ellipse at center, rgba(26, 27, 32, 0.65) 0%, rgba(25, 26, 30, 0.65) 5%, rgba(0, 0, 0, 0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: "ease-in-out";
          transition-timing-function: "ease-in-out";
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post h2 {
  font-weight: 700;
  font-size: 150%;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow, .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a, html body.search-results nav.navigation .nav-links > div .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post a {
  width: 56%;
  margin: 12% auto 0;
  padding: 0.5em;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover, .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover, html body.search-results nav.navigation .nav-links > div .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post a:hover {
  color: #1B1B1B;
  background-color: #F4C259;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post a:hover:after {
  speak: none;
  font-family: "siredicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post a:hover:after {
  content: "\e92a";
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post a:hover:after {
  color: #000000;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post a:hover:after {
  font-size: 90%;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post .btn-border-yellow:hover:after, .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post html body.search-results nav.navigation .nav-links > div a:hover:after, html body.search-results nav.navigation .nav-links > div .page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1 .container-post a:hover:after {
  display: inline-block;
  position: relative;
  left: 3%;
}
.page-cocktails .entry-content .block-list-cocktails .container-list-cocktails ul li.block-type-1:hover .container-post {
  background: #9C0000;
  text-shadow: none;
}

/*----------  #searchform  ----------*/
#searchform {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#searchform #searchsubmit {
  position: relative;
  z-index: 0;
}
#searchform .search-field {
  width: 0%;
  height: 100%;
  position: absolute;
  border: none;
  border-radius: 50em;
  padding: 0 0 0 1em;
  line-height: 100%;
  background-color: #262525;
  z-index: 0;
  right: 5%;
  top: 0;
  color: #F4C259;
}

/* ---- .block-gammes-header ----*/
.block-gammes-header .small-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  position: relative;
  height: auto;
  padding: 2.5em 0;
  text-align: center;
}

/* ---- #site-rs-header ----*/
#site-rs-header .rs-rond a {
  padding: 0.5em 0.54em;
}/*# sourceMappingURL=style.css.map */