@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500i,700|Poppins:300,500,600,700');
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* fonts - we'll winnow down the weights not used*/

/* fira 300i,400 ,500,500i,600,600i,700,700i,800,800i,900,900i*  | Poppins: 300,400,500,600, */

/* LESS VARIALBES */
/* */

html,
body {
  background: white;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
#body {
  margin-top: 155px;
}
/* max width of screen for elements that require it */

.fullwidth {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .fullwidth {
    width: calc(100% - 40px);
  }
  /* 1280 */
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7da9d5;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #7da9d5;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #7da9d5;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #7da9d5;
}
.scrollup {
  width: 75px;
  height: 75px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  text-indent: -9999px;
  background: url(/images/top.png) no-repeat;
  z-index: 9980;
}
/*CSS Transistions */

.module {
  overflow: visible;
}
.come-in {
  transform: translateY(70px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
  /* So they look staggered */

}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
.dividerBlueBar {
  width: 100%;
  height: 20px;
  background-color: #e1ebf5;
}
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  border-radius: 3px;
  border: 1px solid #c8daed;
  color: #006bb7;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  padding: 8px;
  width: 100%;
  margin-bottom: 11px;
}
select {
  height: 46px;
}
select.colorMeLightBlue.noValue,
select.colorMeLightBlue option:first-child {
  color: #7da9d5;
}
select.colorMeBlue option:not(:first-child) {
  color: #006bb7;
}
input[type=checkbox] {
  vertical-align: top;
  width: 30px;
  height: 39px;
}
label {
  font-size: 14px;
  line-height: 21px;
  color: #7da9d5;
  width: 90%;
  display: inline-block;
}
.input-validation-error {
  border: 1px solid #e13433 !important;
}
/* CTAs */

a.cta {
  height: 50px;
  padding: 0px 60px 0px 60px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 52px;
  font-weight: 700;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  display: block;
  /* cta */

}
a.cta.light-blue {
  background-color: #7da9d5;
  border-bottom: 2px solid #497aab;
}
a.cta.green {
  background-color: #78b52f;
  border-bottom: 2px solid #4f8934;
}
a.cta.size35 {
  height: 35px;
  padding: 0px 40px 0px 40px;
  font-size: 16px;
  line-height: 37px;
}
/* */

#alert-box {
  width: 100%;
  padding: 15px;
  background-color: #ff4d4d;
  color: white;
}
#alert-box p {
  color: white;
}
#alert-box .brand-pill {
  border-color: white;
  color: white;
  margin-bottom: 0px;
  padding: 8px 35px 5px 35px;
}
/* footer */

#footer {
  background: #006bb7;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#footer a#logo {
  background: url(/images/perdue-farm-logo-footer.png) center center no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 280px;
  height: 150px;
  margin: 0px 0px 0px 0px;
  outline: none;
  border: 0px;
  text-decoration: none;
}
#footer #footer-nav {
  width: 100%;
  margin: 50px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer #footer-nav a {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 20px;
  color: white;
  display: block;
  text-decoration: none;
  margin: 15px 25px;
  font-weight: 700;
}
#footer #footer-nav a:hover {
  text-decoration: underline;
}
#footer #pill-buttons {
  width: 100%;
  margin: 50px 0px 50px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer #pill-buttons a.cta {
  -webkit-box-shadow: 0px 5px 10px 0px #024e85;
  -moz-box-shadow: 0px 5px 10px 0px #024e85;
  box-shadow: 0px 5px 10px 0px #024e85;
}
#footer #pill-buttons a.cta:first-child {
  margin-right: 20px;
}
#footer #secondary-links {
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer #secondary-links a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 10px;
  color: white;
  display: block;
  text-decoration: none;
  font-weight: 700;
  margin: 0px 15px;
}
#footer #secondary-links a:hover {
  text-decoration: underline;
}
#footer #copyright {
  background: #025fa1;
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 42px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color: #448fdb;
}
@media (max-width: 1020px) {
  #footer #footer-nav a {
    font-size: 20px;
    line-height: 16px;
    margin: 15px;
  }
}
@media (max-width: 780px) {
  #footer {
    padding: 30px 0px 0px 0px;
  }
  #footer a#logo {
    width: 175px;
    height: 94px;
  }
  #footer #footer-nav {
    flex-wrap: wrap;
  }
  #footer #footer-nav a {
    font-size: 18px;
    line-height: 14px;
    margin-right: 30px;
  }
  #footer #pill-buttons {
    margin: 30px 0px 30px 0px;
  }
  /* 780 */
}
@media (max-width: 660px) {
  #footer #secondary-links {
    flex-wrap: no-wrap;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  #footer #secondary-links a {
    margin-bottom: 20px;
  }
  #footer #footer-nav {
    width: 100%;
    margin: 30px 0px 0px 0px;
    flex-wrap: no-wrap;
    flex-direction: column;
  }
  #footer #footer-nav a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 14px;
    margin: 0px 0px 20px 0px;
  }
  #footer #pill-buttons {
    max-width: 260px;
    margin: 20px 0px 40px 0px;
    flex-direction: column;
    align-items: center;
  }
  #footer #pill-buttons a {
    width: calc(100% - 40px);
    margin: 10px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  #footer #copyright {
    width: calc(100% - 40px);
    height: auto;
    margin: 30px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    font-size: 12px;
    line-height: 16px;
  }
  /* 460 */
}
/*Breadcrumb nav */

.bar-nav {
  background: #e1ebf5;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #e1ebf5, #d4e2f1);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #e1ebf5, #d4e2f1);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #e1ebf5, #d4e2f1);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #e1ebf5, #d4e2f1);
  /* Standard syntax */
  width: 100%;
}
.bar-nav .fullwidth {
  max-width: 1230px;
}
.bar-nav .wrapper {
  margin: 10px 0px;
  padding: 0 0 0 20px;
}
.bar-nav .main {
  display: none;
  padding-right: 50px;
}
.bar-nav .sub {
  display: table-cell;
}
.bar-nav .sub div {
  display: inline-block;
  margin-right: 30px;
}
.bar-nav .main a {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 20px;
  line-height: 36px;
  text-decoration: none;
}
.bar-nav .sub a {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #006bb7;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}
.bar-nav #sub-nav {
  padding-left: 210px;
}
.bar-sub-nav {
  background: #b8d0e8;
  /* For browsers that do not support gradients */
  width: 100%;
}
.bar-sub-nav .fullwidth {
  max-width: 1230px;
}
.bar-sub-nav .wrapper {
  margin: 10px 0px;
  padding: 0 0 0 20px;
}
.bar-sub-nav #sub-nav,
.bar-sub-nav #sub-sub-nav {
  padding-left: 210px;
}
.bar-sub-nav .sub,
.bar-sub-nav .sub-sub {
  display: table-cell;
}
.bar-sub-nav .sub-sub div {
  display: inline-block;
  margin-right: 30px;
}
.bar-sub-nav .sub-sub a {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #006bb7;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
}
.company-snav {
  border-bottom: #006bb7 7px solid;
}
.resp-snav {
  border-bottom: #5ea43e 7px solid;
}
.news-snav {
  border-bottom: #717171 7px solid;
}
.careers-snav {
  border-bottom: #ffc423 7px solid;
}
.company-snav .bar-nav a.current,
.company-snav .bar-sub-nav a.current {
  color: #006bb7;
  font-weight: 700;
  font-style: normal;
}
.resp-snav .bar-nav a.current,
.resp-snav .bar-sub-nav a.current {
  color: #5ea43e;
  font-weight: 700;
  font-style: normal;
}
.news-snav .bar-nav a.current,
.news-snav .bar-sub-nav a.current {
  color: #717171;
  font-weight: 700;
  font-style: normal;
}
.careers-snav .bar-nav a.current,
.careers-snav .bar-sub-nav a.current {
  color: #dca91e;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1023px) {
  .bar-nav .main,
  .bar-nav .sub {
    display: block;
  }
  .bar-nav #sub-nav,
  .bar-sub-nav #sub-sub-nav {
    padding: 0px;
  }
  .bar-nav .sub div,
  .bar-sub-nav .sub-sub div {
    height: 20px;
    margin: 10px 30px 10px 0px;
    padding: 0px;
  }
  .bar-nav .sub a,
  .bar-sub-nav .sub-sub a {
    font-size: 16px;
    line-height: 20px;
  }
  .bar-nav .wrapper {
    margin: 10px 0px;
    padding: 0px;
  }
  .bar-sub-nav .margins {
    margin: 0px !important;
  }
  .bar-nav,
  .bar-sub-nav {
    padding-left: 50px;
  }
  .bar-sub-nav .wrapper {
    margin: 0px;
    padding: 0px;
  }
  .bar-nav .sub div,
  .bar-sub-nav .sub-sub div {
    height: 20px;
    margin: 5px 30px 5px 0px;
    padding: 0px;
  }
}
@media (max-width: 890px) {
  .bar-nav,
  .bar-sub-nav {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .bar-nav .sub div,
  .bar-sub-nav .sub-sub div {
    margin: 5px 10px 5px 0px;
  }
}
@media (max-width: 500px) {
  .bar-nav,
  .bar-sub-nav {
    padding-left: 10px;
  }
  .bar-nav .sub a,
  .bar-sub-nav .sub-sub a {
    font-size: 13px;
  }
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 20px;
}
h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 42px;
  line-height: 48px;
  padding-bottom: 40px;
}
h2 sup {
  font-size: 32px;
  position: relative;
  top: -6px;
}
h2.green {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #78b52f;
  font-size: 42px;
  line-height: 44px;
  padding-bottom: 5px;
}
h2.yellow {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #ffc423;
  font-size: 42px;
  line-height: 44px;
  padding-bottom: 5px;
}
h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 41px;
  line-height: 46px;
  padding: 0px;
  margin: 36px 0 20px 0;
  text-align: center;
}
h3.lightBlue,
h3.lblue {
  color: #7da9d5;
}
h3.blue {
  color: #006bb7;
}
h3.green {
  color: #78b52f;
}
h3.yellow {
  color: #ffc423;
}
h3.brown {
  color: #6c520b;
}
h3.gray {
  color: #717171;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  padding: 0px;
  margin: 36px 0 15px 0;
  text-align: center;
}
h4.lightBlue {
  color: #7da9d5;
}
h4.blue {
  color: #006bb7;
}
h4.green {
  color: #78b52f;
}
h4.yellow {
  color: #ffc423;
}
h4.brown {
  color: #6c520b;
}
h4.gray {
  color: #717171;
}
h5 {
  font-size: 20px;
  line-height: 38px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  color: #5ea43e;
  margin: 5px 0px;
}
p {
  font-size: 18px;
  line-height: 38px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  color: #555555;
  margin: 5px 0px;
}
a {
  color: #006bb7;
  text-decoration: underline;
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.sub-header {
  font-size: 20px;
  display: block;
  color: #7da9d5;
}
.caption-sm,
.caption-sm a {
  font-size: 12px;
  line-height: 14px;
  text-align: right !important;
  font-weight: 700;
}
.row {
  position: relative;
  width: 100%;
}
.wrapper {
  padding: 0px 50px;
}
.wide-wrapper {
  padding: 0px 100px;
}
@media (max-width: 1000px) {
  .wide-wrapper {
    padding: 0px 50px;
  }
}
@media (max-width: 840px) {
  .wide-wrapper {
    padding: 0px;
  }
}
@media (max-width: 640px) {
  .wrapper,
  .wide-wrapper {
    padding: 0px 10px;
    /*this is in addtion to the 40px fullwidth margins */
  
  }
}
.blue-bar {
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
.yellow-bar {
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe9ac), to(#ffc424)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -moz-border-image: -moz-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -o-border-image: -o-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  border-image: linear-gradient(to bottom, #ffe9ac, #ffc424) 1 100%;
}
.green-bar {
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
.gray-bar {
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
.two {
  width: 50%;
  float: left;
}
.three {
  width: 33%;
  float: left;
}
.four {
  width: 25%;
  float: left;
}
.five {
  width: 20%;
  float: left;
}
.one-third {
  width: 33.3%;
  float: left;
}
.two-third {
  width: 66.6%;
  float: left;
}
.three-fourth {
  width: 75%;
  float: left;
}
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lightToBlue {
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */

}
.blueToLight {
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */

}
.blueBGGrad {
  background: #3e8ac6;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #3e8ac6, #006bb7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3e8ac6, #006bb7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3e8ac6, #006bb7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3e8ac6, #006bb7);
  /* Standard syntax */

}
.circle {
  border-radius: 50%;
  width: 155px;
  height: 155px;
  cursor: pointer;
  margin: 0 auto;
}
.circle.lightBlue {
  background-color: #7da9d5;
  box-shadow: 0 3px 0 0 #6c95be;
}
.circle.blue {
  background-color: #006bb7;
  box-shadow: 0 3px 0 0 #025fa1;
}
.circle.green {
  background-color: #78b52f;
  box-shadow: 0 3px 0 0 #5ea43e;
}
.circle.yellow {
  background-color: #ffc423;
  box-shadow: 0 3px 0 0 #dca91e;
}
.circle.brown {
  background-color: #6c520b;
  box-shadow: 0 3px 0 0 #544009;
}
.circle.gray {
  background-color: #717171;
  box-shadow: 0 3px 0 0 #545454;
}
.circle-large {
  width: 220px;
  height: 220px;
}
.image-cropper {
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.image-cropper img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.image-cropper-border {
  width: 370px;
  height: 370px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  border: 15px solid white;
  margin: 0 auto;
}
.image-cropper-border img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.image-cropper-sm {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.image-cropper-sm img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.btn-margin {
  padding: 35px 0 5px 0;
}
#home #intro .btn-margin {
  padding: 35px 0 5px 40px;
  text-shadow: none;
}
.brand-pill {
  color: #006bb7;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 25px;
  padding: 10px 40px 7px 40px;
  border: 1px solid #e1ebf5;
}
.btn,
.btn-sm {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 25px;
  border-style: inherit;
  padding: 10px 40px 7px 40px;
}
.btn-sm {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 640px) {
  .btn {
    font-size: 16px;
    line-height: 20px;
  }
  .btn-sm {
    font-size: 14px;
    line-height: 18px;
  }
}
.btn-blue {
  background-color: #006bb7;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
}
.btn-blue.raised {
  box-shadow: 0 3px 0 0 #025fa1;
}
.btn-blue.raised:active,
.btn-blue.raised.active {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-green {
  background-color: #78b52f;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: white;
  background-color: #78b52f;
  opacity: 0.8;
}
.btn-green.raised {
  box-shadow: 0 3px 0 0 #5ea43e;
}
.btn-green.raised:active,
.btn-green.raised.active {
  color: white;
  background-color: #78b52f;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-yellow {
  background-color: #ffc423;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: white;
  background-color: #ffc423;
  opacity: 0.8;
}
.btn-yellow.raised {
  box-shadow: 0 3px 0 0 #dca91e;
}
.btn-yellow.raised:active,
.btn-yellow.raised.active {
  color: white;
  background-color: #ffc423;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-brown {
  background-color: #6c520b;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
  color: white;
  background-color: #6c520b;
  opacity: 0.8;
}
.btn-brown.raised {
  box-shadow: 0 3px 0 0 #544009;
}
.btn-brown.raised:active,
.btn-brown.raised.active {
  color: white;
  background-color: #6c520b;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-light-blue {
  background-color: #7da9d5;
}
.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active,
.btn-light-blue.active,
.open .dropdown-toggle.btn-light-blue {
  color: white;
  background-color: #7da9d5;
  opacity: 0.8;
}
.btn-light-blue.raised {
  box-shadow: 0 3px 0 0 #6c95be;
}
.btn-light-blue.raised:active,
.btn-light-blue.raised.active {
  color: white;
  background-color: #7da9d5;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-gray {
  background-color: #717171;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: white;
  background-color: #717171;
  opacity: 0.8;
}
.btn-gray.raised {
  box-shadow: 0 3px 0 0 #545454;
}
.btn-gray.raised:active,
.btn-gray.raised.active {
  color: white;
  background-color: #717171;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
#intro p {
  color: white;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  max-width: 785px;
}
.margins {
  overflow: auto;
}
.icons a {
  text-decoration: none;
  text-align: center;
}
.icons .wrapper {
  text-align: center;
}
#intro {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#intro .wrapper,
#intro .margins {
  overflow: hidden;
}
#home .icons p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  padding: 10px 0px;
  margin: 0px;
}
/* Video Sections */

.video-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* Site Search */

#search #intro {
  background-image: url(/media/1044/hero-organic-field-day.jpg);
}
#search #intro .margins {
  height: 350px;
  overflow: auto;
}
#search #intro .margins h1 {
  margin-bottom: 0px;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
}
#search #intro .margins .wrapper {
  top: 145px;
}
#search #intro .wrapper {
  position: relative;
  top: 50px;
}
#search #content {
  margin: 50px 0px;
}
#search #content h4 {
  margin: 0px 0 20px 0;
  text-align: left;
}
#search #content h5 a {
  color: #5ea43e;
  text-decoration: none;
  text-align: left;
}
#search #content p {
  margin-bottom: 25px;
}
/* Generic Template */

