@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

/***********************
RESET AND NORMALIZEasdasdasdawda 
*************************/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
select,
button,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  /* for iOS */
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

sup,
sub {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*-- Normalize --*/

*,
*:before,
*:after {
  box-sizing: border-box;
  transition: background-color 0.3s ease-out, color 0.3s ease-out,
    opacity 0.3s ease-out;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

q:lang(en) {
  quotes: "&#8220;" "&#8221;" "&#8216;" "&#8217;";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 15px;
}

ul {
  list-style: outside disc;
  padding-left: 24px;
}

ol {
  list-style: outside decimal;
  padding-left: 24px;
}

a,
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre,
code {
  background: #eee;
  border: 1px solid #ccc;
  font-family: Consolas, "Lucida Console", "Courier New", serif;
  padding: 2%;
}

select,
textarea {
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  padding: 3px 6px;
}

input,
select {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

img {
  max-width: 100%;
}

.touch p a {
  margin: 0 -0.5em;
  padding: 0 0.5em;
}

/***********************
Import  Project Corporate Fonts and Icons
*************************/

@font-face {
  font-family: "BlenderPro";
  src: url("../../assets/fonts/BlenderPro/v1/BlenderPro-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/BlenderPro/v1/BlenderPro-Thin.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../../assets/fonts/BlenderPro/v1/BlenderPro-Thin.woff")
      format("woff"),
    /* Pretty Modern Browsers */
      url("../../assets/fonts/BlenderPro/v1/BlenderPro-Thin.ttf")
      format("truetype");
  /* Safari, Android, iOS */
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "BlenderPro";
  src: url("../../assets/fonts/BlenderPro/v1/BlenderPro-Book.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/BlenderPro/v1/BlenderPro-Book.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../../assets/fonts/BlenderPro/v1/BlenderPro-Book.woff")
      format("woff"),
    /* Pretty Modern Browsers */
      url("../../assets/fonts/BlenderPro/v1/BlenderPro-Book.ttf")
      format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BlenderPro";
  src: url("../../assets/fonts/BlenderPro/v1/BlenderPro-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/BlenderPro/v1/BlenderPro-Medium.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../../assets/fonts/BlenderPro/v1/BlenderPro-Medium.woff")
      format("woff"),
    /* Pretty Modern Browsers */
      url("../../assets/fonts/BlenderPro/v1/BlenderPro-Medium.ttf")
      format("truetype");
  /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "BlenderPro";
  src: url("../../assets/fonts/BlenderPro/v1/BlenderPro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/BlenderPro/v1/BlenderPro-Bold.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../../assets/fonts/BlenderPro/v1/BlenderPro-Bold.woff")
      format("woff"),
    /* Pretty Modern Browsers */
      url("../../assets/fonts/BlenderPro/v1/BlenderPro-Bold.ttf")
      format("truetype");
  /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
}

/***********************
GENERIC LAYOUT STYLES
*************************/

html {
  font-size: 16px;
}

body {
  background: #262626;
  color: #000;
  font-family: "BlenderPro", "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4em;
}

a {
  color: #262626;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #d4ae5f;
}

#main {
  max-width: none;
  width: 100%;
  min-height: 100vh;
}

.container {
  padding: 0px 30px 36px 30px;
  max-width: 1440px;
  margin: 0px auto;
  position: relative;
}

.container::after {
  content: "";
  clear: both;
  display: table;
}

#promo_content,
#extend_content {
  margin: 0 auto;
  max-width: 1280px;
  background: #262626;
  padding-bottom: 3rem;
}

#form_holder,
#info_text_holder,
#content {
  padding: 30px 0;
}

#content {
  padding-bottom: 0;
  min-height: calc(100vh - 100px);

  text-align: center;
  color: #d4ad5e;
}

#content .title {
  display: flex;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
#content .title h2 {
  display: inline-block;
  font-size: 28px;
  padding-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  vertical-align: center;
  margin-left: 10px;
}
#content .title p {
  display: inline-block;
  margin-bottom: 0;
}
#content p.country {
  display: inline-block;
  min-width: 60px;
  margin: 10px 20px;
  font-size: 40px;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#content p.country a {
  color: white;
  text-transform: uppercase;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#content p.country:hover {
  text-decoration: underline;
  transform: scale(1.2);
}

#promo_content.info_text_right #form_holder {
  float: none;
  width: auto;
  padding: 15px;
}
#main.ty #promo_content.info_text_right #form_holder {
  font-size: 1.5rem;
  text-align: center;
}
#main.ty #promo_content.info_text_right #form_holder a {
  color: white;
  text-decoration: underline;
}
#main.ty #promo_content.info_text_right #form_holder a:hover {
  text-decoration: none;
}

@media (min-width: 767px) {
  #promo_content.info_text_right #form_holder {
    margin: 0 0 2% 0;
  }
}

/***********************
Section HEADER TEXT
*************************/
.p62 #content {
  padding-top: 0px;
  padding-bottom: 30px;
}
#content .banner_tb,
#content .banner_mb,
#header_text .banner_tb,
#header_text .banner_mb {
  display: none;
}

#l_country_promotion {
  display: none;
}

.dynamic_info_logo {
  top: 15px;
}

#header_text .header {
  background: #000;
}
#header_text .header .banner_d {
  text-align: center;
}
#header_text .header .banner_d img {
  width: 100%;
}

#header_text .header .container {
  padding: 24px 0px;
}

#header_text .brand {
  float: left;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  padding: 0px 0px;
}
#header_text .header #gallerycontainer_imgitem_19541 {
  display: none;
}

.p19 #content {
  color: white;
  text-align: left;
}
.p19 #content p {
  font-size: 18px;
}
.p19 #content a {
  color: #d4ae5f;
  word-break: break-all;
  text-decoration: underline;
}

