/*==============================

font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;

==============================*/


/*==============================
    #GLOBAL DEFAULTS
==============================*/
body {
  color: #000;
  background-color: #fff;
  font: 400 17px/1.45 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
    
  /* Font Variant */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;

  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body > div {
  font-size: 17px;
}
img, iframe {
  border: none;
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font: 700 24px/1.2 'Oswald', sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
}
p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  transition: 0.5s ease;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: none;
}
ul, ol {
  padding: 0;
  margin: 0;
}
ul li, ol li {
  list-style: none;
}
ul:not([class]) li, 
ol:not([class]) li {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 2.5rem;
  counter-increment: li;
}
ul:not([class]) li::before, 
ol:not([class]) li::before {
  content: '';
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  background-color: #fff;
  border-radius: 50%;
  top: 0.5em;
  left: 2.5rem;
  background-color: #ffcc00;
}
ol:not([class]) li::before {
  content: counter(li) '. ';
  font-size: 100%;
  font-family: inherit;
  font-weight: 700;
  padding-top: 0;
  width: 3rem;
  text-align: right;
  background-color: transparent;
  left: 1rem;
  top: 0;
}





/*==============================
    #DEFAULT OVERRIDES
==============================*/
.section-wrap {
  background: #fff url() no-repeat top center / cover;
}
.section-wrap .container {
  /*max-width: 78.125vw;*/
  max-width: 1500px;
}




/*==============================
    #CSS LIBRARY
==============================*/
nl { display: block; }
.hide { display: none; }

/* Fonts */
:root {
  --color1: #bb0000; /* red */
  --color2: #16A80B; /* green */
}
.font-color1 { color: var(--color1) }
.font-color2 { color: var(--color2) }



/*==============================
    #HEADER
==============================*/
.header {
  padding: 18px 80px;
  background-color: #000;
}
.header .row {
  align-items: center;
}
.header .logo {
  /*max-width: 9.01vw;*/
  max-width: 172px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .text {
  color: #fff;
  /*max-width: 28.385vw;*/
  max-width: 545px;
  margin-left:  auto;
  margin-right: 0;
}



/*==============================
    #FOOTER
==============================*/
.footer {
  background-color: #1e1e1e;
  background-image: url(../img/order-main-bg.jpg);
  padding: 18px 0;
}
.footer a {
  color: #fff;
  display: block;
  text-align: center;
}
.footer a:hover {
  opacity: .85;
}


/*==============================
    #MAIN
==============================*/
.body-inner {
	overflow:hidden;
}
/* #SEC1 */
.sec1 {
  padding-left: 80px;
  padding-right: 80px;
}
.sec1 .col-xl-6:first-child {
  padding: 35px 80px 35px 15px;
}
.sec1 .col-xl-6:first-child h2 {
  color: var(--color1);
}
.sec1 .col-xl-6:first-child .gray-box {
  position: relative;
  background-color: #f0f0f0;
  padding: 15px 20px;
  margin-bottom: 45px;
}
.sec1 .col-xl-6:first-child .gray-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 36px;
  background: url(../img/gray-arrow.png) no-repeat center / 100% 100%;
  bottom: -36px;
  left: 0;
}
.sec1 .col-xl-6:first-child .form-header {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
.infusion-form .infusion-field {
  margin-bottom: 20px;
}
.infusion-form input[type=text], 
.infusion-form input[type=email] {
  width: 100%;
  background: #fffff3;
  border: 2px solid #8f8e8e;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 13px -8px rgba(0,0,0,0.75);
  display: block;
}
.infusion-form .infusion-option [type=checkbox] {
  display: none;
}
.infusion-form .infusion-option [type=checkbox] + label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #525252;
  position: relative;
  padding-left: 25px;
  font-style: italic;
}
.infusion-form .infusion-option [type=checkbox] + label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #b1b1b1;
  display: block;
  top: 4px;
  left: 0;
  border-radius: 3px;
}
.infusion-form .infusion-option [type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(../img/checkbox-tick.png) no-repeat center / contain;
  display: block;
  left: 2px;
  top: 7px;
}
.infusion-form .infusion-submit button {
  color: #fff;
  background-color: #16A80B;
  width: 100%;
  font-weight: 700;
  font-size: 1.2vw;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.17);
  padding: 15px 10px 12px;
  border: none;
  border-bottom: 10px solid rgba(0, 0, 0, .3);
  outline: none;
}
.infusion-form input.error-field[type=email],
.infusion-form input.error-field[type=checkbox]+label:before {
  border-color: #f00;
}
.infusion-form .infusion-field.error-field-wrap:after {
  content: "Please make sure your email addresses match";
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #f00;
}
.form-footer {
  color: #525252;
  text-align: center;
  margin-top: 5px;
}

.testi-wrap {
  background-color: #f0f0f0;
  padding: 35px 20px;
  position: relative;
}
.testi-wrap:before {
    background: #f0f0f0;
    height: 100%;
    width: 50%;
    left: 100%;
    position: absolute;
    content: '';
	top: 0;
}
.testi-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.testi-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.testi-item .img {
  width: 80px;
  padding-right: 15px;
}
.testi-item .img img {
  display: block;
  border-radius: 50%;
}
.testi-item .content {
  width: calc(100% - 80px);
}
.testi-item .content p {
  margin-bottom: 10px;
}
.testi-disclaimer {
  text-align: center;
  font-size: 12px;
}
.mobile-title {
	display: none;
    text-align: center;
    font-size: 20px;
    font-family: Oswald;
    font-weight: 700;
    font-style: normal;
   	margin-bottom: 20px;
}