#template #intro .margins {
  height: 350px;
}
#template #intro .margins h1 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 48px;
  line-height: 56px;
}
#template #intro .wrapper {
  position: relative;
  top: 145px;
}
#template #content h2 {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 38px;
  color: #ffc423;
}
#template #content h5 {
  text-align: center;
  margin: 20px 0 15px 0;
}
#template #content p {
  text-align: justify;
  margin-bottom: 30px;
}
#template #content ul {
  list-style: inherit;
  margin-left: 20px;
}
#template #content li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#template #content li li {
  padding-left: 20px;
}
#template #content b,
#template #content strong {
  font-weight: 700;
}
#template #content .margins {
  margin: 50px 0px;
}
#template #content .image-cropper {
  margin: 0 auto;
}
#template #content .four .wrapper {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #7da9d5;
  margin: 20px 10px 10px 10px;
  text-align: center;
}
#template #content .four .wrapper img {
  width: 100%;
  max-width: 235px;
}
#template #content .metrics {
  overflow: auto;
  text-align: center;
}
#template #content .metrics .wrapper {
  padding: 0px 5px;
}
#template #content .metrics p {
  text-align: center;
}
#template #content .metrics .five {
  width: 220px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  #template #content .three {
    width: 100%;
  }
}
/* Sitemap */

#sitemap ul {
  list-style: inherit;
  margin-left: 20px;
}
#sitemap li {
  padding-left: 20px;
  margin-bottom: 0px;
}
#sitemap li li {
  padding-left: 20px;
}
#sitemap a {
  text-decoration: none;
}
/*this is used on the Health & Nutrition page */

@media (max-width: 768px) {
  #template #content .four {
    width: 50%;
  }
}
/*Homepage */

#home .video-container {
  height: 450px;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/images/home/animal-care.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fullscreen-bg-video {
  position: relative;
  width: 100%;
}
#home #intro {
  width: 100%;
}
#home #intro .img {
  display: table-cell;
  vertical-align: top;
  width: 1280px;
}
#home #intro .img img {
  width: 100%;
  max-width: 1280px;
}
#home #intro .copy {
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
  display: table-cell;
  vertical-align: middle;
}
#home #intro .copy p {
  font-family: 700;
  color: #006bb7;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  #home #intro .img {
    width: 900px;
  }
  #home #intro .copy p {
    font-size: 35px;
    line-height: 37px;
  }
  #home #intro .slick-dots {
    left: 950px;
  }
}
@media (max-width: 1400px) {
  #home #intro .img {
    width: 700px;
  }
  #home #intro .copy p {
    font-size: 30px;
    line-height: 32px;
  }
  #home #intro .slick-dots {
    left: 750px;
  }
}
@media (max-width: 1070px) {
  #home #intro .img {
    width: 100%;
    display: block;
  }
  #home #intro .copy {
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px 0 50px 0px;
  }
  #home #intro .copy p {
    max-width: none;
  }
  #home #intro .slick-dots {
    left: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #home #scroll {
    display: none;
  }
  #home #section1 .margins {
    margin: 50px 0px;
  }
}
#home #scroll {
  position: relative;
  top: -40px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#home #scroll img {
  cursor: pointer;
}
#home #section1 h2 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
#home #section1 p {
  text-align: center;
}
#home #section1 .margins {
  margin: 0 0 50px 0;
}
#home #section2,
#careers #section2,
#company #section2,
#responsibility #section2 {
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#home #section2 .margins,
#careers #section2 .margins,
#company #section2 .margins,
#responsibility #section2 .margins {
  margin: 100px 0px;
}
#home #section2 h2,
#careers #section2 h2,
#company #section2 h2,
#responsibility #section2 h2 {
  margin-top: 80px;
}
#home .icons div:nth-of-type(1) p {
  color: #006bb7;
  margin-bottom: 15px;
}
#home .icons div:nth-of-type(2) p {
  color: #78b52f;
  margin-bottom: 15px;
}
#home .icons div:nth-of-type(3) p {
  color: #ffc423;
  margin: 5px 0 0 0;
}
#home .icons div:nth-of-type(4) p {
  color: #6c520b;
  margin: 5px 0 0 0;
}
#home .news {
  overflow: auto;
}
#home .news .margins {
  margin: 50px 0px;
}
#home .news .btn-margin {
  text-align: center;
}
#home .news .wrapper {
  overflow: hidden;
}
@media (max-width: 1040px) {
  .fullscreen-bg-video {
    top: 0px;
  }
}
@media (max-width: 1024px) {
  #home .news .wrapper {
    padding: 0px 20px;
  }
}
@media (max-width: 800px) {
  #home #scroll {
    display: none;
  }
}
@media (max-width: 905px) {
  #home .news .two {
    width: 100%;
  }
  .fb_iframe_widget {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
#home #section3 {
  overflow: auto;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#home #section3 .margins {
  margin: 100px 0px;
}
#home #section3 h2 {
  margin-top: 50px;
}
#home #section3 .wrapper {
  overflow: hidden;
}
@media (max-width: 1150px) {
  #home #section3 h2 {
    margin-top: 0px;
  }
}
@media (max-width: 960px) {
  #home #section2 .two,
  #home #section3 .two {
    width: 100%;
    text-align: center;
  }
  #home #section2 .two .two,
  #home #section3 .two .two {
    width: 50%;
  }
  #home #section2 .btn-margin {
    padding: 35px 0 70px 0;
  }
  #home #section2 h2 {
    margin-top: 0px;
  }
  #home #section3 h2 {
    margin-top: 50px;
  }
  #home #section2 .two .wrapper {
    padding: 0px;
  }
}
/* QSR */

#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  z-index: 8000;
}
#qsr #intro {
  background-image: url(/media/1054/hero-woman-in-plant.jpg);
}
#qsr #intro .margins {
  height: 350px;
}
#qsr #intro .margins h1 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 48px;
  line-height: 52px;
}
#qsr #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#qsr h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 35px;
  line-height: 47px;
}
#qsr #section1 h2 {
  max-width: 900px;
}
#qsr #section1 p {
  text-align: center;
  padding-bottom: 20px;
}
#qsr #section1 .margins {
  margin: 100px 0px;
}
#qsr #section1 ul {
  list-style: inherit;
  padding: 0 0 10px 20px;
  max-width: 900px;
  margin: 0 auto;
}
#qsr #section1 li {
  padding-left: 20px;
  text-align: left;
}
#qsr #section1 strong {
  font-weight: 700;
}
#qsr #section1 .wrapper {
  text-align: center;
}
#qsr #section1 .btn-margin {
  display: inline-block;
  padding: 0px;
}
#qsr #section2 {
  overflow: auto;
  text-align: center;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#qsr #section2 .margins {
  margin: 100px 0px;
}
#qsr #section3 {
  overflow: auto;
  text-align: center;
}
#qsr #section3 .margins {
  margin: 100px 0px;
}
#qsr #section3 p {
  padding-bottom: 20px;
}
#qsr #section3 h5 {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 40px;
}
/* QSR Application */

#qsr-app #intro {
  background-image: url(/media/1054/hero-woman-in-plant.jpg);
}
#qsr-app #intro .margins {
  height: 350px;
}
#qsr-app #intro .margins h1 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 48px;
  line-height: 52px;
}
#qsr-app #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#qsr-app input,
#qsr-app select {
  width: 99%;
}
#qsr-app .radio label {
  display: table-cell;
  width: auto;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #7da9d5;
  padding: 8px 20px 0 0;
}
#qsr-app input[type=radio] {
  width: auto;
}
.tip {
  border-radius: 5px;
  border: 1px solid #006bb7;
  padding: 30px 40px;
  width: 100%;
  max-width: 600px;
  background-color: white;
}
.tip p {
  font-size: 18px;
  line-height: 38px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  color: #555555;
  margin: 5px 0px;
}
.tip strong {
  font-weight: 700;
}
#qsr-app #section1 .margins {
  margin: 100px 0px;
}
#qsr-app #section1 h2 {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  font-size: 37px;
  line-height: 47px;
}
#qsr-app #section1 h4 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #006bb7;
}
#qsr-app #section1 p {
  padding-bottom: 10px;
}
#qsr-app #section1 p.label {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #7da9d5;
}
#qsr-app #section1 p.label span a {
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  color: #006bb7;
  text-decoration: none;
  cursor: pointer;
}
#qsr-app #section1 ul {
  list-style: inherit;
  padding: 0 0 10px 20px;
  max-width: 900px;
  margin: 0 auto;
}
#qsr-app #section1 li {
  padding-left: 20px;
  text-align: left;
}
#qsr-app #section1 strong {
  font-weight: 700;
}
@media (max-width: 650px) {
  #qsr-app .two {
    width: 100%;
  }
}
/*Careers*/

#careers #intro {
  background-image: url(/media/1587/careers-hero_walkingtruck.jpg);
}
#careers #intro .margins {
  height: 350px;
}
#careers #intro .margins h1 {
  margin-bottom: 0px;
}
#careers #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe9ac), to(#ffc424)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -moz-border-image: -moz-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -o-border-image: -o-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  border-image: linear-gradient(to bottom, #ffe9ac, #ffc424) 1 100%;
}
#careers #section1 h2 {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
#careers #section1 p {
  text-align: center;
}
#careers #section1 .margins {
  margin: 100px 0px;
}
#careers #section1 .wrapper {
  overflow: hidden;
}
#careers #section2 .two {
  text-align: center;
}
#careers #section2 .two p {
  padding-bottom: 35px;
  line-height: 20px;
}
#careers #section2 .two .image-cropper {
  margin: 0 auto;
}
@media (max-width: 700px) {
  #careers #section2 .two {
    width: 100%;
  }
}
@media (max-width: 460px) {
  #careers #section1 .btn {
    white-space: pre-wrap;
    max-width: 250px;
  }
}
/* Culture */

