/*
Theme Name: Cotton LEADS
Template: Divi
Author: John Salisbury - Shelton Group
Author URI: http://www.sheltongrp.com
Description: Custom child theme for Cotton LEADS, designed by John Salisbury at Shelton Group
Version: 2

*/

/* Body Fix */

#page-container {
  overflow: hidden;
}

/* Custom High-Level Page + Post Styles */

/*Stories Grid*/

#story-pagination {
	padding-bottom: 200px;
}

.stories-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

.stories-grid li {
  width: 30%;
  padding: 10px;
  transition: all 0.2s ease;
  background-color: #fff;
}

.stories-grid li:hover {
  background-color: #f5f4f3 !important;
}

.stories-grid li:nth-of-type(3n+0) {
  margin-left: 1%;
}

.stories-grid li:nth-of-type(3n+1) {
  margin-right: 1%;
}

.stories-grid li:nth-of-type(3n+2) {
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.stories-grid .story-name {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 4px;
}

.stories-grid .story-location {
  font-style: italic;
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  margin-bottom: 1em;
}

.stories-grid .story-excerpt {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  margin-top: 1em;
}

.stories-grid a:last-of-type {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

.stories-grid a:last-of-type:hover {
  opacity: 0.7;
}

/*Field Stories Slider */

.owl-item {
  padding: 10px;
  transition: all 0.2s ease;
  background-color: #fff;
}

.owl-item:hover {
  background-color: #f4f4f4;
}

.owl-item h3 {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 4px;
}

.owl-item h5 {
  font-style: italic;
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  margin-bottom: 1em;
}

.owl-item p {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  margin-top: 1em;
}

.owl-item a:last-of-type {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

.owl-item a:last-of-type:hover {
  opacity: 0.7;
}

.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  margin: auto;
  width: 30px;
  display: table;
  text-align: center;
  height: 100%;
}

.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  width: 30px;
  display: table;
  text-align: center;
	  height: 100%;

}

.owl-prev i, .owl-next i {
  display: table-cell;
  font-size: 60px;
  color: #b3b3b3;
  transition: opacity 0.2s ease;
	vertical-align: middle;
}

.owl-prev i:hover, .owl-next i:hover {
  opacity: 0.7;
}

.single-field_stories #main-content .container, .single-partner_stories #main-content .container, .single-cotton_resources #main-content .container, .single-partner_resources #main-content .container, .single-news #main-content .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.single-field_stories #main-content .container:before, .single-partner_stories #main-content .container:before, .single-cotton_resources #main-content .container:before, .single-partner_resources #main-content .container:before, .single-news #main-content .container:before {
  display: none;
}

.single-field_stories #main-content .container #left-area, .single-partner_stories #main-content .container #left-area, .single-cotton_resources #main-content .container #left-area, .single-partner_resources #main-content .container #left-area, .single-news #main-content .container #left-area {
  padding: 0;
  width: 100%;
}

.single-field_stories #main-content .container #left-area article, .single-partner_stories #main-content .container #left-area article, .single-cotton_resources #main-content .container #left-area article, .single-partner_resources #main-content .container #left-area article, .single-news #main-content .container #left-area article {
  margin-bottom: 0;
}

.single-field_stories #main-content .container #left-area article .et_post_meta_wrapper, .single-partner_stories #main-content .container #left-area article .et_post_meta_wrapper, .single-cotton_resources #main-content .container #left-area article .et_post_meta_wrapper, .single-partner_resources #main-content .container #left-area article .et_post_meta_wrapper, .single-news #main-content .container #left-area article .et_post_meta_wrapper {
  display: none !important;
  visibility: hidden;
}

.single-field_stories #main-content .container #sidebar, .single-partner_stories #main-content .container #sidebar, .single-cotton_resources #main-content .container #sidebar, .single-partner_resources #main-content .container #sidebar, .single-news #main-content .container #sidebar {
  display: none !important;
}

.single-field_stories h1.white.upper.bold, .single-partner_stories h1.white.upper.bold, .single-news h1.white.upper.bold {
  line-height: 0.9em !important;
}

.single-field_stories h1 span, .single-partner_stories h1 span, .single-news h1 span {
  font-size: 26px;
}

.single-field_stories .et_pb_row_2, .single-partner_stories .et_pb_row_2, .single-news .et_pb_row_2 {
  padding-bottom: 0;
}

.simple-news {
  padding: 27px 0 !important;
}

.story-text h3 {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
}

.story-text p, .story-text li {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
}

.story-text a {
  /* display: inline-block; */
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

.story-text a:hover {
  opacity: 0.7;
}

/*Resources*/

.resources .et_pb_code_inner {
  display: flex;
  position: relative;
  width: 100%;
}

.resources .org img {
  max-width: 100px !important;
  max-height: 100px !important;
  transition: opacity 0.2s ease;
}

.resources .org img:hover {
  opacity: 0.8;
}

.resources .org-text h5 {
  padding: 0 !important;
}

.resources .org-text p span {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  display: inline-block;
  padding-bottom: 1em;
}

.resource-row {
  width: 80%;
  max-width: 1080px;
  margin: 81px auto;
  display: flex;
  flex-wrap: wrap;
}

.cotton_resources .resource-row {
margin: 0 auto 81px;
}

.resources-list .resourceFtd {
padding: 70px 24px 24px;
background: #f2f2f2;
}

.resources-list .resourceFtd h6 {
position: absolute;
left: 24px;
top: 22px;
font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
font-size: 16px;
line-height: 1.6em;
padding: 0;
}

.resource-row .org-text a:first-of-type {
  text-decoration: none !important;
  padding-top: 0 !important;
}

.resource-row .resource-left {
  width: 30%;
  margin-right: 5%;
}

.resource-row .resource-right {
  width: 65%;
}

.resource-row .resource-left .impact-sidebar {
  padding: 20px 18px 50px;
}

.resource-categories h5 {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  padding-bottom: 24px;
}

.tag-list {
  padding: 0 !important;
}

.tag-list li {
  display: inline !important;
}

.tag-list li:last-of-type span {
  display: none !important;
}

.resource-left .impact-sidebar #sidebar-four {
  border-bottom: 0 !important;
  text-align: right;
}

.resource-left .impact-sidebar #sidebar-four .sidebar-top {
  padding-right: 0 !important;
}

.resource-btn {
  font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
  color: #fff !important;
  text-transform: uppercase !important;
  font-style: italic !important;
  border-radius: 4px !important;
  border: 2px solid #a2d6df !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  background-color: #a2d6df !important;
  transition: all 0.2s ease !important;
  padding: 7px 24px;
  margin: auto;
  display: block;
  max-width: 224px;
  text-align: center;
}

.resource-btn:hover {
  color: #a2d6df !important;
  border-radius: 4px !important;
  border: 2px solid #a2d6df !important;
  background-color: #fff !important;
}

.resource-sep {
  width: 100%;
  padding: 0;
  margin: 80px auto 20px;
  border-top:1px solid #c9c9c9;
}

.view-all {
  text-align: left;
  display: block;
  transition: opacity 0.2s ease;
  font-size: 16px;
}

.view-all span {
  text-decoration: underline;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
}

.view-all:hover {
  opacity: 0.7;
}

.social-holder {
  margin-bottom: 80px !important;
  text-align: left;
}

.slider-wrap {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.slider-wrap .social-holder h6 {
  font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #cccccc;
  padding-bottom: 8px;
}

.slider-wrap .social-holder a i {
  display: inline-block;
  background-color: #cccccc;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.2s ease;
}

.slider-wrap .social-holder a i:hover {
  background-color: #9d9e9e;
}

.slider-wrap .social-holder a i:last-of-type {
  margin-right: 0;
}

.slider-holder {
  margin-bottom: 60px;
}

.slider-holder .blue-hdr {
  font-size: 27px;
  padding-bottom: 20px;
}

.slider-fix, .slider-fix .et_pb_row_4 {
  padding-bottom: 0 !important;
}

/* END of Custom High-Level Page + Post Styles */


/* Misc. Text + Positioning Styles */

h2.grey-lt, h3.grey-lt, h3.white {
  font-family:'Trade Gothic LT W01 Bold', sans-serif;
  font-size: 50px;
  line-height: 1em;
}

h2.grey-lt span {
  font-size: 146px;
  line-height: 0.8em;
}

h3.grey-lt span, h3.white span {
  font-size: 90px;
  line-height: 0.8em;
}

h1.grey-med {
  font-family:'Avenir LT W01_45 Book O1475514', sans-serif;
  font-size: 18px;
}

a.blue-lt.underline {
  font-size: 18px;
  font-family:'Avenir LT W01_85 Heavy_1475550', sans-serif;
  display: block;
}

.page-id-73 p, .page-id-4036 p {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  font-size: 14px;
}

/*Font Weights*/

p {
  font-weight: normal;
}

.light {
  font-weight: 300;
}

.med {
  font-weight: 600;
}

.bold {
  font-weight: bolder;
}

.white {
  color: #fff;
}

.grey {
  color: #4d4d4d;
}

.grey-lt {
  color: #e6e6e6;
}

.grey-med {
  color: #999999;
}

.orange {
  color: #ff9600;
}

.blue-lt {
  color: #a2d6df;
}

.blue-eighty {
  color: #005284;
  opacity: 0.85;
}

.blue-fourty {
  color: #3caabc;
  opacity: 0.4;
}

.green {
  color: #459360;
}

.upper {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: underline !important;
}

.indent {
  padding-left: 60px;
}

sub {
  font-size: 0.6em;
}

.ease {
  transition: opacity 0.2s ease;
}

.ease:hover {
  opacity: 0.7 !important;
}

/* Misc. Homepage Styles */

.white-box, .white-box-two {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  opacity: 0;
  transition: opacity 1s linear;
}


.white-box-two h3.grey-lt {
  color: #c6c6c6;
  padding-bottom: 44px !important;
}

.green-box {
  background-color: rgba(69, 147, 96, 0.9);
  padding: 90px 30px;
  opacity: 0;
  transition: opacity 1s linear;
}

.black-box {
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 1s linear;
  z-index: 1;
}

.who-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px 40px;
  opacity: 1;
  transition: opacity 1s linear;
}

.hero-text h1 {
padding-top: 26px !important;
}

h3.grey-lt, h3.white {
padding-bottom: 50px !important;
}

.white-box p, .green-box p, .black-box p, .orange-box p, .white-box-two p {
padding-bottom: 40px !important;
opacity: 0;
transition: opacity 1s linear;
}

.who-box p {
transition: opacity 1s linear;
font-size: 24px;
color: #b3b3b3;
font-weight: bolder;
padding: 38px 0 10px;
line-height: 1.2em;
font-family: 'Avenir LT W01_95 Black_1475562', sans-serif;
}

.page-id-74 #sec-2 .who-box h6 {
  transition: opacity 1s linear;
  font-size: 24px;
  color: #b3b3b3;
  font-weight: bolder;
  padding: 38px 0 10px;
  line-height: 1.2em;
  font-family: 'Avenir LT W01_95 Black_1475562', sans-serif;
}

.white-box p sup, .who-box p sup {
font-size: 0.6em !important;
}

.black-box h3 {
padding: 40px 40px 50px 40px;
}

.black-box p {
padding: 0 40px 40px;
}

.black-box .et_pb_button_module_wrapper {
margin-bottom: 44px !important;
}

.white-box .et_pb_button_module_wrapper, .white-box-two .et_pb_button_module_wrapper, .green-box .et_pb_button_module_wrapper, .black-box .et_pb_button_module_wrapper, .orange-box .et_pb_button_module_wrapper {
opacity: 0;
}

#progress-offset {
position: absolute;
padding: 0 !important;
margin-top: -40%;
width: 100% !important;
}

#confidence-offset, #leader-offset, #why-offset {
position: absolute;
padding: 0 !important;
margin-top: -30%;
width: 100% !important;
}

#stories-offset {
position: absolute;
padding: 0 !important;
margin-top: -20%;
width: 100% !important;
}

#pure_cotton {
position: absolute;
max-width: 150px;
top: -70px;
right: 100px;
opacity: 0;
transition: opacity 1s ease;
}

#biobased-wrap {
height: 0 !important;
}

#biobased {
position: absolute;
max-width: 170px;
right: 44px;
top: -380px;
z-index: 99;
}

#sec-1 {
padding: 54px 0 80px;
}

#sec-1 .et_parallax_bg {
background-position: -300px 0;
}

#sec-2 {
padding: 140px 0;
background-position: top !important;
}

#sec-3, #sec-5, #sec-6 {
padding: 100px 0 !important;
}

.wide_row {
width: 88%;
}

#five_logos {
width: 100%;
padding: 0 8%;
background-color: rgba(0,0,0,.7);
display: block;
position: relative;
margin: auto;
}

#five_logos img {
max-width: 20%;
display: inline-block;
padding: 17px;
}

#news {
    display: none;
    padding: 0;
    background: #f78807; /* Old browsers */
    background: -moz-linear-gradient(left, #f78807 0%, #ffa537 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f78807 0%,#ffa537 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f78807 0%,#ffa537 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78807', endColorstr='#ffa537',GradientType=1 ); /* IE6-9 */
}

#news h4 {
font-family:'Trade Gothic LT W01 Bold', sans-serif;
text-transform: uppercase;
color: #fff;
font-size: 44px;
text-align: center;
padding: 0;
}

#ftd-news-wrap {
margin-bottom: 0;
}

#ftd-news-post {
height: 100%;
display: table;
}

#ftd-news-post .et_pb_code_inner {
display: table-cell;
vertical-align: middle;
}

#ftd-news-post p {
color: #fff;
font-family:'Avenir LT W01_35 Light1475496', sans-serif;
font-size: 16px;
display: inline;
}

#ftd-news-post a {
color: #fff;
font-family:'Avenir LT W01_35 Light1475496', sans-serif;
font-size: 16px;
padding: 0 0 2px 0;
margin-left: 6px;
transition: all 0.2s ease;
display: inline;
border-bottom: 3px solid rgba(255,255,255,0.4);
}

#ftd-news-post a:hover {
border-bottom: 3px solid rgba(255,255,255,1);
}

#ftd-news-post sup {
font-size: 0.5em;
}

#stories-sec {
  padding-top: 170px;
}

#spool {
  max-width: 180px;
  position: absolute;
  margin: auto;
  top: -90px;
  left: 0;
  right: 444px;
  display: block;
  z-index: 1;
}

#stories-sec h3 {
  font-size: 110px;
  font-family:'Trade Gothic LT W01 Bold', sans-serif;
  text-align: center;
  z-index: 10;
  position: relative;
  margin-bottom: 50px;
}

#stories-farmer {
  width: 624px;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  left: 74px;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all 0.3s ease;
}

#stories-flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