#tc-box-textarea > p:nth-child(35) > a {
  word-break: break-all;
}

#footer > div.container > div.footer__logo > p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dynamic_info_logo {
  right: -20px;
}
#main.ty #form_wrapper {
  font-size: 24px;
  padding: 74px 0;
  text-align: center;
}

#main.ty #form_wrapper > div {
  color: white;
}
#promo_content {
  min-height: calc(100vh - 400px);
}

#button_subscribe {
  display: inline-block;

  border-radius: 0.25rem;
  background: #d4ae5f;
  color: #000;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2rem;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#button_subscribe:hover {
  transform: scale(1.2);
}

.third_row {
  text-align: center;
}

@media (max-width: 666px) {
  /* #content .banner_d, 
#content .banner_mb,
#header_text .banner_d, 
#content .banner_mb { display: none; } */
  #content .banner_tb,
  #header_text .banner_tb {
    display: block;
  }
  #content p {
    font-size: 30px;
  }
  #content .title h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  #content p {
    display: block;
  }
}

@media (min-width: 767px) {
  #header_text .brand {
    position: static;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-top: 8px;
  }
}

#header_text .brand a.inverted {
  display: none;
}

@media (min-width: 767px) {
  #header_text .brand a.inverted {
    display: block;
  }
}

#header_text .brand a.black {
  display: block;
}

@media (min-width: 767px) {
  #header_text .brand a.black {
    display: none;
  }
}

#header_text .brand img {
  max-width: 243px;
  fill: #000;
}

#header_text .navbar-toggle {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  height: 19px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-top: 12px;
  margin-right: 12px;
  float: right;
  z-index: 555;
}

@media (min-width: 767px) {
  #header_text .navbar-toggle {
    display: none;
  }
}

#header_text .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
}

#header_text .navbar-toggle .icon-bar__top {
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#header_text .navbar-toggle .icon-bar__middle {
  top: 7px;
  left: 0;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

#header_text .navbar-toggle .icon-bar__bottom {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#header_text .navbar-toggle.in .icon-bar__top {
  -webkit-transform: rotate(45deg) scaleX(1) translateY(1px) translateX(0px);
  transform: rotate(45deg) scaleX(1) translateY(1px) translateX(0px);
  background-color: #fff;
}

#header_text .navbar-toggle.in .icon-bar__middle {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
}

#header_text .navbar-toggle.in .icon-bar__bottom {
  -webkit-transform: rotate(-45deg) scaleX(1) translateY(0px) translateX(-1px);
  transform: rotate(-45deg) scaleX(1) translateY(0px) translateX(-1px);
  background-color: #fff;
}

#header_text .navbar {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: fixed;
  z-index: -10;
  top: 0%;
  padding-top: 120px;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
}

#header_text .navbar.in {
  opacity: 1;
  z-index: 5;
}

@media (min-width: 767px) {
  #header_text .navbar {
    position: relative;
    float: left;
    z-index: 1;
    opacity: 1;
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    height: auto;
  }
}

#header_text .navbar ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#header_text .navbar ul::after {
  content: "";
  clear: both;
  display: table;
}

#header_text .navbar li {
  text-align: center;
  list-style: none;
  display: block;
  padding-right: 3em;
  padding-left: 3em;
  padding-bottom: 1em;
}

@media (min-width: 767px) {
  #header_text .navbar li {
    float: left;
    display: block;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0em;
  }
}

#header_text .navbar li a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 0px 12px 0px 0px;
  font-size: 2rem;
  border-bottom: 3px solid #fff;
}

#header_text .navbar li a strong {
  display: block;
}

@media (min-width: 767px) {
  #header_text .navbar li a {
    font-size: 1.5rem;
    background-color: transparent;
    text-align: left;
  }
}

#header_text .navbar li a.nav-link--red {
  border-color: #ce0e0e;
}

#header_text .navbar li a.nav-link--red:hover {
  color: #ce0e0e;
}

#header_text .navbar li a.nav-link--green {
  border-color: #7fd209;
}

#header_text .navbar li a.nav-link--green:hover {
  color: #7fd209;
}

#header_text .navbar li a.nav-link--yellow {
  border-color: #ffc425;
}

#header_text .navbar li a.nav-link--yellow:hover {
  color: #ffc425;
}

#header_text .navbar li a.nav-link--blue {
  border-color: #17cdf6;
}

#header_text .navbar li a.nav-link--blue:hover {
  color: #17cdf6;
}

#header_text .hero {
  background: url("../images/hero_bgr.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 45vh;
}

@media (min-width: 767px) {
  #header_text .hero {
    background-position: 50% 10%;
    text-align: left;
    height: auto;
    min-height: 400px;
  }
}

#header_text .hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  height: 100vh;
  width: 100%;
}
#header_text .hero .container .hero_title {
  margin: 2rem 0 1rem 15px;
  text-align: left;
  max-width: 35%;
}

@media (min-width: 767px) {
  #header_text .hero::before {
    display: none;
  }
  #header_text .hero .container .hero_title {
    margin-top: 3rem;
    max-width: initial;
  }
}

#header_text .hero .container {
  padding: 0px 0px;
  min-height: 100%;
}
@media (min-width: 767px) {
  #header_text .hero .container {
    min-height: 400px;
    padding: 0px 1em;
  }
}

#header_text .hero__awards {
  display: none;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(212, 174, 95, 0.6);
  background: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  padding: 8px 12px 7px 12px;
}

@media (min-width: 767px) {
  #header_text .hero__awards {
    width: 100%;
    display: block;
    /* font-style: italic; */
  }
}

@media (min-width: 1100px) {
  #header_text .hero__awards {
    width: 44%;
    right: 120px;
  }
}

#header_text .hero__cta {
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  background: #d4ae5f;
  display: inline-block;
  padding: 6px 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: 800;
}