#culture #intro {
  background-image: url(/media/1417/careers-culture.jpg);
}
#culture #intro .margins {
  height: 350px;
}
#culture #intro .margins h1 {
  margin-bottom: 0px;
}
#culture #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe9ac), to(#ffc424)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -moz-border-image: -moz-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -o-border-image: -o-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  border-image: linear-gradient(to bottom, #ffe9ac, #ffc424) 1 100%;
}
#culture #section1 h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
#culture #section1 p {
  text-align: center;
}
#culture #section1 .margins {
  margin: 100px 0px;
}
#employers .row {
  margin: 100px 0px 80px 0px;
  overflow: auto;
  text-align: center;
}
#employers .three {
  text-align: center;
  margin: 0 auto;
}
#employers .three p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  margin-top: 15px;
  text-align: center !important;
}
#employers .three p.lblue {
  color: #7da9d5;
}
#employers .three p.blue {
  color: #006bb7;
}
#employers .three p.green {
  color: #5ea43e;
}
#employers .three p.brown {
  color: #6c520b;
}
#employers .three p.yellow {
  color: #ffc423;
}
#employers .three p.gray {
  color: #717171;
}
#culture .employees {
  display: block;
  margin-bottom: 100px;
}
#culture .empImage {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
#culture .empImage:nth-child(even) {
  padding-left: 50px;
}
#culture .empImage:nth-child(odd) {
  padding-right: 50px;
}
#culture .empText {
  display: table-cell;
  vertical-align: top;
}
#culture .empQuote {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  color: #7da9d5;
  margin-bottom: 40px;
}
#culture .empName {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #ffc423;
}
#culture .empTitle {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 35px;
  color: #7da9d5;
}
#culture #section2 {
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#culture #section2 .margins {
  margin: 100px 0px;
}
#culture #section2 img {
  margin-bottom: 30px;
}
#culture #section2 .grid {
  overflow: hidden;
}
#culture #section2 .two {
  text-align: center;
}
#culture #section2 .two p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 90px;
}
#culture #section2 .two p.lblue {
  color: #7da9d5;
}
#culture #section2 .two p.blue {
  color: #006bb7;
}
#culture #section2 .two p.lgreen {
  color: #78b52f;
}
#culture #section2 .two p.green {
  color: #5ea43e;
}
#culture #section2 .two p.brown {
  color: #6c520b;
}
#culture #section2 .two p.yellow {
  color: #ffc423;
}
@media (max-width: 768px) {
  #culture .empQuote {
    font-size: 17px;
    line-height: 25px;
  }
  #culture .empName {
    font-size: 19px;
    line-height: 22px;
  }
  #culture .empTitle {
    font-size: 17px;
    line-height: 22px;
  }
  #culture #section2 .two {
    width: 100%;
  }
  #culture #section2 .two {
    text-align: center;
  }
  #culture #section2 .two p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  #culture .empImage:nth-child(even) {
    padding-left: 20px;
  }
  #culture .empImage:nth-child(odd) {
    padding-right: 20px;
  }
  #culture .empImage {
    display: none;
  }
  #culture .employees {
    margin-bottom: 50px;
  }
  #culture .empImage:nth-child(even) {
    padding: 0px;
  }
  #culture .empImage:nth-child(odd) {
    padding: 0px;
  }
}
/* Benefits */

#benefits #intro {
  background-image: url(/media/1588/cute_family_benefits.jpg);
}
#benefits #intro .margins {
  height: 350px;
}
#benefits #intro .margins h1 {
  margin-bottom: 0px;
}
#benefits #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe9ac), to(#ffc424)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -moz-border-image: -moz-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -o-border-image: -o-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  border-image: linear-gradient(to bottom, #ffe9ac, #ffc424) 1 100%;
}
#benefits #section1 {
  text-align: center;
}
#benefits #section1 h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
#benefits #section1 .margins {
  margin: 100px 0px;
}
#benefits #section1 .row {
  margin: 100px 0px 80px 0px;
  overflow: auto;
}
#benefits #section1 .three {
  text-align: center;
  margin: 0 auto;
}
#benefits #section1 .three p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  margin-top: 15px;
}
#benefits #section1 .three p.lblue {
  color: #7da9d5;
}
#benefits #section1 .three p.blue {
  color: #006bb7;
}
#benefits #section1 .three p.green {
  color: #5ea43e;
}
#benefits #section1 .three p.brown {
  color: #6c520b;
}
#benefits #section1 .three p.yellow {
  color: #ffc423;
}
#benefits #section1 .three p.gray {
  color: #717171;
}
@media (max-width: 1000px) {
  #benefits #section1 .two {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 630px) {
  #benefits #section1 .two {
    width: auto;
    margin-bottom: 0px;
  }
  #employers .row .three,
  #benefits #section1 .three {
    width: 100%;
    margin-bottom: 25px;
  }
  #employers .row,
  #benefits #section1 .row {
    margin: 40px 0px 30px 0px;
  }
}
/* Company */

#company #intro {
  background-image: url(/images/company/hero.jpg);
}
#company #intro .margins {
  height: 500px;
}
#company #intro .margins h1 {
  margin-bottom: 0px;
}
#company #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#company #company-video {
  width: 100%;
  text-align: center;
  position: relative;
  top: -210px;
  height: 200px;
}
#company #company-video .video {
  width: 100%;
  max-width: 749px;
  box-shadow: 0px 0px 10px #888888;
}
#company #section3 .btn {
  margin-top: 35px;
}
#company #section5 .news-padding {
  padding: 40px 0 10px 0px;
}
.overlay {
  position: relative;
  z-index: 2;
  color: white;
}
.overlay.play {
  left: 50%;
  width: 17%;
  margin-left: -9%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  top: -265px;
}
@media (max-width: 800px) {
  #company #company-video {
    width: 100%;
    text-align: center;
    position: relative;
    top: auto;
    height: auto;
    margin: 40px 0px 40px 0px;
    padding: 0px 20px;
  }
  .overlay {
    position: absolute;
  }
  .overlay.play {
    top: 30%;
  }
  #company #intro .margins {
    height: 350px;
  }
}
#company #section1 .two p,
#company #section4 .two p {
  padding-bottom: 35px;
  line-height: 20px;
}
#company #section1 h2,
#company #section3 h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 770px;
}
#company #section1 p,
#company #section3 p {
  text-align: center;
}
#company #section1 .margins,
#company #section3 .margins {
  margin: 100px 0px;
}
#company #section1 .three,
#company #section3 .three {
  margin-top: 90px;
  text-align: center;
}
#company #section1 .icons {
  margin-top: 40px;
}
#company #section2 {
  text-align: center;
}
#company #section2 p {
  margin-bottom: 30px;
}
#company #section4 {
  overflow: auto;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#company #section4 .margins {
  margin: 50px 0px;
}
#company #section4 .wrapper {
  text-align: center;
}
#company #section4 .image-cropper {
  margin: 0 auto;
}
#company #section5 {
  overflow: auto;
}
#company #section5 .two:first-child p {
  text-align: center;
}
#company #section5 .two:first-child img {
  margin-top: 70px;
}
#company #section5 .margins {
  margin: 50px 0px;
}
#company #section5 .btn-margin {
  text-align: center;
}
@media (max-width: 1024px) {
  #company #section5 .wrapper {
    padding: 0px 20px;
  }
}
@media (max-width: 905px) {
  #company #section5 .two {
    width: 100%;
  }
  #company #section5 #tabs {
    margin-top: 40px;
  }
  #company #section5 .two:first-child {
    text-align: center;
  }
  #company #section5 .two:first-child img {
    margin-top: 0px;
  }
  .wrapper {
    padding: 0px 50px;
  }
  .fb_iframe_widget {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  #company #section3 .three {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  #company #section1 .two,
  #company #section4 .two {
    width: 100%;
  }
}
/*Vision + Values */

#vision p {
  margin-bottom: 20px;
}
#vision ul {
  list-style: inherit;
  padding: 0 0 20px 20px;
  max-width: 900px;
  margin: 0 auto;
}
#vision li {
  padding-left: 20px;
  margin-bottom: 15px;
  text-align: left;
}
#vision #intro {
  background-image: url(/media/1275/wheat-hero.jpg);
}
#vision #intro .margins {
  height: 350px;
}
#vision #intro .margins h1 {
  margin-bottom: 0px;
}
#vision #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#vision #section1 {
  text-align: center;
}
#vision #section1 h2 {
  text-align: center;
  margin: 0 auto;
}
#vision #section1 h4 {
  margin: 5px 0 25px 0;
}
#vision #section1 img {
  margin: 50px 0 20px 0;
}
#vision #section1 .margins {
  margin: 100px 0px;
}
#vision #section1 .wide-wrapper {
  overflow: hidden;
}
#vision #section2 {
  overflow: auto;
  text-align: center;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#vision #section2 .margins {
  margin: 100px 0px;
}
#vision #section2 h2 {
  padding-bottom: 0px;
}
#vision #section2 b,
#vision #section2 strong {
  font-weight: 700;
}
/* Foundation/Our Charitable Giving */

#foundation p {
  margin-bottom: 35px;
}
#foundation p.btn-margin {
  margin: 5px 0px;
}
#foundation h2 {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 0px;
}
#foundation h4 {
  margin: 60px 0 15px 0;
}
#foundation ul {
  list-style: inherit;
  padding: 0 0 20px 20px;
  max-width: 900px;
  margin: 0 auto;
}
#foundation li {
  padding-left: 20px;
  text-align: left;
}
#foundation #intro {
  background-image: url(/media/1185/foundation-hero.jpg);
}
#foundation #intro .margins {
  height: 350px;
}
#foundation #intro .margins h1 {
  margin-bottom: 0px;
}
#foundation #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#foundation #intro .wrapper p {
  max-width: 550px;
}
#foundation #section1 {
  text-align: center;
}
#foundation #section1 p {
  text-align: center;
}
#foundation #section1 .margins {
  margin: 100px 0px;
}
#foundation #section1 .btn-margin {
  display: inline-block;
  padding: 0px;
}
#foundation #section2 {
  overflow: auto;
  text-align: center;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#foundation #section2 .margins {
  margin: 100px 0px;
}
#foundation #section2 h4 {
  color: #006bb7;
}
#foundation #section2 #special {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 18px;
  line-height: 22px;
  margin: 50px 0 0 0;
}
#foundation #section2 .wrapper {
  overflow: hidden;
}
#foundation #section3 {
  overflow: auto;
  text-align: center;
}
#foundation #section3 .margins {
  margin: 100px 0px;
}
#foundation #section3 h2,
#foundation #section3 h4 {
  color: #5ea43e;
}
#foundation #section4 {
  overflow: auto;
  text-align: center;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#foundation #section4 .margins {
  margin: 100px 0px;
}
#foundation #section4 h2,
#foundation #section4 h4 {
  color: #ffc423;
}
#foundation #section5 {
  overflow: auto;
  text-align: center;
}
#foundation #section5 .margins {
  margin: 100px 0px;
}
#foundation #section5 h2 {
  color: #6c520b;
}
#foundation #section5 .wrapper {
  overflow: hidden;
}
@media (max-width: 880px) {
  #foundation h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  #foundation h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #foundation #intro .wrapper {
    top: 80px;
  }
}
/* Company - Food */

#company-food #intro {
  background-image: url(/media/1277/grilled-chicken-hero.jpg);
}
#company-food #intro .margins {
  height: 350px;
}
#company-food #intro .margins h1 {
  margin-bottom: 0px;
}
#company-food #intro .wrapper {
  position: relative;
  top: 120px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#company-food #section1 h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
#company-food #section1 p {
  text-align: center;
  padding-bottom: 30px;
}
#company-food #section1 .margins {
  margin: 100px 0px;
}
#company-food #section2 {
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#company-food #section2 .margins {
  margin: 100px 0px;
}
#company-food #section2 p {
  text-align: center;
  padding-bottom: 20px;
}
#company-food #section2 .image-cropper {
  margin: 0 auto;
}
@media (max-width: 640px) {
  #company-food #section2 .two {
    width: 100%;
    margin-bottom: 20px;
  }
  #foundation #intro .wrapper {
    top: 80px;
  }
}
/*Company - Brands */

#consumer-brands #intro {
  background-image: url(/media/1497/resources-hero-collage.jpg);
}
#consumer-brands #intro .margins {
  height: 350px;
}
#consumer-brands #intro .margins h1 {
  margin-bottom: 0px;
}
#consumer-brands #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe9ac), to(#ffc424)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -moz-border-image: -moz-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -o-border-image: -o-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  border-image: linear-gradient(to bottom, #ffe9ac, #ffc424) 1 100%;
}
#consumer-brands #section1 {
  text-align: center;
}
#consumer-brands #section1 p {
  padding-bottom: 30px;
}
#consumer-brands #section1 .margins {
  margin: 100px 0px;
}
#consumer-brands #section1 h2 {
  font-size: 33px;
  padding-bottom: 60px;
}
#consumer-brands #section1 h4 {
  color: #006bb7;
  margin: 10px 0 40px 0;
}
#consumer-brands #section1 .wide-wrapper {
  overflow: hidden;
}
#consumer-brands #section1 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 355px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 30px;
  position: relative;
  left: 10px;
}
#consumer-brands #section1 li {
  padding-left: 20px;
}
/*Company - Food Business */

#food-business #intro {
  background-image: url(/media/1090/hero-grill-marks.jpg);
}
#food-business #intro .margins {
  height: 350px;
}
#food-business #intro .margins h1 {
  margin-bottom: 0px;
}
#food-business #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe9ac), to(#ffc424)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -moz-border-image: -moz-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -o-border-image: -o-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  border-image: linear-gradient(to bottom, #ffe9ac, #ffc424) 1 100%;
}
#food-business #section1 {
  text-align: center;
}
#food-business #section1 p {
  padding-bottom: 50px;
}
#food-business #section1 .margins {
  margin: 100px 0px;
}
#food-business #section1 h2 {
  font-size: 33px;
  padding-bottom: 60px;
}
#food-business #section1 h4 {
  color: #006bb7;
  margin: 10px 0 40px 0;
}
#food-business #section1 .wide-wrapper {
  overflow: hidden;
}
/* Legacy */