#stories-left, #stories-right {
  max-width: 50%;
  width: 50%;
  display: inline-block;
  position: relative;
  padding: 80px 0 160px;
  transition: all 0.3s ease;
  text-align: center;
}

#stories-left {
  background-color: #95c4c7;
  padding-right: 80px;
}

#stories-right {
  background-color: #fff;
  padding-left: 80px;
}

#stories-left h4, #stories-right h4 {
  font-size: 28px;
  font-style: oblique;
  line-height: 22px;
  transition: all 0.3s ease;
  text-align: left !important;
  display: inline-block;
  font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
}

#stories-left h4 {
  color: #fff;
}

#stories-right h4 {
  color: #e7e7e7;
}

#stories-left h4 span, #stories-right h4 span {
  font-size: 60px;
  line-height: 1em;
}

#index-fixLeft {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

#index-fixRight {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

#left-post {
  margin-top: 30px;
  padding: 40px;
  background-image: url('/wp-content/uploads/2017/11/blue_texture_cotton.png');
  background-size: cover;
  background-repeat: repeat;
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
  max-width: 460px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 6;
}

#right-post {
  margin-top: 30px;
  padding: 40px;
  background-image: url("/wp-content/uploads/2017/11/green_texture_cotton.png");
  background-size: cover;
  background-repeat: repeat;
  opacity: 0;
  transition: all 0.3s ease;
  position: relative;
  max-width: 460px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 6;
}

#left-post .listing-item, #right-post .listing-item {
  text-align: left;
}

#left-post a:first-of-type, #right-post a:first-of-type {
  display: block;
  font-family:'Avenir LT W01_85 Heavy_1475550', sans-serif;
  color: #fff !important;
  text-align: left;
  font-size: 20px;
  margin-bottom: 16px;
  transition: all 0.2s ease;
}

#left-post a:first-of-type:hover, #right-post a:first-of-type:hover {
  opacity: 0.7;
}

#left-post p.excerpt, #right-post p.excerpt {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  font-size: 14px;
  color: #fff !important;
  text-align: left !important;

}

#left-post a:last-of-type, #right-post a:last-of-type {
  display: block;
  font-family:'Avenir LT W01_85 Heavy_1475550', sans-serif;
  text-align: center;
  color: #fff;
  margin: 30px auto 0;
  padding: 4px 20px;
  max-width: 150px;
  border: 4px solid #fff;
  border-radius: 0;
  transition: all 0.2s ease;
}

#left-post a:last-of-type:hover {
  background-color: #fff !important;
  color: #95c4c7 !important;
}

#right-post a:last-of-type:hover {
  background-color: #fff !important;
  color: #459360 !important;
}

/* News Index */

.news-row {
  width: 80%;
  max-width: 1080px;
  margin: 81px auto 160px;
  position: relative;
  display: flex;
}

.news-row .news-left {
  width: 75%;
}

.news-left .stories-grid {
  width: 95%;
  margin: 0 5% 0 auto;
  padding-bottom: 70px;
  border-bottom: 2px solid #c9c9c9;
}

.news-left .stories-grid li {
  width: 48%;
}

.news-left .stories-grid li:nth-of-type(2n+1){
  margin-right: 2%;
  margin-left: 0;
}

.wp-pagenavi {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  padding-top: 20px;
  margin: auto;
  max-width: 90%;
  text-align: center !important;
  border-top: 0 !important;
}

.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  font-size: 18px !important;
  margin: auto;
  padding: 0 10px;
}

.wp-pagenavi span.current {
  color: #000 !important;
  text-decoration: none !important;
}

.wp-pagenavi a, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  text-decoration: underline;
  color: #65bbca !important;
  transition: opacity 0.2s ease;
}

.wp-pagenavi .nextpostslink {
  border-right: 0 !important;
}

.wp-pagenavi a i {
  padding: 0 10px;
}

.wp-pagenavi a:hover {
  opacity: 0.7;
}

article.news .et_pb_section_3 {
  padding-bottom: 0 !important;
}

/* Who We Are Page */

#one_hundred_cotton {
  position: absolute;
  max-width: 166px;
  top: -86px;
  right: 58px;
  opacity: 0;
  transition: opacity 1s ease;
}

.who h1 {
  font-size: 100px;
  font-family:'Trade Gothic LT W01 Bold', sans-serif;
  opacity: 0.8;
  line-height: 0.9em;
}

.big p {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
}

.big h2.blue-hdr {
  color: #a2d6df !important;
  font-size: 54px;
  padding-bottom: 40px;
}

.big h2.blue-hdr.blue-border {
  padding: 12px 20px;
  border: 8px solid #a2d6df;
  display: inline-block;
  margin-bottom: 30px;
  opacity: 0;
}

#post-74 .green-btn {
  margin-top: 1em;
}

#post-74 .et_pb_section_4 {
  background-position: center center;
  padding: 120px 0;
}

#post-74 .et_pb_section_4 .et_pb_column_4 {
  width: 43.25%;
}

#post-74 .et_pb_section_4 .et_pb_code_5 h2, #post-74 .et_pb_section_4 .et_pb_code_5 p {
  opacity: 0;
}

#post-74 .et_pb_section_5 {
  padding-top: 100px;
}

#post-74 .et_pb_section_5 .et_pb_code_6 .et_pb_code_inner div {
  opacity: 0;
}

#post-74 .et_pb_section_6 {
  background-color: #f2f2f2 !important;
}

#post-74 .et_pb_section_6 h2, #post-74 .et_pb_section_6 .et_pb_code_8 p {
  opacity: 0;
}

.principles-wrap {
  padding: 10px 20px;
  border: 5px solid #fff;
  transition: all 0.2s ease;
}

.principles-wrap:hover {
  border-top: 5px solid #f2f2f2;
  border-bottom: 5px solid #f2f2f2;
}

.principles-wrap h2, .principles-wrap p {
  display: inline-block;
}

.principles-wrap h2 {
  padding: 0 20px 0 0;
  font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
  font-size: 54px;
  text-transform: uppercase;
  vertical-align: middle;
}

.principles-wrap p {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  vertical-align: middle;
  transition: all 0.2s ease;
}

#commitment h2 {
  color: #1b759f !important;
}

#commitment:hover p {
  color: #1b759f !important;
}

#recognition h2 {
  color: #4b9560 !important;
}

#recognition:hover p {
  color: #4b9560 !important;
}

#understanding h2 {
  color: #a4d233 !important;
}

#understanding:hover p {
  color: #a4d233 !important;
}

#belief h2 {
  color: #ffb800 !important;
}

#belief:hover p {
  color: #ffb800 !important;
}

#confidence h2 {
  color: #ff9600 !important;
}

#confidence:hover p {
  color: #ff9600 !important;
}

.blurb svg {
  width: 100%;
  max-width: 340px;
  max-height: 216px;
  height: 216px;
}

.blurb h5 {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  padding: 30px 0 0;
}

.blurb p {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 1em 0;
}

a.black-inline {
  display: block;
  color: #1a1a1a;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 16px;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

a.black-inline:hover {
  opacity: 0.7;
}

#post-74 .slider-wrap {
  padding-top: 80px;
}

/* Program Partnership Page */

#continuous_improvements {
  position: absolute;
  max-width: 178px;
  top: -122px;
  right: 140px;
  opacity: 0;
  transition: opacity 1s ease;
}

.partnership h1 {
  font-size: 100px;
  font-family:'Trade Gothic LT W01 Bold', sans-serif;
  opacity: 0.8;
  padding: 0;
  line-height: 0.9em;
}

.partnership span:first-of-type {
  color: #999;
}

.partnership span:last-of-type {
  color: #bfbfbf;
}

#post-75 .et_pb_section_4 {
  padding: 50px 0;
}

#post-75 .et_pb_section_4 {
  background-position: center center;
}

#post-75 .et_pb_section_4 .et_pb_column_4 {
  width: 43.25%;
}

#post-75 .et_pb_section_4 .et_pb_row_3 h2, #post-75 .et_pb_section_4 .et_pb_row_3 p, #post-75 .et_pb_section_4 .et_pb_row_3 h5, #post-75 .green-btn, #post-75 .et_pb_section_5 h2, #post-75 .owl-carousel {
  opacity: 0;
}

#post-75 .green-btn {
  margin-top: 1em;
}

#post-75 .slider-wrap {
  margin: 40px auto 120px;
}

#post-75 #sec-3 {
  background: url('/wp-content/uploads/2018/01/take-the-lead_opt.jpg');
  background-size: cover;
}

.big h5 {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  padding: 1em 0;
}

#post-75 .orange-box, #post-75 .orange-box p, #post-75 .orange-box .et_pb_button_module_wrapper {
  opacity: 0;
}

#post-75 .orange-box h3 {
  padding-bottom: 30px;
  opacity: 0;
}

#post-75 .orange-box h3 span {
  font-size: 112px;
}
#post-5423 .et_pb_section_4 {
  /* padding: 50px 0; */
}

#post-5423 .et_pb_section_4 {
  background-position: center center;
}

#post-5423 .et_pb_section_4 .et_pb_column_4 {
  width: 43.25%;
}

#post-5423 .et_pb_section_4 .et_pb_row_3 h2, #post-5423 .et_pb_section_4 .et_pb_row_3 p, #post-5423 .et_pb_section_4 .et_pb_row_3 h5, #post-5423 .green-btn, #post-5423 .et_pb_section_5 h2, #post-5423 .owl-carousel {
  opacity: 0;
}

#post-5423 .green-btn {
  margin-top: 1em;
}

#post-5423 .slider-wrap {
  margin: 40px auto 120px;
}

#post-5423 #sec-3 {
  background: url('/wp-content/uploads/2020/10/footer-banner.jpg');
  background-size: cover;
}
#post-5423 .cottonlifecycle1 {
	    height: 340px;
   
    
}
#post-5423 #cottonlifecyclesectiontwo .et_pb_text_inner{
	     font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    max-width: 1056px;
    margin: auto;
	
}
#post-5423 #cottonlifecyclesection3 .et_pb_row{
	    width: 100%;
    max-width: 1292px;
    padding-top: 5px;
	
}

#post-5423 #cottonlifecyclesection3 .engineered_material h3{
font-size: 30px;
}

#post-5423 #cottonlifecyclesection3 h3{
	    font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
    font-weight: 700;
    color: #0A9CA2;
    text-align: center;
    font-size: 30px;
    padding-bottom: 4px;
    border-bottom: 4px dashed #0A9CA2;
    margin-bottom: 20px;
}
#post-5423 #cottonlifecyclesection3 .first h3{padding-bottom: 15px;
    padding-top: 21px;}
#post-5423 #cottonlifecyclesection3 .fourth h3{padding-bottom: 15px;
    padding-top: 21px; color:#66C79E; border-color:#66C79E;}
#post-5423 #cottonlifecyclesection3 .second h3{color:#59BABE; border-color:#59BABE;}
#post-5423 #cottonlifecyclesection3 .third h3{color:#99C5CA; border-color:#99C5CA;}
#post-5423 #cottonlifecyclesection3 p{
	    font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
#post-5423 .cottonlifecyclesectionthree  h2{
	      font-family: 'Avenir LT W01_95 Black_1475562', sans-serif;
    color: #A2D6DF;
    font-size: 64px;
    text-align: center;
    border-bottom: 4px dashed #A2D6DF;
    padding-bottom: 12px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 0;
}
#post-5423 .cottonlifecyclesectionthree .et_pb_row{padding-bottom:13px;}
#post-5423 .cottonlifecyclesectionfourth p{
	    font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 20px;margin: auto;
    max-width: 308px;text-align: left;
}
#post-5423 .cottonlifecyclesectionfourth{
	    text-align: center;
}
#post-5423 .cottonlifecyclesectionfourth select{
	background: #e6e6e6;
    border: 0;
    font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 27px;
    margin-top:20px;background: url(/wp-content/themes/cotton-leads/images/selectarrow.jpg) no-repeat right #e6e6e6;
    -webkit-appearance: none;
    background-size: 33px;
    padding-right: 60px;
    background-position: 97% 58%;
}
#post-5423 .cottonlifecyclesectionfifth {
	    margin-top: -40px;
}
#post-5423 .cottonlifecyclesectionfifth .rowone {    max-width: 1050px;
    padding-bottom: 18px;}
#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_1_4 {
	width: 180px;
    margin-right: 0;
}
#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 {
    /*height: 169px;*/
    width: calc( 100% - 184px );
    background: #b58571;
    color: #fff;
    margin-left: 4px;
    transition: all 0.2s ease;
}
#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner{
	padding: 28px 28px 0 28px;
    padding-left: 35px;
    
}
#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner p{
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 25px;
}
#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner p sup{
	font-size: 11px;
    font-weight: bold;
}
#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner a{
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    text-decoration: underline;
}
#post-5423 .cottonlifecyclesectionfifth .row2{
    padding-top: 0;
}
#post-5423 .cottonlifecyclesectionfifth .row2 .et_pb_text_inner{
    text-align: left;
    font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
    color: #4D4D4D;
    font-size: 9px;padding-left: 215px;max-width: 1050px;
    margin: auto;
}
#post-5423 .cottonlifecyclesectionfifth .row2 .et_pb_text_inner a{
    color: #4D4D4D;
}
#post-5423 .cottonlifecyclesectionsix  .et_pb_row{
    width: 100%;
    max-width: 1292px;
}
#post-5423 .cottonlifecyclesectionsix  .et_pb_row_7{
    padding-bottom: 0;
}
#post-5423 .cottonlifecyclesectionsix  .et_pb_row_8{    padding-top: 20px;}
#post-5423 .cottonlifecyclesectionsix h2{
color: #65bbca;
    font-weight: 900;
    font-size: 27px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#post-5423 .cottonlifecyclesectionsix a{color: #66C79E;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    text-decoration: underline;
   font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
    font-size: 20px;    display: block;
    height: 70px;}
#post-5423 .cottonlifecyclesectionsix .et_pb_image a{
	height:auto;
}
#post-5423 .cottonlifecyclesectionsix p{
	    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    padding-top: 15px;
	font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
}
#post-5423 .cottonlifecyclesectionsix p sup{
	
	font-size: 9px;
}
#post-5423 .cottonlifecyclesectionsix .secondcolor a{color:#0A9CA2;}

#post-5423 .cottonlifecyclesectionfourth .toptree {
	max-width: 475px;
  margin: auto;
  padding-top: 10px;
}
#post-5423 .cottonlifecyclesectionfourth .bottomslider{margin-top: -60px;}
#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons{
  width: 400px;
  margin: 0 auto;
}
#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span {
  width: 60px;
  height: 150px;
  overflow: visible;
  margin-bottom: -45px;
  margin-top: 25px;
  position: relative;
  cursor: pointer;
}
#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span img{
  max-width: 60px; 
  cursor:pointer;
  transition: all 0.4s ease;
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
}
#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span .color-icon {
  opacity: 0;
}