@media (min-width: 767px) {
  #header_text .hero__cta {
    position: absolute;
    bottom: 0px;
    right: 10px;
  }
}

@media (min-width: 1100px) {
  #header_text .hero__cta {
    right: 0px;
  }
}

/***********************
GENERIC LAYOUT STYLES
*************************/

#info_text_holder {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 202;
  background: rgba(0, 0, 0, 0.85);
  padding: 30px;
}

#info_text_holder #info_text {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.8rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(38, 38, 38, 0.6);
  border-radius: 0.25rem;
  cursor: pointer;
}

#info_text_holder #info_text .button2 {
  position: absolute;
  right: 15px;
  top: 15px;
}

/***********************
Section HEADER TEXT
*************************/
@media (max-width: 1160px) {
  .container {
    padding: 0 15px;
  }
}

#form_titles {
  font-family: Lato, BlenderPro, sans-serif;
  margin: 0 0 15px 0;
  background: transparent;
  text-align: center;
}

@media (min-width: 1100px) {
  #form_titles {
    padding: 0px 12px 0px 12px;
  }
}

#form_titles .container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

#form_titles .tc-link a {
  display: inline-block;
  font-size: 1.75rem;
  color: rgba(212, 174, 95, 1);
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 1rem;
}

#form_titles .tc-link a:hover {
  text-decoration: underline;
}

#form_titles .moreinfo-toggler p {
  font-size: 1rem;
  font-weight: 200;
}

#form_titles .moreinfo-toggler p a:hover {
  color: #262626;
}
#u_l_subscribe a {
  color: #d4ae5f;
}

/***********************
PAGE Landing Page
*************************/
.p62 #header_text {
  display: none;
}
.p62 #content .container {
  text-align: center;
  font-size: 1.2rem;
}
.p62 #content .container h1,
#form_holder #form_titles h1 {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
}
.p62 #content .container .intro {
  font-size: 1.25rem;
  text-align: center;
}
.p62 .cta {
  text-align: center;
  margin: 1.5rem auto;
}
.p62 .cta a:hover,
#submit-div .SubmitButt:hover {
  transform: scale(1.2);
}
.p62 .cta a,
#submit-div .SubmitButt {
  display: inline-block;
  background: #000;
  border-radius: 0.25rem;
  color: #d4ae5f;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2rem;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p62 #content .container h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
.p62 #content .container .subtitle {
  color: #d4ae5f;
  font-size: 2rem;
}
.p62 #content .coachingteam {
  font-weight: 600;
}
.p62 #content .coachingteam a {
  text-decoration: underline;
}

.p62 .goldbox {
  background: url("../images/texture_gold.jpg") repeat-y 50% top;
  padding: 2rem 4rem;
  margin: 2rem auto;
  color: #000;
  font-size: 1.4rem;
}
.p62 .goldbox h2 {
  font-size: 2.6rem;
  width: 70%;
  margin: 0 auto 1rem auto;
}
.p62 .goldbox a {
  text-decoration: underline;
  font-weight: 600;
}
.p62 .goldbox a:hover {
  color: #000;
}

.p62 .cta.faq a.btn {
  padding: 0.75rem 3rem;
  font-size: 1.75rem;
}

.p62 .glanbia-card__black {
  position: relative;
  background: #000;
  margin-top: 60px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .p62 .glanbia-card__black {
    flex: 1;
    margin-top: 0px;
    overflow: visible;
  }
}

.p62 .glanbia-card__black .glanbia-card__black__content {
  position: relative;
  z-index: 5;
  padding: 30px;
}

.p62 .glanbia-card__black h2 {
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  display: inline-block;
  padding: 6px 12px;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #d4ae5f;
  text-align: left;
}

.p62 .glanbia-card__black h2 strong {
  background: #d4ae5f;
  display: inline-block;
  padding: 6px 12px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-right: 8px;
}

@media (min-width: 767px) {
  .p62 .glanbia-card__black h2 {
    font-size: 1.3rem;
    margin-right: 80px;
  }
}

.p62 .glanbia-card__black ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 18px;
}

.p62 .glanbia-card__black ul li {
  padding-left: 50px;
  margin-bottom: 16px;
  width: 40%;
  display: inline-block;
}

.p62 .glanbia-card__black ul li a {
  display: block;
  color: rgba(212, 174, 95, 0.54);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 28px;
}

.p62 .glanbia-card__black ul li a:hover {
  color: rgba(212, 174, 95, 1);
}

.p62 .glanbia-card__black .floating-product {
  position: absolute;
  width: 160px;
  right: -30px;
  bottom: -40px;
  z-index: 55;
}

@media (min-width: 767px) {
  .p62 .glanbia-card__black .floating-product {
    max-width: 220px;
    right: -50px;
    bottom: -50px;
  }
}

.p62 .glanbia-card__black .skewed {
  min-height: 60px;
  background: #000;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  position: absolute;
  width: 100%;
  top: -30px;
  bottom: auto;
}

@media (min-width: 767px) {
  .p62 .glanbia-card__black .skewed {
    min-width: 80px;
    background: #000;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
    position: absolute;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: -40px;
    width: auto;
  }
}

.p62 .gold-section .container {
  background: url("../images/texture_gold.jpg") repeat-y 50% top;
  padding-left: 0px;
  padding-right: 0px;
}