#legacy #intro {
  background-image: url(/images/heros/legacy-hero.jpg);
}
@media (max-width: 412px) {
  #legacy #intro {
    background-image: url(/images/heros/legacy-mobile-small.jpg);
  }
}
#legacy #intro .margins {
  height: 350px;
}
#legacy #intro .margins h1 {
  margin-bottom: 0px;
}
#legacy #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#legacy #section1 {
  text-align: center;
}
#legacy #section1 p {
  text-align: center;
  margin-bottom: 30px;
}
#legacy #section1 .margins {
  margin: 50px 0px;
}
#legacy #section2 {
  text-align: center;
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#legacy #section2 p {
  text-align: center;
  margin-bottom: 30px;
}
#legacy #section2 .margins {
  margin: 50px 0px;
}
#legacy #section2 h4 {
  margin: 40px 0 15px 0;
}
#legacy #section2 #arthur h4 {
  color: #006bb7;
}
#legacy #section2 #frank h4 {
  color: #ffc423;
}
#legacy #section2 #jim h4 {
  color: #5ea43e;
}
#legacy #section2 #jim,
#legacy #section2 #arthur,
#legacy #section2 #frank {
  padding-top: 40px;
}
#legacy #section2 img,
#legacy #section2 .image-cropper {
  margin: 0 auto;
}
#legacy #section3 {
  text-align: center;
}
#legacy #section3 p {
  text-align: center;
  margin-bottom: 30px;
}
#legacy #section3 .margins {
  margin: 50px 0px;
}
#legacy #section3 h3 {
  margin: 36px 0 40px 0;
}
#legacy #section3 h4 {
  color: #006bb7;
}
#legacy #section3 .four .wrapper {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
}
#legacy #section4 {
  overflow: auto;
  text-align: center;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#legacy #section4 .margins {
  margin: 50px 0px;
}
#legacy #section4 h2 {
  color: white;
  padding: 65px 0 25px 0;
}
#legacy #timeline .history {
  padding: 40px 50px;
  display: none;
  min-height: 450px;
}
#legacy #timeline .photo {
  position: relative;
  float: left;
  width: 40%;
  margin-bottom: 40px;
}
#legacy #timeline .info {
  position: relative;
  float: left;
  width: 60%;
  margin-bottom: 40px;
}
#legacy #timeline .info .btn-margin {
  display: inline-block;
  padding: 5px;
}
#legacy #timeline .info p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 30px;
}
#legacy #timeline .info a {
  color: white;
}
#legacy #timeline .info h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
}
#legacy #timeline .info .wrapper {
  padding: 0 0 0 60px;
}
#legacy #timeline .caption {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  color: #6c520b;
  font-size: 12px;
  line-height: 16px;
  background-color: #ffc423;
  width: 90%;
  padding: 10px;
  position: relative;
  top: -25px;
  border-radius: 5px;
  padding: 5px;
  margin: 0 auto;
}
#legacy #timeline #logo {
  position: relative;
  top: 45px;
}
#legacy #timeline #title {
  background-color: #006bb7;
  border-radius: 15px 15px 0px 0px;
}
#legacy #timeline #content {
  background-color: #025fa1;
  overflow: auto;
  border-radius: 0px 0px 15px 15px;
  min-height: 450px;
}
#legacy #timeline .dater {
  background-color: #7da9d5;
  border-radius: 15px 15px 0px 0px;
  margin: 0px 20px;
  overflow: hidden;
}
#legacy #timeline .date {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 16px;
  line-height: 40px;
  display: inline;
  padding: 12px 0 12px 12px;
  margin-left: -4px;
  cursor: pointer;
  white-space: nowrap;
}
#legacy #timeline .current {
  background-color: #ffc423;
}
#legacy #timeline .date::after {
  content: "\00b7";
  padding-left: 12px;
  margin-right: -2px;
}
#legacy #timeline .date:last-child::after {
  content: "";
  padding: 0 12px 0 0;
}
@media (max-width: 1023px) {
  #legacy #timeline .photo,
  #legacy #timeline .info {
    width: 100%;
  }
  #legacy #timeline .info .wrapper {
    padding: 0px;
  }
  #legacy #timeline .date {
    font-size: 14px;
    line-height: 35px;
    padding: 10px 0 10px 10px;
  }
}
@media (max-width: 760px) {
  #legacy #section3 .history {
    margin-bottom: 20px;
  }
  #legacy #timeline .photo {
    margin-bottom: 0px;
  }
  #legacy #timeline .info h4,
  #legacy #timeline .info p {
    text-align: center;
  }
  #legacy #section3 .four {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #legacy .wrapper {
    padding: 0px;
  }
  #legacy .wrapper .image-cropper-border {
    width: 220px;
    height: 220px;
  }
}
/* Agriculture */

#agriculture #intro {
  background-image: url(/media/1035/hero-grain-tanks.jpg);
}
#agriculture #intro h1 {
  margin-bottom: 10px;
}
#agriculture #intro p {
  margin: 0px;
}
#agriculture #intro .margins {
  height: 350px;
}
#agriculture #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#agriculture #section1 {
  overflow: auto;
  text-align: center;
}
#agriculture #section1 h2 {
  margin: 0 auto;
}
#agriculture #section1 .margins {
  margin: 100px 0px;
}
#agriculture #section1 .wrapper {
  overflow: hidden;
}
#agriculture #section1 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
}
#agriculture #section1 li {
  padding-left: 20px;
}
#agriculture #section2 {
  overflow: auto;
  text-align: center;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#agriculture #section2 .margins {
  margin: 100px 0px;
}
#agriculture #section2 h2 {
  padding-bottom: 0px;
}
#agriculture #section2 .image-cropper {
  margin: 30px auto;
}
#agriculture #section2 .three {
  text-align: center;
}
#agriculture #section2 .three h3 {
  font-size: 22px;
  line-height: 26px;
}
#agriculture #section2 p {
  padding-bottom: 20px;
}
#agriculture #section3 {
  overflow: auto;
  text-align: center;
}
#agriculture #section3 .margins {
  margin: 100px 0px;
}
#agriculture #section3 h2 {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 20px;
}
#agriculture #section4 {
  overflow: auto;
  text-align: center;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#agriculture #section4 .margins {
  margin: 100px 0px;
}
#agriculture #section4 h2 {
  font-size: 36px;
  line-height: 40px;
}
#agriculture #section4 .mobile {
  display: none;
}
#agriculture #section5 {
  overflow: auto;
  text-align: center;
}
#agriculture #section5 .margins {
  margin: 100px 0px;
}
#agriculture #section5 h2 {
  font-size: 36px;
  line-height: 40px;
}
#agriculture #section5 .one-third {
  text-align: center;
}
@media (max-width: 950px) {
  #agriculture .two,
  #agriculture .one-third,
  #agriculture .two-third {
    width: 100%;
  }
  #agriculture #section4 .mobile {
    display: block;
  }
  #agriculture #section4 .desktop {
    display: none;
  }
  .image-cropper {
    margin: 0 auto;
  }
  #agriculture #section3,
  #agriculture #section4,
  #agriculture #section5 {
    text-align: center;
  }
  #agriculture #section3 h2,
  #agriculture #section4 h2,
  #agriculture #section5 h2 {
    padding-bottom: 20px;
  }
  #agriculture #section3 .two-third {
    padding-top: 35px;
  }
  #agriculture #section5 h2,
  #agriculture #section4 h2 {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  #agriculture #section1 .btn-sm {
    font-size: 12px;
    line-height: 20px;
  }
}
/*Responsibility*/

#responsibility #intro {
  background-image: url(/media/1398/field-hero.jpg);
}
#responsibility #intro .margins {
  height: 350px;
}
#responsibility #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#responsibility #section1 h2 {
  text-align: center;
  margin: 0 auto;
}
#responsibility #section1 p {
  text-align: center;
}
#responsibility #section1 .margins {
  margin: 100px 0px;
}
#responsibility #section2 {
  text-align: center;
}
#responsibility #section2 .wrapper {
  padding: 30px 0 20px 0;
  width: 100%;
}
#responsibility #section2 img {
  padding: 10px 0 40px 0;
}
#responsibility #section2 h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 36px;
  line-height: 40px;
}
#responsibility #section2 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  padding: 30px 0 5px 0;
  margin: 0px;
}
#responsibility #section2 p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
}
#responsibility #section3 {
  overflow: hidden;
  text-align: center;
}
#responsibility #section3 .margins {
  margin: 50px 0px;
}
#responsibility #section3 .four {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#responsibility #section3 .four .wrapper {
  padding: 0px 10px;
  width: 100%;
}
#responsibility #section3 h2 {
  text-align: center;
  margin: 0 auto;
}
#responsibility #section3 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  padding: 30px 0 5px 0;
  margin: 0px;
}
#responsibility #section3 p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
}
#responsibility #section3 .btn {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1100px) {
  #responsibility #section3 .four {
    width: 50%;
    padding: 0px;
  }
  #responsibility #section3 .wrapper {
    margin: 10px;
  }
}
@media (max-width: 615px) {
  #responsibility #section3 .four {
    width: 100%;
  }
}
#stewardship-report {
  overflow: hidden;
  text-align: center;
}
#stewardship-report .margins {
  margin: 50px 0px;
}
#stewardship-report h2 {
  margin: 20px 0px;
  padding: 0px;
}
#stewardship-report p {
  padding-bottom: 20px;
}
#responsibility #stewardship-report {
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#resp-food #stewardship-report,
#people #stewardship-report,
#template #stewardship-report,
#faqs #stewardship-report,
#highlight-report #stewardship-report,
#operations #stewardship-report {
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
/*Responsibility - People */

#people #intro {
  background-image: url(/media/1050/hero-talking-in-plant.jpg);
}
#people #intro .margins {
  height: 350px;
}
#people #intro .margins h1 {
  margin-bottom: 0px;
}
#people #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#people #section1 h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 950px;
}
#people #section1 p {
  text-align: center;
  padding-bottom: 30px;
}
#people #section1 .margins {
  margin: 100px 0px;
}
#people #section1 .four .min-height {
  height: 125px;
  display: inline;
  vertical-align: bottom;
  text-align: center;
}
#people #section1 .four .wrapper {
  padding: 0px 5px;
  max-width: 170px;
  margin: 0 auto;
}
#people #section1 .four p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 0px;
  margin: 15px 0px 30px 0px;
}
#people #section2 {
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#people #section2 h4 {
  color: #006bb7;
}
#people #section2 .margins {
  margin: 50px 0px;
}
#people #section2 p {
  text-align: center;
  padding-bottom: 20px;
}
#people #section2 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 700px;
  margin: 0 auto;
}
#people #section2 li {
  padding-left: 20px;
}
@media (max-width: 760px) {
  #people #section1 .four {
    width: 50%;
  }
}
/*Responsibility - Food */

#resp-food #intro {
  background-image: url(/media/1026/hero-breaded-chicken.jpg);
}
#resp-food #intro .margins {
  height: 350px;
}
#resp-food #intro .margins h1 {
  margin-bottom: 0px;
}
#resp-food #intro .margins p {
  max-width: 620px;
}
#resp-food #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#resp-food #section1 h2 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px;
}
#resp-food #section1 h4 {
  color: #ffc423;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  margin: 0px;
}
#resp-food #section1 .margins {
  margin: 50px 0px;
}
#resp-food #section1 .food-info {
  border-bottom: 1px solid #7da9d5;
  margin: 50px 0px;
  padding-bottom: 50px;
}
#resp-food #section1 .food-image {
  padding-right: 50px;
  width: 160px;
}
#resp-food #section1 .food-image,
#resp-food #section1 .food-copy {
  display: table-cell;
  vertical-align: top;
}
#resp-food #section1 ul {
  list-style: inherit;
  margin-left: 20px;
}
#resp-food #section1 li {
  padding-left: 20px;
}
#resp-food .seven {
  width: 160px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#resp-food .seven .min-height {
  height: 125px;
  display: inline;
  vertical-align: bottom;
  text-align: center;
}
#resp-food .seven .wrapper {
  padding: 0px 5px;
}
#resp-food .seven p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 0px;
  margin: 15px 0px 30px 0px;
}
#resp-food #section2 {
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
  overflow: auto;
}
#resp-food #section2 .margins {
  margin: 50px 0px;
}
#resp-food #section2 .wide-wrapper {
  overflow: hidden;
}
#resp-food #section2 .timeline {
  margin-bottom: 50px;
  text-align: center;
}
#resp-food #section2 .date {
  color: #006bb7;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  background-color: white;
  border-radius: 25px;
  padding: 10px 40px 7px 40px;
  border: 1px solid #e1ebf5;
  display: inline-block;
  margin: 0 auto;
  white-space: nowrap;
  vertical-align: middle;
}
#resp-food #section2 p {
  color: #006bb7;
  text-align: center;
  padding: 35px 0px;
}
#resp-food #section2 .image-cropper {
  margin: 0 auto;
}
#resp-food #section3 {
  overflow: auto;
}
#resp-food #section3 .margins {
  margin: 50px 0px;
}
#resp-food #section3 .wide-wrapper {
  overflow: hidden;
}
#resp-food #section3 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  padding: 30px 0 25px 0;
  margin: 0px;
}
#resp-food #section3 .btn {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1100px) {
  #resp-food #section3 .four {
    width: 50%;
    padding: 0px;
  }
  #resp-food #section3 .four .btn {
    margin-bottom: 40px;
  }
}
@media (max-width: 615px) {
  #resp-food #section3 .four {
    width: 100%;
  }
}
@media (max-width: 760px) {
  #resp-food #section1 {
    text-align: center;
  }
  #resp-food #section1 .food-image,
  #resp-food #section1 .food-copy {
    display: block;
  }
  #resp-food #section1 h4 {
    text-align: center;
  }
  #resp-food .food-image {
    padding-bottom: 30px;
    margin: 0 auto;
  }
}
/*Responsibility - Environment */

#environment #intro {
  background-image: url(/media/1586/environmental_groupshot.jpg);
}
#environment #intro .margins {
  height: 350px;
}
#environment #intro .margins h1 {
  margin-bottom: 0px;
}
#environment #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#environment #section1 .margins {
  margin: 50px 0px;
}
#environment #section1 h2 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px;
  font-size: 42px;
}
#environment #section1 p {
  text-align: center;
}
#environment #section1 .agriSoil p {
  text-align: left;
}
#environment #section1 .agriRecycle p {
  text-align: right;
}
#environment #section1 .agriSoil,
#environment #section1 .agriRecycle {
  margin: 100px 0px;
}
#environment #section1 .agriSoil div,
#environment #section1 .agriRecycle div {
  display: table-cell;
  vertical-align: top;
}
#environment #section1 .agriRecycle {
  margin: 100px 0px 50px 0px;
}
#environment #section1 #image1 {
  width: 270px;
}
#environment #section1 #image2 {
  width: 270px;
}
#environment #section1 #image2 div {
  float: right;
}
#environment #section1 .four .min-height {
  height: 125px;
  display: inline;
  vertical-align: bottom;
  text-align: center;
}
#environment #section1 .four .wrapper {
  padding: 0px 5px;
  max-width: 170px;
  margin: 0 auto;
}
#environment #section1 .four p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 0px;
  margin: 15px 0px 30px 0px;
}
#environment #section1 .four .no-pad {
  margin: 0px;
  position: relative;
  top: 10px;
}
#environment #section2 {
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
  overflow: auto;
}
#environment #section2 .margins {
  margin: 50px 0px;
}
#environment #section2 .two p {
  padding-bottom: 35px;
  line-height: 20px;
}
@media (max-width: 850px) {
  #environment #section2 .two {
    width: 100%;
  }
}
@media (max-width: 760px) {
  #environment #section1 .four {
    width: 50%;
  }
  #environment #intro h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #environment #section1 .agriSoil div,
  #environment #section1 .agriRecycle div {
    display: block;
    text-align: center;
  }
  #environment #section1 .agriSoil p,
  #environment #section1 .agriRecycle p {
    text-align: center;
  }
  #environment #section1 #image1,
  #environment #section1 #image2 {
    width: 100%;
  }
  #image1 .image-cropper {
    margin-bottom: 40px;
  }
  #image2 .image-cropper {
    margin-top: 40px;
  }
  #environment #section1 #image2 div {
    float: none;
  }
  #environment #section1 .agriSoil,
  #environment #section1 .agriRecycle {
    margin: 40px 0px;
  }
}
/*Responsibility - Animal Care */