#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span.slick-current .grey-icon {
  opacity: 0;
}
#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span.slick-current .color-icon {
  opacity: 1;
  top: -6px;
  max-width: 54px;
}
body[data-cottonstep='2'] #post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span.slick-current .color-icon {
  top: -4px;
}
.cls-circleline-svg-1 {
    isolation: isolate;
}

.cls-circleline-svg-2,
.cls-circleline-svg-5 {
    fill: none;
    stroke: #b68470;
    transition: all 0.15s ease;
}

.cls-circleline-svg-2 {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 13.32px;
}

.cls-circleline-svg-3 {
    mix-blend-mode: multiply;
}

.cls-circleline-svg-4 {
    fill: #b68470;
    transition: all 0.15s ease;
}

.cls-circleline-svg-5 {
    stroke-miterlimit: 10;
    stroke-width: 8.42px;
    stroke-dasharray: 29.14 14.57;
}

.et_pb_module.et_pb_image.stage-1,
.et_pb_module.et_pb_image.stage-2,
.et_pb_module.et_pb_image.stage-3,
.et_pb_module.et_pb_image.stage-4,
.et_pb_module.et_pb_image.stage-5,
.et_pb_module.et_pb_image.stage-6,
.et_pb_module.et_pb_image.stage-7,
.et_pb_module.et_pb_image.stage-8,
.et_pb_module.et_pb_image.stage-9 {
  padding: 0;
  margin: 0;
}

#post-5423 .stage-1,
#post-5423 .stage-2,
#post-5423 .stage-3,
#post-5423 .stage-4,
#post-5423 .stage-5,
#post-5423 .stage-6,
#post-5423 .stage-7,
#post-5423 .stage-7,
#post-5423 .stage-9 {
  transition: all 0.3s ease;
  overflow: hidden;
  display: block;
}

.cottonoption-2,
.cottonoption-3,
.cottonoption-4,
.stage-2,
.stage-3,
.stage-4,
.stage-5,
.stage-6,
.stage-7,
.stage-8,
.stage-9 {
  max-height: 0;
  overflow: hidden;
}

#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 {
  transition: all 0.2s ease;
}

body[data-cottonoption='1'] .cottonoption-1,
body[data-cottonoption='2'] .cottonoption-2,
body[data-cottonoption='3'] .cottonoption-3,
body[data-cottonoption='4'] .cottonoption-4,
body[data-cottonstep='1'] .stage-1,
body[data-cottonstep='2'] .stage-2,
body[data-cottonstep='3'] .stage-3,
body[data-cottonstep='4'] .stage-4,
body[data-cottonstep='5'] .stage-5,
body[data-cottonstep='6'] .stage-6,
body[data-cottonstep='7'] .stage-7,
body[data-cottonstep='8'] .stage-8,
body[data-cottonstep='9'] .stage-9 {
  max-height: none;
}

body[data-cottonoption='1'] .cottonoption-1,
body[data-cottonoption='2'] .cottonoption-1,
body[data-cottonoption='3'] .cottonoption-1,
body[data-cottonoption='4'] .cottonoption-1,
body[data-cottonstep='2'] .stage-1,
body[data-cottonstep='3'] .stage-1,
body[data-cottonstep='4'] .stage-1,
body[data-cottonstep='5'] .stage-1,
body[data-cottonstep='6'] .stage-1,
body[data-cottonstep='7'] .stage-1,
body[data-cottonstep='8'] .stage-1,
body[data-cottonstep='9'] .stage-1 {
  max-height: 0;
} 

#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomsliderbar{
  position: relative;
  margin-top: -20px;
  z-index: -1;
}
#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomsliderbar #circleline {
  position: absolute;
  display: block;
  width: 60px;
  height: auto;
  left: 50%;
  top: -95px;
  transform: translateX(-50%);
}
#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomsliderbar img{
  max-width: 450px;
  margin-top: -50px;
}
#post-5423 .cottonlifecyclesectionfourth .slidercnt{
  padding-top: 20px;
  max-width: 760px;
  margin: auto;
  position: relative;
}

#post-5423 .cottonlifecyclesectionfourth .slidercnt:after{
  content: '';
  position: absolute;
  background-image: url(images/icon.svg);
  overflow: visible;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -29px;
  right: 40px;
}

@media(max-width: 900px) {
  #post-5423 .cottonlifecyclesectionfourth .slidercnt:after{
    display: none;
  }
}

#post-5423 .cottonlifecyclesectionfourth .slidercnt img{    max-width: 110px;
    float: left;
    margin-top: 27px;}
#post-5423 .cottonlifecyclesectionfourth .slidercntright{float: left;
  width: calc( 100% - 110px ); padding-left: 20px;}
#post-5423 .cottonlifecyclesectionfourth .slidercntright h3{      font-size: 30px;
    font-family: 'Trade Gothic LT W01 Bold', sans-serif;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700;}
#post-5423 .cottonlifecyclesectionfourth .slidercntright p{    max-width: none;}
#post-5423 .cottonlifecycle1 .who-box{
	
	    padding: 0;
    background: transparent;
    text-align: right;
}
#post-5423 .cottonlifecycle1 h3{
	font-family: 'Avenir LT W01_95 Black_1475562', sans-serif;
    color: #fff;
    font-size: 42px;
    float: right;
    padding-top: 131px;
    margin-right: -84px;
    
}
.big h5 {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  padding: 1em 0;
}

#post-5423 .orange-box, #post-5423 .orange-box p, #post-5423 .orange-box .et_pb_button_module_wrapper {
  opacity: 0;
}

#post-5423 .orange-box h3 {
  padding-bottom: 30px;
  opacity: 0;
}

#post-5423 .orange-box h3 span {
  font-size: 112px;
}

.logo_slider .owl-item img {
    padding: 44px 0;
    max-width: 130px;
    margin: 0 auto;
}

.logo_slider .owl-item:hover {
  background: #fff !important;
}

/* Join Us Page */

.stories_graphic#become-partner {
  top: 126px;
}

.join h2.blue-hdr {
  padding: 1em 0;
}

.join p {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
}

.join p:first-of-type {
  font-size: 18px;
  line-height: 1.7em;
}

.join ul {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  margin-left: 1em;
}

#join-statement {
  margin: 3em auto 1em;
  padding: 50px;
  background: #f2f2f2;
  position: relative;
  text-align: center;
  opacity: 0;
}

#join-statement h3 {
  position: absolute;
  padding: 0;
  top: 42px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

#join-statement h3 span {
  padding: 0 17px;
  background: #f2f2f2;
}

#join-inner {
  border: 2px solid #b3b3b3;
  padding: 30px;
  position: relative;
  z-index: 1;
}

#post-89 h2.blue-hdr:nth-of-type(2), #post-89 h2.blue-hdr:last-of-type, #post-89 .join ul, #post-89 .join p.last {
  opacity: 0;
}

#gform_wrapper_2 {
  margin: 0 auto;
}

.validation_error {
  padding: 10px !important;
  margin: 10px auto 30px !important;
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif !important;
  font-size: 12px !important;
  font-weight: lighter !important;
  border-top: 1px solid #790000 !important;
  border-bottom: 1px solid #790000 !important;
}

.gfield_error .validation_message {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif !important;
  font-size: 12px !important;
  font-weight: lighter !important;
  padding-top: 6px !important;
}

.gform_confirmation_message {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;
  vertical-align: middle;
  margin-top: 60px;
}

#gform_wrapper_2 .gform_title {
  font-family: 'Avenir LT W01_95 Black_1475562', sans-serif;
  text-transform: uppercase;
  color: #65bbca;
  font-size: 30px;
  padding: 0;
}

#gform_wrapper_2 .gform_description {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
}

#gform_wrapper_2 #gform_fields_2 li label {
  display: none;
}

#gform_wrapper_2 #field_2_1, #gform_wrapper_2 #field_2_5, #gform_wrapper_2 #field_2_6 {
  padding: 0;
}

#gform_wrapper_2 #field_2_4, #gform_wrapper_2 #field_2_7 {
  padding-right: 0;
  padding-left: 8px;
}

#gform_wrapper_2 #field_2_2, #gform_wrapper_2 #field_2_3 {
  padding-right: 8px;
  padding-left: 0;
}

#gform_wrapper_2 #field_2_2, #gform_wrapper_2 #field_2_3, #gform_wrapper_2 #field_2_4, #gform_wrapper_2 #field_2_7 {
  margin-top: 12px;
}

#gform_wrapper_2 #field_2_5, #gform_wrapper_2 #field_2_6 {
  margin-top: 20px;
}

#input_2_1_6_container {
  padding-left: 0.55px;
}

#gform_wrapper_2 input, #gform_wrapper_2 textarea, #gform_wrapper_2 select {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #cecece;
  transition: all 0.2s ease;
}

#gform_wrapper_2 input:active, #gform_wrapper_2 textarea:active, #gform_wrapper_2 select:active {
  border: 1px solid #65bbca;
}

#gform_wrapper_2 input:hover, #gform_wrapper_2 textarea:hover, #gform_wrapper_2 select:hover {
  border: 1px solid #65bbca;
}

#gform_wrapper_2 input:focus, #gform_wrapper_2 textarea:focus, #gform_wrapper_2 select:focus {
  border: 1px solid #65bbca;
}

#gform_wrapper_2 input, #gform_wrapper_2 select {
  padding: 8px 10px;
  line-height: 20px;
}

#gform_wrapper_2 textarea {
  padding: 8px 10px;
  line-height: 1.3em;
  max-height: 114px;
}

#gform_wrapper_2 select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url("/wp-content/uploads/2017/11/dropdown_3.png") no-repeat scroll transparent;
  background-size: 33px;
  background-position: right;
  border-radius: 0;
}

#gform_wrapper_2 input::-webkit-input-placeholder, #gform_wrapper_2 textarea::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
#gform_wrapper_2 input:-moz-placeholder, #gform_wrapper_2 textarea:-moz-placeholder {
    /* FF 4-18 */
    color: #000 !important;
    opacity: 1;
}
#gform_wrapper_2 input::-moz-placeholder, #gform_wrapper_2 textarea::-moz-placeholder {
    /* FF 19+ */
    color: #000 !important;
    opacity: 1;
}
#gform_wrapper_2 input:-ms-input-placeholder, #gform_wrapper_2 textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
    opacity: 1;
}

#gform_wrapper_2 input::placeholder, #gform_wrapper_2 input::placeholder {
  color: #000 !important;
  opacity: 1;
}

#gform_wrapper_2 #field_2_8 input {
  margin: 0 4px 0 0;
}

#gform_wrapper_2 #field_2_8 label {
  display: inline-block !important;
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  color: #000;
  font-size: 16px;
}

#gform_wrapper_2 #field_2_8 label.gfield_label {
  display: none !important;
}

#gform_wrapper_2 #input_2_8 {
  margin-top: -8px;
}

#gform_wrapper_2 .gform_footer {
  text-align: right;
}

#gform_wrapper_2 .gform_footer #gform_submit_button_2 {
  font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
  color: #fff;
  background-color: #65bbca;
  margin-right: 0;
  padding: 12px 60px;
  border-radius: 4px;
  border: 1px solid #65bbca;
  transition: opacity 0.2s ease !important;
}

#gform_wrapper_2 .gform_footer #gform_submit_button_2:hover {
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight: normal !important;
}

/* Sustainable Production Page */

#post-76 .big h2.blue-hdr {
  padding-bottom: 10px;
}

#one_hundred_cotton_two {
  position: absolute;
  max-width: 170px;
  top: -104px;
  right: 74px;
  transition: opacity 1s ease;
}

#post-76 .et_pb_section_3 {
  padding-bottom: 0 !important;
}

#post-76 .et_pb_carousel {
  display: none !important;
}

#post-76 .big h5 {
  padding: 0 0 0.2em;
}

#post-76 .et_pb_section_4 .et_pb_column_1_3 {
  width: 40%;
  margin-right: 5%;
}

#post-76 .et_pb_section_4 .et_pb_column_2_3 {
  width: 55%;
}

#united-states, #australia {
  min-height: 230px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}

#united-states {
  margin-bottom: 26px;
  background: url('/wp-content/uploads/2017/12/us_map_cotton.png');
}

#australia {
  background: url('/wp-content/uploads/2017/12/aus_map_cotton.png');
}

.maps-text {
  position: absolute;
  left: 0;
}

.maps-text a {
  display: block;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 16px;
  text-decoration: underline;
  color: #65bbca;
  padding-top: 0.5em;
  transition: opacity 0.2s ease;
}

.maps-text a:hover {
  opacity: 0.7;
}

#united-states .maps-text {
  bottom: 6px;
}

#australia .maps-text {
  padding-top: 60px;
}

#sustainability-up {
  opacity: 0;
}

#post-76 .et_pb_section_6 {
  padding: 54px 0 100px;
}

#post-76 .owl-carousel.accountability {
  padding-top: 20px;
}

#post-76 .owl-carousel svg {
  max-height: 138px !important;
  width: 100%;
  display: block;
  margin: 0 auto;
}

#post-76 .owl-carousel img {
  max-height: 138px !important;
  width: auto;
  display: block;
  margin: 0 auto;
}

#post-76 .owl-carousel .owl-item:hover {
  background: #fff !important;
}

#post-76 .owl-carousel .owl-item h5 {
  font-style: normal !important;
  padding: 0 !important;
  margin: 2em 0 1em;
}

#post-76 .owl-carousel .owl-item p {
  margin-bottom: 1em;
}

#post-76 .owl-carousel .owl-item a {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  margin: 0 auto;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

#post-76 .owl-carousel .owl-item a:last-of-type {
  margin-bottom: 1em;
}

#post-76 .et_pb_code_4,#maps-wrap,#post-76 .et_pb_video_slider,#post-76 .et_pb_row_5,#post-76 .et_pb_row_6,#one_hundred_cotton_two {
  opacity: 0;
}

#transparency {
	margin: 0 auto !important;
	padding: 0 !important;
}

#transparency .et_pb_row {
	margin: 0 auto !important;
	padding: 0 !important;
}

/*Main Menu Styles*/

#main-header {
  padding: 10px 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

#logo {
  max-height: 46px;
}

#et-top-navigation {
  margin-bottom: 33px;
}

#et-top-navigation nav ul li:hover a {
  opacity: 1 !important;
}

#et-top-navigation nav ul li a {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #999999 !important;
  border-bottom: 3px solid #fff;
  transition: none !important;
}

#menu-item-109 a, #menu-item-112 a {
  padding-right: 0 !important;
}

#menu-item-109 a:after, #menu-item-112 a:after {
  display: none !important;
}

.sub-menu {
  border-top: none !important;
  padding: 0 !important;
  transition: all 0.2s ease;
}

.et_header_style_left .mobile_menu_bar {
  padding-bottom: 0;
}