.p62 .prize-list__title {
  padding: 100px 8px 10px 8px;
  display: block;
  font-size: 3rem;
  font-weight: 800;
  font-style: italic;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.p62 .all_colls {
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 767px) {
  .p62 .all_colls {
    display: flex;
  }
}

.p62 .col {
  text-align: center;
  padding-bottom: 36px;
}

@media (min-width: 767px) {
  .p62 .col {
    flex: 1;
    text-align: center;
    padding-bottom: 0px;
  }
}

.p62 .col .prod-logo {
  padding: 50px 8px 30px 8px;
  position: relative;
  height: 100%;
}

.p62 .col input {
  position: absolute;
  bottom: 0px;
}

.p62 .col .prod-content {
  padding: 200px 8px 10px 8px;
  display: block;
  font-size: 1.4rem;
  height: 100%;
}

/* border-radius: 4px; */

.p62 .col .prod-content strong {
  display: block;
}

/* border: 1px solid transparent; */

.p62 .col .prod-content:hover {
  color: #000;
  /* box-shadow: inset 0px 0px 8px rgba($brand02, .5); */
  /* border-color: #000; */
}

.p62 .col.prod--gsrecovery .prod-logo {
  background: url("../images/product_logo_on.png") no-repeat 50% top;
}

.p62 .prize-list__title--section {
  text-align: center;
  overflow: hidden;
  margin: 0px 36px;
}

.p62 .prize-list__title--lined {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
  text-shadow: 0px 0px 20px rgba(38, 38, 38, 0.5);
  text-transform: uppercase;
}

.p62 .prize-list__title--lined:before,
.p62 .prize-list__title--lined:after {
  content: "";
  position: absolute;
  height: 18px;
  border-bottom: 1px solid black;
  /* border-top: 1px solid white; */
  top: 0;
  width: 600px;
}

.p62 .prize-list__title--lined:before {
  right: 100%;
  margin-right: 15px;
}

.p62 .prize-list__title--lined:after {
  left: 100%;
  margin-left: 15px;
}

.p62 .terms {
  background: #f7f7f7;
  position: relative;
  margin-top: 0px;
  padding-top: 30px;
  text-align: center;
}

.p62 .terms__content {
  position: relative;
  z-index: 5;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 16px;
  font-size: 1.4rem;
}

.p62 .terms .tc-link a {
  display: inline-block;
  font-size: 1.75rem;
  color: rgba(212, 174, 95, 1);
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 1rem;
}

.p62 .terms .tc-link a:hover {
  text-decoration: underline;
}

.p62 .terms .winners-link a {
  display: inline-block;
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 1rem;
}

.p62 .terms .winners-link a:hover {
  text-decoration: underline;
}

.p62 .terms .slanted {
  content: "";
  display: block;
  min-height: 60px;
  background: #f7f7f7;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: -30px;
  z-index: 1;
}

/***********************
PAGE Thank You
*************************/

.p18 #main.ty {
  position: relative;
}

.p18 #main.ty #form_titles,
.p18 #main.ty #info_text_holder,
.p18 #main.ty #printArea,
.p18 #main.ty #printLink {
  display: none;
}

/* #promo_content.info_text_right { min-height: calc(100vh - 270px);}
        #promo_content.info_text_right #form_holder { float: none; margin: 0; width: 100%;}
        #form_wrapper { font-size: 18px; line-height: 1.5; padding: 100px 0; text-align: center; }
        #form_wrapper h2 { font-size: 32px; margin: 0 0 30px 0; } */

.p18 #main.ty .glanbia-card--ty {
  margin-bottom: 100px;
}

.p18 #main.ty .glanbia-card--ty .container {
  background: url("../images/texture_gold.jpg") repeat-y 50% top;
  padding: 0px;
}

@media (min-width: 767px) {
  .p18 #main.ty .glanbia-card--ty .container {
    display: flex;
  }
}

@media (min-width: 767px) {
  .p18 #main.ty .glanbia-card--ty .glanbia-card__gold {
    flex: 1;
  }
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__gold h2 {
  padding: 2rem 30px 0px 30px;
  font-size: 2rem;
  text-transform: lowercase;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 767px) {
  .p18 #main.ty .glanbia-card--ty .glanbia-card__gold h2 {
    text-align: right;
    padding: 2rem 60px 0px 20px;
  }
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__gold h2 .hero__title--big {
  display: block;
  font-size: 5rem;
  line-height: 0.8;
  text-transform: uppercase;
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__gold p {
  padding: 0rem 30px 2rem 30px;
  font-size: 1rem;
  text-transform: none;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-style: italic;
}

@media (min-width: 767px) {
  .p18 #main.ty .glanbia-card--ty .glanbia-card__gold p {
    text-align: right;
    padding: 0rem 80px 2rem 20px;
  }
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black {
  position: relative;
  background: #000;
  margin-top: 60px;
}

@media (min-width: 767px) {
  .p18 #main.ty .glanbia-card--ty .glanbia-card__black {
    flex: 1;
    margin-top: 0px;
  }
}

.p18
  #main.ty
  .glanbia-card--ty
  .glanbia-card__black
  .glanbia-card__black__content {
  position: relative;
  z-index: 5;
  padding: 30px;
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black h2 {
  display: block;
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  display: inline-block;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-align: left;
  margin-bottom: 60px;
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black h2 .hero__title--big {
  display: block;
  color: #d4ae5f;
  font-size: 5rem;
  font-weight: 800;
  line-height: 0.8;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .p18 #main.ty .glanbia-card--ty .glanbia-card__black h2 {
    font-size: 1.3rem;
    margin-right: 80px;
  }
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black a {
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  background: #d4ae5f;
  display: inline-block;
  padding: 6px 12px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-right: 8px;
  font-weight: 800;
  font-size: 1.3rem;
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 18px;
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black ul li {
  padding-left: 50px;
  margin-bottom: 16px;
  width: 40%;
  display: inline-block;
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black ul li a {
  display: block;
  color: rgba(212, 174, 95, 0.54);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 28px;
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black ul li a:hover {
  color: rgba(212, 174, 95, 1);
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black .floating-product {
  position: absolute;
  max-width: 180px;
  right: -30px;
  bottom: -40px;
  z-index: 55;
}

@media (min-width: 767px) {
  .p18 #main.ty .glanbia-card--ty .glanbia-card__black .floating-product {
    max-width: 220px;
    right: -50px;
    bottom: -50px;
  }
}

.p18 #main.ty .glanbia-card--ty .glanbia-card__black .skewed {
  min-height: 60px;
  background: #000;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  position: absolute;
  width: 100%;
  top: -30px;
  bottom: auto;
}

@media (min-width: 767px) {
  .p18 #main.ty .glanbia-card--ty .glanbia-card__black .skewed {
    min-width: 80px;
    background: #000;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
    position: absolute;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: -40px;
    width: auto;
  }
}

/***********************
PAGE Thank You
*************************/

.p19 #extend_content #content {
  padding: 30px 30px 0px 30px;
  font-weight: 300;
}

.p19 #extend_content #content #version_content {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 1rem 0;
  opacity: 0.6;
}
.p19 #footer .biglink {
  display: none;
}
.p19 #footer {
  margin-top: 2.5rem;
}