/*==============================
    #MEDIA QUERIES
==============================*/
@media only screen and (max-width:1499px) {
.sec1 .col-xl-6:first-child {
	-ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.sec1 .col-xl-6:last-child {
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
}
@media only screen and (max-width:1200px) {
  body {
    font-size: 1.8rem;
  }
  div > p {
    font-size: 1.8rem;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .section-wrap .container,
  .footer.section-wrap .container {
    max-width: 100%;
  }
  .header {
    padding: 2.5rem 0;
  }
  .header .logo {
    max-width: 20rem;
    margin: 0 auto 1.3rem;
  }
  .header .text {
    max-width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .sec1 .col-xl-6:first-child {
    padding: 2rem 1.5rem;
  }
  .sec1 .col-xl-6:first-child .gray-box {
    padding: 2rem 2.5rem;
    margin-bottom: 3.5rem;
  }
  .sec1 .col-xl-6:first-child .gray-box::after {
    height: 2.6rem;
    bottom: -2.6rem;
  }
  .sec1 .col-xl-6:first-child .form-header {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .infusion-form input[type=text], 
  .infusion-form input[type=email] {
    padding:  1rem 2rem;
    font-size: 1.8rem;
    border-radius: 4px;
  }
  .infusion-form .infusion-option [type="checkbox"] + label {
    font-size: 1.5rem;
    padding-left: 3rem;
    margin-bottom: 1rem;
  }
  .infusion-form .infusion-option [type="checkbox"] + label::before {
    top: 4px;
    width: 1.8rem;
    height: 1.8rem;
  }
  .infusion-form .infusion-option [type="checkbox"]:checked + label::after {
    top: 5px;
    width: 1.6rem;
    height: 1.5rem;
  }
  .infusion-form .infusion-submit button {
    font-size: 2rem;
    padding: 1.5rem 2rem;
  }
  .form-footer {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
  .testi-wrap {
    padding: 3rem 2rem;
  }
  .testi-item {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .testi-item .img {
    width: 7rem;
    padding-right: 2rem;
  }
  .testi-item .content {
    width: calc(100% - 7rem)
  }
  .testi-item .content p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .testi-disclaimer {
    font-size: 1.4rem;
  }
  .footer {
    padding: 2.5rem 0;
  }
  .footer a {
    font-size: 1.5rem;
  }
  

}
@media only screen and (max-width:960px) {
.sec1 {
    padding-left: 25px;
    padding-right: 25px;
}
.header .text {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    line-height: 1;
}
.sec1 .col-xl-6:first-child, .sec1 .col-xl-6:last-child {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.sec1 .col-xl-6:first-child h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.sec1 .col-xl-6:first-child .gray-box p {
    font-size: 21px;
}
p.form-header {
    font-size: 16px !important;
}
.infusion-form input[type="text"], .infusion-form input[type="email"] {
    font-size: 16px;
    padding: 16px 18px;
    line-height: 1;
}
.infusion-form .infusion-option [type="checkbox"] + label {
    font-size: 14px;
    max-width: 90%;
}
.infusion-form .infusion-submit button {
    font-size: 18px;
    max-width: 340px;
    margin: 0 auto 10px;
    display: block;
    width: 100%;
}
.form-footer {
    font-size: 15px;
    margin-bottom: 30px !important;
}
.mobile-title {
	display: block;
}
.testi-wrap {
    margin-left: -40px;
    margin-right: -40px;
}
.testi-item .content p {
    font-size: 13px;
}
.testi-item .content p:last-child {
    font-size: 15px;
}
.testi-item .img {
    width: 80px;
}
.testi-item .content {
    width: calc(100% - 80px);
}
.testi-item .img img {
    width: 50px;
}
.footer a {
	font-size: 16px;
}
}
@media only screen and (max-width:767px) {
  nl { display: inline; }
  
}
@media only screen and (max-width:600px) {
p.form-header {
    font-size: 14px !important;
}
.sec1 .col-xl-6:first-child .gray-box p {
    font-size: 4vw;
}
}

@media only screen and (max-width:480px) {
    .header .text {
		display:none;
    }
    .sec1 .col-xl-6:first-child h2 {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 23px;
    	padding: 10px 0;
    }
    .header {
        padding: 2rem 0;
    }
    .header .logo {
    	margin-bottom:0;
    }
}


/*==============================
    #FONT SIZING
==============================*/
html { font-size: 62.5%; }
@media only screen and (max-width:1600px) { html { font-size: 56.3%;  } }
@media only screen and (max-width:1440px) { html { font-size: 50%;    } }
@media only screen and (max-width:1280px) { html { font-size: 48%;    } }
@media only screen and (max-width:1023px) { html { font-size: 46%;    } }
@media only screen and (max-width:960px)  { html { font-size: 50%;      } }
@media only screen and (max-width:767px)  { html { font-size: 55.5555%; } }