@charset "utf-8";
/*
Theme Name: Co-OP ELEVATOR
Author: LoungeLizard
Author URI: http://www.loungelizard.com/
Description: We harvest, process and transport superior-grade products from our 1,115 family run farms… to families tables across the US, Canada, Mexico, Africa, England Europe, Brazil, and Central America. We provide quality service, products, and markets to enhance the value of the Cooperative.
Version: 1.2.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

@font-face {
    font-family:'BERNIER Distressed';
    src: url('webfonts/BERNIERDistressed-Regular.eot');
	src: url('webfonts/BERNIERDistressed-Regular.eot?#iefix') format('embedded-opentype'),
		url('webfonts/BERNIERDistressed-Regular.woff2') format('woff2'),
		url('webfonts/BERNIERDistressed-Regular.woff') format('woff'),
		url('webfonts/BERNIERDistressed-Regular.svg#BERNIERDistressed-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #181818;
	background: #FFF;
}

input,
textarea,
button,
select {
	font-family: 'Roboto Condensed', sans-serif;
	outline: none!important;
	line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
	color: #7bad32;
}

::-moz-selection {
	background-color: #7bad32;
	color: #FFF;
}

::selection {
	background-color: #7bad32;
	color: #FFF;
}

::-webkit-input-placeholder {
   color: #888888;
}

:-moz-placeholder {
   color: #888888;
}

::-moz-placeholder {
   color: #888888;
}

:-ms-input-placeholder {
   color: #888888;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	width: 100%;
	border: 1px solid #000;
	padding: 10px 15px;
}

@media screen and (min-width: 1600px) {
	.container {
		width: 1530px;
	}
}

@media screen and (min-width: 1660px) {
	.container-xl {
		width: 1630px;
	}
}

.wrapper {
	width: 100%;
}

.navbar-default {
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 20px 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 50;
	background: none;
}

.navbar-default .navbar-collapse {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.logo {
	float: left;
	width: 204px;
}

.navbar-nav>li,
.footer-menu > ul > li {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
	color: #363636;
	padding-left: 25px;
	padding-right: 25px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li:hover > a,
.navbar-default .navbar-nav>li.current-page-ancestor > a,
.navbar-default .navbar-nav>li.current-menu-item > a {
	color: #FFF;
	background: #363636;
}

.navbar-nav>li > ul {
	display: none;
	width: 240px;
	background: #363636;
	padding: 15px;
	margin: 0;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 100%;
}

.navbar-nav>li:hover > ul {
	display: block;
}

.navbar-nav>li > ul > li {
	list-style: none;
	font-size: 18px;
}

.navbar-nav>li > ul > li > a {
	color: #FFF;
}

.top-user-menu {
	float: right;
	background: #363636;
	padding: 5px 0;
	margin: 0 0 15px;
}

.top-user-menu > ul {
	padding: 0;
	margin: 0;
}

.top-user-menu > ul > li {
	float: left;
	list-style: none;
}

.top-user-menu > ul > li + li {
	border-left: 1px solid #FFF;
}

.top-user-menu > ul > li > a {
	display: block;
	text-decoration: none!important;
	color: #FFF!important;
	font-size: 20px;
	text-transform: uppercase;
	padding: 3px 35px;
}

.top-user-menu > ul > li > a:hover {
	color: #7bad32!important;
}

.grower-portal-link > span {
	background: url(images/plant@2x.png) no-repeat left center;
	background-size: 23px 30px;
	padding: 5px 0 5px 40px;
}

.grower-portal-link:hover > span {
	background-image: url(images/plant2@2x.png);
}

.my-account-link > span {
	background: url(images/tractor@2x.png) no-repeat left center;
	background-size: 34px 25px;
	padding: 5px 0 5px 50px;
}

.my-account-link:hover > span {
	background-image: url(images/tractor2@2x.png);
}

.navbar-nav {
	clear: both;
}

#main-menu {
	float: right;
}

#flags {
	float: right;
	width: auto!important;
	margin: 15px 25px 0 0;
}

#flags ul {
	padding: 0;
	margin: 0;
}

.header-search-trigger {
	cursor: pointer;
	color: #FFF;
	float: left;
	margin: 15px 0 0 10px;
}

.header-search-trigger:hover {
	color: #d93d00;
}

.search-form-overlay {
	display: none;
	background: #0a347f;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 101;
	width: 100%;
	box-shadow: 0px 0px 12px rgba(0,0,0,.3);
	padding: 21px 0;
}

.search-form-overlay .container {
	position: relative;
	z-index: 1;
}

.search-form-overlay .search-form {
	margin-right: 40px;
}

.close-search-form {
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url(images/close@2x.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 10;
}

.search-form .form-item {
	position: relative;
	z-index: 1;
}

.search-form input[type="submit"] {
	color: #FFF;
    text-decoration: none!important;
	background: url(images/search@2x.png) no-repeat center!important;
	background-size: 100%!important;
	background-color: transparent!important;
	width: 24px;
	height: 25px;
	padding: 0;
    display: inline-block;
	border: none;
	position: absolute;
	right: 8px;
	bottom: 5px;
	z-index: 10;
	font-size: 0;
    font-weight: 700;
	text-indent: -9999px;
}

.search-form {
	padding-right: 15px;
	width: 200px;
}

.search-form input[type="text"] {
	width: 100%;
	border: none;
	font-size: 20px;
	background: none;
	color: #FFF;
	padding: 5px 50px 5px 15px;
}

.search-form input[type="text"]::-webkit-input-placeholder {
   color: #9b9589;
	text-transform: uppercase;
}

.search-form input[type="text"]:-moz-placeholder {
   color: #9b9589;
	text-transform: uppercase;
}

.search-form input[type="text"]::-moz-placeholder {
   color: #9b9589;
	text-transform: uppercase;
}

.search-form input[type="text"]:-ms-input-placeholder {
   color: #9b9589;
	text-transform: uppercase;
}

.header-phone {
	float: left;
	color: #363636;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none!important;
	font-size: 22px;
	padding: 15px 0 15px 0;
	line-height: 20px;
	position: relative;
	z-index: 1;
	margin-left: 25px;
}

.header-phone:hover {
	color: #d93d00;
}

.header-phone:before {
	content: '';
	width: 2px;
	height: 20px;
	background: #363636;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -10px;
	z-index: 1;
}

.search-form-progress {
	height: 2px;
	border-radius: 8px;
	background: #c3dad6;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-right: 40px;
}

.search-form-progress span {
	background: #ff5a00;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	font-size: 26px;
	font-weight: 700;
}

.videoWrapper {
	position: relative;
/*	padding-bottom: 56.25%;*/
	padding-bottom: 55%;
	height: 0;
}

.videoWrapper iframe,
.videoWrapper video,
.homepage-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.videoWrapper iframe {
	pointer-events: none;
}