.p19 #extend_content #content h1 {
  font-size: 1.4rem;
  font-weight: 100;
  margin: 0 0 1rem 0;
}

@media (min-width: 767px) {
  .p19 #extend_content #content h1 {
    font-size: 2rem;
  }
}

.p19 #extend_content #content p {
}

/***********************
Section FORM
*************************/

.first_row.startcol1,
.first_row.startcol,
.first_row.startgroup1,
.second_row {
  float: none;
  width: 90%;
  padding: 0 0 0 0;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: left;
    width: 48%;
    padding: 0 2% 0 2%;
  }
  .first_row.startcol {
    float: left;
  }
  .second_row {
    float: right;
  }
}

.title_sub,
.form_titels {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  padding: 1rem 0;
  display: inline-block;
}

span.required {
  color: #d4ae5f;
  font-size: 1.225rem;
}

#form_intro > div {
  padding: 0 2%;
}

div.required {
  color: white;
  text-align: left;
  background: #262626;
  padding: 1.5rem 0 0 0;
  font-size: 1rem;
  font-weight: 400;
}

div.required span {
  color: #d4ae5f;
}
div.required:after {
  content: "";
  display: block;
  height: 10px;
  margin-top: 1.5rem;
  background: #262626;
}

.formtop,
#apply_form_box {
  background: #262626;
  color: #fff;
  position: relative;
  font-size: 1.2rem;
}
/* #form_intro { 
    background: #fff;
} */
.skewed {
  min-height: 60px;
  background: #262626;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  position: absolute;
  width: 100%;
  bottom: -30px;
}

.formbottom {
  background: #262626;
  position: relative;
  margin-top: 80px;
  padding-top: 30px;
}

.formbottom::after {
  content: "";
  clear: both;
  display: table;
}

.formbottom .skewed2 {
  min-height: 60px;
  background: #262626;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  position: absolute;
  width: 100%;
  top: -30px;
}

#tc-box-checkbox {
  color: #fff;
}

#tc-box-checkbox a {
  color: #d4ae5f;
}

/* #r_subscribe {
    margin: 0px 36px;
    color: #fff;
} */

#r_subscribe a {
  color: #d4ae5f;
}

#r_add_another_product,
#r_remove_last_product {
  display: none;
}

#form_holder {
  background: none;
  padding-bottom: 40px;
}

#form_holder
  .field-row.focus:not(#r_bank_details_international):not(
    [id^="r_new_productgroup_"]
  ):not(#r_prommq_answers):not(#r_button_subscribe) {
  background-color: rgba(255, 255, 255, 0) !important;
}

#r_terms_conditions {
  position: relative;
  line-height: 18px;
  padding: 0 0 0 23px;
  margin: 10px 0;
  font-size: 0.875rem;
  font-weight: 100;
}

#r_terms_conditions input {
  position: absolute;
  top: 0;
  left: -20px;
  border-color: #57616d;
  background-color: transparent;
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 1;
  float: left;
  margin: 4px 4px 0 0;
  clear: left;
}

input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  display: inline-block;
  width: 95%;
  color: #d4ae5f;
  font-size: 1.2rem;
  padding: 0;
}

#r_subscribe input {
  position: absolute;
  top: 2px;
  left: -16px;
}

input[type="checkbox"].checked ~ label,
input[type="radio"].checked ~ label {
  background-image: url("../images/checkbox.png");
}

#r_answer_29279 label {
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
}
#r_answer_29279 input[type="radio"] {
  margin: 15px 0.25rem 11px 0;
}

#input_block_payment_method input[type="checkbox"],
#input_block_payment_method input[type="radio"] {
  position: absolute;
  z-index: -1;
}

#input_block_payment_method input[type="checkbox"] ~ label,
#input_block_payment_method input[type="radio"] ~ label {
  display: none;
  position: static;
  padding: 16px 8px;
  width: auto;
  line-height: 1;
  border: 1px solid rgba(38, 38, 38, 0.5);
  text-align: center;
}

#input_block_payment_method input[type="checkbox"] ~ label + label,
#input_block_payment_method input[type="radio"] ~ label + label {
  display: block;
}

#input_block_payment_method .checked input[type="checkbox"] ~ label + label,
#input_block_payment_method .checked input[type="radio"] ~ label + label {
  border: 1px solid rgba(212, 174, 95, 1);
  color: #d4ae5f;
}

#r_payment_method {
  padding: 8px 0px 24px 0px;
}

#r_payment_method .cbox_list {
  padding: 8px 0px;
}

label {
  display: inline-block;
  padding: 7px 10px 7px 0;
  color: rgba(0, 0, 0, 1);
  font-size: 0.9rem;
  font-weight: 600;
}

.field-row {
  position: relative;
  overflow: hidden;
}

.field-row .table-cell {
  float: none;
  width: 96%;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 4px;
  border: 1px solid rgba(38, 38, 38, 0.5);
}