#top-menu li li:first-of-type {
  margin-top: 4px;
}

#top-menu li li:last-of-type {
  margin-bottom: 4px;
}

/*Secondary Menu Styles*/

#top-header {
  background-color: #ebebeb !important;
  padding: 2px 0;
}

#et-secondary-menu ul li {
  color: #a0a0a0 !important;
  font-weight: normal !important;
  transition: opacity 0.2s ease !important;
}

#et-secondary-menu ul li:hover {
  opacity: 0.7 !important;
}

#et-secondary-menu ul li a {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  color: #636363 !important;
  font-weight: normal !important;
  font-size: 12px !important;
}

/*Mobile Menu Styles*/

.et_mobile_menu {
  border-top: 8px solid #95c4c7 !important;
  padding: 0 !important;
  top: 93px;
}

.mobile_menu_bar:before {
  font-size: 36px;
  color: #95c4c7 !important;
}

.et_mobile_menu li a {
  padding: 14px 5% !important;
  font-family:'Avenir LT W01_35 Light1475496', sans-serif !important;
  font-weight: lighter;
}

/*Footer Styles*/

#footer-bottom {
  padding: 24px 0 !important;
}

#footer-info {
  float: left !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
}

#footer-left {
  display: inline-block;
  line-height: 44px;
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 14px !important;
  color: #808080 !important;
}

#footer-left a {
  font-weight: normal;
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 14px !important;
  color: #808080 !important;
}

#footer-left span {
  font-size: 0.5em;
  line-height: 2em;
  display: inline-block;
  vertical-align: text-top;
}

#footer-right {
  float: right;
}

#footer-right img {
  display: block;
  max-width: 148px;
  position: absolute;
  top: 5px;
  right: 0;
}

/*Parallax Effects*/

.parallax-wrapper {
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
perspective: 2px;
}

/*CSS Preloader Styling*/

#loader-img {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  max-width: 80px;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

#loader {
  display: block;
  position: relative;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  margin: auto;
  border: 5px solid transparent;
  border-top-color: #a2d6df;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  z-index: 1003;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 4px solid transparent;
    border-top-color: #52a093;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #a1cd3a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 1002;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.loaded #loader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.loaded #loader-wrapper {
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        visibility: hidden;
}

/*Button Styles*/

.blue-btn {
  color: #fff !important;
  text-transform: uppercase !important;
  font-style: italic !important;
  border-radius: 4px !important;
  border: 2px solid #a2d6df !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  background-color: #a2d6df !important;
  transition: all 0.2s ease !important;
  padding: 7px 24px;
}

.blue-btn:hover {
  color: #a2d6df !important;
  border-radius: 4px !important;
  border: 2px solid #a2d6df !important;
  background-color: #fff !important;
  padding: 7px 44px 7px 22px !important;
}

.blue-btn:after {
  line-height: 1.3em !important;
	top: 50% !important;
    transform: translateY(-50%);
}

.white-grn {
  color: #459360 !important;
  text-transform: uppercase !important;
  font-style: italic !important;
  border-radius: 4px !important;
  border: 2px solid #fff !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  background-color: #fff !important;
  transition: all 0.2s ease !important;
  padding: 7px 24px;
}

.white-grn:hover {
  color: #fff !important;
  border-radius: 4px !important;
  border: 2px solid #fff !important;
  background-color: #459360 !important;
  padding: 7px 44px 7px 22px !important;
}

.white-grn:after {
  line-height: 1.3em !important;
	top: 50% !important;
    transform: translateY(-50%) !important;
}

.green-btn {
  color: #fff !important;
  text-transform: uppercase !important;
  font-style: italic !important;
  border-radius: 4px !important;
  border: 2px solid #459360 !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  background-color: #459360 !important;
  transition: all 0.2s ease !important;
  padding: 7px 24px;
}

.green-btn:hover {
  color: #459360 !important;
  border-radius: 4px !important;
  border: 2px solid #459360 !important;
  background-color: #fff !important;
  padding: 7px 44px 7px 22px !important;
}

.green-btn:after {
  line-height: 1.3em !important;
	top: 50% !important;
    transform: translateY(-50%);
}

/*Template Hero Section*/

.header-wrap {
  height: 340px;
  display: table;
  width: 100%;
}

.header-text {
  display: table-cell;
  vertical-align: middle;
}

.header-text .et_pb_column.et-last-child {
  max-width: 1080px;
  margin: auto !important;
  float: none !important;
}

.header {
  max-width: 600px;
  text-align: left;
  margin-bottom: 0 !important;
  padding: 0;
}

.header h1 {
  padding: 0;
  font-family: 'Avenir LT W01_95 Black_1475562', sans-serif;
  font-size: 38px;
  line-height: 1.25em;
}

.header h1 sup {
  font-size: 0.4em;
  bottom: 1.2em;
  padding-left: 4px;
}

#hero-animate h2, #hero-animate h1, #hero-animate a {
  opacity: 0;
}

/*Small Header + Text Section*/

.std h3 {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 22px;
  margin: 0 auto;
  padding: 26px 0;
  line-height: 1.2em;
}

.std h2.blue-hdr {
  padding-bottom: 1em;
}

.std p {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
}

.std a {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  font-size: 16px;
  text-decoration: underline;
  display: inline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

.std a:hover {
  opacity: 0.7;
}

.std ul, .std ol {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  list-style-position: outside;
  margin-left: 20px;
}

.std blockquote {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0 0 0 1.5em;
  margin: 1em auto 1em;
  border-color: #65bbca;
}

h5.small {
font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
font-size: 18px;
margin: 0 auto;
padding: 0;
line-height: 1.2em;
}

/*Universal paragraph text*/

.black-p {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  padding: 0;
}

.black-p sup {
  font-size: 0.4em;
  bottom: 1.2em;
}

.black-p span {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
}

/* Impact Area + Accountability Down the Chain Styles */

.std-sec {
  padding-bottom: 160px !important;
}

.std.template:first-of-type h3 {
  padding-top: 0;
}

.std.template {
  margin: 0 auto !important;
  padding-bottom: 26px;
}

.std.template:last-of-type {
  padding-bottom: 0;
}

.std.template.hdr-only {
  padding-bottom: 0 !important;
}

.std-img, .std-img-two {
  margin: 0 auto !important;
  padding-bottom: 26px;
}

.std-img-two {
  padding-top: 26px;
}

.btn-module {
  margin-top: 90px;
}

.module-wrap {
  margin-top: 12px;
  display: flex;
  width: 100%;
}

.module-wrap a {
  width: 48%;
}

.module-wrap a:first-of-type {
  margin-right: 4%;
}

.module-btn {
  text-align: center;
  text-transform: uppercase !important;
  font-style: italic !important;
  font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
  font-size: 16px !important;
  font-weight: bolder !important;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background: #65bbca;
  border-radius: 4px;
  transition: all 0.2s ease !important;
}

.module-btn:hover {
  opacity: 0.7;
}

/*Paragraph Link Styles*/

a.inline-a {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

a.inline-a:hover {
  opacity: 0.7;
}

/*Founders Page*/

.org-wrap .blue-hdr {
  padding-bottom: 50px;
}

.blue-hdr {
  font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
  text-transform: uppercase;
  color: #65bbca;
  font-size: 30px;
}

.org {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.org-wrap .org:last-of-type {
  margin-bottom: 0;
}

.org img {
  max-width: 150px;
  max-height: 150px;
}

.org-text {
  padding-left: 40px;
  text-align: left;
  flex: 1;
}

.org-text h5 {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
}

.org-text p, .org-text li {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
}

.org-text a {
  display: block;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 16px;
  text-decoration: underline;
  color: #65bbca;
  padding-top: 1em;
  transition: opacity 0.2s ease;
}

.org-text a:hover {
  opacity: 0.7;
}

.org-text ol {
  padding: 2em 0 0;
}

/*Stories: On the Farm*/

.stories_graphic {
  position: absolute;
  max-width: 200px;
  right: 0;
  top: 150px;
  display: block;
}

.floated {
  float: left;
  margin: 0 1.5em 1em 0;
  max-width: 550px;
  width: 48%;
}

.floated-sm {
  float: left;
  margin: 0 1.5em 1em 0;
  max-width: 550px;
  width: 33%;
}

/*Contact Us Page*/

.contact-box {
  background: #007e99;
  padding: 40px;
  border-radius: 4px;
}

.contact-box .contact {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  color: #fff;
  font-size: 16px;
  padding-bottom: 4px;
}

.contact-box .lt-white {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  color: #fff;
  font-size: 16px;
  padding-bottom: 0;
}

.contact-box a {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 2em;
  transition: opacity 0.2s ease;
}

.contact-box a:last-of-type {
  margin-bottom: 0;
}

.contact-box a:hover {
  opacity: 0.7;
}

.contact-hdr {
  margin-bottom: 0 !important;
}

.req {
  text-align: right;
  display: block;
  margin-bottom: -8px;
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  font-size: 12px;
  color: #b3b3b3;
}

.contact-fix {
  padding: 0 0 160px !important;
}

.contact-fix .et_pb_row_3 {
  padding-top: 0 !important;
}

.contact-pad {
  padding-bottom: 27px !important;
}

/*Contact Gravity Form*/

#gform_wrapper_1 {
  margin: 0 auto;
}

#gform_wrapper_1 #gform_fields_1 li label {
  display: none;
}

#gform_wrapper_1 #field_1_1, #gform_wrapper_1 #field_1_5, #gform_wrapper_1 #field_1_6 {
  padding: 0;
}

#gform_wrapper_1 #field_1_4, #gform_wrapper_1 #field_1_7 {
  padding-right: 0;
  padding-left: 8px;
}

#gform_wrapper_1 #field_1_2, #gform_wrapper_1 #field_1_3 {
  padding-right: 8px;
  padding-left: 0;
}

#gform_wrapper_1 #field_1_2, #gform_wrapper_1 #field_1_3, #gform_wrapper_1 #field_1_4, #gform_wrapper_1 #field_1_7 {
  margin-top: 12px;
}

#gform_wrapper_1 #field_1_5, #gform_wrapper_1 #field_1_6 {
  margin-top: 20px;
}

#input_1_1_6_container {
  padding-left: 0.55px;
}

#gform_wrapper_1 input, #gform_wrapper_1 textarea, #gform_wrapper_1 select {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #cecece;
  transition: all 0.2s ease;
}

#gform_wrapper_1 input:active, #gform_wrapper_1 textarea:active, #gform_wrapper_1 select:active {
  border: 1px solid #65bbca;
}

#gform_wrapper_1 input:hover, #gform_wrapper_1 textarea:hover, #gform_wrapper_1 select:hover {
  border: 1px solid #65bbca;
}

#gform_wrapper_1 input:focus, #gform_wrapper_1 textarea:focus, #gform_wrapper_1 select:focus {
  border: 1px solid #65bbca;
}

#gform_wrapper_1 input, #gform_wrapper_1 select {
  padding: 8px 10px;
  line-height: 20px;
}

#gform_wrapper_1 textarea {
  padding: 8px 10px;
  line-height: 1.3em;
  max-height: 114px;
}

#gform_wrapper_1 select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url("/wp-content/uploads/2017/11/dropdown_3.png") no-repeat scroll transparent;
  background-size: 33px;
  background-position: right;
  border-radius: 0;
}

#gform_wrapper_1 input::-webkit-input-placeholder, #gform_wrapper_1 textarea::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
#gform_wrapper_1 input:-moz-placeholder, #gform_wrapper_1 textarea:-moz-placeholder {
    /* FF 4-18 */
    color: #000 !important;
    opacity: 1;
}
#gform_wrapper_1 input::-moz-placeholder, #gform_wrapper_1 textarea::-moz-placeholder {
    /* FF 19+ */
    color: #000 !important;
    opacity: 1;
}
#gform_wrapper_1 input:-ms-input-placeholder, #gform_wrapper_1 textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
    opacity: 1;
}

#gform_wrapper_1 input::placeholder, #gform_wrapper_1 input::placeholder {
  color: #000 !important;
  opacity: 1;
}

#gform_wrapper_1 #field_1_8 input {
  margin: 0 4px 0 0;
}

#gform_wrapper_1 #field_1_8 label {
  display: inline-block !important;
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  color: #000;
  font-size: 16px;
}

#gform_wrapper_1 #field_1_8 label.gfield_label {
  display: none !important;
}

#gform_wrapper_1 #input_1_8 {
  margin-top: -8px;
}

#gform_wrapper_1 .gform_footer {
  text-align: right;
}

#gform_wrapper_1 .gform_footer #gform_submit_button_1 {
  font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
  color: #fff;
  background-color: #65bbca;
  margin-right: 0;
  padding: 12px 60px;
  border-radius: 4px;
  border: 1px solid #65bbca;
  transition: opacity 0.2s ease !important;
}

#gform_wrapper_1 .gform_footer #gform_submit_button_1:hover {
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight: normal !important;
}

/*Language Translations Page*/

#language-acc .et_pb_toggle {
  border: 2px solid #d1d1d1;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#language-acc .et_pb_toggle_title {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  transition: color 0.2s ease;
}

#language-acc .et_pb_toggle_title:hover {
  color: #459360 !important;
}

#language-acc p {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  margin-top: 1em;
}

#language-acc a {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

#language-acc a:first-of-type {
  margin-top: 2em;
}

#language-acc a:last-of-type {
  margin-bottom: 1em;
}

#language-acc a:hover {
  opacity: 0.7;
}

#language-acc .et_pb_toggle_close, #language-acc .et_pb_toggle_open {
  background-color: #fff !important;
}

#language-acc .et_pb_toggle_open h5.et_pb_toggle_title {
  color: #459360 !important;
}

#language-acc .et_pb_toggle_close h5.et_pb_toggle_title {
  color: #000;
}

/*News & Events Page*/

.events-wrap {
  background-color: #ffa000;
  border-radius: 4px;
  padding: 30px 20px;
  margin-top: 10px;
}

.events-wrap p.upcoming {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 0;
}

.events-wrap .tribe-events-title {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-weight: bold;
  color: #fff !important;
  padding: 0;
  margin-bottom: 2px !important;
  transition: opacity 0.2s ease;
}

.events-wrap .tribe-events-title:hover {
  opacity: 0.7;
}

.events-wrap .tribe-events-duration {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  color: #fff !important;
}

.events-wrap .list-dayname {
  color: #4d4d4d;
}

.events-wrap .list-date, .events-wrap .list-daynumber {
  background-color: #65bbca;
}

.events-wrap .list-date {
  border: 2px solid #fff;
  width: 20% !important;
}

.events-wrap .list-info {
  width: 70% !important;
}

.events-wrap .tribe-mini-calendar-event {
  margin: 0 !important;
  padding: 12px 0;
  border-bottom: 2px solid #fff !important;
}