.homepage-hero-image {
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.homepage-hero-text {
	position: absolute;
	z-index: 5;
	width: 100%;
	text-align: right;
	bottom: 50px;
	color: #FFF;
}

.play-video-btn {
	cursor: pointer;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
	background: url(images/play@2x.png) no-repeat right center;
	background-size: 24px 24px;
	padding-right: 40px;
	display: inline-block;
}

.stop-video-btn {
	cursor: pointer;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
	display: none;
	background: url(images/close@2x.png) no-repeat right center;
	background-size: 24px 24px;
	padding-right: 40px;
}

.page-template-template-homepage .header-wrapper .navbar-nav,
.page-template-template-homepage .header-wrapper .header-phone {
	display: none;
}

.homepage-menu-wrapper {
	background: #363636;
	padding: 5px 0;
	text-align: center;
	height: 60px;
	transition: all .3s ease;
	overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 100000;
}
.homepage-video{
  position:relative;
}
@media screen and (max-width: 768px){
  .homepage-video .down-arrow{
    display:none;
  }
}
.homepage-video .down-arrow{
  position: absolute;
  z-index: 10;
  color: white;
  width: 100%;
  bottom: 11%;
  text-align: center;
  font-size: 400%;
  line-height: 0px;
  -webkit-animation: bouncy .25s infinite;
  -webkit-animation-delay: 2s;
  -webkit-animation-direction: alternate;
  animation: bouncy .25s infinite;
  animation-delay: 2s;
  animation-direction: alternate;
}
@-webkit-keyframes bouncy
{
  from {bottom: 11%;}
  to {bottom: 13%;}
}
@keyframes bouncy {
  from {bottom: 11%;}
  to {bottom: 13%;}
}
.homepage-video .play-full-video{
  position: absolute;
  bottom:0;
  right: 10px;
  color: white;
  z-index: 5;
}
.homepage-video .play-full-video a{
  text-decoration: none;
  color: unset
}
.homepage-menu-wrapper.opened-level-1 {
	height: 270px;
}

.homepage-menu-wrapper .navbar-nav {
	display: inline-block;
	float: none;
}

.homepage-menu-wrapper .header-phone {
	display: inline-block;
	float: none;
	color: #FFF;
	vertical-align: top;
}

.homepage-menu-wrapper .header-phone:before {
	background: #FFF;
}

.homepage-menu-wrapper .header-phone:hover {
	color: #7bad32;
}

.homepage-menu-wrapper .navbar-nav>li>a {
	color: #FFF;
	background: none!important;
	padding: 15px 25px;
}

.homepage-menu-wrapper .navbar-nav>li>a span {
	position: relative;
	z-index: 1;
}

.homepage-menu-wrapper .navbar-nav>li>a:focus,
.homepage-menu-wrapper .navbar-nav>li>a:hover,
.homepage-menu-wrapper .navbar-nav>li:hover > a {
	color: #7bad32;
}

.homepage-menu-wrapper .navbar-nav>li.menu-item-has-children:hover > a > span:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #FFF;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 2;
	margin-top: 10px;
}

.homepage-menu-wrapper .navbar-nav>li > ul {
	text-align: left;
	width: 300px;
}

.homepage-menu-wrapper .navbar-nav>li > ul > li {
	font-size: 22px;
}

.homepage-menu-wrapper .navbar-nav>li > ul > li > a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding: 1px 10px;
}

.homepage-menu-wrapper .navbar-nav>li > ul > li > a:hover {
	color: #7bad32;
}

.homepage-top-text {
	padding: 40px 0;
	text-align: center;
	font-size: 32px;
	color: #787870;
	max-width: 1286px;
	margin: 0 auto;
}

.homepage-top-text h2 {
	color: #53534d;
	font-size: 52px;
	font-family:'BERNIER Distressed';
	margin: 0 0 20px;
}

.homepage-pride-section {
	margin: 0 0 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
/*	height: 780px;*/
	position: relative;
	z-index: 1;
	color: #FFF;
	font-size: 48px;
	font-family:'BERNIER Distressed';
}

.homepage-pride-section .image img {
	width: 100%;
}

.pride-logo {
	width: 586px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 10;
	margin-left: -293px;
}

.pride-item {
	width: 50%;
	height: 260px;
	float: left;
	z-index: 2;
	position: relative;
	display: block;
	color: #FFF!important;
	text-decoration: none!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pride-item:hover {
	font-size: 64px;
}

.pride-item:hover:before {
	opacity: 0.5;
}

.pride-item:before {
	content: '';
	background: #000;
	opacity: 0.2;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.pride-item span {
	position: relative;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	letter-spacing: 2px;
}

#pride-item-1 {
	width: 100%;
	text-align: center;
	top: 0;
}

#pride-item-1:hover span:before {
	content: '';
	width: 144px;
	height: 127px;
	background: url(images/rollover/beans1.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 100%;
	margin-right: 50px;
	top: 50%;
	margin-top: -63.5px;
	z-index: 2;
}

#pride-item-1:hover span:after {
	content: '';
	width: 115px;
	height: 95px;
	background: url(images/rollover/beans2.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 100%;
	margin-left: 50px;
	top: 50%;
	margin-top: -47.5px;
	z-index: 2;
}

#pride-item-1 span {
	top: 40%;
}

#pride-item-2 {
	padding-left: 10%;
}

#pride-item-2:hover span:after {
	content: '';
	width: 110px;
	height: 120px;
	background: url(images/rollover/corn.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 100%;
	margin-left: 50px;
	top: 50%;
	margin-top: -60px;
	z-index: 2;
}

#pride-item-3 {
	text-align: right;
	padding-right: 10%;
}

#pride-item-3:hover span:before {
	content: '';
	width: 130px;
	height: 137px;
	background: url(images/rollover/wheat.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 100%;
	margin-right: 50px;
	top: 50%;
	margin-top: -68.5px;
	z-index: 2;
}

#pride-item-4 {
	padding-left: 10%;
}

#pride-item-4:hover span:after {
	content: '';
	width: 160px;
	height: 96px;
	background: url(images/rollover/soy.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 100%;
	margin-left: 50px;
	top: 50%;
	margin-top: -48px;
	z-index: 2;
}

#pride-item-5 {
	padding-right: 10%;
	text-align: right;
}

#pride-item-5:hover span:before {
	content: '';
	width: 172px;
	height: 173px;
	background: url(images/rollover/organic.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 100%;
	margin-right: 50px;
	top: 50%;
	margin-top: -86.5px;
	z-index: 2;
}

.homepage-blocks-wrapper {
	background: #f4f0ec;
	padding: 34px 0;
}

.homepage-block {
	background: #FFF;
}

.homepage-block + .homepage-block {
	margin-top: 25px;
}

.homepage-block .text {
	float: left;
	width: 50%;
	padding: 25px 45px;
	color: #787870;
	font-size: 22px;
}

.homepage-block .text h2 {
	background: url(images/title.png) no-repeat center;
	background-size: 100%;
	width: 432px;
	height: 106px;
	font-size: 55px;
	font-family:'BERNIER Distressed';
	color: #883212;
	white-space: nowrap;
	padding: 17px 0 0 90px;
	margin: 0 0 25px -60px;
}

.homepage-block .text h2 span {
/*	opacity: 0.8;*/
}

.homepage-block .image {
	float: right;
	width: 50%;
}

.homepage-block .image img {
	width: 100%;
}

.homepage-block:nth-child(even) .image {
	float: left;
}

.homepage-block:nth-child(even) .text {
	float: right;
}

.block-read-more {
	display: block;
	text-decoration: none!important;
	color: #cbca8e;
	font-size: 30px;
	margin-top: 30px;
	font-family:'BERNIER Distressed';
	border-bottom: 2px solid #cbca8e;
}

.homepage-people-tabs-wrapper {
	padding: 60px 0;
}

.homepage-people-tabs-wrapper .text {
	max-width: 1030px;
	margin: 0 auto 80px;
	text-align: center;
	font-size: 32px;
	color: #787870;
}

.homepage-people-tabs-wrapper .text h2 {
	color: #53534d;
	font-size: 52px;
	font-family:'BERNIER Distressed';
	margin: 0 0 20px;
}