.field-row .table-cell.coll1,
.field-row .table-cell.coll1_field_sub_group_btm {
  top: 0px;
  width: 4%;
  float: right;
  border: none;
  box-shadow: none;
}

#r_send_purchase_by.field-row .table-cell.coll1 {
  position: static;
}

#r_send_purchase_by.field-row .table-cell.coll1 label {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

#r_send_purchase_by.field-row .table-cell.input-block-custom {
  position: static;
}

#r_send_purchase_by.field-row .table-cell.input-block-custom label {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.plc_holder_parent label {
  position: absolute;
  left: 10px;
  top: 1px;
  display: block;
  opacity: 0;
  font-size: 12px;
  font-weight: bold;
  color: rgba(38, 38, 38, 0.5);
  /* color: #fff; */
  /* transition: all .3s;
    pointer-events: none;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease-out; */
}

.plc_holder_parent.float label {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s;
  /*opacity: 1;*/
}

.field-row:not(.focus).has-content,
.field-row:not(.focus).has-content,
.field-row:not(.focus).has-content,
.field-row:not(.focus).has-content {
  opacity: 1;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #262626;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #262626;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #262626;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #262626;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #262626;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #262626;
}

.focus ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(38, 38, 38, 0.5);
  opacity: 1;
  /* Firefox */
}

.focus :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(38, 38, 38, 0.5);
  opacity: 1;
  /* Firefox */
}

.focus ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(38, 38, 38, 0.5);
  opacity: 1;
  /* Firefox */
}

.focus ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(38, 38, 38, 0.5);
  opacity: 1;
  /* Firefox */
}

.focus :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(38, 38, 38, 0.5);
}

.focus ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(38, 38, 38, 0.5);
}

#r_send_purchase_by label {
  padding: 0;
}

#r_send_purchase_by input {
  vertical-align: baseline;
}

#r_purchase_upload_file input {
  color: #fff;
}

.table-cell input[type="text"],
.table-cell select {
  color: rgba(0, 0, 0, 1);
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0px;
  padding: 12px 2px 10px 6px;
  overflow: hidden;
}

.table-cell select option {
  color: rgba(0, 0, 0, 1);
  background: #fff;
}

.table-cell input:focus,
.table-cell select:focus {
  color: #000;
  outline: none;
}

.table-cell input[id*="date_"] {
  width: 90%;
}

.table-cell input[type="file"] {
  /* width: 100%; */
  font-size: 0.8rem;
  padding: 6px 2px 6px 2px;
}

#country_promotion {
  color: rgba(38, 38, 38, 0.75);
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-block;
  padding: 12px 2px 10px 2px;
}

#a_l_txt_purchase_upload_file {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

#u_l_purchase_upload_file {
  color: #d4ae5f;
  font-size: 1.4rem;
  font-weight: 800;
  padding: 12px 2px 10px 2px;
}

#r_remove_last_product .focus-border,
#r_add_another_product .focus-border {
  display: none;
}

#add_another_product,
#remove_last_product {
  cursor: pointer;
  background-color: #262626;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 12px 24px;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

#add_another_product:hover,
#remove_last_product:hover {
  background-color: #d4ae5f;
}

@media (min-width: 767px) {
  #add_another_product,
  #remove_last_product {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

#form_wrapper a.popup {
  background-color: #f58220;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 20px;
}

#form_wrapper a.popup:hover {
  color: #000 !important;
}

#submit-div {
  background: #262626;
  text-align: center;
  padding: 20px 0px;
}

#submit-div::after {
  content: "";
  clear: both;
  display: table;
}

#submit-div .SubmitButt {
  background: #d4ae5f;
  color: #000;
}

#submit-div .next_step {
  background-color: #57616d;
  background-image: url("../images/arrow-next.png");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 48px 16px 16px;
  text-transform: uppercase;
  float: right;
}

#submit-div .next_step:hover {
  opacity: 0.75;
}

#submit-div .prev_step {
  background-color: rgba(38, 38, 38, 0.54);
  background-image: url("../images/slick-arrow-prev.png");
  background-position: 10% 50%;
  background-repeat: no-repeat;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 16px 16px 48px;
  text-transform: uppercase;
  float: left;
}

#submit-div .prev_step:hover {
  opacity: 0.75;
}

#captcha_img {
  padding: 15px 0 0 0;
  clear: both;
  float: none;
  padding: 15px 0 0 0;
  width: 100%;
}

.calendarButton {
  background: url(../images/calendar.png) center center no-repeat !important;
  height: 26px !important;
  vertical-align: middle;
  width: 24px !important;
  position: absolute;
  top: 6px;
  right: 4px;
  opacity: 0.54;
  transition: opacity 0.3s ease-out;
}

.calendarButton:hover {
  opacity: 1;
}

#country_promotion {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.tc-box {
  margin-right: 24px;
}

.tc-box .tc-box-textarea {
  width: auto;
  margin: 0;
  padding: 5px 10px 5px 10px;
  border: 0pt #ccc solid;
  min-height: 200px;
  overflow-y: scroll;
  color: #000;
  background-color: #fff;
  font-weight: 100;
  font-size: 1rem;
}

.tc-box .tc-box-textarea #version_content {
  opacity: 0.54;
}

.tc-box .tc-box-textarea::-webkit-scrollbar {
  width: 16px;
}

.tc-box .tc-box-textarea::-webkit-scrollbar-track {
  background: rgba(38, 38, 38, 0.07);
}

.tc-box .tc-box-textarea::-webkit-scrollbar-thumb {
  background: rgba(212, 174, 95, 0.54);
  border-radius: 8px;
}

.tc-box .tc-box-textarea::-webkit-scrollbar-thumb:hover {
  background: rgba(212, 174, 95, 1);
  box-shadow: 0 0 10px #d4ae5f;
}