#animal-care #intro {
  background-image: url(/media/1608/animal-care-collage-hero_rev.jpg);
}
#animal-care #intro .margins {
  height: 350px;
}
#animal-care #intro .margins h1 {
  margin-bottom: 0px;
}
#animal-care #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#animal-care #section1 {
  text-align: center;
}
#animal-care #section1 h2 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px;
  font-size: 42px;
  max-width: 900px;
}
#animal-care #section1 h3 {
  font-size: 33px;
  line-height: 36px;
  color: #78b52f;
  margin: 25px 0 10px 0;
}
#animal-care #section1 .margins {
  margin: 50px 0px;
}
#animal-care #section1 p {
  padding-top: 15px;
}
#animal-care #section1 h4 {
  color: #006bb7;
}
#animal-care #section1 .extra-space {
  margin: 50px 0 30px 0;
}
#animal-care #section2 {
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
  overflow: auto;
}
#animal-care #section2 h2 {
  text-align: center;
}
#animal-care #section2 .margins {
  margin: 50px 0px;
  overflow: hidden;
}
#animal-care #section2 .three p {
  text-align: center;
  font-weight: 700;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
#animal-care #section2 .three p.blue {
  color: #006bb7;
}
#animal-care #section2 .three p.lblue {
  color: #7da9d5;
}
#animal-care #section2 .three p.green {
  color: #78b52f;
}
#animal-care #section2 .three p.yellow {
  color: #ffc423;
}
#animal-care #section2 .three p.brown {
  color: #6c520b;
}
#animal-care #section2 .center-margin {
  margin-left: 15%;
}
#animal-care #section2 img {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
}
#animal-care #section2 .three img {
  width: 100%;
  max-width: 398px;
}
#animal-care #section2 .three .wrapper {
  margin: 20px;
  padding: 0px;
}
#animal-care #section2 .three .wrapper div {
  margin: 0px auto;
  background-color: white;
  width: 100%;
  max-width: 398px;
  text-align: center;
  border: 1px solid #e1ebf5;
  border-radius: 4px;
}
#animal-care #section2 .three .wrapper div p {
  padding: 10px 10px 20px 10px;
}
#animal-care #section2 .btn {
  font-size: 16px;
  line-height: 16px;
  padding: 0px 20px 9px 20px;
}
#animal-care #section3 {
  text-align: center;
}
#animal-care #section3 h3 {
  padding: 36px 0 20px 0;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
}
#animal-care #section3 h4 {
  color: #006bb7;
}
#animal-care #section3 .margins {
  margin: 50px 0px;
}
#animal-care #section3 .press {
  margin: 30px 0 0 0;
}
#animal-care #section3 .press p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  max-width: 355px;
  margin: 0 auto;
}
#animal-care #section3 .press p strong {
  font-weight: 700;
}
#animal-care #section4 {
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
  overflow: auto;
}
#animal-care #section4 .margins {
  margin: 50px 0px;
}
#animal-care #section4 h3 {
  font-size: 32px;
  line-height: 38px;
}
#animal-care #section4 .three p {
  padding-bottom: 35px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 760px) {
  #animal-care #section1 .row {
    margin: 40px 0px;
  }
  #animal-care #section1 .four {
    width: 50%;
  }
  #animal-care #section1 .four img {
    margin-top: 30px;
  }
  #animal-care #section1 .two,
  #animal-care #section2 .two {
    width: 100%;
  }
  #animal-care #section1 .two:first-child {
    padding-bottom: 40px;
  }
}
@media (max-width: 1000px) {
  #animal-care #section2 .three {
    width: 50%;
  }
  #animal-care #section2 .center-margin {
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  #animal-care #section4 .three {
    width: 100%;
  }
  #animal-care #section4 .three .btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 660px) {
  #animal-care #section2 .three {
    width: 100%;
  }
  #animal-care #section3 .two {
    width: 100%;
  }
  #animal-care #section3 .two .btn-margin {
    padding: 15px 0 35px 0;
  }
}
@media (max-width: 550px) {
  #animal-care #section1 .four {
    width: 100%;
  }
}
/* Animal Care - Meet the Breeds */

#breeds #intro {
  background-image: url(/media/1734/breed-hero.jpg);
}
#breeds #intro .margins {
  height: 350px;
}
#breeds #intro .margins h1 {
  margin-bottom: 0px;
}
#breeds #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#breeds #section1 h2 {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}
#breeds #section1 p {
  text-align: center;
}
#breeds #section1 .margins {
  margin: 100px 0px;
}
#breeds #section2 {
  overflow: auto;
  text-align: center;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#breeds #section2 .margins {
  margin: 100px 0px;
}
#breeds #section2 img {
  margin-bottom: 30px;
}
#breeds #section2 .grid {
  overflow: hidden;
}
#breeds #section2 h2 {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  color: #5ea43e;
}
#breeds #section2 h2.yellow {
  color: #ffc423;
}
#breeds #section2 h2.blue {
  color: #006bb7;
}
#breeds #section2 h2.brown {
  color: #6c520b;
}
#breeds #section2 p {
  text-align: center;
}
#breeds #section2 .usage-info p {
  font-size: 12px;
  line-height: 15px;
}
#breeds #section2 .two .wrapper {
  background-color: white;
  padding: 30px;
  margin: 20px;
}
@media (max-width: 700px) {
  #breeds #section2 .two {
    width: 100%;
  }
}
/*Responsibility - Animal Care - FAQs */

#faqs #intro {
  background-image: url(/media/1223/hero-chicks-heads.jpg);
}
#faqs #intro .margins {
  height: 350px;
}
#faqs #intro .margins h1 {
  margin-bottom: 0px;
}
#faqs #intro .wrapper {
  position: relative;
  top: 140px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#faqs #section1 {
  text-align: left;
}
#faqs #section1 .margins {
  margin: 100px 0px;
}
#faqs #section1 .food-info {
  border-bottom: 1px solid #7da9d5;
  margin: 50px 0px;
  padding-bottom: 50px;
}
#faqs #section1 .food-image {
  padding-right: 50px;
  width: 160px;
}
#faqs #section1 .food-image,
#faqs #section1 .food-copy {
  display: table-cell;
  vertical-align: top;
}
#faqs #section1 h4 {
  color: #ffc423;
  text-align: left;
  margin: 0px;
}
@media (max-width: 760px) {
  #faqs #section1 {
    text-align: center;
  }
  #faqs #section1 .food-image,
  #faqs #section1 .food-copy {
    display: block;
  }
  #faqs #section1 h4 {
    text-align: center;
  }
  #faqs .food-image {
    padding-bottom: 30px;
    margin: 0 auto;
  }
}
/*Responsibility - Food - Operations */

#operations #intro {
  background-image: url(/media/1051/hero-traypack.jpg);
}
#operations #intro .margins {
  height: 350px;
}
#operations #intro .margins h1 {
  margin-bottom: 0px;
}
#operations #intro .margins p {
  max-width: 620px;
}
#operations #intro .wrapper {
  position: relative;
  top: 145px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#operations #section1 p {
  text-align: center;
}
#operations #section1 h2 {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 38px;
  color: #ffc423;
}
#operations #section1 .margins {
  margin: 50px 0px;
}
#operations #section1 .image-cropper {
  margin: 0 auto;
}
#operations #section1 .break-line {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #7da9d5;
  padding-top: 30px;
  margin-bottom: 30px;
}
#operations #section1 .three .wrapper {
  width: 100%;
  padding: 0px 10px;
}
#operations #section1 .three .wrapper p {
  text-align: center;
}
#operations #section1 .image-cropper {
  margin: 0 auto;
}
@media (max-width: 950px) {
  #operations #section1 .three {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* Programs + Practices */

#practices .image-cropper {
  margin: 0 auto;
}
#practices #intro {
  background-image: url(/media/1609/programspractices_chicksdrinking_hero.jpg);
}
#practices #intro .margins {
  height: 350px;
}
#practices #intro .margins h1 {
  margin-bottom: 0px;
}
#practices .video {
  width: 100%;
  max-width: 749px;
}
#practices #intro .wrapper {
  position: relative;
  top: 115px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#practices a.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media (max-width: 800px) {
  #practices a.anchor {
    top: -90px;
  }
}
#practices #section1 h2 {
  text-align: center;
}
#practices #section1 .margins {
  margin: 50px 0px;
}
#practices #section1 ul {
  list-style: inherit;
  margin-left: 20px;
}
#practices #section1 li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#practices #section2 {
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#practices #section2 .margins {
  margin: 100px 0px;
}
#practices #section2 .wrapper {
  text-align: center;
}
#practices #section2 h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0 15px 0;
}
#practices #section2 p {
  margin-bottom: 20px;
}
#practices #section2 .circle {
  cursor: auto;
}
#practices #section2 #tabs li p,
#practices #section2 #tabs .r-tabs-accordion-title p {
  text-align: center;
  font-weight: 700;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
}
#practices #section2 #tabs li p.blue,
#practices #section2 #tabs .r-tabs-accordion-title p.blue {
  color: #006bb7;
}
#practices #section2 #tabs li p.green,
#practices #section2 #tabs .r-tabs-accordion-title p.green {
  color: #78b52f;
}
#practices #section2 #tabs li p.yellow,
#practices #section2 #tabs .r-tabs-accordion-title p.yellow {
  color: #ffc423;
}
#practices #section2 #tabs li p.brown,
#practices #section2 #tabs .r-tabs-accordion-title p.brown {
  color: #6c520b;
}
#practices #section2 #tab-2 ul,
#practices #section2 #tab-3 ul,
#practices #section2 #tab-4 ul {
  list-style: inherit;
  margin-left: 20px;
  text-align: left;
}
#practices #section2 #tab-2 li,
#practices #section2 #tab-3 li,
#practices #section2 #tab-4 li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#practices #section2 .circle {
  width: 45px;
  height: 42px;
  font-family: 700;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
#practices #section2 .btn-margin {
  padding: 0px 0 35px 0;
}
#practices #section2 .row {
  overflow: auto;
}
#practices #section2 .r-tabs-panel ol {
  list-style: decimal;
  margin-left: 20px;
}
#practices #section2 .r-tabs-panel ul {
  list-style: inherit;
  margin-left: 20px;
}
#practices #section2 .r-tabs-panel li {
  padding-left: 20px;
  margin-bottom: 20px;
  text-align: left;
}
#practices #section2 strong,
#practices #section2 b {
  font-weight: bold;
}
#practices #section2 .center-margin {
  margin-left: 15%;
}
#practices #section3 {
  text-align: center;
}
#practices #section3 .margins {
  margin: 100px 0px;
}
#practices #section3 ul {
  list-style: inherit;
  margin-left: 20px;
  text-align: left;
}
#practices #section3 li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#practices #section4 {
  overflow: auto;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#practices #section4 .margins {
  margin: 50px 0px;
}
#practices #section4 h2 {
  font-size: 42px;
  text-align: center;
  padding-top: 40px;
}
#practices #section4 ul {
  list-style: inherit;
  margin-left: 20px;
}
#practices #section4 li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#practices #slideshow h2 {
  color: white;
  font-size: 36px;
  padding: 65px 0 25px 0;
  margin: 0 auto;
  text-align: center;
}
#practices #slideshow .slide {
  padding: 40px 50px;
  display: none;
  min-height: 450px;
}
#practices #slideshow .photo {
  position: relative;
  float: left;
  width: 60%;
  margin-bottom: 50px;
  text-align: left;
}
#practices #slideshow .photo img {
  padding-right: 20px;
}
#practices #slideshow .info {
  position: relative;
  float: left;
  width: 40%;
  margin-bottom: 40px;
}
#practices #slideshow .info .btn-margin {
  display: inline-block;
  padding: 5px;
}
#practices #slideshow .info p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 30px;
}
#practices #slideshow .info a {
  color: white;
}
#practices #slideshow #logo {
  position: relative;
  top: 45px;
  margin: 0 auto;
  text-align: center;
}
#practices #slideshow #title {
  background-color: #006bb7;
  border-radius: 15px 15px 0px 0px;
}
#practices #slideshow #content {
  background-color: #025fa1;
  overflow: auto;
  border-radius: 0px 0px 15px 15px;
  min-height: 450px;
}
#practices #slideshow .current {
  background-color: #ffc423;
}
@media (max-width: 1023px) {
  #practices #slideshow .photo,
  #practices #slideshow .info,
  #practices #slideshow .info p {
    width: 100%;
    text-align: center;
  }
  #practices #slideshow .info .wrapper {
    padding: 0px;
  }
  #practices #section2 .three {
    width: 50%;
  }
  #practices #section2 .center-margin {
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  #practices #section2 .three {
    width: 100%;
  }
}
/*Continuous Improvement */