.people-tabs-nav {
	float: left;
	width: 37%;
}

.people-tab-nav-item {
	background: url(images/tab.png) repeat;
	border-bottom: 1px solid #a7a7a7;
	cursor: pointer;
	color: #53534d;
	font-size: 22px;
	padding: 17px 60px 17px 25px;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}

.people-tab-nav-item h3 {
	font-size: 40px;
	font-family:'BERNIER Distressed';
	margin: 0;
}

.people-tab-nav-item p {
	display: none;
	margin: 11px 0 0;
}

.people-tab-nav-item.active {
	background-image: url(images/tab-active.png);
	color: #FFF;
}

.people-tab-nav-item.active:after {
	content: '';
	width: 75px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 2;
	background: url(images/tab-active.png) repeat;
	-webkit-transform: skew(-25deg, 0deg);
	-moz-transform: skew(-25deg, 0deg);
	-o-transform: skew(-25deg, 0deg);
	-ms-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
	margin-left: -40px;
}

.people-tab-nav-item.active p {
	display: block;
}

.people-tabs-list {
	float: right;
	width: 63%;
}

.people-tab-item {
	display: none;
}

.people-tab-item.active {
	display: block;
}

.people-tab-item img {
	width: 100%;
}

.page-hero {
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 2;
}

.hero-slider-wrapper {
	height: auto!important;
}

.page-hero .text {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	z-index: 1;
	color: #FFF;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-hero .text h1 {
	font-size: 70px;
	font-weight: 700;
	margin: 80px 0 0;
	text-transform: uppercase;
}

.page-hero .text .button {
	color: #FFF!important;
	border-color: #FFF;
	font-weight: 600;
	width: auto;
	padding: 8px 25px;
	margin-top: 25px;
}

.page-history-wrapper {
	padding: 125px 0;
}

.history-decade + .history-decade {
	margin-top: 100px;
}

.history-decade > h2 {
	color: #72a125;
	font-family:'BERNIER Distressed';
	font-size: 60px;
	margin: 0;
	text-transform: uppercase;
}

.decade-events-holder {
	overflow: hidden;
	height: 27px;
	padding: 13px 0 0;
}

.decade-events-holder-list {
	overflow: hidden;
	min-height: 430px;
}

.decade-events {
	background: #b9b8b8;
	height: 2px;
	position: relative;
	z-index: 1;
	margin: 0 -68px;
}

.decade-events-list {
	position: relative;
	z-index: 1;
	margin: 0 -68px;
}

.history-event-holder {
	width: 10%;
	float: left;
	text-align: center;
	min-height: 27px;
	position: relative;
	z-index: 1;
}

.history-event-bullet {
	cursor: pointer;
	width: 27px;
	height: 27px;
	background: #7da6f9;
	font-size: 0px;
	text-indent: -9999px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -13px;
	position: relative;
	z-index: 1;
}

.history-event-bullet:hover,
.history-event-bullet.active {
	background: #2783d1;
}

.history-event-item {
	border: 2px solid #7f7f7f;
	padding: 30px;
	width: 596px;
	text-align: left;
	background: #FFF;
	color: #807f7f;
	font-size: 24px;
	margin-top: 30px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 100%;
	margin-left: -298px;
	display: none;
}

.history-event-item:after,
.history-event-item:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.history-event-item:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 0 9px 46px 9px;
	margin-left: -9px;
}

.history-event-item:before {
	border-color: rgba(127, 127, 127, 0);
	border-bottom-color: #7f7f7f;
	border-width: 0 11px 48px 11px;
	margin-left: -11px;
}

.history-event-item.with-img {
	width: 1000px;
	margin-left: -500px;
}

.history-event-item .text > *:last-child,
.decade-single-text .text > *:last-child {
	margin-bottom: 0;
}

.history-event-inner {
	max-height: 268px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.history-event-inner::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.history-event-inner::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.history-event-inner::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}

.history-event-holder:nth-child(1) .history-event-item {
	left: 68px;
	margin-left: 0;
}

.history-event-holder:nth-child(1) .history-event-item:before,
.history-event-holder:nth-child(1) .history-event-item:after {
	left: 11px;
}

.history-event-holder:nth-child(2) .history-event-item {
	left: 0;
	margin-left: 0;
}

.history-event-holder:nth-child(2) .history-event-item:before,
.history-event-holder:nth-child(2) .history-event-item:after {
	left: 78px;
}

.history-event-holder:nth-child(3) .history-event-item.with-img {
	margin-left: -340px;
}

.history-event-holder:nth-child(3) .history-event-item.with-img:before,
.history-event-holder:nth-child(3) .history-event-item.with-img:after {
	left: 34%;
}

.history-event-holder:nth-child(8) .history-event-item.with-img {
	margin-left: -658px;
}

.history-event-holder:nth-child(8) .history-event-item.with-img:before,
.history-event-holder:nth-child(8) .history-event-item.with-img:after {
	left: 65.85%;
}

.history-event-holder:nth-child(9) .history-event-item {
	left: auto;
	right: 0;
	margin-left: 0;
}

.history-event-holder:nth-child(9) .history-event-item:before,
.history-event-holder:nth-child(9) .history-event-item:after {
	margin-left: -89px;
	left: 100%;
}

.history-event-holder:nth-child(9) .history-event-item:after {
	margin-left: -87px;
}

.history-event-holder:nth-child(10) .history-event-item {
	left: auto;
	right: 68px;
	margin-left: 0;
}

.history-event-holder:nth-child(10) .history-event-item:before,
.history-event-holder:nth-child(10) .history-event-item:after {
	margin-left: -23px;
	left: 100%;
}

.history-event-holder:nth-child(10) .history-event-item:after {
	margin-left: -21px;
}

.history-event-item .image,
.decade-single-text .image {
	float: left;
	width: 360px;
}

.history-event-item .image img,
.decade-single-text .image img {
	width: 100%;
}

.history-event-item .image + .text,
.decade-single-text .image + .text {
	padding-left: 390px;
}

.history-event-item h3,
.decade-single-text .text h3 {
	font-size: 45px;
	color: #2783d1;
	font-family:'BERNIER Distressed';
	text-transform: uppercase;
	margin: 0 0 15px;
}

.decade-single-text {
	max-width: 1000px;
	padding: 30px;
	color: #807f7f;
	font-size: 24px;
}

.main-page-wrapper {
	padding: 120px 0;
}

.page-body {
	color: #7c7c7c;
	font-size: 28px;
}

.page-body h2 {
	font-size: 66px;
	color: #7bad32;
	font-family:'BERNIER Distressed';
	text-transform: uppercase;
	margin: 0 0 15px;
}

.page-body h3 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 15px;
}

.page-body img {
	max-width: 100%;
	height: auto!important;
}

.page-body > * {
	margin-bottom: 30px;
}

.page-body > *:last-child {
	margin-bottom: 0;
}

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

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

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

.officers-list {
	margin: 0 -15px;
}

.officer-item-wrapper {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
	margin: 0 0 50px;
}

@media screen and (min-width: 992px) {
	.officer-item-wrapper:nth-child(3n+1) {
		clear: both;
	}
}

@media screen and (max-width: 991px) {
	.officer-item-wrapper:nth-child(2n+1) {
		clear: both;
	}
}

.officer-item .image {
	margin: 0 0 15px;
}

.officer-item .image img {
	width: 100%;
}

.officer-item .text h3 {
	font-weight: 300;
	font-size: 28px;
	margin: 0;
}