*[id*="_u_info"]:not(#button_subscribe_u_info):not(#subscribe_u_info):not(
    #purchase_upload_file_u_info
  ) {
  color: rgba(212, 174, 95, 0.7);
  display: inline-block;
  font-size: 0.6rem;
  padding: 3px 0;
  position: absolute;
  bottom: -9px;
  left: 6px;
  /* text-shadow: 1px 1px 0px #fff; */
  background: transparent;
  border-radius: 3px;
  padding: 3px 3px;
}

#purchase_upload_file_u_info {
  display: block;
  color: rgba(212, 174, 95, 0.7);
  font-size: 0.9rem;
  padding: 10px 0 3px 0;
}

.focus *[id*="_u_info"] {
  color: #fff !important;
  opacity: 1;
  text-shadow: none;
  background: #262626 !important;
}

#r_preview_form {
  background-color: rgba(38, 38, 38, 0.33);
  padding: 0px 16px 0px 16px;
  border-radius: 8px;
}

#r_preview_form .field-row {
  background: transparent !important;
  border-bottom: none !important;
}

#r_preview_form .field-row.focus .focus-border,
#r_preview_form .field-row.has-content .focus-border {
  display: none;
}

#r_preview_form #l_preview_form {
  position: static;
  font-size: 1.75rem;
  font-weight: 100;
  padding: 0.75rem 0;
}

#r_preview_form .field-row label,
#r_preview_form .field-row.has-content label {
  top: -12px;
  font-size: 12px;
  font-weight: 500;
  color: #262626;
  transition: 0.3s;
}

#r_preview_form .input-block-text,
#r_preview_form .input-block-select {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 10px 2px 0px 2px;
}

#r_preview_form #input_block_preview_form {
}

.field-row .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.field-row .inputfile + label {
  position: static;
  color: white;
  background-color: transparent;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  width: 100%;
  background: transparent;
  border: none;
  padding: 9px 2px 9px 2px;
  cursor: pointer;
}

.field-row .inputfile + label span {
  color: #262626;
}

.inputfile:focus + label,
.inputfile + label:hover {
  /* background-color: #fff; */
  /* color: #000; */
}

.field-row.focus .inputfile + label,
.field-row.has-content .inputfile + label {
  transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  letter-spacing: 0px;
}

#LABELInfoAboveTextParagraph_answer_27485 {
  text-align: center;
  overflow: hidden;
  margin: 0px 30px;
}

#a_l_txt_answer_27485_compression_leggings {
  display: inline-block;
  position: relative;
  font-size: 2.1rem;
  text-shadow: 0px 0px 20px rgba(38, 38, 38, 0.5);
}

#a_l_txt_answer_27485_compression_leggings .required {
  display: none;
}

#a_l_txt_answer_27485_compression_leggings:before,
#a_l_txt_answer_27485_compression_leggings:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 1px solid white;
  /* border-top: 1px solid white; */
  top: 0;
  width: 600px;
}

#a_l_txt_answer_27485_compression_leggings:before {
  right: 100%;
  margin-right: 15px;
}

#a_l_txt_answer_27485_compression_leggings:after {
  left: 100%;
  margin-left: 15px;
}

#LABELInfoAboveTextParagraph_answer_27486 {
  text-align: center;
  overflow: hidden;
  margin: 0px 30px;
}

#a_l_txt_answer_27486_gold_standard_water_jug {
  display: inline-block;
  position: relative;
  font-size: 2.1rem;
  text-shadow: 0px 0px 20px rgba(38, 38, 38, 0.5);
}

#a_l_txt_answer_27486_gold_standard_water_jug .required {
  display: none;
}

#a_l_txt_answer_27486_gold_standard_water_jug:before,
#a_l_txt_answer_27486_gold_standard_water_jug:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 1px solid white;
  /* border-top: 1px solid white; */
  top: 0;
  width: 600px;
}

#a_l_txt_answer_27486_gold_standard_water_jug:before {
  right: 100%;
  margin-right: 15px;
}

#a_l_txt_answer_27486_gold_standard_water_jug:after {
  left: 100%;
  margin-left: 15px;
}
#checkboxes-div {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#checkboxes-div .tc-box,
#checkboxes-div #r_subscribe {
  margin: 0;
}

/*Products in the Form */
.col {
  text-align: center;
  padding-bottom: 36px;
  position: relative;
}

@media (min-width: 767px) {
  .col {
    flex: 1;
    text-align: center;
    padding-bottom: 0px;
  }
  #input_block_subscribe span {
    display: inline-block;
    width: 95%;
  }
}

#input_block_subscribe span {
  display: inline-block;
  width: 90%;
}

.col .prod-logo {
  padding: 50px 0px 30px 0px;
  position: relative;
}

@media (min-width: 767px) {
  .col .prod-logo {
    position: static;
  }
}

.col input {
  position: absolute;
  bottom: 0px;
}

.col label {
  padding-top: 200px;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #262626;
}

.col label strong {
  display: block;
}

.col.prod--leggings .prod-logo {
  background: url("../images/product_logo_skins.png") no-repeat 50% top;
}

.col.prod--leggings label {
  background: url("../images/product_skins.png") no-repeat 50% top;
}

.col.prod--smartwatch .prod-logo {
  background: url("../images/product_logo_fitbit.png") no-repeat 50% top;
}

.col.prod--smartwatch label {
  background: url("../images/product_fitbitwatch.png") no-repeat 50% top;
}

.col.prod--headphones .prod-logo {
  background: url("../images/product_logo_bo.png") no-repeat 50% top;
}

.col.prod--headphones label {
  background: url("../images/product_boearplugs.png") no-repeat 50% top;
}

.col.prod--gsrecovery .prod-logo {
  background: url("../images/product_logo_on.png") no-repeat 50% top;
}