.events-wrap .tribe-events-widget-link {
  text-align: right;
  margin-top: 4px;
}

.events-wrap .tribe-events-widget-link a {
  color: #fff !important;
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.events-wrap .tribe-events-widget-link a:hover {
  opacity: 0.7;
}

.filter-search h5 {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  margin-top: 40px;
  padding-bottom: 24px;
}

.filter-search a {
  display: block;
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.6em;
  padding: 10px 0;
  border-top: 2px solid #d8d8d8;
  color: #000;
  transition: all 0.2s ease;
}

.filter-search a.current-category {
  text-decoration: none !important;
  pointer-events: none !important;
}

.filter-search a:last-of-type {
  border-bottom: 2px solid #d8d8d8;
}

.filter-search a:hover {
  padding-left: 8px;
}

.filter-search a i {
  padding-right: 4px;
}

.news-header {
line-height: 0.9em !important;
}

.news-header span {
font-size: 26px;
}

/*Events Calendar Page*/

.cotton-events #main-content > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.cotton-events #main-content > .container:before {
  display: none !important;
}

.cotton-events .header-wrap {
  background-image: url('/wp-content/uploads/2017/09/cotton_news.jpg')!important;
  background-size: cover;
}

.cotton-events #left-area {
  border: 0 !important;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}

.cotton-events #left-area > article {
  margin: 81px auto;
  max-width: 1080px;
  width: 80%;
}

.cotton-events #left-area > article > .entry-title {
  display: none;
}

.cotton-events #sidebar {
  display: none !important;
}

.cotton-events .tribe-bar-filters-inner div label {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  color: #000;
}

.cotton-events .tribe-events-page-title {
  font-family: 'Avenir LT W01_95 Black_1475562', sans-serif;
  text-transform: uppercase;
  color: #65bbca;
  font-size: 30px;
}

.cotton-events .tribe-bar-filters-inner div input, .cotton-events .tribe-bar-views-option span {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  color: #000;
}

.cotton-events .tribe-bar-submit input {
  font-family:'Avenir LT W01_85 Heavy_1475550', sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-style: italic !important;
  border-radius: 4px !important;
  border: 2px solid #a2d6df !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  background-color: #a2d6df !important;
  transition: all 0.2s ease !important;
  line-height: 20px !important;
}

.cotton-events .tribe-bar-submit input:hover {
    opacity: 0.7;
}

.cotton-events .tribe-events-notices {
  background: #f6f5f6;
  border-radius: 0;
  border: 0;
  color: #666;
  text-align: center;
  margin: 10px 0 18px;
  padding: 10px;
  text-shadow: none;
}

.cotton-events .tribe-events-notices ul {
  padding: 0 !important;
}

.cotton-events .tribe-events-notices ul li {
  font-family:'Avenir LT W01_35 Light_1475502', sans-serif;
  color: #000;
}

.cotton-events .tribe-events-calendar th {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  color: #fff !important;
  background-color: #a2d6df !important;
  letter-spacing: 0px;
  border-color: #cedfe2 !important;
}

.cotton-events .tribe-events-calendar td.tribe-events-present > div:first-child {
  background-color: #a2d6df !important;
  margin-top: 0 !important;
  color: #fff !important;
}

.cotton-events .tribe-events-calendar td.tribe-events-present > div:last-child {
  background-color: #fff;
}

.cotton-events .tribe-events-calendar td.tribe-events-future > div:first-child {
  background-color: #c5c4c4 !important;
  margin-top: 0;
  color: #fff !important;
}

.cotton-events .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: #c5c4c4 !important;
}

.cotton-events .tribe-events-calendar td.tribe-events-future > div:last-child {
  background: #fff;
}

.cotton-events .tribe-events-tooltip {
  background: #fff !important;
}

.cotton-events .tribe-events-tooltip h4.entry-title {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  color: #000 !important;
  font-size: 12px !important;
}

.cotton-events .tribe-events-tooltip .tribe-event-duration {
  background: #fff !important;
}

.cotton-events .tribe-events-tooltip .tribe-event-duration abbr {
  color: #000;
  font-size: 12px !important;
  margin: 0 auto 10px !important;
  display: block !important;
}

.cotton-events .tribe-events-sub-nav {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  padding-top: 20px;
  margin: auto;
  text-align: center !important;
  border-top: 0 !important;
}

.cotton-events .tribe-events-sub-nav a {
  font-size: 16px;
  text-decoration: underline !important;
  color: #65bbca !important;
  background: #fff !important;
  transition: opacity 0.2s ease;
}

.cotton-events .tribe-events-sub-nav a:hover {
  opacity: 0.7;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background: none !important;
}

.cotton-events #tribe-events-content .tribe-events-calendar td:hover {
  background: #fff !important;
}

.cotton-events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .cotton-events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
  background: #e0e0e0 !important;
}

.cotton-events .tribe-events-list-separator-month {
  font-family: 'Avenir LT W01_95 Black_1475562', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.cotton-events .tribe-events-list-event-title {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 18px !important;
}

.cotton-events .tribe-event-schedule-details {
  font-family: 'Avenir LT W01_35 Light_1475502', sans-serif;
  font-weight: lighter;
  font-size: 16px;
}

.cotton-events .tribe-events-venue-details, .cotton-events a.tribe-events-read-more {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
}

.cotton-events .tribe-events-venue-details a, .cotton-events a.tribe-events-read-more {
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

.cotton-events .tribe-events-venue-details a:hover, .cotton-events a.tribe-events-read-more:hover {
  opacity: 0.7;
}

.cotton-events .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
  padding-top: 0;
  margin-top: 0;
}

/* Single Event Page */

.single-tribe_events .tribe-events-single-event-title {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 4px;
}

.tribe-events-schedule {
  margin: 0 auto;
}

.tribe-events-schedule h2 {
  font-style: italic;
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  margin-bottom: 1em;
  font-weight: normal;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 17px;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: underline;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 16px;
  padding-bottom: 0;
}

#tribe-events-content .tribe-events-abbr, #tribe-events-content .tribe-address {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.3em;
  padding: 0;
  margin-top: 1em;
}

.tribe-events-meta-group a {
  display: block;
  margin-top: 2px;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.2em;
  padding: 0;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

.tribe-events-meta-group a:hover {
  opacity: 0.7;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  width: 48%;
  margin: 20px auto;
}

.tribe-events-back a {
  display: block;
  margin-top: 2px;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.2em;
  padding: 0;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

.tribe-events-back:hover {
  opacity: 0.7;
}

/*Partner Portal Login*/

.login-wrap {
  padding-bottom: 160px !important;
}

.login-wrap .et_pb_code_2 {
  margin-top: 38px;
}

.login-wrap .et_pb_code_3, .login-wrap .et_pb_code_4 {
  margin-bottom: 0 !important;
}

.login-wrap .blue-hdr {
  font-size: 24px;
  padding-bottom: 0;
}

.login-wrap .et_pb_login {
  padding: 0;
  background-color: #fff !important;
}

.et_pb_newsletter_description_content {
  color: #fff;
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  padding: 0 20px 2em;
  background: #007e99;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
}

.page-id-101 .et_pb_newsletter_description_content {
  margin-top: 36px;
}

.et_pb_newsletter_description_content a {
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  font-weight: normal;
  display: block;
  text-decoration: underline;
  color: #fff !important;
  transition: opacity 0.2s ease;
}

.et_pb_newsletter_description_content a:hover {
  opacity: 0.7;
}

.login-wrap .et_pb_login .et_pb_newsletter_form p input {
  font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  color: #999999;
  border: 2px solid #999999;
  border-radius: 0;
  padding: 12px 4% !important;
}

.login-wrap .et_pb_login .et_pb_newsletter_form p input:hover {
  border: 2px solid #65bbca;
}

.login-wrap .et_pb_login .et_pb_newsletter_form p input:active {
  border: 2px solid #65bbca;
}

.login-wrap .et_pb_login .et_pb_newsletter_form p input:focus {
  border: 2px solid #65bbca;
}

.login-wrap .et_pb_login .et_pb_newsletter_form p input::-webkit-input-placeholder {
    color: #999999 !important;
    opacity: 1;
}

.login-wrap .et_pb_login .et_pb_newsletter_form p input:-moz-placeholder {
    /* FF 4-18 */
    color: #999999 !important;
    opacity: 1;
}

.login-wrap .et_pb_login .et_pb_newsletter_form p input::-moz-placeholder {
    /* FF 19+ */
    color: #999999 !important;
    opacity: 1;
}
.login-wrap .et_pb_login .et_pb_newsletter_form p input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999 !important;
    opacity: 1;
}

.login-wrap .et_pb_login .et_pb_newsletter_form p input::placeholder {
  color: #999999 !important;
  opacity: 1;
}

.login-wrap .et_pb_login .et_pb_newsletter_button {
  font-family:'Avenir LT W01_95 Black_1475562';
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #65bbca;
  max-width: 170px;
  float: right;
  border-radius: 5px;
  transition: all 0.2s ease !important;
  padding: 6px 12px !important;
  border: none !important;
}

.login-wrap .et_pb_login .et_pb_newsletter_button:hover {
  opacity: 0.7;
}

.login-wrap .et_pb_login .et_pb_newsletter_button:after {
  display: none !important;
}

#already-logged {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
}

.blocked {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  min-height: 400px;
  padding: 60px 0 120px;
}

.page-id-3662 .login-wrap .et_pb_login .et_pb_newsletter_form p input {
border: 2px solid red !important;
}

.page-id-3662 .login_error {
font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
font-size: 16px;
line-height: 1.5em !important;
padding-top: 1em;
}

/* Partner Portal Dashboard */

.featured-box {
  background: #007e99;
  padding: 30px 20px;
  border-radius: 4px;
}

.featured-box p.ftd-resource {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 0;
}

#resourceWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 18px auto 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}

.resourceImg {
  margin: 6px 5% 10px 0;
  width: 20%;
}

.resourceOutput {
  width: 75%;
}

.resourceOutput a {
  font-size: 14px;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  line-height: 18px;
  margin-top: 0;
  color: #fff;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.resourceOutput a:hover {
  opacity: 0.7;
}

.resourceOutput p.excerpt {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  color: #fff !important;
  font-size: 12px;
  line-height: 1.8em;
}

.view-resources {
  display: block;
  text-align: right;
  text-decoration: underline;
  padding-top: 4px;
  color: #fff !important;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
  transition: opacity 0.2s ease;
}

.view-resources:hover {
  opacity: 0.7;
  text-decoration: underline !important;
}

.et_pb_newsletter {
  padding: 0;
}

/*Support a Project (Partner Portal)*/

#support-wrap .blue-hdr {
  padding-bottom: 40px;
}

#support-wrap .et_pb_code_5, #support-wrap .et_pb_code_7, #support-wrap .et_pb_code_9 {
  text-align: center;
}

#support-wrap .et_pb_code_5 svg, #support-wrap .et_pb_code_7 svg {
  max-width: 210px;
  width: 100%;
  display: inline-block;
}

#support-wrap .et_pb_code_9 svg {
  max-width: 240px;
  width: 100%;
  display: inline-block;
}

#support-wrap .list-wrap {
  display: flex;
}

#support-wrap .org-text {
  padding-left: 0;
}

#support-wrap .org-text ul {
  width: 50%;
  padding: 2em 10px 0;
  margin-left: 20px;
}

#support-wrap .et_pb_row {
  padding: 40px 0;
}

#support-wrap .et_pb_code_9 {
  margin-bottom: 10px;
}

#support-acc .et_pb_toggle {
  border: 2px solid #d1d1d1;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#support-acc .et_pb_toggle_title {
  font-family:'Avenir LT W01_85 Heavy1475544', sans-serif;
  font-size: 17px;
  transition: color 0.2s ease;
}

#support-acc .et_pb_toggle_title:hover {
  color: #459360 !important;
}

#support-acc p {
  font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  margin: 0.5em auto 1em;
}

#support-acc a {
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.6em;
  padding: 0;
  font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
  text-decoration: underline;
  color: #65bbca;
  transition: opacity 0.2s ease;
}

#support-acc a:hover {
  opacity: 0.7;
}

#support-acc .et_pb_toggle_close, #language-acc .et_pb_toggle_open {
  background-color: #fff !important;
}

#support-acc .et_pb_toggle_open h5.et_pb_toggle_title {
  color: #459360 !important;
}

#support-acc .et_pb_toggle_close h5.et_pb_toggle_title {
  color: #000;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: "\e04f";
}

.orange-box {
  background-color: rgba(255, 150, 0, 0.9);
  padding: 90px 30px;
  opacity: 0;
  transition: opacity 1s linear;
}

.white-orng {
  color: #ff9600 !important;
  text-transform: uppercase !important;
  font-style: italic !important;
  border-radius: 4px !important;
  border: 2px solid #fff !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  background-color: #fff !important;
  transition: all 0.2s ease !important;
  padding: 7px 24px;
}

.white-orng:hover {
  color: #fff !important;
  border-radius: 4px !important;
  border: 2px solid #fff !important;
  background-color: #ff9600 !important;
  padding: 7px 44px 7px 22px !important;
}

.white-orng:after {
  line-height: 1.3em !important;
}

/* Env Impact Area */

.impact-sidebar {
background: #459360;
border-radius: 5px;
padding: 20px 18px 80px;
}

.impact-sidebar.impact-blue {
background: #4aafc1 !important;
}

.impact-sidebar h4 {
color: #fff;
font-family:'Avenir LT W01_95 Black_1475562', sans-serif;
font-size: 24px;
line-height: 1.2em;
text-transform: uppercase;
padding: 0 14px 20px;
}

.sidebar-item {
border-top: 2px solid #fff;
}

.sidebar-item:last-of-type {
border-bottom: 2px solid #fff;
}

.sidebar-top {
display: block;
padding: 14px;
transition: all 0.1s ease;
position: relative;
line-height: 1em;
}

.sidebar-top:hover {
cursor: pointer;
}

.sidebar-top:hover p {
font-weight: bold;
}

.sidebar-top p {
font-family:'Avenir LT W01_35 Light1475496', sans-serif;
display: inline-block;
font-size: 14px;
color: #fff;
font-weight: normal;
padding: 0;
border-bottom: 1px solid #fff;
transition: all 0.1s ease;
}

.sidebar-top i {
color: #fff;
position: absolute;
right: 12px;
transition: all 0.3s ease;
}

.sidebar-bottom {
display: block;
position: relative;
background: #327b50;
display: none;
}

.impact-blue .sidebar-bottom {
background: #2392a6 !important;
}

.sidebar-sub {
border-top: 1px dotted #fff;
padding: 14px;
position: relative;
line-height: 1em;
}

.sidebar-sub:hover p {
font-weight: bold;
}

.sidebar-sub:hover i {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
-ms-transform: translateX(-8px);
-o-transform: translateX(-8px);
transform: translateX(-8px);
}