#improvements #intro {
  background-image: url(/media/1431/animals-hero2.jpg);
}
#improvements #intro .margins {
  height: 350px;
}
#improvements #intro .wrapper {
  position: relative;
  top: 145px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#improvements #intro h1 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 48px;
  line-height: 56px;
}
#improvements #section1 h2 {
  text-align: center;
}
#improvements #section1 .margins {
  margin: 50px 0px;
}
#improvements #section1 .btn-margin {
  margin: 0 auto;
  text-align: center;
}
#improvements #section2 {
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#improvements #section2 .margins {
  margin: 100px 0px;
}
#improvements #section2 .wrapper {
  text-align: center;
}
#improvements #section2 .image-cropper {
  margin: 0 auto;
}
#improvements #section2 ul {
  list-style: inherit;
  margin-left: 20px;
  text-align: left;
}
#improvements #section2 li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#improvements .metrics,
#resp-food .metrics {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
#improvements .offset {
  margin-left: 15%;
}
#improvements .metrics .four {
  text-align: center;
  vertical-align: top;
}
#improvements .metrics .four .min-height {
  height: 125px;
  display: inline;
  vertical-align: bottom;
  text-align: center;
}
#improvements .metrics .four .wrapper {
  padding: 0px 5px;
  border: none !important;
}
#improvements .metrics .four p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 0px;
  margin: 15px 0px 30px 0px;
}
@media (max-width: 900px) {
  #improvements .metrics .four,
  #resp-food .metrics .four {
    width: 33%;
  }
  #improvements .offset {
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  #improvements .metrics .four,
  #resp-food .metrics .four {
    width: 50%;
  }
}
/* Highlights Report */

#highlight-report strong {
  font-weight: bold;
}
#highlight-report em {
  font-style: italic;
}
#highlight-report h2 {
  font-size: 36px;
  line-height: 42px;
  padding: 0px;
}
#highlight-report .sectionIcon {
  text-align: center;
}
#highlight-report .sub-title p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #717171;
  padding: 10px 0px 35px 0px;
  margin: 0 auto;
}
#highlight-report .r-tabs .r-tabs-nav .r-tabs-tab {
  max-width: 20%;
  padding: 10px 5px;
}
#highlight-report .goals p,
#highlight-report .progress p,
#highlight-report .steps p,
#highlight-report .goals li,
#highlight-report .progress li,
#highlight-report .steps li {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
#highlight-report .goals p,
#highlight-report li {
  color: #6c520b;
}
#highlight-report .progress p,
#highlight-report li {
  color: #5ea43e;
}
#highlight-report .steps p,
#highlight-report li {
  color: #006bb7;
}
#highlight-report .freeImage {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}
#highlight-report .freedomLine {
  display: table-cell;
  vertical-align: middle;
}
#highlight-report .r-tabs-state-active {
  border-bottom: 0px;
}
#highlight-report .expand-me {
  background-color: #f6f9fc;
  border: 1px solid #c3d8ec;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 20px;
}
#highlight-report .expand-me .row {
  overflow: auto;
}
#highlight-report .expand-me img {
  width: 100%;
  max-width: 440px;
}
#highlight-report .image {
  width: 42%;
  float: left;
  text-align: left;
}
#highlight-report .image img {
  padding-right: 20px;
}
#highlight-report .image-right {
  width: 42%;
  float: left;
  text-align: right;
}
#highlight-report .image-right img {
  padding-left: 20px;
}
#highlight-report .text-right,
#highlight-report .text-left {
  width: 58%;
  float: left;
  overflow: hidden;
}
#highlight-report .text-right {
  text-align: left;
}
#highlight-report .text-right .sub-title p {
  text-align: left;
}
#highlight-report .text-left {
  text-align: right;
}
#highlight-report .text-left .sub-title p {
  text-align: right;
}
#highlight-report #intro {
  background: url(/media/1610/hero-chickens2.jpg);
}
#highlight-report #intro .margins {
  height: 350px;
}
#highlight-report #intro .wrapper {
  position: relative;
  top: 85px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
#highlight-report #intro img {
  padding-right: 20px;
}
#highlight-report #intro h1 {
  margin-bottom: 0px;
}
#highlight-report #section1 .margins {
  margin: 100px 0px;
}
#highlight-report #section1 .four {
  text-align: center;
}
#highlight-report #section1 .four img {
  padding-bottom: 8px;
}
#highlight-report #section1 .four .btn-wrapper {
  margin: 10px;
  padding: 20px 10px;
  background-color: #f2f6fb;
  border-radius: 8px;
  height: 100%;
  max-height: 230px;
}
#highlight-report #section1 .four .btn-wrapper:hover {
  background-color: #e6f0fd;
}
#highlight-report #section1 .four a {
  text-decoration: none;
}
#highlight-report #section1 .four p {
  text-align: center;
  font-weight: 700;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
}
#highlight-report #section1 .four p.blue {
  color: #006bb7;
}
#highlight-report #section1 .four p.green {
  color: #78b52f;
}
#highlight-report #section1 .four p.yellow {
  color: #ffc423;
}
#highlight-report #section1 .four p.brown {
  color: #6c520b;
}
#highlight-report #section2 {
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#highlight-report #section2 h2 {
  text-align: center;
  color: #78b52f;
}
#highlight-report #section2 .sub-title p {
  max-width: 940px;
}
#highlight-report #section2 .margins {
  margin: 100px 0px;
}
#highlight-report #section2 .fullwidth {
  overflow: auto;
}
#highlight-report #section2 .wrapper {
  overflow: hidden;
}
#highlight-report #section2 .free1,
#highlight-report #section2 .free2,
#highlight-report #section2 .free3,
#highlight-report #section2 .free4,
#highlight-report #section2 .free5 {
  display: none;
  position: relative;
  top: -8px;
}
#highlight-report #section2 .free1.btn-sm,
#highlight-report #section2 .free2.btn-sm,
#highlight-report #section2 .free3.btn-sm,
#highlight-report #section2 .free4.btn-sm,
#highlight-report #section2 .free5.btn-sm {
  padding: 5px 40px;
}
#highlight-report #section2 .from {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #7da9d5;
  text-align: left;
}
#highlight-report #section2 .from .freedom {
  color: #006bb7;
}
#highlight-report #section2 .text-left .from {
  text-align: right;
}
#highlight-report #section2 .freedom {
  color: #006bb7;
}
#highlight-report #section2 .text-right,
#highlight-report #section2 .text-left {
  margin-top: 40px;
}
#highlight-report #section2 .mimage-right {
  display: none;
}
#highlight-report #section3 {
  text-align: center;
}
#highlight-report #section3 h2 {
  text-align: center;
  margin-top: 25px;
}
#highlight-report #section3 .margins {
  margin: 50px 0px;
}
#highlight-report #section3 .sub-title p {
  max-width: 660px;
}
#highlight-report #section3 .expand-me .sub-title p {
  max-width: 100%;
  padding-top: 65px;
}
#highlight-report #section3 .fullwidth {
  overflow: auto;
}
#highlight-report #section3 .wrapper {
  overflow: hidden;
}
#highlight-report #section3 .btn-margin {
  padding: 0px 0 35px 0;
}
#highlight-report #section3 #fr {
  display: none;
  position: relative;
  top: -8px;
}
#highlight-report #section4 {
  text-align: center;
  overflow: auto;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#highlight-report #section4 h2 {
  text-align: center;
  color: #6c520b;
  margin-top: 25px;
}
#highlight-report #section4 .margins {
  margin: 50px 0px;
}
#highlight-report #section4 .expand-me .sub-title p {
  padding-top: 65px;
}
#highlight-report #section4 .fullwidth {
  overflow: auto;
}
#highlight-report #section4 .wrapper {
  overflow: hidden;
}
#highlight-report #section4 .btn-margin {
  padding: 0px 0 35px 0;
}
#highlight-report #section4 #tr {
  display: none;
  position: relative;
  top: -8px;
}
#highlight-report #section5 {
  text-align: center;
}
#highlight-report #section5 h2 {
  text-align: center;
  margin-top: 25px;
  color: #ffc423;
}
#highlight-report #section5 .margins {
  margin: 50px 0px;
}
#highlight-report #section5 .expand-me .sub-title p {
  padding-top: 70px;
}
#highlight-report #section5 .fullwidth {
  overflow: auto;
}
#highlight-report #section5 .wrapper {
  overflow: hidden;
}
#highlight-report #section5 .btn-margin {
  padding: 0px 0 35px 0;
}
#highlight-report #section5 #ci {
  display: none;
  position: relative;
  top: -8px;
}
@media (max-width: 1020px) {
  #highlight-report #section1 .four {
    width: 50%;
    padding-bottom: 20px;
  }
  #highlight-report #section1 .four .btn-wrapper {
    max-height: 200px;
  }
  #highlight-report #section3 .expand-me .sub-title p,
  #highlight-report #section4 .expand-me .sub-title p,
  #highlight-report #section5 .expand-me .sub-title p {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  #highlight-report #intro .wrapper {
    width: 330px;
    margin: 0 auto;
  }
  #highlight-report #section1 .four .btn-wrapper {
    max-height: 240px;
  }
  #highlight-report .text-right,
  #highlight-report .text-left,
  #highlight-report .image {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  #highlight-report .image-right {
    display: none;
  }
  #highlight-report #section2 .mimage-right {
    display: block;
    margin-bottom: 40px;
  }
  #highlight-report #section2 .from,
  #highlight-report #section2 .sub-title p,
  #highlight-report #section2 .text-left .from {
    text-align: center;
  }
  #highlight-report #section3 .expand-me .sub-title p,
  #highlight-report #section4 .expand-me .sub-title p,
  #highlight-report #section5 .expand-me .sub-title p {
    text-align: center;
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  #highlight-report #section1 .four .btn-wrapper {
    max-height: 230px;
  }
  #highlight-report .freeImage {
    display: block;
    width: 100%;
    vertical-align: inherit;
    text-align: center;
  }
  #highlight-report .freedomLine {
    display: block;
    vertical-align: inherit;
  }
  #highlight-report #section2 .sub-title p,
  #highlight-report #section3 .sub-title p,
  #highlight-report #section4 .sub-title p,
  #highlight-report #section5 .sub-title p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }
  #highlight-report .goals p,
  #highlight-report .progress p,
  #highlight-report .steps p,
  #highlight-report .goals li,
  #highlight-report .progress li,
  #highlight-report .steps li {
    font-size: 14px;
    line-height: 19px;
  }
  #highlight-report .wrapper {
    padding: 0px;
  }
}
div.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
div.anchor2 {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* Contact Us */

#contact #contact-intro .margins {
  height: 210px;
}
#contact #contact-intro .margins h1 {
  margin-bottom: 0px;
  color: #006bb7;
}
#contact #contact-intro .margins p {
  color: #7da9d5;
}
#contact #contact-intro .margins .wrapper {
  margin: 0px 100px;
}
#contact #contact-intro .wrapper {
  position: relative;
  top: 50px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe9ac), to(#ffc424)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -moz-border-image: -moz-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -o-border-image: -o-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  border-image: linear-gradient(to bottom, #ffe9ac, #ffc424) 1 100%;
}
/* .contact-info {
    display:none;
}*/

#contact #form {
  overflow: auto;
  margin-bottom: 100px;
}
#contact #form .one-third p {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
}
#contact #form h4 {
  color: #006bb7;
  margin: 20px 0px;
}
#contact #form .two-third h4 {
  margin-top: 50px;
  text-align: left;
}
#contact #form .btn-margin {
  padding: 20px 0 5px 0;
}
#contact #form .divider {
  width: 100%;
  height: 1px;
  margin: 40px 0 30px 0;
  background-color: #e1ebf5;
}
#contact #form #FirstName,
#contact #form #City,
#contact #form #Country {
  width: 99%;
}
#contact #form #State {
  width: 98%;
}
#contact #form strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
}
#contact #form .ib {
  display: inline-block;
}
#contact #form .note {
  color: #717171;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px;
}
#contact #form .three .wrapper {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #7da9d5;
  margin: 20px 10px 10px 10px;
}
#contact #section1 {
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#contact #section1 .margins {
  margin: 50px 0px;
}
#contact #section1 h2 {
  margin-top: 50px;
}
@media (max-width: 1150px) {
  #contact #section1 h2 {
    margin-top: 0px;
  }
}
#contact #section2 {
  overflow: auto;
}
#contact #section2 .margins {
  margin: 100px 0px;
}
#contact #section2 .three,
#contact #section2 h2 {
  text-align: center;
}
#contact #section2 .three {
  margin-top: 70px;
}
#contact #section2 h4 {
  margin: 20px 0 15px 0;
}
#contact #section3 {
  overflow: auto;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#contact #section3 .margins {
  margin: 50px 0px;
}
#contact #section3 h2 {
  margin-top: 80px;
}
@media (max-width: 1150px) {
  #contact #section3 h2 {
    margin-top: 0px;
  }
}
#contact #section4 {
  overflow: auto;
}
#contact #section4 .margins {
  margin: 100px 0px;
}
#contact #section4 h2 {
  text-align: center;
}
@media (max-width: 1200px) {
  #contact .wrapper {
    padding: 0px 20px;
  }
}
@media (max-width: 1100px) {
  #contact #section2 .three {
    width: 100%;
  }
  #contact #section2 h2 {
    padding: 0px;
  }
}
@media (max-width: 1023px) {
  #contact .two-third,
  #contact .one-third {
    width: 100%;
    text-align: center;
  }
  #contact .one-third {
    margin-top: 20px;
  }
  #contact .two-third h4 {
    text-align: center;
  }
  #contact .contact-info .one-third {
    width: 33.3%;
    margin-top: 0px;
  }
  #contact .contact-info .two-third {
    width: 66.6%;
  }
  #contact label {
    text-align: left;
  }
  #contact #form .two-third h4 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #contact #section1 .two,
  #contact #section3 .two {
    width: 100%;
  }
  #contact #section1 .two img {
    margin-bottom: 40px;
  }
  #contact #section3 .two img {
    margin-top: 40px;
  }
}
@media (max-width: 630px) {
  #contact #form .three {
    width: 50%;
  }
  #contact #form .wrapper {
    padding: 0px;
  }
  #contact #contact-intro .margins .wrapper {
    margin: 0px;
  }
  #contact #contact-intro .margins {
    height: 165px;
  }
  .contact-info .two,
  #contact .contact-info .one-third,
  #contact .contact-info .two-third {
    width: 100%;
  }
  #contact #form #State {
    width: 99%;
  }
}
.rwd-table {
  min-width: 300px;
  border-radius: 5px;
}
.rwd-table padding {
  margin: 0px;
}
.rwd-table tr {
  border: 1px solid #e1ebf5;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
  /*&:first-child {
      padding-top: .5em;
    }
    &:last-child {
      padding-bottom: .5em;
    }*/

}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 9.5em;
  display: inline-block;
}
@media (min-width: 1080px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
@media (min-width: 1080px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}
.rwd-table {
  width: 99%;
}
.rwd-table th {
  background-color: #006bb7;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
}
.rwd-table p,
.rwd-table span {
  text-align: center;
  color: #717171;
  font-family: 'Fira Sans', sans-serif;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
}
.rwd-table th,
.rwd-table td {
  padding: 20px 10px;
}
.rwd-table tr:nth-child(odd) {
  background-color: #f2f6fb;
}
.rwd-table span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 0px;
}
.rwd-table div {
  position: relative;
  top: 5px;
  float: left;
}
@media (max-width: 1080px) {
  .rwd-table th,
  .rwd-table td,
  .rwd-table p,
  .rwd-table span {
    text-align: left;
  }
  .rwd-table td {
    padding: 0px 10px;
  }
  .rwd-table div {
    float: none;
    width: auto !important;
    top: 0px;
  }
}
/* Brand Logos */