.col.prod--gsrecovery label {
  background: url("../images/product_gsrecovery.png") no-repeat 50% top;
}

.col.prod--jug .prod-logo {
  /*background: url("../images/product_logo_on.png") no-repeat 50% top;*/
  padding-top: 0px;
}

.col.prod--jug label {
  background: url("../images/product_onjug.png") no-repeat 50% top;
}

.col.prod--shaker .prod-logo {
  /*background: url("../images/product_logo_on.png") no-repeat 50% top;*/
  padding-top: 0px;
}

.col.prod--shaker label {
  background: url("../images/product_onbottle.png") no-repeat 50% top;
}

.col.prod--richchocolate .prod-logo {
  /*background: url("../images/product_logo_on.png") no-repeat 50% top;*/
  padding-top: 0px;
}

.col.prod--richchocolate label {
  background: url("../images/product_gswhey.png") no-repeat 50% top;
}

#r_answer_27622 {
  padding: 16px 30px;
}

@media (min-width: 767px) {
  #r_answer_27622 {
    padding: 16px 25%;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px solid #fff;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/***********************
Section FOOTER
*************************/

#footer {
  /* background-color:rgba($brand03, .2);   */
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 10px;
  background: #eeeeee;
}
#footer .biglink {
  text-align: center;
  margin: 0 auto 2rem auto;
}
#footer p:nth-child(2) {
  text-align: center;
  padding-bottom: 1.5rem;
}
#footer .biglink a {
  text-transform: uppercase;
  color: #d4ae5f;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
}

#footer .container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 16px 16px 0px 16px;
}

#footer .footer__logo {
  margin: 0px auto 0px auto;
  max-width: 1100px;
  padding: 16px 0px;
  text-align: center;
  font-weight: 800;
}
#footer .footer__logo img {
  margin-bottom: 0.5rem;
}

@media (min-width: 767px) {
  #footer .footer__logo {
    text-align: left;
    float: left;
  }
  #footer .footer__logo img {
    width: 200px;
  }
}

#footer .navbar {
  text-align: center;
}

/* @mixin atMedium { float: left; text-align: left;} */

#footer .navbar ul {
  margin: 0;
  padding: 0.25rem 0;
}

#footer .navbar ul::after {
  content: "";
  clear: both;
  display: table;
}

@media (min-width: 767px) {
  #footer .navbar ul {
    text-align: right;
  }
}

#footer .navbar li {
  text-align: center;
  list-style: none;
  display: inline-block;
  padding-left: 0px;
  padding-right: 12px;
}

@media (min-width: 767px) {
  #footer .navbar li {
    display: inline-block;
  }
}

#footer .navbar li:last-child {
  padding-right: 0;
}

#footer .navbar li:last-child a {
  border-right: none;
}

#footer .navbar li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0px 12px 0px 0px;
  font-size: 1rem;
  border-right: 1px solid #57616d;
}

#footer .navbar li a:hover {
  color: #d4ae5f;
}

@media (min-width: 767px) {
  #footer .navbar li a {
    font-size: 0.9rem;
    background-color: transparent;
  }
}

#footer .navigation {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 100;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 767px) {
  #footer .navigation {
    float: right;
    text-align: right;
  }
}

#footer .navigation .nav-sm {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 100;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 767px) {
  #footer .navigation .nav-sm {
    text-align: right;
  }
}

#footer .navigation .nav-sm ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

@media (min-width: 767px) {
  #footer .navigation .nav-sm ul {
    text-align: right;
  }
}

#footer .navigation .nav-sm ul li {
  display: inline-block;
}

#footer .navigation .nav-sm ul li.nav-sm__ig a {
  background-position: -3px -2px;
}

#footer .navigation .nav-sm ul li.nav-sm__fb a {
  background-position: -43px -2px;
}

#footer .navigation .nav-sm ul li.nav-sm__tw a {
  background-position: -83px -2px;
}

#footer .navigation .nav-sm ul li.nav-sm__yt a {
  background-position: -123px -2px;
}

#footer .navigation .nav-sm ul li a {
  display: block;
  padding: 16px;
  border-radius: 50%;
  background-color: rgba(38, 38, 38, 0.2);
  text-indent: 1000px;
  overflow: hidden;
  height: 36px;
  width: 36px;
  background-image: url("../images/sm_sprite.png");
}

#footer .navigation .nav-sm ul li a:hover {
  background-color: rgba(38, 38, 38, 0.54);
}

@media (max-width: 840px) {
  input[type="checkbox"] ~ label,
  input[type="radio"] ~ label {
    width: 90%;
  }
  .tc-box {
    margin-right: 14px;
  }
}
@media (max-width: 580px) {
  #header_text .hero {
    height: 30vh;
  }
  .p62 #content .container h1,
  #form_holder #form_titles h1 {
    font-size: 2.2rem;
  }
  .p62 .goldbox h2 {
    width: 100%;
  }
  #footer .biglink {
    margin: 1.5rem auto 2.5rem auto;
  }
  #footer .biglink a {
    font-size: 1.35rem;
  }
  .tc-box {
    margin-right: 24px;
  }
  #header_text .header #gallerycontainer_imgitem_19540 {
    display: none;
  }
  #header_text .header #gallerycontainer_imgitem_19541 {
    display: block;
  }
}
@media (max-width: 460px) {
  #header_text .hero {
    height: 25vh;
  }
  #header_text .hero .container .hero_title {
    margin-top: 1.25rem;
  }
  .p62 #content .container h1,
  #form_holder #form_titles h1,
  .p62 #content .container h3 {
    font-size: 1.85rem;
  }
  .p62 .cta a {
    font-size: 1.35rem;
  }
  .p62 .goldbox {
    padding: 2rem;
  }
  .p62 .goldbox h2 {
    font-size: 2.2rem;
  }
  #footer .footer__logo img {
    width: 180px;
  }
}