.officer-item .text p {
	margin: 0;
	font-weight: 300;
}

.people-item {
	background: #f3f2f1;
}

.people-item + .people-item {
	margin-top: 66px;
}

.people-item .image {
	float: left;
	width: 47.2%;
}

.people-item .text {
	float: right;
	width: 50%;
	padding: 50px 30px 30px;
}

.people-item .text h3 {
	color: #656464;
	font-size: 40px;
	margin-bottom: 25px;
}

.people-item .text h4 {
	font-size: 28px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
}

.people-item .text > * {
	margin-bottom: 0;
}

.people-item:nth-child(even) .image {
	float: right;
}

.people-item:nth-child(even) .text {
	float: left;
}

.acf-map {
	width: 690px;
	height: 690px;
	border-radius: 50%;
	overflow: hidden;
}

.acf-map img {
	max-width: inherit !important;
}

.contact-page-left {
	float: left;
	width: 40%;
}

.contact-page-left .page-body {
	color: #363636;
	font-size: 26px;
}

.contact-page-left .page-body address {
	font-size: 32px;
}

.contact-page-left hr {
	border-color: #666565;
	max-width: 136px;
	margin: 35px 0;
}

.contact-page-right {
	float: right;
}

.button,
input[type="submit"] {
	display: inline-block;
	text-decoration: none!important;
	border: 3px solid #525252;
	color: #656464!important;
	text-transform: uppercase;
	font-size: 27px;
	text-align: center;
	width: 320px;
	padding: 15px 15px;
	background: none;
}

.button:hover,
input[type="submit"]:hover {
	background: #525252;
	color: #FFF!important;
}

.button-small {
	width: auto;
	padding: 10px 25px;
}

.contact-form-wrapper {
	width: 1030px;
	background: #5b5d5f;
	color: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -515px;
	z-index: 1000;
	box-shadow: 0px 0px 25px rgba(0,0,0,.4);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 40px;
	display: none;
}

.contact-form-wrapper h3 {
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 30px;
}

.contact-form-close {
	background: url(images/close@2x.png) no-repeat center;
	background-size: 100%;
	width: 23px;
	height: 23px;
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 1;
}

.form-wrapper {
	margin: 0 -15px;
}

.form-wrapper > .form-item {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin: 0 0 30px;
}

.form-wrapper > .form-item-wide {
	width: 100%;
}

.form-wrapper > .form-item:nth-child(2n+1) {
	clear: both;
}

.form-wrapper > .form-item label {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px;
  display:block;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
	border: none;
	font-size: 24px;
	color: #363636;
	padding: 20px 25px;
}

.contact-form-wrapper textarea {
	height: 210px;
	resize: none;
}

.contact-form-wrapper .form-actions {
	text-align: center;
}

.contact-form-wrapper input[type="submit"] {
	border-color: #FFF;
	color: #FFF!important;
}

.contact-form-wrapper .wpcf7 {
	max-height: 660px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.contact-form-wrapper .wpcf7-form {
	overflow: hidden;
}

.contact-form-wrapper .wpcf7::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.contact-form-wrapper .wpcf7::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.contact-form-wrapper .wpcf7::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}

.four-rs-item {
	width: 25%;
	float: left;
	height: 412px;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	position: relative;
	z-index: 1;
}

.four-rs-item h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

.four-rs-item p {
	margin: 25px 0 0;
	display: none;
}

.four-rs-item .text {
	padding: 0 15px;
	position: absolute;
	width: 100%;
	bottom: 50px;
	z-index: 10;
}

.four-rs-item:hover .text {
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.four-rs-item:hover .text p {
	display: block;
}

.stewards-article {
	margin-top: 70px;
}

.stewards-article .text {
	float: left;
	width: 43%;
}

.stewards-article .text h3 {
	color: #4c4c4c;
	font-size: 40px;
	margin: 0 0 30px;
	font-weight: 700;
}

.stewards-article .text p {
	margin: 0 0 30px;
}

.stewards-article .image {
	float: right;
	width: 50%;
}

.stewards-article .image img {
	width: 100%;
}

.community-page-wrapper {
	padding: 35px 0 0;
}

.community-page-blocks {
	max-width: 1600px;
	margin: 0 auto;
}

.community-page-block .text {
	float: left;
	width: 50%;
	font-size: 28px;
	color: #656464;
	padding: 35px 50px;
}

.community-page-block .text h2 {
	font-family:'BERNIER Distressed';
	text-transform: uppercase;
	font-size: 50px;
	margin: 0 0 30px;
	font-weight: 400;
}

.community-page-block .text > *:last-child {
	margin-bottom: 0;
}

.community-page-block .image {
	float: right;
	width: 50%;
}

.community-page-block .image img {
	width: 100%;
}

.community-page-block:nth-child(even) .text {
	float: right;
}

.other-products-wrapper {
	padding: 150px 0 110px;
}

.other-products-wrapper h3 {
	color: #656464;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 40px;
}

.other-products-wrapper ul {
	padding: 0;
	margin: 0;
}

.other-products-wrapper ul li {
	list-style: none;
	float: left;
	max-width: 178px;
}

.other-products-wrapper ul li + li {
	margin-left: 30px;
}

.other-products-wrapper ul li a {
	display: block;
	position: relative;
	z-index: 1;
	text-decoration: none!important;
	color: #FFF!important;
}

.other-products-wrapper ul li a span {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
	padding: 0 10px;
	font-size: 18px;
	opacity: 0;
	transition: all .3s ease;
}

.other-products-wrapper ul li a:hover span {
	opacity: 1;
}

.other-products-wrapper ul li a:before {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all .3s ease;
}

.other-products-wrapper ul li a:hover:before {
	opacity: 0.6;
}

.page-template-template-products .community-page-block .text h2 {
	color: #788365;
}

.hero-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	height: 949px;
	text-align: left;
}

.hero-slide .slide-text {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 100px;
	z-index: 2;
	color: #FFF;
	padding: 0 60px;
}

.hero-slide .slide-text h3 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
}

.hero-slider .owl-dots {
	position: absolute;
	left: 60px;
	bottom: 60px;
	z-index: 10;
}

.hero-slider .owl-dot {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 50%;
	float: left;
	border: 2px solid #FFF;
}

.hero-slider .owl-dot + .owl-dot {
	margin-left: 14px;
}

.hero-slider .owl-dot.active {
	background: #FFF;
}

.internship-wrapper {
	background: #f2f2f2;
	padding: 70px 0;
	color: #7c7c7c;
	font-size: 22px;
}

.internship-wrapper h2 {
	font-size: 66px;
	color: #7bad32;
	font-family:'BERNIER Distressed';
	margin: 0 0 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #b9b8b8;
	padding: 0 0 40px;
}

.internship-wrapper h3 {
	font-size: 40px;
	font-weight: 700;
}

.internship-wrapper h4 {
	font-size: 28px;
	color: #656464;
	font-weight: 700;
}

.internship-wrapper .text > * {
	margin-bottom: 20px;
}

.internship-wrapper .text > *:last-child {
	margin-bottom: 0;
}

.internship-wrapper ul > li {
	margin-bottom: 5px;
}

.testimonials-wrapper {
	background: #f2f2f2;
	padding: 70px 0 20px;
}

.testimonials-wrapper h2 {
	font-size: 66px;
	color: #7bad32;
	font-family:'BERNIER Distressed';
	margin: 0 0 35px;
	text-transform: uppercase;
}

.testimonials-list {
	margin: 0 -15px;
}