#logos {
  text-align: center;
}
#logos .wrapper {
  padding: 0px 5px;
}
#logos .three-fourth {
  width: 68%;
}
#logos .four {
  margin-left: 7%;
}
#logos .two {
  width: 33%;
}
#logos .offset-right {
  margin-left: 16.5%;
}
#logos .offset-left {
  margin-right: 16.5%;
}
#logos .margins {
  margin: 50px 0px;
}
#logos .two,
#logos .three {
  margin-bottom: 30px;
}
#logos .four {
  text-align: right;
}
#logos .four .three {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #logos .four,
  #logos .three-fourth {
    width: 100%;
    text-align: center;
  }
  #logos .four {
    margin-left: 0;
  }
  #logos .four .three {
    width: 50%;
    text-align: center;
  }
  #logos .margins {
    margin: 50px 0px !important;
  }
  .bar-nav .margins {
    margin: 0 !important;
  }
  #logos .wrapper {
    padding: 0px;
  }
}
@media (max-width: 800px) {
  #body {
    margin-top: 115px;
  }
}
/* News */

#news #intro {
  background-image: url(/media/1421/newsroom-chickens.jpg);
}
#news #intro h1 {
  margin-bottom: 10px;
}
#news #intro h2 {
  color: white;
  font-weight: 300;
  font-size: 42px;
  line-height: 46px;
  padding-bottom: 15px;
}
#news #intro p {
  margin: 0px;
}
#news #intro .margins {
  height: 350px;
}
#news #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
#news #section1 {
  overflow: auto;
}
#news #section1 .margins {
  margin: 50px 0px;
}
#news #section1 .btn-margin {
  text-align: center;
}
#news #section1 h4 {
  margin: 0 0 35px 0;
}
#news #section2 {
  overflow: auto;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#news #section2 .margins {
  margin: 100px 0px;
}
#news #section2 h2 {
  color: #717171;
}
#news #section2 .three {
  text-align: center;
}
#news #section2 .three h3 {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 1150px) {
  #news #section2 .two {
    width: 100%;
  }
  #news #section2 .two .btn-margin {
    padding: 35px 0 50px 0;
  }
}
@media (max-width: 700px) {
  #news #section2 .three {
    width: 100%;
  }
}
@media (max-width: 950px) {
  #news #section1 .three {
    width: 100%;
  }
  #news .btn-margin {
    padding: 35px 0 70px 0;
  }
  #news .listing-margin {
    padding-right: 0px;
  }
}
.listing-margin {
  padding-right: 50px;
}
.breakline {
  clear: both;
  height: 1px;
  background-color: #e1ebf5;
  margin: 30px 0px;
  width: 100%;
}
#press-releases .feat {
  color: #006bb7;
  border-radius: 25px;
  border: 1px solid #006bb7;
  margin: 20px auto;
  max-width: 120px;
  font-size: 12px;
  line-height: 20px;
}
#press-releases .date {
  color: #7da9d5;
}
#statements .feat {
  color: #5ea43e;
  border-radius: 25px;
  border: 1px solid #5ea43e;
  margin: 20px auto;
  max-width: 120px;
  font-size: 12px;
  line-height: 20px;
}
#statements .date {
  color: #5ea43e;
}
#blog .feat {
  color: #ffc423;
  border-radius: 25px;
  border: 1px solid #ffc423;
  margin: 20px auto;
  max-width: 120px;
  font-size: 12px;
  line-height: 20px;
}
#blog .date {
  color: #ffc423;
}
.briefListing a {
  text-decoration: none;
}
.briefListing div {
  display: table-cell;
  vertical-align: top;
}
.briefListing .title {
  color: #717171;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.briefListing .date {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.briefListing img {
  width: 100%;
  max-width: 130px;
  margin-top: 8px;
}
.briefListing.first {
  text-align: center;
}
.briefListing.first div {
  display: block;
}
.briefListing.first .title {
  font-size: 22px;
  line-height: 32px;
}
.briefListing.first .date {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0px;
}
.briefListing.first .summary {
  color: #555555;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.briefListing.first img {
  max-width: 350px;
}
.media-alerts {
  background-color: #006bb7;
  padding: 10px 0px;
}
.media-alerts .fullwidth {
  max-width: 1295px;
  margin: 0 auto;
}
.media-alerts #media-for2,
.media-alerts #media-copy2,
.media-alerts #media-btns2 {
  display: inline-block;
}
.media-alerts #media-btns2 {
  float: right;
}
.media-alerts #media-btns2 .btn-margin {
  padding: 5px 0 5px 0;
}
.media-alerts #media-for2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
  padding-right: 10px;
  width: 225px;
}
.media-alerts #media-copy2 p {
  color: white;
  padding-right: 10px;
}
.media-alerts .btn-sm {
  font-size: 12px;
  line-height: 16px;
  border-radius: 20px;
  padding: 7px 30px 4px 30px;
}
@media (max-width: 975px) {
  .media-alerts #media-for2 {
    display: block;
  }
  .media-alerts #media-btns2 .btn-margin {
    margin: 0px !important;
  }
}
@media (max-width: 630px) {
  .media-alerts #media-btns2 {
    float: none;
  }
}
.media-inquiries {
  background-color: #e1ebf5;
  padding: 10px 0px;
}
.media-inquiries .fullwidth {
  max-width: 1295px;
  margin: 0 auto;
}
.media-inquiries #media-for,
.media-inquiries #media-copy,
.media-inquiries #media-btns {
  display: inline-block;
}
.media-inquiries #media-for {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #006bb7;
  padding-right: 10px;
  width: 225px;
}
.media-inquiries #media-copy {
  padding-right: 10px;
}
.media-inquiries .btn-sm {
  font-size: 12px;
  line-height: 16px;
  border-radius: 20px;
  padding: 7px 30px 4px 30px;
}
/* Article Listing */

#article-listing #intro {
  background-image: url(/media/1027/hero-combine.jpg);
}
#article-listing #intro p {
  max-width: 935px;
}
#article-listing #intro .margins {
  height: 350px;
}
#article-listing #intro .margins h1 {
  margin-bottom: 0px;
}
#article-listing #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
#article-listing .articles {
  margin-top: 30px;
}
#article-listing #year-filter {
  width: 100%;
  border-bottom: 1px solid #bed4ea;
}
#article-listing .year {
  margin: 15px 20px;
  display: inline-block;
}
#article-listing .year a {
  color: #ffc423;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
#article-listing .year a.active {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#article-listing .tabby {
  position: relative;
  top: 10px;
}
#article-listing .tabby ul {
  list-style: none;
  width: 430px;
  margin: 0 auto;
}
#article-listing .tabby ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 5px;
  margin: 10px 5px 0px 5px;
  background-color: #c7daed;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  width: 200px;
}
#article-listing .tabby ul li a {
  text-decoration: none;
  color: white;
}
#article-listing .tabby ul li.active {
  background-color: white !important;
  color: #ffc423 !important;
}
@media (max-width: 550px) {
  #article-listing .tabby ul {
    width: 250px;
  }
  #article-listing .tabby ul li {
    font-size: 17px;
    width: 110px;
  }
}
#article_wrapper {
  padding: 10px 0px;
}
.articles .three {
  text-align: center;
  padding-right: 60px;
}
.articles .btn-margin {
  padding: 0px;
}
.articles .btn-margin .btn,
.articles .btn-margin .btn-sm {
  font-size: 48px;
  line-height: 26px;
  border-radius: 11px;
  padding: 10px 12px 7px 12px;
}
.articles .category,
#article .category {
  border: 1px solid #ffc423;
  border-radius: 25px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 15px;
}
.articles .category p,
#article .category p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffc423;
  text-align: center;
}
.articles .title {
  padding: 10px 0px 5px 0px;
}
.articles .title a {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #555555;
  text-decoration: none;
}
.articles .date,
#article .date {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffc423;
  text-align: center;
}
#article {
  margin-bottom: 50px;
}
#article ul {
  list-style: inherit;
  margin-left: 20px;
}
#article li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#article li li {
  padding-left: 20px;
}
#article .caption {
  max-width: 540px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  padding-top: 10px;
}
#article .date {
  padding-bottom: 25px;
}
.articles .summary {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #555555;
}
.article-thumbnail {
  width: 100%;
  max-width: 350px;
  margin: 45px 0 20px 0;
}
.articles .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
#article #photo {
  background-color: #f2f6fb;
  padding: 20px 0px;
  text-align: center;
}
#article #photo img {
  width: 100%;
  max-width: 540px;
}
#article h3 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  color: #555555;
  text-decoration: none;
}
#article .story {
  /* border-bottom: 1px solid @rule-light-blue;*/
  margin-bottom: 30px;
}
#article .story div {
  font-size: 18px;
  line-height: 38px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  color: #555555;
  margin: 5px 0px;
  padding: 10px 0px;
}
#article .story div strong {
  font-weight: 700;
}
#article .story ul {
  list-style: inherit;
  margin-left: 20px;
}
#article .story li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#article .story li li {
  padding-left: 20px;
}
#article .story p {
  padding: 10px 0px;
}
#article .story p strong {
  font-weight: 700;
}
#article .tags {
  text-align: center;
  margin: 20px 0px;
}
#article .category {
  margin-top: 50px;
}
#article .tag {
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffc423;
  text-align: center;
  padding: 10px;
}
#article #related-articles {
  overflow: auto;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#article #related-articles .margins {
  margin: 50px 0px;
}
#article #related-articles .btn-margin {
  text-align: center;
}
#article #related-articles h2 {
  text-align: center;
}
#article #related-articles img {
  float: left;
}
#article #related-articles .three {
  margin-top: 45px;
}
#article #related-articles .three table {
  width: 100%;
}
#article #related-articles .three a {
  text-decoration: none;
}
#article #related-articles .three td {
  vertical-align: top;
}
#article #related-articles .three td img {
  width: 130px;
  padding-right: 10px;
}
#article #related-articles .three td .title {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  text-align: center;
}
#article #related-articles .three td .date {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffc423;
  text-align: left;
  text-align: center;
}
@media (max-width: 1020px) {
  .articles .three,
  #related-articles .three {
    width: 50%;
    padding-right: 30px;
  }
}
@media (max-width: 700px) {
  #article-listing .year {
    margin: 5px 20px;
  }
}
@media (max-width: 600px) {
  .articles .three,
  #related-articles .three {
    width: 100%;
    padding-right: 0px;
  }
}
/* Media Alerts */

#media-alerts #intro {
  background-image: url(/media/1741/media-alerts-hero.jpg);
}
#media-alerts #intro .margins {
  height: 350px;
}
#media-alerts #intro h1 {
  margin-bottom: 0px;
}
#media-alerts #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
#media-alerts #form {
  overflow: auto;
}
#media-alerts #form .margins {
  margin: 100px 0px;
}
#media-alerts #form h2 {
  font-size: 30px;
  line-height: 35px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
#media-alerts #form p {
  padding: 15px 0px;
  font-size: 14px;
  line-height: 21px;
}
#media-alerts #form #FirstName {
  width: 99%;
  float: left;
}
#media-alerts #form label {
  text-align: left;
}
@media (max-width: 430px) {
  #media-alerts #form .two {
    width: 100%;
  }
}
/* Media Alerts Unsubscribe */

#media-alerts-unsubscribe #intro {
  background-image: url(/media/1741/media-alerts-hero.jpg);
}
#media-alerts-unsubscribe #intro .margins {
  height: 350px;
}
#media-alerts-unsubscribe #intro h1 {
  margin-bottom: 0px;
}
#media-alerts-unsubscribe #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
#media-alerts-unsubscribe #form {
  overflow: auto;
  text-align: center;
}
#media-alerts-unsubscribe #form .margins {
  margin: 100px 0px;
}
#media-alerts-unsubscribe #form h2 {
  font-size: 30px;
  line-height: 35px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
#media-alerts-unsubscribe #form input {
  max-width: 800px;
  margin: 20px 0px 30px 0px;
}
/* Resources */

#resources #intro {
  background-image: url(/media/1507/image-collage-hero.jpg);
}
#resources #intro h1 {
  margin-bottom: 10px;
}
#resources #intro p {
  margin: 0px;
}
#resources #intro .margins {
  height: 350px;
}
#resources #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
#resources .icons {
  text-align: center;
}
#resources .icons img {
  top: 35px;
  position: relative;
}
#resources #section1 {
  overflow: auto;
  text-align: center;
}
#resources #section1 .margins {
  margin: 100px 0px;
}
#resources #section2 {
  overflow: auto;
  text-align: left;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#resources #section2 .margins {
  margin: 100px 0px;
}
#resources #section2 h2 {
  color: #5ea43e;
}
#resources #section2 .image-cropper {
  margin: 0 auto;
}
#resources #section3 {
  overflow: auto;
}
#resources #section3 .margins {
  margin: 100px 0px;
}
#resources #section3 h2 {
  color: #717171;
}
#resources #section3 .three {
  text-align: center;
}
#resources #section3 .three h3 {
  font-size: 22px;
  line-height: 26px;
}
#resources #section4 {
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#resources #section4 .margins {
  margin: 100px 0px;
}
@media (max-width: 1020px) {
  #resources .one-third,
  #resources .desktop {
    display: none;
  }
  #resources .two-third,
  #resources .two {
    width: 100%;
  }
}
/* Assets */