.sidebar-sub p {
font-family:'Avenir LT W01_35 Light1475496', sans-serif;
display: inline-block;
color: #fff;
font-size: 14px;
padding: 0;
border-bottom: 1px solid #fff;
transition: all 0.1s ease;
}

.sidebar-sub i {
color: #fff;
position: absolute;
right: 12px;
transition: all 0.2s ease;
}

.sidebar-active {
font-weight: bold !important;
border-bottom: 1px solid #fff !important;
}

.fa-rotate-45 {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

#impact-grey {
background: #e6e6e6;
padding: 20px;
margin-top: 30px;
border-radius: 5px;
}

#impact-grey p {
font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
font-size: 14px;
color: #000;
font-weight: lighter;
line-height: 1.6em;
}

#impact-grey a {
display: inline-block;
padding: 0;
font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif !important;
text-decoration: underline;
color: #65bbca;
transition: opacity 0.2s ease;
}

#impact-grey a:hover {
opacity: 0.7;
}

/* 404 Error Page */

.error404 #main-content {
background: url('/wp-content/uploads/2017/09/cotton_tractor_2x.jpg');
background-size: cover;
background-position: bottom;
}

#error_page {
padding: 0;
margin: 0 auto;
height: 500px;
min-height: 500px;
display: table;
width: 80%;
text-align: center;
max-width: 1080px;
}

#error-row {
display: table-cell;
vertical-align: middle;
}

#error-text {
margin: 0 auto !important;
}

#error-text, #error-text h1, #error-text p {
text-align: center !important;
}

#error-text p, #error-text a {
font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
font-size: 20px;
margin-top: 20px;
padding-bottom: 4px;
color: #fff;
}

#error-text a {
text-decoration: underline;
transition: opacity 0.2s ease;
}

#error-text a:hover {
opacity: 0.7;
}


/* MiQ Pixel Hide */
body > img {
	display: none;
}


/* MEDIA QUERIES */

@media screen and (min-width: 1490px) {
    #sec-1 .et_parallax_bg {
      background-position: left !important;
    }
}

@media screen and (min-width: 1400px) {
  .header {
    max-width: 100% !important;
  }

  .header h1 {
    font-size: 42px !important;
  }
}

@media screen and (min-width: 1151px) and (max-width: 1330px) {

  .contact-fix .et_pb_column_2_3 {
    width: 60% !important;
  }

  .contact-fix .et_pb_column_1_3 {
    width: 34.5% !important;
  }

}

@media screen and (min-width: 1151px) and (max-width: 1300px) {
  #post-74 .et_pb_section_4 {
    padding: 100px 0;
  }

  .who h1 {
    font-size: 88px;
  }

  #one_hundred_cotton_two {
    top: -92px;
    max-width: 150px;
  }
}
@media screen and (max-width: 1350px) {
	#post-5423 .cottonlifecyclesectionsix .et_pb_row_7{
		padding-left: 30px;
    padding-right: 30px;
	}
	#post-5423 .cottonlifecyclesectionsix .et_pb_row_8{
		padding-left: 30px;
    padding-right: 30px;
	}
	#post-5423 #cottonlifecyclesection3 .et_pb_row{
		padding-left: 30px;
    padding-right: 30px;
	}
	#post-5423 .cottonlifecycle1 h3{
		    margin-right: 0;
	}
}
@media screen and (max-width: 1300px) {
	
	#post-5423 .cottonlifecyclesectionsix a{
		    height: 71px;
	}
	#post-5423 #cottonlifecyclesection3 h3{
		    font-size: 24px;    padding-bottom: 12px;
  }
  #post-5423 #cottonlifecyclesection3 .engineered_material h3{
    font-size: 24px;
    }
	#post-5423 .orange-box h3 span {
    font-size: 90px;
}
}
@media screen and (max-width: 1295px) {
  .principles-wrap p {
    display: block;
  }
}

@media screen and (min-width: 1151px) and (max-width: 1270px) {

  .partnership h1 {
    font-size: 88px;
  }

  #continuous_improvements {
    max-width: 160px;
    right: 120px;
  }

}

@media screen and (min-width: 1050px) and (max-width: 1230px) {
  #biobased {
    max-width: 150px;
    top: -380px;
  }
}

@media screen and (max-width: 1220px) {
  #ftd-news-wrap h4 {
    font-size: 35px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1220px) {
  #ftd-news-wrap h4 {
    line-height: 44px;
  }
}

@media screen and (min-width: 1136px) and (max-width: 1200px) {
  .green-box h3 span, .orange-box h3 span {
    font-size: 84px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
  #stories-left {
    padding-right: 60px;
  }

  #stories-right {
    padding-left: 60px;
  }

  #left-post, #right-post {
    max-width: 400px;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1170px) {
  #pure_cotton {
    right: 90px !important;
  }
}

@media screen and (min-width: 1041px) and (max-width: 1180px) {
  #post-74 .who-box h1 {
    font-size: 86px;
  }

  #post-74 .who-box p, #post-76 .who-box p, .page-id-74 #sec-2 .who-box h6 {
    font-size: 20px;
  }

  #one_hundred_cotton {
    max-width: 150px;
    top: -78px;
  }
}

@media screen and (max-width: 1150px) {
  .impact-sidebar h4 {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1150px) {

  .contact-fix .et_pb_column_2_3 {
    width: 55% !important;
  }

  .contact-fix .et_pb_column_1_3 {
    width: 39.5% !important;
  }

  #post-74 .et_pb_section_4 {
    padding: 60px 0;
  }

  .partnership h1 {
    font-size: 74px;
  }

  #continuous_improvements {
    max-width: 140px;
    top: -84px;
    right: 100px;
  }

  #post-75 .orange-box h3 span {
    font-size: 92px !important;
  }

  .stories_graphic#become-partner {
    max-width: 180px;
  }

  #join-statement h3 {
    font-size: 16px;
    top: 44px;
  }

  #join-statement h3 span {
    padding: 0 9px;
  }

  .who h1 {
    font-size: 72px;
  }

  #one_hundred_cotton_two{
    top: -84px;
    right: 56px;
    max-width: 140px;
  }

}

@media screen and (min-width: 1072px) and (max-width: 1135px) {
  .green-box h3 span, .orange-box h3 span {
    font-size: 80px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1130px) {

  #et-top-navigation {
    padding-left: 100px !important;
  }


  #et-top-navigation nav ul li a {
    font-size: 13px !important;
  }

  #logo {
    max-height: 44% !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1080px) {
  #pure_cotton {
    max-width: 130px !important;
    right: 60px !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1071px) {
  .green-box h3 span, .orange-box h3 span {
    font-size: 76px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1064px) {
  span.blue-fourty {
    font-size: 80px !important;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1134px) {
  .white-box-two span.blue-fourty {
    font-size: 80px !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1079px) {
  .white-box-two span.blue-fourty {
    font-size: 76px !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1050px) {
  #stories-farmer {
    max-width: 500px;
  }

  #stories-left, #stories-right {
    padding-bottom: 130px !important;
  }

  #left-post, #right-post {
    max-width: 360px;
  }

  #biobased {
    max-width: 130px;
    top: -380px;
    right: 86px;
  }

}

@media screen and (min-width: 981px) and (max-width: 1040px){
  #post-74 .who-box h1 {
    font-size: 80px;
  }

  #post-74 .who-box p, #post-76 .who-box p, .page-id-74 #sec-2 .who-box h6 {
    font-size: 20px;
  }

  #one_hundred_cotton {
    max-width: 130px;
    top: -66px;
  }

}

@media screen and (min-width: 1031px) {
    .header-text {
      padding: 0 10% !important;
    }
}

@media screen and (min-width: 981px) and (max-width: 1030px) {
  #main-header .et_menu_container {
    width: 85% !important;
    max-width: 85% !important;
  }

  .header-text {
    padding: 0 7.5% !important;
  }

}

@media screen and (min-width: 981px) and (max-width: 1019px) {
  .green-box h3 span, .orange-box h3 span {
    font-size: 70px;
  }
}

@media screen and (min-width: 981px) {

  .et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-bottom: 2px;
    transition: all 0.2s ease;
  }

  .et_header_style_left #et-top-navigation nav > ul > li > a:hover {
    padding-bottom: 2px;
    border-bottom: 3px solid #d0e7ec;
  }

  #top-menu li.current-menu-item > a {
    padding-right: 0;
    font-family: 'Avenir LT W01_85 Heavy1475544', sans-serif;
    padding-bottom: 2px !important;
    border-bottom: 3px solid #d0e7ec;
  }

  #top-menu li li.current-menu-item > a {
    padding-bottom: 10px !important;
  }

  .sub-menu li a {
    border-bottom: 3px solid #e6e6e6 !important;
    padding: 10px !important;
    transition: all 0.2s ease;
  }

  .sub-menu > li:last-of-type a {
    border-bottom: 3px solid #fff !important;
  }

  .sub-menu li a:hover {
    background-color: #fff !important;
    border-bottom: 3px solid #d0e7ec !important;
  }

  .fixed {
    display: block;
    position: fixed;
    top: 81px;
    width: 37.8%;
    max-width: 508px;
  }

  #post-74 .et_pb_section_4 .et_pb_code_5 {
    margin-top: 170px;
  }

  .contact-box {
    margin-top: 44px;
  }

  #gform_wrapper_1 .gform_footer, #gform_wrapper_2 .gform_footer {
    margin-top: 0;
  }

  #menu-item-110 {
    padding-right: 0 !important;
  }

}
@media screen and (max-width: 1034px) {
#post-5423 #cottonlifecyclesection3 h3 {
    font-size: 22px;
  }
  #post-5423 #cottonlifecyclesection3 .engineered_material h3{
    font-size: 22px;
    }
}
@media screen and (max-width: 980px) {

  .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
      display: block;
      width: 100%;
  }

  .tribe-events-event-meta .tribe-events-meta-group:first-of-type {
    margin: 20px auto 0;
  }

  .tribe-events-event-meta .tribe-events-meta-group:nth-of-type(2) {
    margin: 0 auto 20px;
  }

  #main-header {
    padding: 0 !important;
  }

  .et_mobile_menu li a i {
    display: none !important;
  }

  .et_mobile_menu .menu-item-has-children > a {
    background-color: #fff !important;
    font-weight: normal !important;
  }

  .et_pb_row .white-box.et_pb_column:last-child, .et_pb_row .who-box, .et_pb_row .white-box-two.et_pb_column:last-child {
    display: block;
    margin: auto !important;
    max-width: 600px;
    float: none !important;
  }

  #ftd-news .et_pb_column_1_3 {
    margin-bottom: 12px !important;
  }

  #ftd-news-post .news-alert  {
    text-align: center !important;
  }

  .et_pb_row .green-box, .et_pb_row .orange-box {
    display: block;
    margin: auto !important;
    max-width: 600px;
    float: none !important;
  }

  #stories-farmer {
    display: none !important;
  }

  #stories-left, #stories-right {
    padding-bottom: 80px !important;
  }

  #stories-left {
    padding-right: 0 !important;
    background-color: #95c4c7 !important;
  }

  #stories-right {
    padding-left: 0 !important;
    background-color: rgb(69, 147, 96) !important;
  }

  #stories-left h4, #stories-right h4 {
    color: #fff !important;
  }

  #left-post, #right-post {
    opacity: 1 !important;
    padding: 30px !important;
    max-width: 80% !important;
  }

  #left-post .title, #right-post .title {
    font-size: 16px !important;
  }

  .et_pb_row .black-box.et_pb_column:last-child {
    display: block;
    margin: auto !important;
    max-width: 600px;
    float: none !important;
  }

  .header-wrap {
    height: 280px;
  }

  .header-text {
    padding: 0 10% !important;
  }

  .et_pb_column {
    margin-bottom: 0;
  }

  .contact-fix .et_pb_row_3 {
    max-width: 600px !important;
    padding: 0 0 54px !important;
  }

  .contact-box {
    margin: 81px auto 27px;
    display: block;
    max-width: 600px;
  }

  .login-wrap .et_pb_row_2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }

  .login-wrap .et_pb_column_2_3 {
    order: 1;
    -webkit-order: 1;
  }

  .login-wrap .et_pb_column_2_3 {
    order: 2;
    -webkit-order: 2;
  }

  .login-wrap .et_pb_code_2 {
    margin-top: 0 !important;
  }

  .login-wrap .et_pb_code_3 {
    margin: 0 auto 30px !important;
    text-align: center;
  }

  .login-wrap .et_pb_newsletter_form {
    padding: 0;
    margin: 0 auto 81px !important;
    float: none;
  }

  .btn-module {
    margin: 40px auto 26px !important;
  }

  .module-wrap {
    display: none;
  }

  .featured-box {
    margin: 81px auto 54px !important;
    max-width: 400px;
  }

  .partner-events {
    margin: auto !important;
    max-width: 400px;
  }

  .floated {
    float: none !important;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .news-row {
    display: block;
  }

  .news-left, .news-left .stories-grid {
    width: 100% !important;
    margin-right: auto;
  }

  .news-right {
    max-width: 400px;
    margin: 81px auto 0;
  }

  .impact-sidebar, #impact-grey {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }

  .resource-left .impact-sidebar {
    margin-bottom: 80px;
  }

  .resource-right, .resource-left {
    width: 100% !important;
  }

  .btn-module h3 {
    display: none;
  }

  #post-74 .et_pb_section_4 {
    background-image: none !important;
    background-color: #fff !important;
  }

  #post-74 .et_pb_section_5 {
    padding-top: 27px;
  }

  #post-75 .et_pb_section_4 {
    background-image: none !important;
    background-color: #fff !important;
  }

  #post-74 .big.et_pb_code, #post-75 .big.et_pb_code {
    margin-bottom: 0 !important;
  }

  #post-75 .et_pb_section_4 {
    padding: 0 0 27px;
  }

  #post-75 .et_pb_section_5 {
    padding-bottom: 0 !important;
  }

  #gform_wrapper_2 .gform_title {
    margin-top: 1em !important;
  }

  #united-states {
    max-width: 500px;
    margin: 0 auto 30px;
  }

  #australia {
    max-width: 500px;
    margin: 0 auto 60px;
  }
	#post-5423 #cottonlifecyclesection3 p{margin-bottom: 30px;}
	#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner p{
		    font-size: 13px;
	}
	#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner p sup{
		font-size: 11px;
	}
	#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner a{
		 font-size: 13px;
	}
	#post-5423 .cottonlifecyclesectionsix a {
    height: auto;
}
	#post-5423 .cottonlifecyclesectionsix .et_pb_row_8 .et_pb_column{
		    max-width: 400px;
    margin: auto !important;
    float: none;
    margin-bottom: 50px !important;
	}
	#post-5423 .cottonlifecyclesectionsix {padding-bottom: 50px;}
	#post-5423 .cottonlifecyclesectionsix h2{
		text-align: center;
	}
	#post-5423 #cottonlifecyclesection3 .et_pb_row .et_pb_column{
		    max-width: 400px;
    margin: auto !important;
    float: none;
    margin-bottom: 10px !important;
    width: 100%;
	}
	#post-5423 #cottonlifecyclesection3 .fourth h3{
	    padding-top: 0;	
	}
	#post-5423 #cottonlifecyclesection3 h3 {
		font-size: 30px;}
}