.testimonial-item-wrapper {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 0 0 50px;
	color: #7c7c7c;
	font-size: 20px;
}

.testimonial-item-wrapper:nth-child(2n+1) {
	clear: both;
}

.testimonial-item .image {
	width: 220px;
	margin: 0 auto 25px;
}

.testimonial-item .image img {
	width: 100%;
	border-radius: 50%;
}

.testimonial-item h3 {
	color: #656464;
	font-size: 30px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: 700;
}

.testimonial-item {
	max-width: 90%;
}

.testimonial-item-wrapper:nth-child(2n) .testimonial-item {
	margin-left: auto;
}

.careers-top-text-wrapper {
	padding: 70px 0;
	font-size: 26px;
	color: #7c7c7c;
}

.careers-top-text-wrapper h2 {
	font-size: 66px;
	color: #7bad32;
	font-family:'BERNIER Distressed';
	margin: 0 0 25px;
	text-transform: uppercase;
}

.careers-top-text-wrapper .text > h3 {
	font-family:'BERNIER Distressed';
	margin: 0 0 25px;
	text-transform: uppercase;
	font-size: 45px;
	color: #656464;
}

.careers-why-coop {
	margin: 0 -15px 50px;
}

.careers-why-coop-col-wrapper {
	float: left;
	width: 33.3333%;
	padding: 0 15px;
}

.careers-why-coop-col {
	background: #f3f2f1;
	padding: 30px;
	font-size: 22px;
	min-height: 482px;
}

.careers-why-coop-col h3 {
	font-size: 34px;
	color: #656464;
	margin: 0 0 25px;
	font-weight: 700;
}

.careers-why-coop-col ul {
	padding: 0;
	margin: 0;
}

.careers-why-coop-col ul li {
	list-style: none;
}

.careers-why-coop-col ul li + li {
	margin-top: 10px;
}

.job-listings-wrapper {
	padding: 70px 0;
}

.job-listings-wrapper h2 {
	font-size: 66px;
	color: #7bad32;
	font-family:'BERNIER Distressed';
	margin: 0 0 35px;
	text-transform: uppercase;
}

.job-listing {
	border-top: 1px solid #b9b8b8;
}

.job-listing-item {
	border-bottom: 1px solid #b9b8b8;
}

.job-listing-item-title h3 {
	margin: 0;
	font-size: 40px;
	color: #7c7c7c;
	font-weight: 400;
	padding: 32px 100px 32px 25px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.job-listing-item-title h3:after {
	content: '';
	width: 30px;
	height: 30px;
	background: url(images/toggle@2x.png) no-repeat left top;
	background-size: 100% 200%;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -15px;
	z-index: 1;
}

.job-listing-item-title h3.active {
	font-weight: 700;
}

.job-listing-item-title h3.active:after {
	background-position: left bottom;
}

.job-listing-item-text {
	display: none;
	padding: 0 25px 32px;
	color: #7c7c7c;
	font-size: 22px;
}

.job-listing-item-text .button,
.job-listings-actions .button {
	width: auto;
	font-size: 30px;
	font-weight: 700;
	padding: 12px 25px;
}

.job-listing-item-text h4 {
	font-size: 28px;
	font-weight: 400;
	color: #656464;
	margin: 0 0 30px;
}

.job-listing-item-text > * {
	margin-bottom: 30px;
}

.job-listing-item-text > *:last-child {
	margin-bottom: 0;
}

.job-listings-actions {
	text-align: center;
	padding: 70px 0 0;
}

.job-submit-resume-green {
	background: #b6bf82;
	color: #FFF;
	padding: 45px 0;
	font-size: 40px;
	text-transform: uppercase;
}

.job-submit-resume-green p {
	margin: 0;
}

.job-submit-resume-green .button {
	float: right;
	width: auto;
	font-weight: 600;
	padding: 8px 25px;
	color: #FFF!important;
	border-color: #FFF;
}

.job-page-wrapper {
	padding: 35px 0 100px;
}

.job-return-link {
	font-size: 22px;
	margin: 0 0 60px;
	text-transform: uppercase;
}

.job-return-link a {
	text-decoration: none!important;
	color: #7c7c7c;
}

.job-return-link a:hover {
	color: #7bad32;
}

.job-body {
	font-size: 22px;
	color: #656464;
}

.job-body > * {
	margin-bottom: 30px;
}

.job-body > *:last-child {
	margin-bottom: 0;
}

.job-body h4 {
	font-size: 28px;
	font-weight: 700;
	margin-top: 0;
}

.application-return-link {
	padding: 30px 0;
	margin: 0;
}

.job-application-form-wrapper {
	background: #5b5d5f;
	padding: 60px 0;
	color: #FFF;
	font-size: 16px;
}

.job-application-form-wrapper div.wpcf7 {
	max-width: 946px;
	margin: 0 auto;
}

.job-application-form-wrapper div.wpcf7 h2 {
	text-align: center;
	margin: 0 0 60px;
	font-size: 40px;
	font-weight: 400;
}

.job-application-form-wrapper div.wpcf7 h4 {
	font-size: 28px;
	margin: 0 0 30px;
	color: #d0cece;
	font-weight: 400;
}

.job-application-form-wrapper input[type="text"],
.job-application-form-wrapper input[type="email"],
.job-application-form-wrapper textarea,
.job-application-form-wrapper select {
	border: none;
	font-size: 24px;
	color: #363636;
	padding: 20px 25px;
	width: 100%;
}

.job-application-form-wrapper input[type="file"] {
	width: 100%;
	border: 2px solid #d0cece;
	padding: 12px;
}

.job-application-form-wrapper textarea {
	height: 210px;
	resize: none;
}

.job-application-form-wrapper .form-actions {
	text-align: center;
	padding: 70px 0 0;
}

.job-application-form-wrapper input[type="submit"] {
	border-color: #FFF;
	color: #FFF!important;
}

.app-resume-section {
	border-top: 1px solid #c0bfbf;
	border-bottom: 1px solid #c0bfbf;
	padding: 35px 0 5px;
}

span.wpcf7-list-item {
	display: block;
	margin: 0;
}

span.wpcf7-list-item > label {
	margin: 0;
}

span.wpcf7-list-item input[type="checkbox"],
span.wpcf7-list-item input[type="radio"] {
	display: none;
}

.wpcf7-list-item-label {
	position: relative;
	z-index: 1;
	padding-left: 50px;
	cursor: pointer;
	display: block;
}

.wpcf7-list-item-label:before {
	content: '';
	width: 36px;
	height: 36px;
	background: #FFF;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -18px;
	z-index: 1;
}

span.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before,
span.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
	background: #5b5d5f;
	border: 8px solid #FFF;
}

.wpcf7-form-control-wrap.drivers_license,
.wpcf7-form-control-wrap.education,
.wpcf7-form-control-wrap.employment {
	display: block;
	margin: 0 0 30px;
}

.wpcf7-form-control-wrap.drivers_license label,
.wpcf7-form-control-wrap.education label,
.wpcf7-form-control-wrap.employment label {
	margin: 0;
	font-weight: 400;
	font-size: 22px;
}

.app-drivers-section,
.app-education-section {
	border-bottom: 1px solid #c0bfbf;
	padding: 35px 0 0;
}

.multiple-selects {
	margin: 0 -15px;
}