#assets #intro {
  background-image: url(/media/1507/image-collage-hero.jpg);
}
#assets #intro .margins {
  height: 350px;
}
#assets #intro .margins h1 {
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 55px;
}
#assets #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
#assets #content {
  text-align: center;
}
#assets #content .asset-buttons {
  display: inline-block;
}
#assets #content .row {
  margin: 0px auto;
  max-width: 1200px;
}
#assets #content .margins {
  margin: 50px 0px;
  overflow: inherit;
}
#assets #content .three {
  max-width: 320px;
  margin: 0 auto;
}
#assets #content .wrapper {
  margin: 15px;
  padding: 10px;
  border: 1px solid #7da9d5;
  border-radius: 5px;
}
#assets #content .asset-thumbnail {
  width: 100%;
  max-width: 300px;
}
#assets #content a {
  text-decoration: none;
  cursor: pointer;
}
#assets #content .asset-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 30px 15px 20px 15px;
}
#assets #content h2 {
  text-align: center;
  width: 100%;
}
#assets #content .filters {
  float: left;
  position: relative;
  width: 240px;
}
#assets #content .filters .filter-spacing {
  padding-right: 20px;
}
#assets #content .filters .filter-toggle {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #006bb7;
  margin-bottom: 20px;
  cursor: pointer;
}
#assets #content .filters .filter-toggle:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fdc33a;
  right: 25px;
  top: 25px;
}
#assets #content .filters .filterclosed:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fdc33a;
  border-top: none;
}
#assets #content .filters #filters-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #7da9d5;
  text-align: center;
  margin: 10px 0px;
}
#assets #content .filters #types,
#assets #content .filters #categories {
  margin: 10px 0px;
  text-align: left;
  border: 1px solid #bed4ea;
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
  position: relative;
  /* Customize the label (the container) */

  /* Hide the browser's default checkbox */

  /* Create a custom checkbox */

  /* On mouse-over, add a grey background color */

  /* When the checkbox is checked, add a blue background */

  /* Create the checkmark/indicator (hidden when not checked) */

  /* Show the checkmark when checked */

  /* Style the checkmark/indicator */

}
#assets #content .filters #types input,
#assets #content .filters #categories input,
#assets #content .filters #types label,
#assets #content .filters #categories label {
  display: inline;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #7da9d5;
}
#assets #content .filters #types .container,
#assets #content .filters #categories .container {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#assets #content .filters #types .container input,
#assets #content .filters #categories .container input {
  position: absolute;
  opacity: 0;
  width: auto;
  height: auto;
}
#assets #content .filters #types .checkmark,
#assets #content .filters #categories .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 2px solid #7da9d5;
  border-radius: 2px;
}
#assets #content .filters #types .container input:checked ~ .checkmark,
#assets #content .filters #categories .container input:checked ~ .checkmark {
  background-color: #78b52f;
  border: none;
}
#assets #content .filters #types .checkmark:after,
#assets #content .filters #categories .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#assets #content .filters #types .container input:checked ~ .checkmark:after,
#assets #content .filters #categories .container input:checked ~ .checkmark:after {
  display: block;
}
#assets #content .filters #types .container .checkmark:after,
#assets #content .filters #categories .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#assets #content #assetListing {
  float: left;
  position: relative;
  width: calc(100% - 240px);
  padding-top: 23px;
}
.dimUpdate {
  opacity: 0.3;
}
@media (max-width: 1000px) {
  #assets #content .three {
    width: 50%;
  }
}
@media (max-width: 750px) {
  #assets #content .three {
    max-width: none;
  }
  #assets #content .filters {
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #bed4ea;
  }
  #assets #content .filters .filter-spacing {
    padding: 0px;
  }
  #assets #content .filters #types,
  #assets #content .filters #categories {
    width: calc(50% - 30px);
    margin: 0px 15px;
    float: left;
    position: relative;
  }
  #assets #content .filters #filters-label {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0 20px 0px;
  }
  #assets #content #assetListing {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #assets #content .filters #types,
  #assets #content .filters #categories {
    width: calc(100% - 30px);
    margin: 0px 15px 15px 15px;
  }
  #assets #content .three {
    width: 100%;
  }
}
/* Fact Sheets */

#fact-sheets .three .wrapper {
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #7da9d5;
  margin: 20px 10px 10px 10px;
  background-color: white;
}
#fact-sheets #intro {
  background-image: url(/media/1507/image-collage-hero.jpg);
}
#fact-sheets #intro h1 {
  margin-bottom: 10px;
}
#fact-sheets #intro p {
  margin: 0px;
}
#fact-sheets #intro .margins {
  height: 350px;
}
#fact-sheets #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
#fact-sheets #section1 {
  overflow: auto;
  text-align: center;
}
#fact-sheets #section1 .margins {
  margin: 50px 0px;
}
#fact-sheets #section1 .wrapper {
  overflow: hidden;
}
#fact-sheets #section2 {
  overflow: auto;
  text-align: center;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#fact-sheets #section2 .margins {
  margin: 100px 0px;
}
#fact-sheets #section2 h2 {
  color: #717171;
}
#fact-sheets #section2 .three {
  text-align: center;
}
#fact-sheets #section2 .three h3 {
  font-size: 22px;
  line-height: 26px;
}
#fact-sheets #section2 .wrapper {
  overflow: hidden;
}
#fact-sheets #section3 {
  overflow: auto;
  text-align: center;
}
#fact-sheets #section3 .margins {
  margin: 100px 0px;
}
#fact-sheets #section3 .two img {
  margin-top: 30px;
}
#fact-sheets #section3 .wrapper {
  overflow: hidden;
}
#fact-sheets #section4 {
  overflow: auto;
  text-align: center;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#fact-sheets #section4 .margins {
  margin: 100px 0px;
}
#fact-sheets #section4 .two img {
  margin-top: 30px;
}
@media (max-width: 640px) {
  #fact-sheets .three {
    width: 50%;
  }
  #fact-sheets .two {
    width: 100%;
  }
}
/* Leadership */

#leadership #intro {
  background-image: url(/media/1537/leadership-jim.jpg);
}
#leadership #intro h1 {
  margin-bottom: 10px;
}
#leadership #intro p {
  margin: 0px;
}
#leadership #intro .margins {
  height: 350px;
}
#leadership #intro .wrapper {
  position: relative;
  top: 100px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
#leadership #content {
  text-align: center;
}
#leadership #content .wide-wrapper {
  padding: 0px 100px;
  overflow: hidden;
}
#leadership #content .margins {
  margin: 50px 0px;
}
#leadership #content .name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #006bb7;
  margin-top: 12px;
}
#leadership #content .job {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #7da9d5;
}
#leadership #content a {
  text-decoration: none;
}
#leadership #content .three .wrapper {
  padding: 0px 10px 40px 10px;
}
#leadership #content .image-cropper {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #leadership #content .wide-wrapper {
    padding: 0px 50px;
  }
}
@media (max-width: 900px) {
  #leadership #content .wide-wrapper {
    padding: 0px 25px;
  }
  #leadership #content .three {
    width: 50%;
  }
  #leadership #intro {
    background-position: top left;
  }
}
@media (max-width: 600px) {
  #leadership #content .three {
    width: 100%;
  }
}
/* bio */

#bio #content {
  text-align: center;
}
#bio #content .wide-wrapper {
  padding: 0px 100px;
}
#bio #content .margins {
  margin: 50px 0px;
}
#bio #content .name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #006bb7;
  margin-top: 12px;
}
#bio #content .job {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #7da9d5;
}
#bio #content .leading {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
}
#bio #content .image-cropper {
  margin: 0 auto;
  width: 265px;
  height: 265px;
}
@media (max-width: 768px) {
  #bio #content .wide-wrapper {
    padding: 0px 25px;
  }
}
/* Farm Partners */

#farm-partners #intro {
  background-image: url(/images/heros/farm-partners.jpg);
}
#farm-partners #intro .margins {
  height: 350px;
}
#farm-partners #intro .margins h1 {
  margin-bottom: 0px;
}
#farm-partners #intro .wrapper {
  position: relative;
  top: 125px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#farm-partners #section1 h2 {
  text-align: center;
  margin: 0 auto;
}
#farm-partners #section1 p {
  text-align: center;
}
#farm-partners #section1 .margins {
  margin: 100px 0px;
}
#farm-partners #section1 .wrapper {
  overflow: hidden;
}
#farm-partners #section2 {
  overflow: auto;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#farm-partners #section2 .margins {
  margin: 100px 0px;
}
#farm-partners #section2 .cta-copy {
  margin: 0px auto;
  color: #5ea43e;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding: 30px 0px;
  max-width: 235px;
}
#farm-partners #section2 .btn img {
  padding-left: 5px;
}
#farm-partners #section2 .row {
  overflow: hidden;
  text-align: center;
}
@media (max-width: 900px) {
  #farm-partners #section2 .three {
    width: 100%;
    padding-bottom: 30px;
  }
}
/* Become a Farmer */

#become-farmer #intro {
  background-image: url(/images/heros/become-farmer.jpg);
}
#become-farmer #intro .margins {
  height: 350px;
}
#become-farmer #intro .margins h1 {
  margin-bottom: 0px;
}
#become-farmer #intro .wrapper {
  position: relative;
  top: 105px;
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
#become-farmer h2 {
  font-size: 36px;
  line-height: 42px;
  color: #006bb7;
}
#become-farmer h3 {
  font-size: 20px;
  line-height: 24px;
  color: #006bb7;
}
#become-farmer h4 {
  font-size: 24px;
  line-height: 28px;
  color: #006bb7;
}
#become-farmer ul {
  list-style: inherit;
  margin-left: 20px;
  text-align: left;
}
#become-farmer li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#become-farmer li li {
  padding-left: 20px;
}
#become-farmer #section1 h2 {
  text-align: center;
  margin: 0 auto;
}
#become-farmer #section1 p {
  text-align: center;
}
#become-farmer #section1 .margins {
  margin: 100px 0px;
}
#become-farmer #section1 .wrapper {
  overflow: hidden;
}
#become-farmer #section1 .btn-sm img {
  padding-left: 5px;
}
#become-farmer #section1 #poultryExpectations {
  display: none;
  padding-bottom: 15px;
  max-width: 950px;
  margin: 0 auto;
}
#become-farmer #section2 {
  overflow: auto;
  text-align: center;
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */
}
#become-farmer #section2 .margins {
  margin: 100px 0px;
}
#become-farmer #section2 .wrapper {
  overflow: hidden;
}
#become-farmer #section2 ul {
  max-width: 715px;
  margin: 0 auto;
  position: relative;
  left: 15px;
}
#become-farmer #section2 #trust,
#become-farmer #section2 #stability,
#become-farmer #section2 #houses {
  display: none;
  padding-bottom: 15px;
}
#become-farmer #section2 .btn-sm img {
  padding-left: 5px;
}
#become-farmer #section3 {
  overflow: auto;
  text-align: center;
}
#become-farmer #section3 .margins {
  margin: 100px 0px;
}
#become-farmer #section3 .wrapper {
  overflow: hidden;
}
#become-farmer #section3 .three img {
  padding-top: 20px;
}
#become-farmer #section3 .image-label {
  font-weight: 700;
  line-height: 26px;
  padding: 15px 0px;
}
#become-farmer #section3 ul {
  margin-right: 40px;
  position: relative;
  left: 50px;
}
#become-farmer #section4 {
  overflow: auto;
  background: #f7fafc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #dee9f4, #f7fafc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #dee9f4, #f7fafc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #dee9f4, #f7fafc);
  /* Standard syntax */
}
#become-farmer #section4 .margins {
  margin: 100px 0px;
}
#become-farmer #section4 .cta-copy {
  margin: 0px auto;
  color: #5ea43e;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding: 30px 0px;
  max-width: 235px;
}
#become-farmer #section4 .btn img {
  padding-left: 5px;
}
#become-farmer #section4 .row {
  overflow: hidden;
  text-align: center;
}
@media (max-width: 900px) {
  #become-farmer .three {
    width: 100%;
    padding-bottom: 30px;
  }
  #become-farmer #section3 .wrapper .wrapper {
    padding: 0px;
  }
  #become-farmer #section3 ul {
    margin-right: 10px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  #become-farmer h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 600px) {
  #become-farmer #section3 .two {
    width: 100%;
  }
  #become-farmer #section3 ul {
    margin-right: 0px;
    left: auto;
  }
}
/*Site-wide Responsive*/

@media (max-width: 768px) {
  .margins {
    margin: 40px 0px !important;
  }
  .wrapper {
    padding: 0px 25px;
  }
  h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  h2,
  h2.green,
  h2.yellow,
  #news #intro h2 {
    font-size: 26px !important;
    line-height: 32px !important;
    padding-bottom: 20px;
  }
  h2 sup {
    font-size: 20px !important;
    top: -7px !important;
  }
  h3 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  #intro p {
    font-size: 18px;
    line-height: 25px;
  }
  p,
  li {
    font-size: 16px;
    line-height: 30px;
  }
  .btn {
    font-size: 18px;
    line-height: 22px;
  }
  .btn-sm {
    font-size: 12px;
    line-height: 16px;
  }
  #intro {
    background-size: auto 200px !important;
  }
  #intro .fullwidth {
    width: 100%;
    padding-top: 200px;
  }
  #intro .margins {
    height: auto !important;
    padding: 30px 0px;
    margin: 0 !important;
    background: #3e8ac6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #3e8ac6, #006bb7);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #3e8ac6, #006bb7);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #3e8ac6, #006bb7);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #3e8ac6, #006bb7);
    /* Standard syntax */
  }
  #intro .wrapper {
    border: none !important;
    top: 0px !important;
  }
  #intro .wrapper h1 {
    text-align: center;
  }
  #intro .wrapper h2 {
    text-align: center;
  }
  #intro .wrapper p {
    text-align: center;
    margin: 5px 0px !important;
    color: #bed4ea;
    padding-top: 15px !important;
  }
  #agriculture #intro,
  #environment #intro {
    background-position: top left;
  }
  #responsibility #intro,
  #company #intro {
    background-position: top right;
  }
  #template #intro .margins h1 {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .news .wrapper {
    padding: 0px !important;
  }
}
@media (max-width: 450px) {
  .btn,
  .sm-btn {
    white-space: normal;
  }
}