@media screen and (min-width: 581px) and (max-width: 980px) {
  h2.grey-lt, h3.grey-lt, h3.white {
    font-size: 38px;
  }

  h2.grey-lt span {
    font-size: 112px;
  }

  h3.grey-lt span, h3.white span {
    font-size: 80px;
  }

  h1.grey-med {
    font-size: 16px;
  }

  a.blue-lt.underline {
    font-size: 16px;
  }
}

@media screen and (min-width: 767px) and (max-width: 980px) {

  p.indent {
    padding-left: 50px !important;
  }

  #pure_cotton {
    max-width: 120px !important;
  }

  #stories-sec {
    padding-top: 130px;
  }

  #stories-sec h3 {
    font-size: 90px;
  }

  #spool {
    max-width: 130px;
    top: -90px;
    right: 364px;
  }

  .impact-sidebar h4 {
    font-size: 16px;
  }

  #biobased {
    top: -300px;
    right: 130px !important;
    max-width: 150px;
  }

  .header h1 {
    font-size: 32px !important;
  }

  .org-wrap .blue-hdr, #support-wrap .blue-hdr {
    font-size: 28px;
  }

  .org img {
    max-width: 110px;
    max-height: 110px;
  }

  #language-acc .et_pb_toggle_title {
    font-size: 18px;
  }

  #support-wrap .et_pb_row .et_pb_column_1_3 {
    width: 20% !important;
    margin-right: 5% !important;
  }

  #support-wrap .et_pb_row .et_pb_column_2_3 {
    width: 75% !important;
  }

  .stories_graphic {
    max-width: 150px;
    top: 96px;
  }

  .stories-grid li {
    width: 48%;
  }

  .stories-grid li:nth-of-type(2n+1) {
    margin: 0 1% 0 0 !important;
  }

  .stories-grid li:nth-of-type(2n+0) {
    margin: 0 0 0 1% !important;
  }

  .stories-grid .story-name, .filter-search h5 {
    font-size: 18px !important;
  }

  .story-text h3 {
    font-size: 18px;
  }

  .owl-item h3 {
    font-size: 18px;
  }

  #footer-left {
    font-size: 13px !important;
  }

  #footer-logo {
    max-width: 120px !important;
  }

  #post-74 .who-box h1 {
    font-size: 110px;
  }

  #post-74 .who-box p, #post-76 .who-box p, .page-id-74 #sec-2 .who-box h6 {
    font-size: 20px;
  }

  #one_hundred_cotton {
    max-width: 150px;
    top: -76px;
  }

  .big h2.blue-hdr {
    font-size: 42px;
    padding-bottom: 30px;
  }

  .principles-wrap h2 {
    font-size: 42px;
  }

  #post-74 .et_pb_section_4 {
    padding: 27px 0;
  }

  .blurb {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 54px !important;
  }

  .partnership h1 {
    font-size: 110px;
  }

  #continuous_improvements {
    max-width: 160px;
    top: -104px;
    right: 148px;
  }

  #post-75 .orange-box h3 span {
    font-size: 110px;
  }

  .stories_graphic#become-partner {
    top: 80px;
  }

  #join-statement h3 {
    top: 42px;
  }

}


@media screen and (min-width: 767px) {
  #mobile-cotton-hero {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
	#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner{
    padding: 28px;
    height: 180px;
	}
	#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner p{
		padding-bottom: 5px;
	}
	#post-5423 .cottonlifecycle1 h3{
		padding-top: 55px;    font-size: 60px;
	}
	#post-5423 .cottonlifecyclesectionfifth .row2 .et_pb_text_inner{padding-left: 207px; }
}
@media screen and (max-width: 768px) {

  .tribe-events-calendar td div[id*=tribe-events-daynum-], .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
    margin-top: 0 !important;
  }

  h3.tribe-mobile-day-heading {
    font-family:'Avenir LT W01_35 Light1475496', sans-serif;
    font-size: 14px;
    padding: 0;
  }

  .cotton-events h4.summary {
    font-family:'Avenir LT W01_35 Light1475496', sans-serif;
    padding: 0;
  }

  .cotton-events .tribe-events-event-body {
    font-family:'Avenir LT W01_35 Light1475496', sans-serif;
  }

  .cotton-events .tribe-events-list-event-title {
    font-size: 16px !important;
  }

  .cotton-events .tribe-event-schedule-details {
    padding: 0 !important;
    font-size: 14px !important;
  }

  .cotton-events .tribe-events-list .tribe-events-loop .type-tribe_events .tribe-events-event-meta, .cotton-events .tribe-events-venue-details, .cotton-events a.tribe-events-read-more {
    border: none !important;
    background: #fff !important;
    font-size: 14px !important;
  }

  .cotton-events .tribe-street-address {
    font-size: 14px !important;
  }

}

@media screen and (max-width: 768px) and (min-width: 661px) {
  .cottonlifecyclesectionfifth .et_pb_image_0 img{
    height:180px;
  }
}


@media screen and (max-width: 766px) {

  .single-tribe_events .tribe-events-event-meta {
    padding: 4%;
  }

  .single-tribe_events .tribe-events-single-event-title {
    font-size: 18px;
  }

  .single-tribe_events .tribe-events-schedule {
    border: none !important;
    background: #fff !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 16px;
  }

  .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    font-size: 14px;
  }

  .tribe-events-meta-group a {
    font-size: 14px;
  }

  #sec-1 {
    padding: 30px 0 0 !important;
  }

  #sec-1 .et_pb_row_2 {
    padding-bottom: 0 !important;
  }

  #sec-1 .et_parallax_bg {
    background-image: none !important;
  }

  #mobile-cotton-hero {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-bottom: -10px !important;
  }

  #sec-2 {
    padding: 100px 0;
    background-position: -355px 0 !important;
  }

  #pure_cotton {
    left: 0 !important;
    right: 0 !important;
    top: -84px !important;
    margin: auto !important;
    max-width: 120px !important;
  }

  .white-box, .who-box, .white-box-two {
    padding-top: 60px !important;
  }

  h3.grey-lt, h3.white, .white-box-two h3.grey-lt {
    padding-bottom: 36px !important;
  }


  #ftd-news-post p {
    display: block;
    margin: 10px auto 0;
    width: 80%;
    font-size: 14px;
  }

  #ftd-news-post a {
    display: block;
    margin: 10px auto 0;
    max-width: 100px !important;
  }

  #sec-3 {
    background-position: right !important;
    padding: 60px 0 !important;
  }

  .green-box, .orange-box {
    padding: 50px 30px !important;
  }

  #stories-flex {
    display: block;
  }

  #stories-left, #stories-right {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  .impact-sidebar h4 {
    font-size: 16px;
  }

  #biobased {
    top: -54px;
    max-width: 130px;
  }

  .header {
    max-width: 400px;
  }

  .header h1 {
    font-size: 28px !important;
  }

  .std h3 {
    font-size: 20px;
    padding-bottom: 24px;
  }

  .std p, .std ul, .std ol, .std a {
    font-size: 14px;
  }

  .black-p {
    font-size: 16px !important;
  }

  .org {
    display: block;
  }

  .org img {
    display: none;
  }

  .org-wrap .blue-hdr, #support-wrap .blue-hdr {
    font-size: 24px;
  }

  .org-text {
    padding-left: 0;
  }

  .org-text h5 {
    font-size: 18px;
  }

  .org-text p, .org-text a, .org-text li {
    font-size: 14px;
  }


  .contact-box .contact, .contact-box .lt-white, .contact-box a {
    font-size: 14px !important;
  }


  #gform_wrapper_1 input, #gform_wrapper_1 textarea, #gform_wrapper_1 select, #gform_wrapper_1 label {
    font-size: 14px !important;
  }

  #gform_wrapper_2 input, #gform_wrapper_2 textarea, #gform_wrapper_2 select, #gform_wrapper_ label {
    font-size: 14px !important;
  }

  #gform_wrapper_1 input, #gform_wrapper_1 select {
    line-height: 20px;
  }

  #gform_wrapper_2 input, #gform_wrapper_2 select {
    line-height: 20px;
  }

  .login-wrap .et_pb_login .et_pb_newsletter_button {
    float: none !important;
    max-width: 100% !important;
  }

  #language-acc .et_pb_toggle_title, #support-acc .et_pb_toggle_title {
    font-size: 16px;
  }

  #language-acc p, #language-acc a, #support-acc p, #support-acc a {
    font-size: 14px !important;
  }

  #support-wrap .et_pb_row .et_pb_column_1_3 {
    display: none !important;
  }

  #post-88 .et_pb_section_4, #post-83 .et_pb_section_4 {
    padding-bottom: 0 !important;
  }

  .stories_graphic {
    display: none !important;
  }

  .page-id-98 .header-wrap {
    background-position: right;
  }

  .single-field_stories h1 span, .single-partner_stories h1 span, .single-news h1 span {
    font-size: 18px !important;
    display: inline-block;
    margin-bottom: 6px;
  }

  .stories-grid {
    margin: 0 auto 100px !important;
  }

  .stories-grid li {
    width: 100%;
    margin: 16px auto !important;
  }

  .stories-grid .story-name, .filter-search h5 {
    font-size: 16px !important;
  }

  .stories-grid .story-location, .stories-grid .story-excerpt, .stories-grid a:last-of-type {
      font-size: 14px !important;
  }

  .view-all {
    font-size: 14px;
    text-align: center;
  }

  .story-headline .blue-hdr, .slider-holder .blue-hdr {
    font-size: 22px !important;
  }

  .story-text h3 {
    font-size: 16px;
  }

  .story-text p, .story-text a {
    font-size: 14px;
  }

  .slider-wrap {
    width: 70%;
  }

  .social-holder {
    text-align: center;
  }


  .slider-holder .blue-hdr {
    text-align: center;
  }

  .owl-item h3 {
    font-size: 16px;
  }

  .owl-item p {
    font-size: 14px;
  }

  .news-left .stories-grid {
    margin: 0 auto !important;
  }

  .news-left .stories-grid li {
    width: 100% !important;
  }

  .single-partner_stories h2.blue-hdr {
    font-size: 22px !important;
  }

  .news-header span {
    font-size: 18px;
  }

  #footer-left {
    font-size: 13px !important;
    text-align: center !important;
    float: none !important;
    width: 100% !important;
    display: block;
    line-height: 1.7em;
    margin-bottom: 14px;
  }

  #footer-right {
    float: none !important;
    display: block;
  }

  #footer-logo {
    max-width: 120px !important;
    position: relative !important;
    margin: auto !important;
  }

  .who-box, #post-75 .orange-box {
    max-width: 400px !important;
  }

  #post-74 .who-box h1 {
    font-size: 56px;
  }

  #post-74 .who-box p, #post-76 .who-box p, .page-id-74 #sec-2 .who-box h6 {
    font-size: 18px;
    padding: 20px 0 0;
  }

  #one_hundred_cotton {
    max-width: 110px;
    top: -58px;
  }

  .big h2.blue-hdr {
    font-size: 22px;
    padding-bottom: 20px;
  }

  .principles-wrap h2 {
    font-size: 22px;
  }

  .big p {
    font-size: 14px;
  }

  #post-74 .et_pb_section_4 {
    padding: 0;
  }

  #post-74 .et_pb_section_5 {
    padding-bottom: 10px;
  }

  .blurb {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 54px !important;
  }

  .blurb svg {
    max-width: 60%;
    height: auto;
  }

  .blurb h5, .maps-text h5, #post-76 .owl-carousel .owl-item h5 {
    font-size: 18px;
  }

  .maps-text a, .maps-text p {
    font-size: 14px;
  }

  #post-76 .owl-carousel .owl-item h5 {
    margin: 2em 0 0.5em;
  }

  #post-76 .et_pb_section_6 {
    padding: 27px 0;
  }

  #post-76 .et_pb_section_5 {
    padding: 0;
  }

  .partnership h1 {
    font-size: 50px;
  }

  #post-74 #sec-2, #post-75 #sec-2, #post-76 #sec-2 {
    background-position: center !important;
  }

  #continuous_improvements {
    max-width: 110px;
    top: -62px;
    right: auto;
    left: 30px;
  }

  #post-75 .orange-box h3 span {
    font-size: 62px;
  }

  .stories_graphic#become-partner {
    top: 80px;
  }

  .join p, .join ul, .join ul li {
    font-size: 14px;
  }

  .join h2.blue-hdr {
    font-size: 22px !important;
  }

  #join-statement h3 {
    top: 44px;
    font-size: 16px !important;
  }

  #join-inner p {
    font-size: 14px !important;
  }

  #gform_wrapper_2 .gform_title {
    font-size: 22px !important;
  }

  #post-76 .who h1 {
    font-size: 56px;
  }

  #one_hundred_cotton_two {
    max-width: 110px;
    top: -62px;
    right: 64px;
  }

  #error-text p, #error-text a {
    font-size: 18px;
  }

}

@media screen and (min-width: 581px) and (max-width: 766px) {
  p.indent {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 580px) and (max-width: 766px) {

  #stories-sec {
    padding-top: 130px;
  }

  #stories-sec h3 {
    font-size: 80px;
  }

  #spool {
    max-width: 110px;
    top: 76px;
    right: 320px;
  }
}

@media screen and (min-width: 640px) and (max-width: 641px) {

  #input_1_1_3_container, #input_1_1_6_container, #input_2_1_3_container, #input_2_1_6_container {
    margin-bottom: 0 !important;
    display: inline-block !important;
  }

}
@media screen and (max-width: 660px) {
	#post-5423 .cottonlifecyclesectionfifth {
    margin-top: -15px;
}
	#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_1_4 {
    width: 100%;
    margin-right: 0;
    max-width: 200px;
    margin: auto;
    float: none;
    margin-bottom: 20px;
}
	#post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 {
    height: auto;
    width: 100%;
    background: #b58571;
    color: #fff;
    margin-left: 4px;
}
	#post-5423 .cottonlifecyclesectionfifth .row2 .et_pb_text_inner {
    padding-left: 28px;
    padding-right: 28px;
}
}
@media screen and (max-width: 639px) {

    #input_1_1_3_container, #input_1_1_6_container, #input_2_1_3_container, #input_2_1_6_container {
      display: block !important;
    }

    #input_1_1_3_container, #input_2_1_3_container {
      margin-bottom: 12px !important;
    }

    #gform_wrapper_1 ul li.gfield, #gform_wrapper_2 ul li.gfield {
      padding: 0 !important;
    }

    #gform_wrapper_1 #field_1_5, #gform_wrapper_1 #field_1_6 {
      margin-top: 12px !important;
    }

    #gform_wrapper_2 #field_2_5, #gform_wrapper_2 #field_2_6 {
      margin-top: 12px !important;
    }

    .contact-fix .et_pb_row_3 {
      max-width: 90% !important;
      width: 90% !important;
    }

}