.multiple-selects > span {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.wpcf7-radio {
	display: block;
	margin-top: 17px;
}

.wpcf7-radio > span {
	display: inline-block;
}
.wpcf7-checkbox > span.wpcf7-list-item{
  display:inline-block;
}
.wpcf7-radio > span + span,
.wpcf7-checkbox > span + span {
	margin-left: 30px;
}

.app-disclaimer {
	padding: 35px 0 0;
}

.form-item-another-item {
	float: left;
	width: 100%;
	padding: 0 15px;
	text-align: right;
	margin: 0 0 30px;
}

.form-item-another-item span {
	cursor: pointer;
	display: inline-block;
	font-size: 23px;
	text-transform: uppercase;
	padding-right: 35px;
	position: relative;
	z-index: 1;
}

.form-item-another-item span:after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(images/plus@2x.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	z-index: 1;
}

.new-item-hidden {
	display: none;
}

.footer {
	background: url(images/footer-bg.jpg) repeat;
	color: #53534d;
	padding: 25px 0;
	font-size: 20px;
	text-align: center;
}

.footer-logo {
	width: 169px;
	margin: 0 auto;
}

.footer-copyright {
	border-top: 1px solid #FFF;
	padding: 25px 0 0;
	margin: 25px 0 0;
}
.footer-copyright p span{
  position: relative;
  left:2%;
}
.footer-copyright p span a{
  text-decoration: none;
}
.footer-copyright p span i{
  font-size: 28px;
}
.search-results-list {
	padding: 30px 0;
}

.search-result-item + .search-result-item {
	margin-top: 30px;
}

@media screen and (max-width: 1659px) {
	#pride-item-2,
	#pride-item-4 {
		padding-left: 5%;
	}

	#pride-item-3,
	#pride-item-5 {
		padding-right: 5%;
	}
}

@media screen and (max-width: 1599px) {
	.homepage-top-text {
		font-size: 29px;
	}

	.homepage-block .text h2 {
		width: 320px;
		height: 79px;
		font-size: 40px;
		padding: 16px 0 0 60px;
		margin-bottom: 15px;
	}

	.homepage-block .text {
		font-size: 18px;
	}

	.block-read-more {
		margin-top: 10px;
		font-size: 24px;
	}

	.homepage-people-tabs-wrapper .text {
		font-size: 24px;
	}

	.people-tab-nav-item {
		font-size: 16px;
	}

	.people-tab-nav-item h3 {
		font-size: 32px;
	}

	.people-tab-nav-item.active:after {
		margin-left: -46px;
	}

	.logo {
		width: 160px;
	}

	.navbar-nav>li {
		font-size: 20px;
	}

	.community-page-block .text {
		font-size: 24px;
	}

	.community-page-block .text h2,
	.other-products-wrapper h3 {
		font-size: 42px;
	}

	.decade-events {
		margin: 0 -48px;
	}

	.history-event-item {
		font-size: 20px;
	}

	.history-event-item {
		width: 510px;
		margin-left: -265px;
	}

	.history-event-item.with-img {
		width: 768px;
		margin-left: -389px;
	}

	.history-event-item .image, .decade-single-text .image {
		width: 300px;
	}

	.history-event-item .image + .text, .decade-single-text .image + .text {
		padding-left: 330px;
	}

	.history-event-holder:nth-child(2) .history-event-item {
		margin-left: -2px;
	}

	.history-event-holder:nth-child(3) .history-event-item {
		margin-left: -247px;
	}

	.history-event-holder:nth-child(4) .history-event-item {
		margin-left: -250px;
	}

	.history-event-holder:nth-child(5) .history-event-item {
		margin-left: -253px;
	}

	.history-event-holder:nth-child(6) .history-event-item {
		margin-left: -258px;
	}

	.history-event-holder:nth-child(7) .history-event-item {
		margin-left: -258px;
	}

	.history-event-holder:nth-child(3) .history-event-item.with-img {
		margin-left: -251px;
	}

	.history-event-holder:nth-child(4) .history-event-item.with-img {
		margin-left: -379px;
	}

	.history-event-holder:nth-child(5) .history-event-item.with-img {
		margin-left: -380px;
	}

	.history-event-holder:nth-child(6) .history-event-item.with-img {
		margin-left: -386px;
	}

	.history-event-holder:nth-child(7) .history-event-item.with-img {
		margin-left: -389px;
	}

	.history-event-holder:nth-child(8) .history-event-item.with-img {
		margin-left: -517px;
	}

	.decade-single-text {
		font-size: 20px;
	}

	.main-page-wrapper {
		padding: 75px 0;
	}

	.page-body {
		font-size: 24px;
	}

	.page-body img.alignright,
	.page-body img.alignleft {
		max-width: 50%;
	}

	.page-body h2 {
		font-size: 60px;
	}

	.people-item .text {
		padding: 20px 20px;
		font-size: 20px;
	}

	.people-item .text h3 {
		font-size: 32px;
	}

	.people-item .text h4 {
		font-size: 24px;
		margin: 0 0 5px;
	}

	.four-rs-item {
		font-size: 20px;
		height: 360px;
	}

	.stewards-article .text h3 {
		font-size: 32px;
	}

	.job-submit-resume-green {
		font-size: 32px;
	}

	.job-submit-resume-green .button {
		margin-top: -7px;
	}

	.acf-map {
		width: 600px;
		height: 600px;
	}
}

@media screen and (max-width: 1349px) {
	.pride-logo {
		width: 540px;
		margin-left: -270px;
	}
}