@media screen and (max-width: 580px) {

  h2.grey-lt, h3.grey-lt, h3.white {
    font-size: 28px;
  }

  h2.grey-lt span {
    font-size: 70px;
  }

  h3.grey-lt span, h3.white span {
    font-size: 44px;
  }

  h1.grey-med {
    font-size: 14px;
  }

  a.blue-lt.underline {
    font-size: 18px;
  }

  p.indent {
    padding-left: 0px !important;
  }

  #stories-sec {
    padding-top: 100px;
  }

  #spool {
    max-width: 95px;
    top: 54px;
    right: 246px;
  }
}

@media screen and (max-width: 579px) {
  #stories-sec h3 {
    font-size: 50px
  }
}

@media screen and (max-width: 550px) {

  .module-wrap {
    display: block;
  }

  .module-wrap a {
    width: 100%;
    display: block;
    margin: auto !important;
  }

  .module-btn:last-of-type {
    margin-top: 26px;
  }
#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span img {
    max-width: 45px;
    cursor: pointer;
}
}

@media screen and (max-width: 540px) {
  #five_logos img {
    padding: 12px;
  }
}

@media screen and (max-width: 500px) {
  .owl-prev {
      left: -30px !important;
    }

  .owl-next {
      right: -30px !important;
  }

  .owl-prev i, .owl-next i {
    font-size: 50px;
  }
}

@media screen and (max-width: 460px) {
  .big h2.blue-hdr.blue-border {
    display: block;
    text-align: center;
  }

  #post-75 .et_pb_section_5 .et_pb_row_4 h2 {
    text-align: center;
  }

  .logo_slider .owl-item img {
    max-width: 100px;
    padding: 18px 0;
  }

  #join-statement {
    padding: 30px;
  }

  #join-statement h3 {
    max-width: 160px;
    top: 21px;
    font-size: 14px;
  }

  #join-statement h3 span {
    padding: 0;
    display: block;
  }
	#post-5423 .cottonlifecycle1 h3 {
    padding-top: 55px;
    font-size: 47px;
    float: none;
    text-align: center;
}
	#post-5423 .cottonlifecyclesectionfourth .slidercnt img {
    max-width: 100px;
    float: none;
    margin-top: 27px;
}
	#post-5423 .cottonlifecyclesectionfourth .slidercntright {
    float: none;
    width: 100%;
    padding-left: 0;
    /* text-align: center; */
}
	#post-5423 .cottonlifecyclesectionfourth .slidercnt {
    padding-top: 20px;
    max-width: 760px;
    margin: auto;
}
	#post-5423 .cottonlifecyclesectionfifth .row2 .et_pb_text_inner{
		line-height: 18px;
	}
	#post-5423 .cottonlifecyclesectionfourth select{
		font-size: 16px;
	}
	#post-5423 .orange-box h3 span {
    font-size: 60px;
}
}

@media screen and (max-width: 416px) {
  .green-box h3 span, .orange-box h3 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 660px) {
  #post-5423 .cottonlifecyclesectionfourth .slidercntright{
    width: 100% !important; padding-left: 7px;}
}

@media screen and (max-width: 400px) {

  #five_logos {
    padding: 0 6%;
  }

 .partnership h1 {
   font-size: 38px;
 }

 #continuous_improvements {
   max-width: 100px;
 }

 .who-box {
   padding: 60px 40px !important;
 }

 #post-74 .who-box h1 {
   font-size: 44px;
 }

 #post-75 .orange-box h3 span {
   font-size: 44px;
 }

 #post-76 .who h1 {
   font-size: 40px;
 }

 #one_hundred_cotton_two {
   max-width: 100px;
   top: -60px;
 }

}

/* MISC HIDES/FIXES */

.jquery-hide {
  display: none !important;
}

.menu-hide {
  display: none !important;
}

/* Password Fix */

#post-4036 .et_password_protected_form {
  width: 80%;
  margin: 100px auto;
  max-width: 1080px;
}

/* Video Slider Fix */
.hidden-dots .et-pb-controllers {
	display: none !important;
	visibility: hidden !important;
}

/*Invisible reCAPTCHA Hide*/
.inv-recaptcha-holder {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}

/*News Floating Image*/
.float-img {
	float: left;
    max-width: 300px;
    margin-right: 2em;
    margin-bottom: 1em;
}
@media screen and (max-width: 376px) {
	#post-5423 .cottonlifecycle1 h3{
		    font-size: 34px;
	}
	#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomsliderbar img {
    max-width: 285px;
}
	#post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span img {
		max-width: 38px;}
}
@media screen and (max-width: 350px) {
	
	#post-5423 .orange-box h3 span {
    font-size: 51px;
    line-height: 1.2em;
}
	#post-5423 .cottonlifecyclesectionfourth select {
    font-size: 14px;
    padding-right: 45px;
}
	#post-5423 .cottonlifecyclesectionthree h2{
		    font-size: 38px;
	}
	#post-5423 .cottonlifecycle1 h3 {
    font-size: 32px;
    line-height: 30px;
}
	#post-5423 .cottonlifecycle1 h3 br{display:none;}
}
@media screen and (max-width: 766px){
	.float-img{
		float: none;
		max-width: 400px;
		width: 100%;
		margin: auto auto 2em;
	}
}

@media(max-width: 660px) {

  #post-5423 .cottonlifecyclesectionfourth .slidercnt img {
    display: none;
  }

  #post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_1_4,
  #post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_1_4 img {
    display: none;
  }
}


@media(max-width: 560px) {
  #post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomsliderbar img {
    max-width: 255px;
    margin-left: 0;
  }
  #post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons {
    width: 235px;
  }
  #post-5423 .cottonlifecyclesectionfourth .bottomslider .slick-list.draggable {
    padding: 0 33px !important;
  }
  body[data-cottonstep='2'] #post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span.slick-current .color-icon,
  #post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span.slick-current .color-icon {
    max-width: 42px;
    top: -13px;
  }
  #post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomslidericons span {
    height: 110px;
  }


 

  #post-5423 .cottonlifecyclesectionfifth .rowone {
    padding-top: 0;
  }
  #post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 {
    margin-left: 0;
  }
  #post-5423 .cottonlifecyclesectionfifth .rowone .et_pb_column_3_4 .et_pb_text_inner {
    padding: 10px 13px;
  }

  #post-5423 .cottonlifecyclesectionfourth .bottomslider .bottomsliderbar #circleline {
    width: 45px;
    top: -61px;
    left: 50.2%;
  }
	#post-5423 .cottonlifecyclesectionfifth .row2 .et_pb_text_inner {
    padding-left: 13px;
    padding-right: 13px;
}
}


/*traceability infographic*/
.ta-graph-wrap{
  display:flex;
  max-width:650px;
  max-height:2000px;
  flex-wrap:wrap;
  flex-flow: column wrap;
  position:relative;
  padding-top:30px;
  padding-bottom:200px;
  background-position:top center;
  background-repeat:repeat-y;
}
  .ta-graph-wrap .background{
    position:absolute;
    top:0;
    left:50%;
    height:100px;
    width:75px;
    transform:translate(-50%, 0%);
  }
    .ta-graph-wrap .background img{
      width:75px ;
      height:auto;
    }
.ta-graph-wrap .step.one,
.ta-graph-wrap .step.three,
.ta-graph-wrap .step.five{
  order: 1; 
}
.ta-graph-wrap .step.two,
.ta-graph-wrap .step.four,
.ta-graph-wrap .step.final { 
  order: 2; 
} 
.ta-graph-wrap .step.two,
.ta-graph-wrap .step.four{
  margin-left:-60px;
}          

.ta-graph-wrap .step.final{
  width:50%;
  transform: translate(-50%,0%);
  background:#fff;
  bottom:0;
  left:50%;
  position:absolute;
}
  .ta-graph-wrap .step.final img{
    width:340px;
    height:auto;
  }
  .ta-graph-wrap .step.two{
    margin-top:100px;
  }     

  .ta-graph-wrap .step{
    width:50%;
    padding:15px;
  }
  .ta-graph-wrap .step img{
    height:auto;
    display:block;
  }
    .ta-graph-wrap .step.one img{
      max-width:230px;
      margin-left:15px;
    }
    .ta-graph-wrap .step.two img{
      max-width:110px;
      margin-left:auto;
      margin-right:20px;                
    }
    .ta-graph-wrap .step.three img{
      max-width:130px;
      margin-left:15px;
    }
    .ta-graph-wrap .step.four img{
      max-width:120px;
      margin-left:auto;
      margin-right:20px;
    }
    .ta-graph-wrap .step.five img{
      max-width:80px;
      margin-left:20px;
    }
    .ta-graph-wrap .step h3{
      position:relative;
      font-size:14px;
      text-transform:uppercase;
      color:#fff;
      font-weight:900;
      border-radius:30px;
      width:110%;
      
      border:8px solid #fff;
    }
      .ta-graph-wrap .step.one h3,
      .ta-graph-wrap .step.three h3,
      .ta-graph-wrap .step.five h3{
        padding:14px 14px 14px 46px;
      }
      .ta-graph-wrap .step.two h3,
      .ta-graph-wrap .step.four h3{
        padding:14px 46px 14px 14px;
        text-align:right;
      }
      .ta-graph-wrap .step.one h3{
        background-color:#5da5aa;
      }
      .ta-graph-wrap .step.two h3{
        background-color:#52a093;
      }
      .ta-graph-wrap .step.three h3{
        background-color:#96c723;
      }
      .ta-graph-wrap .step.four h3{
       background-color:#6aa342;
      }
      .ta-graph-wrap .step.five h3{
        background-color:#459360;
      }
      .ta-graph-wrap .step h3 span{
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        padding: 9px 8px 8px 10px;
        height: 32px;
        left: 5px;
        top: 5px;
        width: 32px;
        display: block;
        font-size:20px;
      }
        .ta-graph-wrap .step.two h3 span,
        .ta-graph-wrap .step.four h3 span{
          right:5px;
          left:auto;
          padding:9px 10px 8px 8px;
        }
        .ta-graph-wrap .step.one h3 span{
          color:#5da5aa;
        }
        .ta-graph-wrap .step.two h3 span{
          color:#52a093;
        }
        .ta-graph-wrap .step.three h3 span{
          color:#96c723;
        }
        .ta-graph-wrap .step.four h3 span{
          color:#6aa342;
        }
        .ta-graph-wrap .step.five h3 span{
          color:#459360;
        }
    .ta-graph-wrap .step p{
      margin: 0 20px;
      padding: 10px;
      background:#fff;
    }
      .ta-graph-wrap .step.two p,
      .ta-graph-wrap .step.four p{
        padding-left: 20px;
        margin-right: 0;
      }
  .ta-graph-title{
    background-color:#f2f2f2;
    border-radius:75px;
    text-align:center;
    padding:30px 50px;
    margin-bottom:20px;
  }
    .ta-graph-title h2,
    .ta-graph-title h3{
      text-transform:uppercase;
    }
      .ta-graph-title h2{
        font-size:46px;
        font-weight:bolder;
        color:#58595b;
      }
      .ta-graph-title h3{
        font-size:14px;
        color:#85888c;
      }
    .ta-graph-wrap,
    .ta-graph-wrap .step p,
    .trace-cta p,
    .ta-graph-title h3{
      font-family:'Avenir LT W01_35 Light1475496', sans-serif;
    }
      .ta-graph-wrap .step p a,
      .trace-cta p a{
        color:#65bbca;
        transition:.3s ease;
        text-decoration:underline;
      }
      .ta-graph-wrap a,
      .ta-graph-wrap .step h3,
      .ta-graph-wrap .step h3 span,
      .ta-graph-title h2,
      .trace-cta p a,
      .trace-cta .button{
        font-family:'Avenir LT W01_85 Heavy1475544', sans-serif !important;
      }
        .ta-graph-wrap .step p a:hover,
        .trace-cta p a:hover{
          opacity:.7;
        }
@media screen and (max-width:600px){
  .ta-graph-wrap{
    display:block;
    max-height:100%;
    padding-bottom:0;
    padding-top:45px;
  }
      
    .ta-graph-wrap .step{
      width:100%;
      display:inline-block;
    }
    .ta-graph-wrap .step.two, 
    .ta-graph-wrap .step.four{
      margin-left:0;
    }
    .ta-graph-wrap .step.two{
      margin-top:0;
    }
      .ta-graph-wrap .step h3{
        width:100%;
      }
                     
      .ta-graph-wrap .step.two h3,
      .ta-graph-wrap .step.four h3{
        padding:14px 14px 14px 46px;
        text-align:left;
      }
        .ta-graph-wrap .step.two h3 span,
        .ta-graph-wrap .step.four h3 span{
          left:5px;
          right:auto;
          padding:9px 8px 8px 10px;
        }
    .ta-graph-wrap .step.four img,
    .ta-graph-wrap .step.two img{
      margin-left:20px;
    }
    .ta-graph-wrap .step.final{
      position:relative;
      transform:translate(0,0);
      left:0;
      width:100%;
      margin-top:30px;
      margin-bottom:-5px;
      padding:30px 0 0 0;
    }
      .ta-graph-wrap .step.final img{
        display:block;
        margin:0 auto;
      }
    .ta-graph-wrap .step.two p,
    .ta-graph-wrap .step.four p{
      padding-left: 10px;
      margin-right: 10px;
    }
}

.trace-cta{
  display:flex;
  background:#f2f2f2;
  padding:40px;
  align-items:center;
}
  .trace-cta .col-left{
    width:70%;
    border-right:1px solid #cecece;
  }
  .trace-cta .col-right{
    width:30%;
    padding-left:40px;
  }
    .trace-cta .button{
      background:#459360;
      border-radius:10px;
      display:block;
      max-width:250px;
      text-align:center;
      margin:0 auto;
      text-transform:uppercase;
      font-weight:bold;
      font-style:italic;
      margin-top:40px;
      padding:15px 30px;
      color:#fff;
      transition:.3s ease;
    }
      .trace-cta .button:hover{
        background:#6aa342;
      }
    .trace-cta img{
      width:100%;
      height:auto;
    }
@media screen and (max-width:600px){
 .trace-cta .col-right{
    display:none;
 } 
 .trace-cta .col-left{
    width:100%;
    border-right:0px;
 }
}