@media screen and (max-width: 1199px) {
	.logo {
		width: 160px;
	}

	.top-user-menu > ul > li > a {
		font-size: 16px;
		padding: 3px 25px;
	}

	.search-form input[type="text"] {
		font-size: 16px;
	}

	.search-form input[type="submit"] {
		width: 19px;
		height: 20px;
		margin-top: -10px;
	}

	.play-video-btn,
	.stop-video-btn {
		font-size: 24px;
	}

	.homepage-hero-text {
		bottom: 20px;
	}

	.navbar-nav>li,
	.footer-menu > ul > li {
		font-size: 18px;
	}

	.header-phone {
		font-size: 18px;
	}

	.homepage-menu-wrapper .navbar-nav>li > ul > li {
		font-size: 16px;
	}

	.homepage-menu-wrapper.opened-level-1 {
		height: 230px;
	}

	.homepage-top-text h2,
	.homepage-people-tabs-wrapper .text h2 {
		font-size: 40px;
	}

	.homepage-top-text {
		font-size: 24px;
	}

	.pride-logo {
		width: 400px;
		margin-left: -200px;
	}

	.pride-item {
		height: 200px;
	}

	.pride-item:hover {
		font-size: 50px;
	}

	.people-tab-nav-item.active:after {
		margin-left: -40px;
	}

	.footer-logo {
		width: 120px;
	}

	.site-header .header-phone {
		display: none;
	}

	.page-hero .text h1 {
		font-size: 55px;
	}

	.page-hero {
		height: 440px;
	}

	.community-page-block .text {
		font-size: 18px;
	}

	.community-page-block .text h2, .other-products-wrapper h3 {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.other-products-wrapper ul li {
		max-width: 140px;
	}

	.other-products-wrapper ul li + li {
		margin-left: 20px;
	}

	.decade-events {
		margin: 0 -36px;
	}

	.decade-events-holder {
		display: none;
	}

	.decade-events-holder-list {
		min-height: auto;
	}

	.decade-events-list {
		margin: 0;
	}

	.history-event-holder {
		float: none;
		width: auto;
		min-height: auto;
	}

	.history-event-item {
		position: static;
		width: auto!important;
		margin: 0 0 15px!important;
		display: block!important;
	}

	.history-event-item:after, .history-event-item:before {
		display: none;
	}

	.history-decade > h2 {
		margin-bottom: 15px;
	}

	.history-event-inner {
		max-height: none;
	}

	.officer-item .text p {
		font-size: 20px;
	}

	.four-rs-item h3 {
		font-size: 24px;
	}

	.four-rs-item {
		font-size: 16px;
		height: 280px;
	}

	.button, input[type="submit"] {
		width: auto;
		font-size: 22px;
		padding: 10px 25px;
	}

	.careers-top-text-wrapper h2,
	.testimonials-wrapper h2,
	.job-listings-wrapper h2,
	.internship-wrapper h2 {
		font-size: 48px;
	}

	.careers-why-coop-col {
		font-size: 16px;
		padding: 25px;
		min-height: 390px;
	}

	.careers-why-coop-col h3 {
		font-size: 24px;
	}

	.careers-top-text-wrapper {
		font-size: 20px;
	}

	.careers-top-text-wrapper .text > h3 {
		font-size: 36px;
	}

	.testimonial-item {
		max-width: none;
	}

	.testimonial-item-wrapper {
		font-size: 16px;
	}

	.testimonial-item h3 {
		font-size: 24px;
	}

	.testimonial-item .image {
		width: 150px;
	}

	.job-submit-resume-green {
		font-size: 28px;
	}

	.job-body {
		font-size: 20px;
	}

	.page-history-wrapper {
		padding: 75px 0;
	}

	.contact-page-left {
		width: auto;
		float: none;
	}

	.contact-page-right {
		float: none;
		width: auto;
		margin: 25px 0 0;
	}

	.acf-map {
		width: 100%;
		height: 400px;
		border-radius: 0;
	}

	.contact-form-wrapper {
		position: relative;
		z-index: 1;
		top: 0;
		left: 0;
		margin: 15px 0 0;
		width: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.contact-form-wrapper .wpcf7 {
		max-height: none;
	}
}

@media screen and (max-width: 991px) {
	.logo {
		width: 110px;
	}

	.navbar-nav>li, .footer-menu > ul > li {
		font-size: 15px;
	}

	#flags {
		margin-top: 8px;
	}

	.top-user-menu > ul > li > a {
		font-size: 12px;
	}

	.grower-portal-link > span {
		background-size: 15px 20px;
		padding-left: 20px;
	}

	.my-account-link > span {
		background-size: 23px 17px;
		padding-left: 30px;
	}

	.search-form input[type="text"] {
		font-size: 12px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.search-form input[type="submit"] {
		width: 15px;
		height: 16px;
		margin-top: -8px;
	}

	.search-form {
		width: 155px;
	}

	.homepage-menu-wrapper .header-phone {
		display: none;
	}

	.pride-logo {
		width: 300px;
		margin-left: -150px;
	}

	.homepage-pride-section {
		font-size: 32px;
	}

	.pride-item span:before,
	.pride-item span:after {
		display: none!important;
	}

	.pride-item {
		height: 150px;
	}

	.homepage-top-text {
		font-size: 18px;
	}

	.homepage-block .image {
		width: 100%;
	}

	.homepage-block .text {
		width: 100%;
	}

	.homepage-people-tabs-wrapper .text {
		font-size: 18px;
	}

	.people-tabs-nav {
		display: none;
	}

	.people-tabs-list {
		width: 100%;
	}

	.people-tab-nav-item.active:after {
		display: none;
	}

	.homepage-people-tabs-wrapper {
		padding: 30px 0;
	}

	.footer-logo {
		width: 80px;
	}

	.footer {
		font-size: 16px;
		padding: 15px 0 0;
	}

	.footer-copyright {
		padding-top: 10px;
		margin-top: 10px;
	}

	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.top-user-menu {
		margin-bottom: 5px;
	}

	.navbar-nav>li > ul > li {
		font-size: 16px;
	}

	.page-hero .text h1 {
		font-size: 42px;
	}

	.community-page-block .text {
		width: 100%;
		padding: 15px;
	}

	.community-page-block .image {
		width: 100%;
	}

	.other-products-wrapper {
		padding: 30px 0;
	}

/*
	.other-products-wrapper ul li {
		max-width: 80px;
	}
*/

	.page-history-wrapper {
		padding: 60px 0;
	}

	.main-page-wrapper {
		padding: 30px 0;
	}

	.page-body {
		font-size: 18px;
	}

	.page-body h2 {
		font-size: 40px;
	}

	.officer-item-wrapper {
		width: 50%;
	}

	.people-item .image {
		width: 100%;
	}

	.people-item .image img {
		width: 100%;
	}

	.people-item .text {
		width: 100%;
		font-size: 16px;
		padding: 15px;
	}

	.hero-slide .slide-text h3 {
		font-size: 24px;
	}

	.careers-why-coop-col-wrapper {
		width: 100%;
	}

	.careers-why-coop-col {
		min-height: auto;
	}

	.job-listing-item-title h3 {
		font-size: 30px;
	}

	.job-listing-item-text {
		font-size: 18px;
	}

	.job-listing-item-text .button, .job-listings-actions .button {
		font-size: 24px;
	}

	.internship-wrapper {
		font-size: 18px;
	}

	.internship-wrapper h3 {
		font-size: 30px;
	}

	.internship-wrapper h4 {
		font-size: 24px;
	}

	.job-submit-resume-green {
		text-align: center;
	}

	.job-submit-resume-green .button {
		float: none;
		margin: 15px 0 0;
		display: inline-block;
	}

	.contact-page-left .page-body address {
		font-size: 24px;
	}

	.contact-page-left .page-body {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	#flags {
		float: none;
		text-align: center;
		margin: 8px 0 8px 10px!important;
	}

	.homepage-menu-wrapper {
		display: none;
	}

	.page-template-template-homepage .header-wrapper .navbar-nav {
		display: block;
	}

	body {
		padding-top: 70px;
	}

	.logo {
		width: 60px;
		margin-left: 10px;
	}

	.header-wrapper {
		position: fixed;
		width: 100%;
		left: 0px;
		top: 0px;
		background: #363636;
		z-index: 100;
	}

	.navbar-default {
		position: static;
		padding: 5px 0;
	}

	.mobile-header-phone {
		float: right;
		font-size: 24px;
		width: 34px;
    	text-align: center;
    	margin: 15px 12px 0 0;
	}

	.navbar-default .navbar-toggle {
		border: none;
		background: none!important;
		border-radius: 0;
		margin-top: 15px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #7bad32;
	}

	.navbar-default .navbar-toggle .icon-bar {
		display: block;
		opacity: 1;
		-webkit-transition: -webkit-transform 0.15s linear;
		-o-transition: -o-transform 0.15s linear;
		-ms-transition: -ms-transform 0.15s linear;
		-moz-transition: -moz-transform 0.15s linear;
		transition: transform 0.15s linear;
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.navbar-default .navbar-toggle .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg) translate3d(4px, 4px, 0);
		-o-transform: rotate(45deg) translate3d(4px, 4px, 0);
		-ms-transform: rotate(45deg) translate3d(4px, 4px, 0);
		-moz-transform: rotate(45deg) translate3d(4px, 4px, 0);
		transform: rotate(45deg) translate3d(4px, 4px, 0);
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
		opacity: 0;
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
		-o-transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
		-ms-transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
		-moz-transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
		transform: rotate(-45deg) translate3d(4.5px, -4.5px, 0);
	}

	.navbar-default .navbar-toggle.collapsed .icon-bar {
		opacity:1;
		-webkit-transform: rotate(0) translate3d(0px, 0px, 0);
		-o-transform: rotate(0) translate3d(0px, 0px, 0);
		-ms-transform: rotate(0) translate3d(0px, 0px, 0);
		-moz-transform: rotate(0) translate3d(0px, 0px, 0);
		transform: rotate(0) translate3d(0px, 0px, 0);
	}

	.top-user-menu {
		float: none;
		padding-top: 15px;
	}

	#main-menu {
		float: none;
	}

	.search-form {
		width: 100%;
		padding-right: 0;
		margin: 0 0 10px;
	}

	.search-form input[type="text"] {
		border: 1px solid #FFF;
	}

	.top-user-menu > ul > li {
		width: 50%;
	}

	.top-user-menu > ul > li:first-child {
		width: 100%;
	}

	.top-user-menu > ul > li:nth-child(2) {
		border-left: none;
	}

	.top-user-menu > ul > li > a {
		padding: 5px 15px;
		text-align: center;
		font-size: 14px;
	}

	.navbar-default .navbar-nav>li>a {
		color: #FFF;
	}

	.navbar-default .navbar-nav>li>a {
		padding-left: 25px;
		padding-right: 25px;
	}

	.header-wrapper .header-phone {
		display: none;
	}

	.navbar-nav>li > ul {
		position: static;
		padding: 0 25px 15px;
		width: auto;
	}

	.navbar-nav>li > ul > li {
		font-size: 18px;
		padding-left: 25px;
	}

	.navbar-nav>li > ul > li > a {
		display: block;
		padding: 4px 0;
	}

	.homepage-top-text {
		padding: 25px 0;
		font-size: 14px;
	}

/*
	.homepage-video .play-full-video {
		display: none;
	}
*/

	.videoWrapper iframe {
		pointer-events: all;
	}

	.homepage-top-text h2,
	.homepage-people-tabs-wrapper .text h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.pride-logo {
		width: 170px;
		margin-left: -85px;
	}

	.homepage-pride-section {
		font-size: 20px;
	}

	.pride-item {
		height: 100px;
	}

	.pride-item:hover {
		font-size: 24px;
	}

	.homepage-block .text {
		font-size: 14px;
		padding: 15px 25px;
	}

	.homepage-block .text h2 {
		width: 270px;
		height: 66px;
		font-size: 30px;
		padding-top: 14px;
	}

	.homepage-people-tabs-wrapper .text {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.people-tab-nav-item {
		font-size: 14px;
	}

	.page-hero {
		height: 280px;
	}

	.page-hero .text h1 {
		font-size: 36px;
		margin: 0;
	}

	.community-page-block .text {
		font-size: 14px;
	}

	.community-page-block .text h2,
	.other-products-wrapper h3 {
		font-size: 24px;
	}

	.community-page-wrapper {
		padding: 15px 0;
	}

	.other-products-wrapper ul li {
		margin: 0 10px 10px 0!important;
	}

	.page-history-wrapper {
		padding: 30px 0;
	}

	.history-decade > h2 {
		font-size: 40px;
	}

	.history-event-item {
		padding: 15px;
		border-width: 1px;
		font-size: 14px;
	}

	.history-event-item h3, .decade-single-text .text h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.history-decade + .history-decade {
		margin-top: 50px;
	}

	.history-event-item .image, .decade-single-text .image {
		width: auto;
		float: none;
	}

	.history-event-item .image + .text, .decade-single-text .image + .text {
		padding: 15px 0 0;
	}

	.decade-single-text {
		padding: 15px;
		font-size: 14px;
	}

	.page-body {
		font-size: 14px;
	}

	.page-body h2 {
		font-size: 36px;
	}

	.page-body img.alignright, .page-body img.alignleft {
		width: 100%;
		margin: 15px 0 15px;
		float: none;
		max-width: 100%;
	}

	.page-body > * {
		margin-bottom: 20px;
	}

	.officer-item-wrapper {
		width: 100%;
	}

	.four-rs-item {
		width: 100%;
		font-size: 14px;
		height: 200px;
	}

	.stewards-article .text {
		width: 100%;
		margin: 0 0 15px;
	}

	.stewards-article .text h3 {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.stewards-article .image {
		width: 100%;
	}

	.button, input[type="submit"] {
		font-size: 18px;
		padding: 8px 20px;
	}

	.careers-top-text-wrapper {
		padding: 30px 0;
		font-size: 14px;
	}

	.careers-top-text-wrapper h2, .testimonials-wrapper h2, .job-listings-wrapper h2, .internship-wrapper h2 {
		font-size: 30px;
	}

	.testimonials-wrapper {
		padding: 30px 0 0;
	}

	.testimonial-item-wrapper {
		font-size: 14px;
		width: 100%;
	}

	.job-listings-wrapper {
		padding: 30px 0;
	}

	.job-listing-item-title h3 {
		font-size: 20px;
		padding: 15px 40px 15px 15px;
	}

	.job-listing-item-title h3:after {
		width: 20px;
		height: 20px;
		right: 10px;
		margin-top: -10px;
	}

	.job-listing-item-text .button, .job-listings-actions .button {
		font-size: 18px;
	}

	.job-listing-item-text {
		font-size: 14px;
		padding: 0 15px 15px;
	}

	.job-listing-item-text h4 {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.internship-wrapper {
		font-size: 14px;
		padding: 30px 0;
	}

	.internship-wrapper h3 {
		font-size: 24px;
	}

	.internship-wrapper h4 {
		font-size: 20px;
	}

	.job-return-link {
		font-size: 18px;
	}

	.job-body {
		font-size: 16px;
	}

	.job-body h4 {
		font-size: 24px;
	}

	.job-submit-resume-green {
		font-size: 22px;
		padding: 15px 0;
	}

	.job-application-form-wrapper {
		font-size: 14px;
		padding: 30px 0;
	}

	.job-application-form-wrapper div.wpcf7 h2 {
		font-size: 30px;
		margin: 0 0 1em;
	}

	.job-application-form-wrapper div.wpcf7 h4 {
		font-size: 22px;
		margin: 0 0 15px;
	}

	.form-wrapper > .form-item {
		width: 100%;
	}

	.form-wrapper > .form-item label {
		font-size: 16px;
	}

	.job-application-form-wrapper input[type="text"], .job-application-form-wrapper input[type="email"], .job-application-form-wrapper textarea, .job-application-form-wrapper select,
	.contact-form-wrapper input[type="text"], .contact-form-wrapper input[type="email"], .contact-form-wrapper textarea {
		font-size: 16px;
		padding: 15px 15px;
	}

	.wpcf7-form-control-wrap.drivers_license label, .wpcf7-form-control-wrap.education label, .wpcf7-form-control-wrap.employment label {
		font-size: 16px;
	}

	.form-item-another-item span {
		font-size: 18px;
	}

	.form-item-another-item span:after {
		width: 14px;
		height: 14px;
		margin-top: -8px;
	}

	.contact-form-wrapper {
		padding: 30px 15px 15px;
	}

	.contact-form-wrapper h3 {
		font-size: 24px;
	}

	.contact-form-close {
		width: 16px;
		height: 16px;
		top: 5px;
		right: 5px;
	}
}
.the-four-rs-image img{
  width:100%;
}
.w3-award{
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 9;
  max-width: 150px;
}
.w3-award img{
  width:100%;
}
@media (max-width:992px){
  .w3-award{
    max-width: 75px;
  }
}
@media (max-width:767px){
  .w3-award{
    max-width: 50px;
  }
}
