@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500i,700|Poppins:300,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,600i,800,800i&display=swap');
/* 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,
a 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;
}
sub {
  position: relative;
  top: 2px;
  font-size: 10px;
}
/* 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;
  letter-spacing: normal;
}
/* 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: 143px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.style-as-h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 40px;
  line-height: 125%;
  padding-bottom: 50px;
}
.style-as-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;
}
.style-as-h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  padding: 0px;
  margin: 36px 0 15px 0;
}
.style-as-h5 {
  font-size: 20px;
  line-height: 38px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  color: #5ea43e;
  margin: 5px 0px;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 1px solid black !important;
}
.lity-close:focus {
  outline: 1px solid white !important;
}
button {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
/* 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: #006bb7;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #006bb7;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #006bb7;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #006bb7;
}
.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;
}
.scrolldown {
  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;
  transform: rotate(180deg);
}
.play-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-overlay::before {
  content: "";
  background: url(/images/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  padding: 20px;
  max-height: 120px;
}
/*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,
input:focus,
textarea:focus,
select:focus {
  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: #006bb7;
}
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: #006bb7;
  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 ul#footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 670px) {
  #footer ul#footer-social {
    margin: 20px 0;
  }
}
#footer ul#footer-social li {
  margin: 0 10px;
}
#footer a#footer-logo img {
  width: 280px;
  height: 150px;
  margin: 0px 0px 0px 0px;
  outline: none;
  border: 0px;
  text-decoration: none;
}
#footer #footer-nav {
  width: 100%;
  margin: 10px 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 {
  margin-bottom: 35px !important;
}
#footer #secondary-links,
#footer #secondary-links2 {
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer #secondary-links a,
#footer #secondary-links2 a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 12px;
  color: white;
  display: block;
  text-decoration: none;
  font-weight: 700;
  margin: 0px 15px;
}
#footer #secondary-links a:hover,
#footer #secondary-links2 a:hover {
  text-decoration: underline;
}
#footer #secondary-links a.facebook,
#footer #secondary-links2 a.facebook {
  background-image: url(/images/navigation/facebook.svg);
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 20px;
  padding: 5px 0 0 27px;
}
#footer #secondary-links a.twitter,
#footer #secondary-links2 a.twitter {
  background-image: url(/images/navigation/twitter.svg);
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 20px;
  padding: 5px 0 0 27px;
}
#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: white;
}
@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#footer-logo img {
    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 {
    display: none;
  }
  #footer #secondary-links2 {
    flex-wrap: no-wrap;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  #footer #secondary-links2 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 !important;
  font-size: 42px;
  line-height: 48px;
  padding-bottom: 5px;
}
h2 sup {
  font-size: 32px;
  position: relative;
  top: -6px;
}
h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 41px;
  color: #555555 !important;
  line-height: 46px;
  padding: 0px;
  margin: 36px 0 20px 0;
  text-align: center;
  color: #555555;
}
h3.lightBlue,
h3.lblue {
  color: #555555;
}
h3.bright-blue {
  color: #555555;
}
h3.blue {
  color: #555555;
}
h3.green {
  color: #555555;
}
h3.yellow {
  color: #555555;
}
h3.brown {
  color: #555555;
}
h3.gray {
  color: #555555;
}
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;
  color: #555555;
}
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;
}
#resp-food #section1 .five .wrapper {
  padding: 0 0px !important;
}
.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: 48%;
  float: left;
  padding-right: 2%;
}
.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;
}
.sixty {
  width: 60%;
  float: left;
}
.fourty {
  width: 40%;
  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;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #006bb7;
}
.circle-large {
  width: 220px;
  height: 220px;
}
.image-cropper {
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.image-cropper.center {
  text-align: center;
  margin: 0 auto;
}
.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-med {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.image-cropper-med 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.btn-arrow,
.btn-sm.btn-arrow {
  position: relative;
  padding-left: 30px;
}
.btn.btn-arrow::after,
.btn-sm.btn-arrow::after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  right: 23px;
  top: 12px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}
.btn.btn-arrow.open::after,
.btn-sm.btn-arrow.open::after {
  top: 17px;
  transform: rotate(225deg);
}
.btn:hover,
.btn-sm:hover {
  background-color: #023a70 !important;
  box-shadow: 0 3px 0 0 #023a70 !important;
}
.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-bright-blue {
  background-color: #006bb7;
}
.btn-brightn-blue:hover,
.btn-bright-blue:focus,
.btn-bright-blue:active,
.btn-bright-blue.active,
.open .dropdown-toggle.btn-bright-blue {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
}
.btn-bright-blue.raised {
  box-shadow: 0 3px 0 0 #006bb7;
}
.btn-bright-blue.raised:active,
.btn-bright-blue.raised.active {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-green {
  background-color: #006bb7;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
}
.btn-green.raised {
  box-shadow: 0 3px 0 0 #006bb7;
}
.btn-green.raised:active,
.btn-green.raised.active {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-yellow {
  background-color: #006bb7;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
}
.btn-yellow.raised {
  box-shadow: 0 3px 0 0 #006bb7;
}
.btn-yellow.raised:active,
.btn-yellow.raised.active {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-brown {
  background-color: #006bb7;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
}
.btn-brown.raised {
  box-shadow: 0 3px 0 0 #006bb7;
}
.btn-brown.raised:active,
.btn-brown.raised.active {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-light-blue {
  background-color: #006bb7;
}
.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: #006bb7;
  opacity: 0.8;
}
.btn-light-blue.raised {
  box-shadow: 0 3px 0 0 #006bb7;
}
.btn-light-blue.raised:active,
.btn-light-blue.raised.active {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
  box-shadow: none;
  margin-bottom: -3px;
  margin-top: 3px;
}
.btn-gray {
  background-color: #006bb7;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: white;
  background-color: #006bb7;
  opacity: 0.8;
}
.btn-gray.raised {
  box-shadow: 0 3px 0 0 #006bb7;
}
.btn-gray.raised:active,
.btn-gray.raised.active {
  color: white;
  background-color: #006bb7;
  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 h2 {
  margin: 0px 0 20px 0;
  text-align: left;
  color: #555555;
}
#search #content h3 {
  text-align: left;
}
#search #content h3 a {
  color: #006bb7;
  text-decoration: none;
  text-align: left;
}
#search #content p {
  margin-bottom: 25px;
}
.learn-more-links {
  text-align: center;
}
.learn-more-links .wrapper {
  padding: 0px 10px;
}
.learn-more-links .title {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.learn-more-links .date {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  margin: 20px 0px;
}
@media (max-width: 1024px) {
  .learn-more-links .four {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .learn-more-links .three {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .learn-more-links .four {
    width: 100%;
    padding-bottom: 35px;
  }
}
/* Generic Template */

#template .accordion .ui-accordion-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: flex;
  color: #006bb7;
  align-items: baseline;
  border: 0;
  background-color: white;
  font-size: 30px;
  text-decoration: none;
  text-align: left !important;
  display: block;
}
#template .accordion .ui-accordion-header em {
  font-style: italic;
}
#template .accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
#template .accordion .ui-accordion-header .icon {
  background: url(/images/covid-resources/blue_down_arrow.png);
  background-repeat: no-repeat;
  max-width: 9px;
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
}
#template .accordion .ui-accordion-header.ui-state-active {
  color: #013a70 !important;
}
#template .accordion .ui-accordion-header.ui-state-active .icon {
  background: url(/images/covid-resources/blue_arrow_up.png);
  background-repeat: no-repeat;
}
#template .accordion .ui-accordion-content {
  border: 0;
}
#template .accordion .ui-accordion-content li,
#template .accordion .ui-accordion-content p {
  font-family: 'Fira Sans', sans-serif;
}
#template .accordion .ui-accordion-content li {
  line-height: 38px;
  margin-bottom: 10px;
  list-style: disc;
}
#template .accordion .ui-accordion-content a {
  color: #006bb7;
}
#template #intro .margins {
  height: 350px;
}
#template #intro .margins h1 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 48px;
  line-height: 56px;
}
#template #intro .wrapper {
  position: relative;
  top: 145px;
}
#template #content h2 {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
#template #content h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
  color: #ffc423;
  margin: 20px 0 35px 0;
}
#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%;
  }
}
#template-no-hero .margins {
  margin: 50px 0px;
}
#template-no-hero h1 {
  color: #006bb7;
}
#template-no-hero h2 {
  text-align: center;
}
#template-no-hero h4 {
  text-align: left;
  margin: 10px 0 5px 0;
}
/*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%;
  max-height: 600px;
}
#home #section1 .fullwidth .margins .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 15px 0;
}
#home #section1 .fullwidth .margins .wrapper img {
  max-width: 500px;
  width: 100%;
}
#home #section1 .fullwidth .margins .wrapper h2 {
  max-width: 850px;
}
#home #section1 .fullwidth .margins .wrapper .title h3 {
  padding: 20px 0 20px 0;
  font-size: 33px;
  margin: 0;
}
#home #section1 .fullwidth .margins .wrapper .cta {
  margin-top: 40px;
}
#home #intro {
  width: 100%;
  max-height: 100%;
}
#home #intro .table {
  display: table;
  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 */
  width: calc(100% - 1280px);
  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 {
    width: calc(100% - 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 {
    width: calc(100% - 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: -75px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 0 !important;
}
#home #scroll button {
  background-color: transparent;
  border: none;
}
#home #scroll button:focus {
  outline: 1px solid black !important;
}
#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;
}
#tabs .ui-tabs-nav .ui-state-default a {
  color: #006bb7;
}
#tabs .ui-tabs-nav .ui-state-active a {
  color: white;
}
#tabs .btn {
  color: white;
}
#home .icons p {
  color: #555555;
}
#home .icons div:nth-of-type(1) p {
  margin-bottom: 15px;
}
#home .icons div:nth-of-type(2) p {
  margin-bottom: 15px;
}
#home .icons div:nth-of-type(3) p {
  margin: 5px 0 0 0;
}
#home .icons div:nth-of-type(4) p {
  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 */
  position: relative;
}
#qsr #section2 .margins {
  margin: 100px 0px;
}
#qsr #section3 {
  overflow: auto;
  text-align: center;
  position: relative;
}
#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: 50px 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 {
  padding: 50px 0px 30px 0px;
  overflow: auto;
  max-width: 900px;
  margin: 0 auto;
}
#benefits #section1 .four {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 35px;
}
#benefits #section1 .four p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  padding-top: 15px;
  max-width: 200px;
  margin: 0 auto;
}
#benefits #section1 .four p.lblue {
  color: #7da9d5;
}
#benefits #section1 .four p.bright-blue {
  color: #40b5e6;
}
#benefits #section1 .four p.blue {
  color: #006bb7;
}
#benefits #section1 .four p.green {
  color: #5ea43e;
}
#benefits #section1 .four p.brown {
  color: #6c520b;
}
#benefits #section1 .four p.yellow {
  color: #ffc423;
}
#benefits #section1 .four p.gray {
  color: #717171;
}
#benefits #section1 .block {
  display: inline-block;
}
#benefits #section1 .block :first-of-type {
  margin-right: 10px;
}
#benefits #section1 .block :last-of-type {
  margin-left: 10px;
}
@media (max-width: 650px) {
  #benefits #section1 .four {
    width: 33.3%;
  }
  #benefits #section1 .block {
    padding: 0px;
    display: block;
  }
  #employers .row .three,
  #benefits #section1 .three {
    width: 100%;
    margin-bottom: 25px;
  }
  #employers .row,
  #benefits #section1 .row {
    margin: 40px 0px 30px 0px;
  }
}
@media (max-width: 500px) {
  #benefits #section1 .four {
    width: 50%;
  }
}
@media (max-width: 400px) {
  #benefits #section1 .four {
    width: 100%;
  }
}
/* Healthworks */

#healthworks #intro {
  background-image: url(/media/1728/health-hero.jpg);
  background-position: top right;
}
#healthworks #intro p {
  text-align: left;
}
#healthworks #intro .margins {
  height: 350px;
}
#healthworks #intro .margins h1 {
  margin-bottom: 0px;
}
#healthworks #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%;
}
#healthworks h2 {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 20px;
}
#healthworks h3 {
  font-size: 30px;
  line-height: 34px;
}
#healthworks p {
  text-align: center;
}
#healthworks .row {
  clear: both;
}
#healthworks .anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
#healthworks #section1 {
  text-align: center;
}
#healthworks #section1 .margins {
  margin: 100px 0px;
}
#healthworks #section1 .block {
  display: inline-block;
  margin-left: 10px;
}
#healthworks #section1 .block :last-of-type {
  margin-left: 0px;
}
#healthworks #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;
}
#healthworks #section2 .margins {
  margin: 50px 0px;
}
#healthworks #section2 .two p {
  max-width: 350px;
  margin: 0 auto;
}
#healthworks #section3 h2:first-of-type {
  padding-bottom: 5px;
}
#healthworks #section3 h3 {
  margin: 0px 0 20px 0;
}
#healthworks #section3 p {
  margin-bottom: 20px;
}
#healthworks #section3 .wrapper .wrapper {
  padding: 0px 20px;
  text-align: center;
}
#healthworks #section3 .margins {
  margin: 100px 0px;
}
#healthworks #section3 .line-break {
  width: 100%;
  border-bottom: 1px solid #e1ebf5;
  padding-top: 35px;
  margin-bottom: 45px;
}
#healthworks #section3 .row {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#healthworks #section3 .three {
  margin-bottom: 30px;
}
#healthworks #section3 .three p {
  line-height: 25px;
}
#healthworks #section3 .three img {
  margin-bottom: 20px;
}
#healthworks #section3 .three ul {
  position: relative;
  left: 80px;
}
#healthworks #section3 ul {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #40b5e6;
  list-style: disc;
}
#healthworks #section3 ul li {
  margin-bottom: 12px;
}
#healthworks #section3 ul span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
#healthworks #section3 ul#ul-list {
  list-style: disc;
  text-align: center;
  margin: 0 auto;
  width: 945px;
}
#healthworks #section3 ul#ul-list li {
  position: relative;
  float: left;
  padding-right: 55px;
}
#healthworks #section3 #offers3 h3 {
  margin: 0px !important;
}
#healthworks #section3 #offers3 h4 {
  margin: 0px 0 15px 0 !important;
}
#healthworks #section3 #offers3 ul {
  max-width: 670px;
  margin: 0 auto;
  line-height: 22px;
}
#healthworks #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;
}
#healthworks #section4 .margins {
  margin: 50px 0px;
}
#healthworks #section4 .four .wrapper {
  padding: 20px;
  margin: 10px;
  background-color: white;
  border: 1px solid #e1ebf5;
  border-radius: 5px;
}
#healthworks #section4 .city {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #006bb7;
  margin-bottom: 10px;
}
#healthworks #section4 .description {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #40b5e6;
  margin-bottom: 15px;
}
#healthworks #section4 .phone {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #78b52f;
  margin-bottom: 15px;
}
#healthworks #section4 .address {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #006bb7;
  margin: 0 0 20px 20px;
  text-align: left;
  background-image: url(/images/careers/pin.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}
#healthworks #section4 .btn-margin {
  text-align: center;
  padding: 0px;
}
#healthworks #section5 .margins {
  margin: 100px 0px;
}
#healthworks #section5 p {
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  #healthworks #section4 .four {
    width: 33.3%;
  }
  #healthworks #section4 .address {
    margin: 0 0 20px 0px;
    min-height: 30px;
  }
}
@media (max-width: 950px) {
  #healthworks #section3 .three {
    width: 50%;
  }
  #healthworks #section3 #offers .three {
    margin-bottom: 0px;
  }
  #healthworks #section3 ul#ul-list {
    width: 350px;
    text-align: left;
    position: relative;
    left: 50px;
  }
  #healthworks #section3 ul#ul-list li {
    float: none;
    padding: 0px;
  }
  #healthworks #section4 .four {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #healthworks #intro .wrapper p {
    text-align: center;
  }
  #healthworks #section3 li {
    line-height: 22px;
  }
  #healthworks #section3 .three ul {
    left: 20px;
  }
}
@media (max-width: 650px) {
  #healthworks #section2 .two {
    width: 100%;
    margin-bottom: 35px;
  }
  #healthworks #section4 .four {
    width: 100%;
  }
  #healthworks #section4 .four p {
    text-align: left;
  }
  #healthworks #section4 .four .wrapper {
    padding: 10px;
    margin: 10px 0px;
  }
}
@media (max-width: 500px) {
  #healthworks #section3 .three {
    width: 100%;
    margin-bottom: 0px;
  }
  #healthworks #section3 .three ul {
    width: 100%;
    left: 20px;
  }
  #healthworks #section3 ul#ul-list {
    width: 100%;
    left: auto;
  }
}
/* 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 #section1 .btn-sm img {
  position: relative;
  top: 3px;
  padding-left: 5px;
  margin: auto !important;
}
#vision #section1 .reveal {
  padding-bottom: 25px;
  border-bottom: 1px solid #e1ebf5;
}
#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/2787/resources-hero-collage-new.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 em {
  font-style: italic;
}
#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;
}
/* International Products */

#international-products button {
  background-color: transparent;
  box-shadow: none;
}
#international-products #intro {
  background-image: url(/media/1731/international-hero.jpg);
  background-position: top left;
}
#international-products #intro .margins {
  height: 350px;
}
#international-products #intro .margins h1 {
  margin-bottom: 0px;
}
#international-products #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%;
}
#international-products #section1 h2 {
  font-size: 30px;
  line-height: 24px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}
#international-products #section1 p {
  text-align: center;
}
#international-products #section1 .margins {
  margin: 50px 0px;
}
#international-products #section1 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}
#international-products #section1 li {
  padding-left: 20px;
}
#international-products #section1 .two:first-child {
  text-align: right;
}
#international-products #section1 .two:first-child img {
  padding: 0 35px 15px 0;
}
#international-products #section2-search {
  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 */
}
#international-products #section2-search .margins {
  margin: 50px 0 15px 0 !important;
}
#international-products #section2-search #search-submit-int {
  background: url(/images/navigation/search-button.png) center center no-repeat;
  width: 40px;
  height: 40px;
  position: relative;
  top: -62px;
  left: -4px;
  cursor: pointer;
  float: right;
}
#international-products #section2,
#product-search #section2 {
  text-align: center;
}
#international-products #section2 #tabs,
#product-search #section2 #tabs {
  border: 0;
  background-color: transparent;
}
#international-products #section2 #tabs .ui-tabs-nav,
#product-search #section2 #tabs .ui-tabs-nav {
  background: none;
  border: 0;
  display: flex;
  justify-content: center;
}
#international-products #section2 #grad-bg,
#product-search #section2 #grad-bg {
  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 */
  width: 100%;
  height: 43px;
  position: absolute;
}
#international-products #section2 .margins,
#product-search #section2 .margins {
  margin: 0 0 50px 0;
}
#international-products #section2 .ui-tabs .ui-tabs-nav .ui-tabs-tab,
#product-search #section2 .ui-tabs .ui-tabs-nav .ui-tabs-tab {
  background-color: #006bb7;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#international-products #section2 .ui-tabs .ui-tabs-nav .ui-tabs-tab a,
#product-search #section2 .ui-tabs .ui-tabs-nav .ui-tabs-tab a {
  color: white;
}
#international-products #section2 .ui-tabs .ui-tabs-nav .ui-state-active,
#product-search #section2 .ui-tabs .ui-tabs-nav .ui-state-active {
  background-color: white;
}
#international-products #section2 .ui-tabs .ui-tabs-nav .ui-state-active a,
#product-search #section2 .ui-tabs .ui-tabs-nav .ui-state-active a {
  color: #006bb7;
}
#international-products #section2 .ui-tabs .ui-tabs-nav .ui-tabs-state-active .ui-tabs-anchor,
#product-search #section2 .ui-tabs .ui-tabs-nav .ui-tabs-state-active .ui-tabs-anchor {
  color: #006bb7;
  padding: 10px 12px;
}
#international-products #section2 #tabs .ui-tabs-nav .ui-tabs-tab a,
#product-search #section2 #tabs .ui-tabs-nav .ui-tabs-tab a {
  text-align: center;
  font-weight: 700;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
}
#international-products #section2 .ui-tabs .ui-tabs-panel,
#product-search #section2 .ui-tabs .ui-tabs-panel {
  padding: 20px 0px;
}
#international-products #section2 .productCat,
#product-search #section2 .productCat {
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 10px;
  color: #006bb7;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.2;
}
#international-products #section2 .productCat.active,
#product-search #section2 .productCat.active {
  color: white;
  background-color: #006bb7;
  box-shadow: 0 3px 0 0 #c4d2e0;
}
#international-products #section2 .four .wrapper,
#product-search #section2 .four .wrapper {
  margin: 15px;
  border: 1px solid #006bb7;
  border-radius: 5px;
  padding: 0px;
}
#international-products #section2 .prod-img img,
#product-search #section2 .prod-img img {
  width: 100%;
  max-width: 300px;
  position: relative;
}
#international-products #section2 .prod-txt,
#product-search #section2 .prod-txt {
  padding: 15px;
}
#international-products #section2 .prod-txt p,
#product-search #section2 .prod-txt p {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #006bb7;
}
#international-products #section2 .prod-txt a,
#product-search #section2 .prod-txt a {
  text-decoration: none;
}
#international-products #section2 .prod-txt a:focus,
#product-search #section2 .prod-txt a:focus {
  outline: 1px solid black !important;
}
#international-products #section2 .download img,
#product-search #section2 .download img {
  max-width: 640px;
}
#international-products #section2 .download .prod-txt,
#product-search #section2 .download .prod-txt {
  background-color: #ffc423;
}
#international-products #section2 .download .prod-txt p,
#product-search #section2 .download .prod-txt p {
  color: white;
}
#international-products #section3 {
  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 */
}
#international-products #section3 .margins {
  margin: 100px 0px;
}
#international-products #section3 .row {
  overflow: auto;
}
#international-products #section3 p {
  line-height: 25px;
  margin-bottom: 24px;
}
#international-products #section3 h2 {
  font-size: 35px;
  line-height: 40px;
}
#international-products #section3 .wrapper {
  padding: 0px 20px;
}
@media (max-width: 1100px) {
  #international-products #section2 #tabs li a,
  #product-search #section2 #tabs li a {
    font-size: 13px;
  }
}
@media (max-width: 880px) {
  #international-products #section3 .three {
    width: 100%;
    margin-bottom: 25px;
  }
  #international-products #section2 #tabs li a,
  #product-search #section2 #tabs li a {
    font-size: 12px;
  }
}
@media (max-width: 805px) {
  #international-products #section2 #grad-bg,
  #product-search #section2 #grad-bg {
    display: none;
  }
  #international-products #section2 .productCat,
  #product-search #section2 .productCat {
    padding: 0px 5px;
    margin: 5px;
    font-size: 14px;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  select,
  textarea {
    font-size: 18px;
  }
  #international-products #section3 .two:first-of-type {
    margin-bottom: 25px;
  }
}
/* International Products - Search */

#product-search #intro {
  background-image: url(/media/1731/international-hero.jpg);
  background-position: top left;
}
#product-search #intro .margins {
  height: 200px;
}
#product-search #intro .margins h1 {
  margin-bottom: 0px;
}
#product-search #intro .wrapper {
  position: relative;
  top: 75px;
  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%;
}
#product-search #section2-search {
  overflow: auto;
  text-align: center;
  overflow: visible;
  padding-bottom: 50px;
  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 */
}
#product-search #section2-search .margins {
  margin: 20px 0px;
  overflow: visible;
}
#product-search #section2-search #search-submit-int {
  background: url(/images/navigation/search-button.png) center center no-repeat;
  width: 40px;
  height: 40px;
  position: relative;
  top: -53px;
  left: -4px;
  cursor: pointer;
  float: right;
}
#product-search #section2-search .block {
  display: table-cell;
  position: relative;
  top: 25px;
}
#product-search #section2-search .btn {
  margin-left: 15px;
  position: relative;
  top: -4px;
}
#product-search #section2 .margins {
  margin: 50px 0px;
}
@media (max-width: 900px) {
  #international-products .four,
  #product-search .four {
    width: 33.3%;
  }
}
@media (max-width: 650px) {
  #international-products .four,
  #product-search .four {
    width: 50%;
  }
}
@media (max-width: 500px) {
  #international-products .four,
  #product-search .four {
    width: 100%;
  }
  #international-products #section1 .two {
    width: 100%;
  }
  #international-products #section1 .two:first-child {
    text-align: center;
  }
  #international-products #section1 .two:first-child img {
    padding: 0px;
    display: inherit;
  }
}
/* International Products - Detail */

#product-detail #intro {
  background-image: url(/media/1731/international-hero.jpg);
  background-position: top left;
}
#product-detail #intro .margins {
  height: 200px;
}
#product-detail #intro .margins h1 {
  margin-bottom: 0px;
}
#product-detail #intro .wrapper {
  position: relative;
  top: 75px;
  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%;
}
#product-detail #section2-search {
  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 */
}
#product-detail #section2-search .margins {
  margin: 20px 0px;
}
#product-detail #section2-search #search-submit-int {
  background: url(/images/navigation/search-button.png) center center no-repeat;
  width: 40px;
  height: 40px;
  position: relative;
  top: -53px;
  left: -4px;
  cursor: pointer;
  float: right;
}
#product-detail #section2-search .block {
  display: table-cell;
  position: relative;
  top: 25px;
}
#product-detail #section2-search .btn {
  margin-left: 15px;
  position: relative;
  top: -4px;
}
#product-detail #section2 {
  text-align: left;
}
#product-detail #section2 h2 {
  font-size: 30px;
  line-height: 34px;
  color: #006bb7;
  padding: 0px;
  text-align: left;
}
#product-detail #section2 h3 {
  font-size: 24px;
  line-height: 28px;
  color: #006bb7;
  margin: 15px 0 15px 0;
  text-align: left;
}
#product-detail #section2 .block {
  display: table-cell;
}
#product-detail #section2 .four {
  width: 22%;
  margin-right: 3%;
}
#product-detail #section2 p,
#product-detail #section2 table {
  text-align: left;
}
#product-detail #section2 th {
  font-weight: bold;
  padding-right: 8px;
}
#product-detail #section2 .prod-img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
#product-detail #section2 #enlargeLink {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 0px 15px 0;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #7da9d5;
}
#product-detail #section2 #enlargeLink a {
  text-decoration: none;
  color: #5ea43e;
}
#product-detail #section2 .btn {
  margin-left: 15px;
}
#product-detail #section2 .sku-txt {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #ffc423;
  font-size: 18px;
  line-height: 22px;
}
#product-detail #section2 .margins {
  margin: 50px 0px;
}
#product-detail #section2 .performance-facts table {
  width: 100%;
}
#product-detail #section2 .performance-facts table tr {
  border-bottom: 1px solid #7da9d5;
  margin: 10px 0 5px 0;
}
#product-detail #section2 .performance-facts th {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  color: #006bb7;
  padding: 5px 0px;
}
#product-detail #section2 .performance-facts td {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #ffc423;
  padding: 5px 0px;
  text-align: right;
}
#product-detail #section2 .nut-disclaimer {
  font-size: 12px;
  line-height: 15px;
}
#product-detail #section2 .mobile {
  display: none;
}
@media (max-width: 1024px) {
  #product-detail .mobile {
    display: none;
  }
  #product-detail .mobile {
    display: inline-block;
  }
}
@media (max-width: 950px) {
  #product-detail #section2 .four {
    width: 30.3%;
    margin-right: 3%;
  }
  #product-detail #section2 .three-fourth {
    width: 66.6%;
  }
  #product-detail #section2 .three-fourth .two {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #product-search #section2-search .block,
  #product-detail #section2-search .block {
    display: block;
    width: 100%;
    top: auto;
  }
  #product-detail #section2 .four {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
  }
  #product-detail #section2 .four .performance-facts {
    margin: 20px 0px;
  }
  #product-detail #section2 .three-fourth {
    width: 100%;
  }
  #product-detail #section2 .three-fourth .print {
    display: none;
  }
}
/* Legacy */

#legacy #intro {
  background-image: url(/media/1099/hero-three-generations-dark.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 #section1 .btn-sm img {
  position: relative;
  top: 3px;
  padding-left: 5px;
}
#legacy #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 */
}
#legacy #section2 .margins {
  margin: 50px 0px;
}
#legacy #section2 h3 {
  margin: 0px 0 50px 0;
}
#legacy #section2 h4 {
  margin: 5px 0 15px 0;
  text-align: left;
  color: #006bb7;
}
#legacy #section2 img,
#legacy #section2 .image-cropper {
  margin: 0 auto;
}
#legacy #section2 .btn-sm img {
  position: relative;
  top: 3px;
  padding-left: 5px;
}
#legacy #section2 .slick-slider .slick-track,
#legacy #section2 .slick-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
#legacy #section2 .slick-prev,
#legacy #section2 .slick-next {
  opacity: 1 !important;
}
#legacy #section2 .block {
  display: table-cell;
  vertical-align: top;
}
#legacy #section2 .block.first {
  width: 320px;
  padding-right: 20px;
  text-align: center;
}
#legacy #section2 .block.first img {
  margin: 0 auto;
  display: inline-block;
}
#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,
#legacy #section3 .style-as-h4 {
  color: #006bb7;
}
#legacy #section3 .four .wrapper {
  padding: 0px 10px;
  text-align: center;
  width: 100%;
}
#legacy #section3 .btn-sm img {
  position: relative;
  top: 3px;
  padding-left: 5px;
}
#legacy #section5 #virtual-tour {
  margin-top: -200px;
  position: absolute;
}
#legacy #section5 .virtual-tour .pfc-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 999;
  background-image: url(/virtual-tour/vtbg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
#legacy #section5 .virtual-tour .pfc-overlay .pfc-bgimg {
  height: 100%;
  width: 100%;
  background: rgba(222, 233, 244, 0.92);
  position: absolute;
}
#legacy #section5 .virtual-tour .pfc-overlay .pfc-content {
  z-index: 1;
  text-align: center;
  max-width: 700px;
  padding: 0 25px;
}
#legacy #section5 .virtual-tour .pfc-overlay .pfc-content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 42px;
  line-height: 48px;
}
#legacy #section5 .virtual-tour .pfc-overlay .pfc-content .pfc-copy {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 30px;
}
#legacy #section5 .virtual-tour .pfc-overlay .pfc-content .pfc-start-tour {
  outline: none;
  border: none;
  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;
  background-color: #006bb7;
  box-shadow: 0 3px 0 0 #025fa1;
}
#legacy #section5 .virtual-tour .pfc-overlay .pfc-content .pfc-start-tour:hover {
  background-color: #ffc423;
  box-shadow: 0 3px 0 0 #ffc423;
}
#legacy #section5 .virtual-tour .margins .wrapper {
  position: relative;
}
#legacy #section5 .virtual-tour .margins iframe {
  display: none;
  margin-bottom: 10px;
  width: 100%;
  height: 500px;
}
#legacy #videosection {
  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 */
}
#legacy #videosection .margins {
  margin: 50px 0px;
}
#legacy #videosection .three .wrapper {
  padding: 0px 15px;
}
#legacy #videosection img {
  width: 100%;
  max-width: 375px;
  padding-bottom: 15px;
}
#legacy #videosection .video-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 18px;
  line-height: 22px;
}
#legacy #videosection .video-description {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 25px;
}
#legacy #videosection .video-toggle {
  display: none;
}
#legacy #videosection .video-wrapper {
  position: relative;
}
#legacy #videosection .play {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: url(/images/play.svg);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#legacy #videosection .video a {
  text-decoration: none;
}
#legacy #videosection .brand-pill {
  border: 1px solid #006bb7;
  cursor: pointer;
  margin-bottom: auto;
}
#legacy #videosection #showHideVideo {
  text-align: center;
  margin: 0 auto;
  padding-top: 35px;
}
@media (max-width: 950px) {
  #legacy #videosection .three {
    width: 50%;
  }
}
@media (max-width: 420px) {
  #legacy #videosection .three {
    width: 100%;
  }
}
#legacy #section4 {
  text-align: center;
}
#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,
#legacy #timeline .info .style-as-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: black;
  font-size: 14px;
  line-height: 1;
  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 #section2 .block {
    display: block;
  }
  #legacy #section2 .block.first {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  #legacy #section2 .block h4 {
    margin: 20px 0 15px 0;
  }
  #legacy #section2 .block h4,
  #legacy #section2 .block p {
    text-align: center;
  }
  #legacy #section2 .block img {
    margin: 0 auto;
  }
  #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;
  }
  #legacy #section3 .four {
    width: 50%;
    padding-top: 35px;
  }
}
@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;
  }
}
@media (max-width: 650px) {
  #legacy #section2 .slick-slider .slick-track,
  #legacy #section2 .slick-slider .slick-list {
    width: 88%;
  }
  #legacy #section2 .wrapper {
    padding: 0px;
  }
  #legacy #section2 .fullwidth {
    width: calc(100% - 10px);
  }
  #legacy #section2 .slick-prev,
  #legacy #section2 .slick-next {
    top: 132px;
  }
}
@media (max-width: 600px) {
  #legacy .wrapper {
    padding: 0px;
  }
  #legacy .wrapper .image-cropper-border {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 500px) {
  #legacy #section3 .four {
    width: 100%;
  }
}
/* Agriculture */

#agriculture #intro {
  background-image: url(/images/heros/agriculture-hero.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/1825/pdc18-006a-sustainability-banner-responsibility-hero-1920x350.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 {
  text-align: center;
}
#responsibility #section1 h2 {
  text-align: center;
  margin: 0 auto;
}
#responsibility #section1 h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
}
#responsibility #section1 p {
  text-align: center;
}
#responsibility #section1 .margins {
  margin: 100px 0px;
}
#responsibility #section1 .three p {
  line-height: 22px;
  padding-bottom: 20px;
}
#responsibility #section1 .circle {
  cursor: inherit;
}
#responsibility #section1 .wrapper .wrapper {
  padding: 0px 10px;
}
#responsibility #section1 .block-wrapper {
  max-width: 465px;
  margin: 0 auto;
}
#responsibility #section1 .block {
  display: table-cell;
  padding-right: 10px;
}
#responsibility #section2 {
  overflow: hidden;
  text-align: center;
}
#responsibility #section2 .margins {
  margin: 50px 0px;
}
#responsibility #section2 .four {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#responsibility #section2 .four .wrapper {
  padding: 0px 10px;
  width: 100%;
}
#responsibility #section2 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  padding: 25px 0 5px 0;
  margin: 0 auto;
}
#responsibility #section2 p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
}
#responsibility #section2 .btn {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1100px) {
  #responsibility #section2 .four {
    width: 50%;
    padding: 0px;
  }
  #responsibility #section2 .wrapper {
    margin: 10px;
  }
}
@media (max-width: 980px) {
  #responsibility #section1 .three {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 615px) {
  #responsibility #section2 .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;
}
#stewardship-report .block-wrapper {
  max-width: 465px;
  margin: 0 auto;
}
#stewardship-report .block {
  display: table-cell;
  padding-right: 10px;
}
@media (max-width: 768px) {
  #stewardship-report .block-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 530px) {
  #stewardship-report .block {
    display: block;
  }
}
#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(/images/responsibility/people/hero.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: hidden;
  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 */
}
#people #section2 .margins {
  margin: 50px 0px;
}
#people #section2 .four {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#people #section2 .four .wrapper {
  padding: 0px 10px;
  width: 100%;
}
#people #section2 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  padding: 25px 0 5px 0;
  margin: 0 auto;
}
#people #section2 p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
}
#people #section2 .btn {
  font-size: 16px;
  line-height: 20px;
}
#people #section3 .slider p {
  padding-bottom: 20px;
}
#people #section3 .slick-slider .slick-track,
#people #section3 .slick-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
#people #section3 .slick-list {
  display: flex;
  flex-direction: column;
}
#people #section3 .slick-prev,
#people #section3 .slick-next {
  opacity: 1 !important;
}
#people #section3 .slick-dots {
  position: relative;
}
#people #section3 .fullwidth {
  max-width: 1500px;
}
@media (max-width: 1100px) {
  #people #section2 .four {
    width: 50%;
    padding: 0px;
  }
  #people #section2 .wrapper {
    margin: 10px;
  }
}
@media (max-width: 615px) {
  #people #section2 .four {
    width: 100%;
  }
}
@media (max-width: 760px) {
  #people #section1 .four {
    width: 50%;
  }
}
/* Exec Summary */

#exec-summary #intro {
  background-image: url(/media/1275/wheat-hero.jpg);
}
#exec-summary .image-cropper.center {
  width: 250px;
  height: 250px;
  margin: 25px auto 20px auto !important;
}
#exec-summary h2 {
  text-align: center;
  padding: 5px 0 15px 0px;
}
#exec-summary img {
  text-align: center;
  margin: 0 auto;
}
#exec-summary ul {
  list-style: disc !important;
  margin: 0 auto;
  max-width: 945px;
  text-align: left;
}
#exec-summary li {
  padding-left: 10px !important;
  line-height: 200%;
  margin-bottom: 15px;
}
#exec-summary em {
  font-style: italic;
  display: block;
  font-weight: 400;
  font-size: 110%;
  margin-bottom: 15px;
}
#exec-summary #intro .margins {
  height: 350px;
}
#exec-summary #intro .margins h1 {
  margin-bottom: 0px;
}
#exec-summary #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%;
}
#exec-summary #section1 {
  text-align: center;
}
#exec-summary #section1 .margins {
  margin: 50px 0px;
}
#exec-summary #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;
}
#exec-summary #section2 .margins {
  margin: 50px 0px;
}
#exec-summary #section3 .margins {
  margin: 50px 0px;
}
#exec-summary #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;
}
#exec-summary #section4 .margins {
  margin: 50px 0px;
}
#exec-summary #section5 .margins {
  margin: 50px 0px;
}
/* Ag Customers */

#ag-customers #intro {
  background-image: url(/media/1835/pdc18-006a-ag-customer-for-csr-responsibility-people-agricultural-customers-hero-1920x350.jpg);
}
#ag-customers #intro .margins {
  height: 350px;
}
#ag-customers #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%;
}
#ag-customers #section1 {
  text-align: center;
}
#ag-customers #section1 .margins {
  margin: 100px 0px;
  margin-bottom: 50px;
}
#ag-customers #section1 .metrics p {
  line-height: 20px;
  padding-top: 15px;
}
#ag-customers #section1 .wrapper .wrapper {
  padding: 0px 10px;
}
#ag-customers #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 */
}
#ag-customers #section2 .margins {
  margin: 50px 0px;
}
#ag-customers #section2 h2 {
  text-align: center;
  margin-bottom: 35px;
}
#ag-customers #section2 .slider p {
  padding-bottom: 20px;
}
#ag-customers #section2 .slick-slider .slick-track,
#ag-customers #section2 .slick-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
#ag-customers #section2 .slick-list {
  display: flex;
  flex-direction: column;
}
#ag-customers #section2 .slick-prev,
#ag-customers #section2 .slick-next {
  opacity: 1 !important;
}
#ag-customers #section2 .slick-dots {
  position: relative;
}
#ag-customers #section2 .fullwidth {
  max-width: 1500px;
}
#ag-customers #section2 .block {
  display: table-cell;
  vertical-align: top;
}
#ag-customers #section2 .block.first {
  width: 320px;
  padding-right: 20px;
  text-align: center;
}
#ag-customers #section2 .block.first img {
  margin: 0 auto;
  display: inline-block;
}
#ag-customers #section2 h4 {
  margin: 5px 0 15px 0;
  text-align: left;
}
#ag-customers #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 */
  text-align: center;
}
#ag-customers #section3 .margins {
  margin: 50px 0px;
}
#ag-customers #section3 .image-cropper {
  margin: 0 auto;
}
#ag-customers #section3 .caption {
  max-width: 320px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#ag-customers #section3 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#ag-customers #section3 li {
  padding-left: 20px;
}
#ag-customers #section4 {
  overflow: auto;
  text-align: center;
}
#ag-customers #section4 .margins {
  margin: 50px 0px;
}
#ag-customers #section4 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#ag-customers #section5 {
  overflow: hidden;
  text-align: center;
}
#ag-customers #section5 .margins {
  margin: 50px 0px;
}
#ag-customers #section5 .four {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ag-customers #section5 .four .wrapper {
  padding: 0px 10px;
  width: 100%;
}
#ag-customers #section5 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  padding: 25px 0 5px 0;
  margin: 0 auto;
}
#ag-customers #section5 p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
}
#ag-customers #section5 .btn {
  font-size: 16px;
  line-height: 20px;
}
#ag-customers #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 */
}
@media (max-width: 1100px) {
  #ag-customers #section5 .four {
    width: 50%;
    padding: 0px;
  }
  #ag-customers #section5 .wrapper {
    margin: 10px;
  }
}
@media (max-width: 615px) {
  #ag-customers #section5 .four {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  #ag-customers #section2 .block {
    display: block;
  }
  #ag-customers #section2 .block.first {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  #ag-customers #section2 .block.first img {
    margin: 0 auto;
    display: inline-block;
  }
  #ag-customers #section2 .block h4 {
    margin: 20px 0 15px 0;
  }
  #ag-customers #section2 .block h4,
  #ag-customers #section2 .block p {
    text-align: center;
  }
  #ag-customers #section2 .block img {
    margin: 0 auto;
  }
}
@media (max-width: 830px) {
  #ag-customers #section1 .four {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  #ag-customers #section2 .slick-slider .slick-track,
  #ag-customers #section2 .slick-slider .slick-list {
    width: 88%;
  }
  #ag-customers #section2 .wrapper {
    padding: 0px;
  }
  #ag-customers #section2 .fullwidth {
    width: calc(100% - 10px);
  }
  #ag-customers #section2 .slick-prev,
  #ag-customers #section2 .slick-next {
    top: 132px;
  }
}
@media (max-width: 450px) {
  #ag-customers #section1 .three {
    width: 100%;
    margin-bottom: 25px;
  }
}
/* Associates */

#associates #intro {
  background-image: url(/media/2239/hero-roasted-chickens.jpg);
}
#associates #intro .margins {
  height: 350px;
}
#associates #intro .margins h1 {
  margin-bottom: 0px;
}
#associates #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%;
}
#associates #section1 {
  text-align: center;
}
#associates #section1 .margins {
  margin: 50px 0px;
}
#associates #section1 .metrics p {
  line-height: 20px;
  padding-bottom: 25px;
}
#associates #section1 .wrapper .wrapper {
  padding: 0px 10px;
}
#associates #section1 h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 40px;
  line-height: 125%;
  padding-bottom: 50px;
}
#associates #section1 h3 {
  line-height: 135%;
  margin-top: 35px;
  font-size: 32px;
  max-width: 1000px;
  padding-bottom: 10px;
  color: #006bb7;
  padding: 20px 0 10px 0;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin: 35px auto 0 auto;
}
#associates #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 */
}
#associates #section2 .margins {
  margin: 50px 0px;
}
#associates #section2 h2 {
  text-align: center;
  margin-bottom: 35px;
}
#associates #section2 .slider p {
  padding-bottom: 20px;
}
#associates #section2 .slick-slider .slick-track,
#associates #section2 .slick-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
#associates #section2 .slick-list {
  display: flex;
  flex-direction: column;
}
#associates #section2 .slick-prev,
#associates #section2 .slick-next {
  opacity: 1 !important;
}
#associates #section2 .slick-dots {
  position: relative;
}
#associates #section2 .fullwidth {
  max-width: 1500px;
}
#associates #section2 .block {
  display: table-cell;
  vertical-align: top;
}
#associates #section2 .block.first {
  width: 320px;
  padding-right: 20px;
  text-align: center;
}
#associates #section2 .block.first img {
  margin: 0 auto;
  display: inline-block;
}
#associates #section2 h4 {
  margin: 5px 0 15px 0;
  text-align: left;
}
#associates #section2 .caption {
  max-width: 300px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#associates #section3 {
  overflow: auto;
  text-align: center;
}
#associates #section3 .margins {
  margin: 50px 0px;
}
#associates #section3 .image-cropper {
  margin: 0 auto;
}
#associates #section3 .caption {
  max-width: 320px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#associates #section3 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#associates #section3 li {
  padding-left: 20px;
}
#associates #section3 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 135%;
}
#associates #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 */
  text-align: center;
}
#associates #section4 .margins {
  margin: 50px 0px;
}
#associates #section4 h3 {
  color: #5ea43e;
  font-size: 24px;
  line-height: 135%;
}
#associates #section4 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#associates #section4 li {
  padding-left: 20px;
}
#associates #section5 {
  overflow: auto;
  text-align: center;
}
#associates #section5 .margins {
  margin: 50px 0px;
}
#associates #section5 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 135%;
}
#associates #section5 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#associates #section5 li {
  padding-left: 20px;
}
@media (max-width: 560px) {
  #associates #section5.family .fullwidth .margins .wrapper .row .family1,
  #associates #section5.family .fullwidth .margins .wrapper .row .family2 {
    margin: 0 !important;
  }
  #associates #section5.family .fullwidth .margins .wrapper .row .family1 .three,
  #associates #section5.family .fullwidth .margins .wrapper .row .family2 .three {
    width: 100%;
    margin: 20px auto;
  }
}
#associates #section6 {
  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 */
  text-align: center;
}
#associates #section6 .margins {
  margin: 50px 0px;
}
#associates #section6 h3 {
  color: #5ea43e;
  font-size: 24px;
  line-height: 135%;
}
#associates #section6 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#associates #section6 li {
  padding-left: 20px;
}
#associates #section7 {
  overflow: auto;
  text-align: center;
}
#associates #section7 .margins {
  margin: 50px 0px;
}
#associates #section7 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 135%;
  margin-left: auto;
  margin-right: auto;
  max-width: 975px;
}
#associates #section7 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#associates #section7 li {
  padding-left: 20px;
}
#associates #section8 {
  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 */
  text-align: center;
}
#associates #section8 .margins {
  margin: 50px 0px;
}
#associates #section8 h3 {
  color: #5ea43e;
  font-size: 24px;
  line-height: 135%;
}
#associates #section8 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#associates #section8 li {
  padding-left: 20px;
}
#associates #section9 {
  overflow: auto;
  text-align: center;
}
#associates #section9 .margins {
  margin: 50px 0px;
}
#associates #section9 h2 {
  text-align: center;
  padding-bottom: 35px;
}
#associates #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 */
}
@media (max-width: 1020px) {
  #associates #section1 .two {
    width: 100%;
    padding-bottom: 25px;
  }
  #associates #section2 .block {
    display: block;
  }
  #associates #section2 .block.first {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  #associates #section2 .block h4 {
    margin: 20px 0 15px 0;
  }
  #associates #section2 .block h4,
  #associates #section2 .block p {
    text-align: center;
  }
  #associates #section2 .block img {
    margin: 0 auto;
  }
}
@media (max-width: 950px) {
  #associates #section1 .four {
    width: 33.3%;
  }
}
@media (max-width: 650px) {
  #associates #section2 .slick-slider .slick-track,
  #associates #section2 .slick-slider .slick-list {
    width: 88%;
  }
  #associates #section2 .wrapper {
    padding: 0px;
  }
  #associates #section2 .fullwidth {
    width: calc(100% - 10px);
  }
  #associates #section2 .slick-prev,
  #associates #section2 .slick-next {
    top: 132px;
  }
  #associates #section1 .four {
    width: 50%;
  }
  #associates #section7 .two {
    width: 50%;
  }
}
@media (max-width: 450px) {
  #associates #section1 .four {
    width: 100%;
  }
  #associates #section1 .three {
    width: 100%;
  }
}
/* Business Partners */

#business-partners #intro {
  background-image: url(/media/1836/pdc18-006a-supportingfarmfamilypartners-responsibility-people-business-partners-hero-1920x350.jpg);
}
#business-partners #intro .margins {
  height: 350px;
}
#business-partners #intro .margins h1 {
  margin-bottom: 0px;
}
#business-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(#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%;
}
#business-partners #section1 {
  text-align: center;
}
#business-partners #section1 .margins {
  margin: 50px 0px;
}
#business-partners #section1 .metrics p {
  line-height: 20px;
  padding-top: 15px;
}
#business-partners #section1 .fullwidth .margins .wrapper {
  padding-top: 25px !important;
}
#business-partners #section1 .wrapper .wrapper {
  padding: 0px 10px;
}
#business-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 */
}
#business-partners #section2 .margins {
  margin: 50px 0px;
}
#business-partners #section2 h2 {
  text-align: center;
  margin-bottom: 35px;
}
#business-partners #section2 .slider p {
  padding-bottom: 20px;
}
#business-partners #section2 .slick-slider .slick-track,
#business-partners #section2 .slick-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
#business-partners #section2 .slick-list {
  display: flex;
  flex-direction: column;
}
#business-partners #section2 .slick-prev,
#business-partners #section2 .slick-next {
  opacity: 1 !important;
}
#business-partners #section2 .slick-dots {
  position: relative;
}
#business-partners #section2 .fullwidth {
  max-width: 1500px;
}
#business-partners #section2 .block {
  display: table-cell;
  vertical-align: top;
}
#business-partners #section2 .block.first {
  width: 320px;
  padding-right: 20px;
  text-align: center;
}
#business-partners #section2 .block.first img {
  margin: 0 auto;
  display: inline-block;
}
#business-partners #section2 h4 {
  margin: 5px 0 15px 0;
  text-align: left;
}
#business-partners #section2 .caption {
  max-width: 300px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#business-partners #section3 {
  overflow: auto;
  text-align: center;
}
#business-partners #section3 .margins {
  margin: 50px 0px;
}
#business-partners #section3 .image-cropper {
  margin: 0 auto;
}
#business-partners #section3 .caption {
  max-width: 320px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#business-partners #section3 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#business-partners #section3 li {
  padding-left: 20px;
}
#business-partners #section3 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#business-partners #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 */
  text-align: center;
}
#business-partners #section4 .margins {
  margin: 50px 0px;
}
#business-partners #section4 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#business-partners #section4 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#business-partners #section4 li {
  padding-left: 20px;
}
#business-partners #section4 .caption {
  max-width: 300px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 10px 0 0px 0;
  text-align: center;
}
#business-partners .fullwidth .margins .wrapper {
  padding-top: 35px;
  padding-bottom: 25px;
}
#business-partners #section5 {
  overflow: auto;
  text-align: center;
}
#business-partners #section5 .margins {
  margin: 50px 0px;
}
#business-partners #section5 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#business-partners #section5 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#business-partners #section5 li {
  padding-left: 20px;
}
#business-partners #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 */
}
@media (max-width: 1020px) {
  #business-partners #section2 .block {
    display: block;
  }
  #business-partners #section2 .block.first {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  #business-partners #section2 .block h4 {
    margin: 20px 0 15px 0;
  }
  #business-partners #section2 .block h4,
  #business-partners #section2 .block p {
    text-align: center;
  }
  #business-partners #section2 .block img {
    margin: 0 auto;
  }
}
@media (max-width: 950px) {
  #business-partners #section1 .five {
    width: 33.3%;
  }
}
@media (max-width: 650px) {
  #business-partners #section2 .slick-slider .slick-track,
  #business-partners #section2 .slick-slider .slick-list {
    width: 88%;
  }
  #business-partners #section2 .wrapper {
    padding: 0px;
  }
  #business-partners #section2 .fullwidth {
    width: calc(100% - 10px);
  }
  #business-partners #section2 .slick-prev,
  #business-partners #section2 .slick-next {
    top: 132px;
  }
  #business-partners #section1 .five {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 450px) {
  #business-partners #section1 .five {
    width: 100%;
  }
}
/* Community */

#community #intro {
  background-image: url(/media/1839/pdc18-006a-cromwell-fire-dept-responsibility-people-community-hero-1920x350.jpg);
}
#community .fullwidth {
  padding: 35px 0 20px 0;
}
#community #intro .margins {
  height: 350px;
}
#community #intro .margins h1 {
  margin-bottom: 0px;
}
#community #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%;
}
#community #section1 {
  text-align: center;
}
#community #section1 .margins {
  margin: 50px 0px;
}
#community #section1 .metrics p {
  line-height: 20px;
}
#community #section1 .metrics-stat-med {
  font-size: 3rem !important;
}
#community #section1 .wrapper .wrapper {
  padding: 0px 10px;
}
#community #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 */
}
#community #section2 .margins {
  margin: 50px 0px;
}
#community #section2 h2 {
  text-align: center;
  margin-bottom: 35px;
}
#community #section2 .slider p {
  padding-bottom: 20px;
}
#community #section2 .slick-slider .slick-track,
#community #section2 .slick-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
#community #section2 .slick-list {
  display: flex;
  flex-direction: column;
}
#community #section2 .slick-prev,
#community #section2 .slick-next {
  opacity: 1 !important;
  top: 130px;
}
#community #section2 .slick-dots {
  position: relative;
}
#community #section2 .fullwidth {
  max-width: 1500px;
}
#community #section2 .block {
  display: table-cell;
  vertical-align: top;
}
#community #section2 .block.first {
  width: 320px;
  padding-right: 20px;
  text-align: center;
}
#community #section2 .block.first img {
  margin: 0 auto;
  display: inline-block;
}
#community #section2 h4 {
  margin: 5px 0 15px 0;
  text-align: left;
}
#community #section2 .caption {
  max-width: 300px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#community #section3 {
  overflow: auto;
  text-align: center;
}
#community #section3 .margins {
  margin: 50px 0px;
}
#community #section3 .image-cropper {
  margin: 0 auto;
}
#community #section3 .caption {
  max-width: 320px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#community #section3 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 715px;
  margin: 0 auto;
  text-align: left;
}
#community #section3 li {
  padding-left: 20px;
}
#community #section3 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#community #section3 strong {
  font-weight: bold;
  font-size: 24px;
}
#community #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 */
  text-align: center;
}
#community #section4 .margins {
  margin: 50px 0px;
}
#community #section4 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#community #section4 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#community #section4 li {
  padding-left: 20px;
}
#community #section4 .caption {
  max-width: 300px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 10px 0 0px 0;
  text-align: center;
}
#community #section5 {
  overflow: auto;
  text-align: center;
}
#community #section5 .margins {
  margin: 50px 0px;
}
#community #section5 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#community #section5 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#community #section5 li {
  padding-left: 20px;
}
#community #section5 .caption {
  max-width: 320px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#community #section6 {
  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 */
}
#community #section6 .margins {
  margin: 50px 0px;
}
#community #section6 .image-cropper {
  margin: 0 auto;
}
#community #section6 .caption {
  max-width: 650px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#community #section6 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
#community #section6 li {
  padding-left: 20px;
}
#community #section6 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#community #section7 {
  overflow: auto;
  text-align: center;
}
#community #section7 .margins {
  margin: 50px 0px;
}
#community #section7 .image-cropper {
  margin: 0 auto;
}
#community #section7 .caption {
  max-width: 320px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#community #section7 ul {
  list-style: inherit;
  margin-left: 20px;
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}
#community #section7 li {
  padding-left: 20px;
}
#community #section7 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#community #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 */
}
@media (max-width: 1020px) {
  #community #section2 .block {
    display: block;
  }
  #community #section2 .block.first {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  #community #section2 .block h4 {
    margin: 20px 0 15px 0;
  }
  #community #section2 .block h4,
  #community #section2 .block p {
    text-align: center;
  }
  #community #section2 .block img {
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  #community #section3 ul {
    padding: 0 3.5% 0 15%;
  }
  #community #section3 ul li {
    padding-left: 10px;
  }
  #community #section1 .three {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #community #section6 .two {
    width: 100%;
    padding-bottom: 25px;
  }
}
@media (max-width: 650px) {
  #community #section2 .slick-slider .slick-track,
  #community #section2 .slick-slider .slick-list {
    width: 88%;
  }
  #community #section2 .wrapper {
    padding: 0px;
  }
  #community #section2 .fullwidth {
    width: calc(100% - 10px);
  }
  #community #section2 .slick-prev,
  #community #section2 .slick-next {
    top: 132px;
  }
}
@media (max-width: 450px) {
  #community #section1 .four {
    width: 100%;
  }
}
/*Responsibility - Food */

.metrics-stat-large {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;
  font-size: 5rem;
  line-height: 90%;
  color: #006bb7;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}
.metrics-stat-ml {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;
  font-size: 3.75rem;
  line-height: 100%;
  color: #006bb7;
  margin: 10px auto 15px auto;
  display: block;
  width: 100%;
  text-align: center;
}
.metrics-stat-med {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;
  font-size: 2.75rem;
  line-height: 90%;
  color: #006bb7;
  margin: 10px auto 8px auto;
  display: block;
  width: 100%;
  text-align: center;
}
.metrics-stat-med2 {
  padding: 5px 0 0 0;
  max-width: 90%;
  margin: 7px auto 0 auto;
  font-style: normal;
  font-size: 18px;
  line-height: 125% !important;
  font-family: 'Open Sans';
  color: #999999;
  display: block;
  width: 100%;
  font-weight: 800;
  text-align: cetner;
}
.metrics-stat-med2 span.blue {
  color: #006bb7;
  display: block;
  width: 100%;
}
.metrics-stat-copy {
  padding-bottom: 25px;
  text-align: center;
  line-height: 150% !important;
  font-size: 18px;
}
.metrics-stat-copy2 {
  font-family: 'Open Sans';
  padding: 0 10px;
  font-style: italic;
  font-weight: 600;
  line-height: 125%;
}
#resp-food #intro {
  background-image: url(/media/1821/pdc18-006a-ourqualityfoodbanner-responsibility-food-hero-1920x350.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 .wrapper p {
  padding: 0 5px !important;
}
#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-info:last-of-type {
  border: none;
  padding-bottom: 0px;
}
#resp-food #section1 .food-image {
  padding-right: 50px;
  width: 200px;
}
#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 #section1 .caption {
  max-width: 375px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#resp-food .seven {
  width: 14%;
  position: relative;
  float: left;
  text-align: center;
}
#resp-food .seven .min-height {
  height: 125px;
  display: inline;
  vertical-align: bottom;
  text-align: center;
}
#resp-food .seven .five {
  width: 20%;
  float: left;
}
#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 {
  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 */
}
#resp-food #section2 .margins {
  margin: 50px 0px;
}
#resp-food #section2 h2 {
  text-align: center;
  margin-bottom: 35px;
}
#resp-food #section2 .slider p {
  padding-bottom: 20px;
}
#resp-food #section2 .slick-slider .slick-track,
#resp-food #section2 .slick-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
#resp-food #section2 .slick-prev,
#resp-food #section2 .slick-next {
  opacity: 1 !important;
}
#resp-food #section2 .slick-dots {
  position: relative;
}
#resp-food #section2 .fullwidth {
  max-width: 1500px;
}
#resp-food #section2 .block {
  display: table-cell;
  vertical-align: top;
}
#resp-food #section2 .block.first {
  width: 320px;
  padding-right: 20px;
  text-align: center;
}
#resp-food #section2 .block.first img {
  margin: 0 auto;
  display: inline-block;
}
#resp-food #section2 h4 {
  margin: 5px 0 15px 0;
  text-align: left;
}
#resp-food #section2 .caption {
  max-width: 300px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#resp-food #section3 h2 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px;
}
#resp-food #section3 h4 {
  color: #ffc423;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  margin: 0px;
}
#resp-food #section3 .margins {
  margin: 50px 0px;
}
#resp-food #section3 .caption {
  max-width: 375px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#resp-food #section3 .disclaimer {
  font-size: 12px;
  line-height: 16px;
}
#resp-food #section3 ul {
  list-style: inherit;
  margin-left: 20px;
}
#resp-food #section3 li {
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 25px;
}
#resp-food #section3 .wrapper .wrapper {
  padding: 0px 10px;
}
#resp-food #section3 .food-info {
  border-bottom: 1px solid #e1ebf5;
  margin: 50px 0px;
  padding-bottom: 50px;
}
#resp-food #section3 .food-info:last-of-type {
  border: none;
  padding-bottom: 0px;
}
#resp-food #section3 .food-image {
  padding-right: 50px;
  width: 200px;
}
#resp-food #section3 .food-image,
#resp-food #section3 .food-copy {
  display: table-cell;
  vertical-align: top;
}
#resp-food #section3 ul {
  list-style: inherit;
  margin-left: 20px;
}
#resp-food #section3 li {
  padding-left: 20px;
}
#resp-food #section3 .caption {
  max-width: 375px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#resp-food #section4 {
  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;
}
#resp-food #section4 h2 {
  text-align: center;
  padding-bottom: 35px;
}
#resp-food #section4 .title {
  max-width: 200px;
  margin: 0 auto;
}
#resp-food #section4 .margins {
  margin: 50px 0px;
}
#resp-food #section5 {
  overflow: auto;
  text-align: center;
}
#resp-food #section5 .margins {
  margin: 100px 0px;
}
#resp-food #section5 h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
  padding: 25px 0 20px 0;
}
#resp-food #section5 .wrapper {
  padding: 0px 15px;
}
#resp-food #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 */
}
@media (max-width: 1250px) {
  #resp-food .five {
    width: 25%;
    position: relative;
    float: left;
  }
}
@media (max-width: 900px) {
  #resp-food .five {
    width: 33.3%;
  }
}
@media (max-width: 760px) {
  #resp-food #section3 {
    text-align: center;
  }
  #resp-food #section3 .food-image {
    margin-bottom: 15px;
  }
  #resp-food #section3 .food-image,
  #resp-food #section3 .food-copy {
    display: block;
    padding: 0px;
    width: 100%;
  }
  #resp-food #section3 #resp-food #section1 .wrapper p {
    font-size: 16px !important;
    line-height: 135% !important;
  }
  #resp-food #section3 h4 {
    text-align: center;
  }
  #resp-food .food-image {
    padding-bottom: 30px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  #resp-food #section1 .three,
  #resp-food .five {
    width: 100%;
    margin: 10px auto 25px auto;
    font-size: 16px !important;
    line-height: 135% !important;
  }
  #resp-food #section1 .three img,
  #resp-food .five img {
    width: 100%;
    max-width: 250px;
  }
  #resp-food .five {
    width: 100%;
    margin: 10px auto 25px auto;
  }
  .metrics-stat-large {
    font-size: 4.25rem;
  }
  .metrics-stat-copy {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 450px) {
  #resp-food .five {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #resp-food #section5 .four {
    width: 50%;
    padding: 0px;
  }
  #resp-food #section5 .four .btn {
    margin-bottom: 40px;
  }
}
@media (max-width: 850px) {
  #resp-food #section3 .sixty,
  #resp-food #section3 .fourty {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  #resp-food #section3 .sixty ul,
  #resp-food #section3 .fourty ul {
    text-align: left;
  }
  #resp-food #section3 .sixty .wrapper .wrapper,
  #resp-food #section3 .fourty .wrapper .wrapper {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 760px) {
  #resp-food #section1 {
    text-align: center;
  }
  #resp-food #section1 .food-image {
    margin-bottom: 15px;
  }
  #resp-food #section1 .food-image,
  #resp-food #section1 .food-copy {
    display: block;
    padding: 0px;
    width: 100%;
  }
  #resp-food #section1 h4 {
    text-align: center;
  }
  #resp-food .food-image {
    padding-bottom: 30px;
    margin: 0 auto;
  }
}
@media (max-width: 615px) {
  #resp-food #section5 .four {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  #resp-food #section2 .block {
    display: block;
  }
  #resp-food #section2 .block.first {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  #resp-food #section2 .block h4 {
    margin: 20px 0 15px 0;
  }
  #resp-food #section2 .block h4,
  #resp-food #section2 .block p {
    text-align: center;
  }
  #resp-food #section2 .block img {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  #resp-food #section2 .slick-slider .slick-track,
  #resp-food #section2 .slick-slider .slick-list {
    width: 88%;
  }
  #resp-food #section2 .wrapper {
    padding: 0px;
  }
  #resp-food #section2 .fullwidth {
    width: calc(100% - 10px);
  }
  #resp-food #section2 .slick-prev,
  #resp-food #section2 .slick-next {
    top: 132px;
  }
}
/*Responsibility - Environment */

#environment #intro {
  background-image: url(/media/1844/pdc18-006a-energy-and-enviro-1-responsibility-environment-hero-flipped-1920x350.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 p.green {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #78b52f;
  line-height: 1.5;
  padding-bottom: 5px;
}
#environment p.blue {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  line-height: 1.5;
  padding-bottom: 5px;
}
#environment #section1a {
  text-align: center;
  padding: 75px 0;
}
#environment #section1a .margins {
  overflow: visible;
}
#environment #section1a h2 {
  max-width: 800px;
}
#environment #section1a .play-overlay {
  max-width: 700px;
  margin: 0 auto;
}
#environment #section1a .play-overlay img {
  max-width: 700px;
  width: 100%;
}
#environment #section1a .sub-copy {
  color: #006bb7;
  font-weight: bold;
  max-width: 620px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1;
  padding-top: 20px;
}
#environment #section1b {
  padding: 75px 0;
  text-align: center;
  position: relative;
}
#environment #section1b .margins {
  overflow: visible;
}
#environment #section1b img {
  width: 100%;
}
#environment #section1b h2 {
  color: #013a70;
}
#environment #section1b p {
  padding-top: 50px;
  color: #013a70;
  font-size: 24px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  max-width: 820px;
  margin: 0 auto;
}
#environment #section1b p.green {
  color: #78b52f;
  font-size: 30px;
  padding-bottom: 10px;
}
#environment #section1b .mobileList {
  display: none;
}
#environment #section1b .popup {
  padding: 50px;
  display: none;
  position: absolute;
  top: 145px;
  width: 100%;
  max-width: 1070px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 25px;
  max-height: 800px;
  overflow-y: auto;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.13);
}
#environment #section1b .popup img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
#environment #section1b .popup .location-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#environment #section1b .popup .location-content .three {
  padding: 0 10px 10px 0;
}
#environment #section1b .popup .location-content .three h5 {
  text-align: center;
  color: #025fa1;
  padding: 10px 0;
}
#environment #section1b .popup .location-content .three h5 a {
  color: #60a541;
}
#environment #section1b .popup .close {
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer;
  padding: 10px;
}
#environment #section1c {
  padding: 75px 0;
  text-align: center;
}
#environment #section1c .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
}
#environment #section1c .items .two {
  padding: 30px 20px;
}
#environment #section1c .items .two .green {
  padding-top: 10px;
  max-width: 380px;
  margin: 0 auto;
}
#environment #section1 .metrics .wrapper,
#environment .section1 .metrics .wrapper {
  zoom: 0.925;
}
#environment #section1 .margins,
#environment .section1 .margins {
  margin: 50px 0px;
}
#environment #section1 h2,
#environment .section1 h2 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px;
  font-size: 42px;
}
#environment #section1 h3,
#environment .section1 h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
}
#environment #section1 p,
#environment .section1 p {
  text-align: center;
}
#environment #section1 .metrics-stat-med,
#environment .section1 .metrics-stat-med {
  font-size: 3.5rem !important;
}
#environment #section1 #image1,
#environment .section1 #image1 {
  width: 270px;
}
#environment #section1 #image2,
#environment .section1 #image2 {
  width: 270px;
}
#environment #section1 #image2 div,
#environment .section1 #image2 div {
  float: right;
}
#environment #section1 .four .min-height,
#environment .section1 .four .min-height {
  height: 125px;
  display: inline;
  vertical-align: bottom;
  text-align: center;
}
#environment #section1 .four .wrapper,
#environment .section1 .four .wrapper {
  padding: 0px 5px;
  max-width: 170px;
  margin: 0 auto;
}
#environment #section1 .four p,
#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,
#environment .section1 .four .no-pad {
  margin: 0px;
  position: relative;
  top: 10px;
}
#environment #section1 .metrics,
#environment .section1 .metrics {
  text-align: center;
}
#environment #section1 .metrics .wrapper,
#environment .section1 .metrics .wrapper {
  padding: 0px 5px;
  border: none !important;
}
#environment #section1 .metrics p,
#environment .section1 .metrics p {
  line-height: 20px;
  padding-top: 5px;
}
#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 h2 {
  text-align: center;
  margin-bottom: 35px;
}
#environment #section2 .slider p {
  padding-bottom: 20px;
}
#environment #section2 .slick-slider .slick-track,
#environment #section2 .slick-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
#environment #section2 .slick-list {
  display: flex;
  flex-direction: column;
}
#environment #section2 .slick-prev,
#environment #section2 .slick-next {
  opacity: 1 !important;
}
#environment #section2 .slick-dots {
  position: relative;
}
#environment #section2 .fullwidth {
  max-width: 1500px;
}
#environment #section2 .block {
  display: table-cell;
  vertical-align: top;
}
#environment #section2 .block.first {
  width: 320px;
  padding-right: 20px;
  text-align: center;
}
#environment #section2 .block.first img {
  margin: 0 auto;
  display: inline-block;
}
#environment #section2 h4 {
  margin: 5px 0 15px 0;
  text-align: left;
}
#environment #section2 .caption {
  max-width: 300px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#environment #section3 {
  text-align: center;
}
#environment #section3 .margins {
  margin: 50px 0px;
}
#environment #section3 h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
  color: #ffc423;
}
#environment #section3 ul {
  list-style: inherit;
  font-weight: bold;
  max-width: 265px;
  margin: 0 auto;
  text-align: left;
  line-height: 25px;
}
#environment #section3 li {
  padding-left: 20px;
}
#environment #section3 .caption {
  max-width: 375px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#environment #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 */
}
#environment #section4 .margins {
  margin: 50px 0px;
}
#environment #section4 h2 {
  padding-bottom: 35px;
}
#environment #section5 {
  overflow: auto;
  text-align: center;
}
#environment #section5 .margins {
  margin: 50px 0px;
}
#environment #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 */
}
@media (max-width: 1020px) {
  #environment #section2 .block {
    display: block;
  }
  #environment #section2 .block.first {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  #environment #section2 .block h4 {
    margin: 20px 0 15px 0;
  }
  #environment #section2 .block h4,
  #environment #section2 .block p {
    text-align: center;
  }
  #environment #section2 .block img {
    margin: 0 auto;
  }
}
@media (max-width: 950px) {
  #environment #section1 .five,
  #environment .section1 .five {
    width: 33.3%;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  #environment #section1 .metrics .wrapper,
  #environment .section1 .metrics .wrapper {
    zoom: 0.9;
    margin-top: 20px;
  }
  #environment #section1 .four,
  #environment .section1 .four {
    width: 50%;
    margin-bottom: 15px;
  }
  #environment #section5 .two {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 650px) {
  #environment #section1a {
    padding: 20px 0;
  }
  #environment #section1b .mobileList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }
  #environment #section1b .mobileList a {
    margin: 5px 0;
  }
  #environment #section1b .popup {
    max-width: 90%;
  }
  #environment #section1b .popup .location-content {
    flex-direction: column;
  }
  #environment #section1b .popup .location-content .three {
    width: 100%;
    padding: 20px 0;
  }
  #environment #section1c {
    padding: 20px 0;
  }
  #environment #section1c .items .two {
    width: 100%;
    padding: 20px 0;
  }
  #environment #section1c .items .two h4 {
    margin: 10px 0 15px 0;
  }
  #environment #section1 .five,
  #environment .section1 .five,
  #environment #section1 .three,
  #environment .section1 .three {
    width: 100%;
    margin-bottom: 30px;
  }
  #environment #section2 .slick-slider .slick-track,
  #environment #section2 .slick-slider .slick-list {
    width: 88%;
  }
  #environment #section2 .wrapper {
    padding: 0px;
  }
  #environment #section2 .fullwidth {
    width: calc(100% - 10px);
  }
  #environment #section2 .slick-prev,
  #environment #section2 .slick-next {
    top: 132px;
  }
}
@media (max-width: 450px) {
  #environment #section1 .four,
  #environment .section1 .four {
    width: 100%;
  }
}
/* Conserving & Recycling */

#conserving #intro {
  background-image: url(/media/1858/conserving-recycling-hero_1920x250.jpg);
}
#conserving #intro .margins {
  height: 350px;
}
#conserving #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%;
}
#conserving #section1 .margins {
  margin: 50px 0px;
}
#conserving #section1 .graphic {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-right: 35px;
  width: 300px;
}
#conserving #section1 .content {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 45px;
  text-align: left;
}
#conserving #section1 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin: 0px 0 35px 0;
}
#conserving #section1 ul {
  list-style: inherit;
  margin-left: 20px;
}
#conserving #section1 li {
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 25px;
}
#conserving .caption {
  max-width: 375px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#conserving #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;
  text-align: center;
}
#conserving #section2 .margins {
  margin: 50px 0px;
}
#conserving #section2 h3 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 750px) {
  #conserving #section1 .graphic,
  #conserving #section1 .content {
    display: block;
    width: 100%;
  }
  #conserving #section2 .two {
    width: 100%;
  }
}
/* Engagement */

#engagement #intro {
  background-image: url(/media/1828/pdc18-006a-enviro-exec-responsibility-environment-engagement-hero-1920x350.jpg);
}
#engagement #intro .margins {
  height: 350px;
}
#engagement #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%;
}
#engagement #section1 {
  text-align: center;
}
#engagement #section1 .margins {
  margin: 50px 0px;
}
#engagement .caption {
  max-width: 375px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#engagement #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;
  text-align: center;
}
#engagement #section2 .margins {
  margin: 50px 0px;
}
#engagement #section2 ul {
  list-style: inherit;
  margin-left: 20px;
  text-align: left;
  max-width: 850px;
  margin: 0 auto;
}
#engagement #section2 li {
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 25px;
}
#engagement #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 - Animal Care */

#animal-care #intro {
  background-image: url(/media/2535/animal-care-hero-chicken-turkey-pork-beef_updated.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 #learnMoreSection h1 {
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 20px 0px;
  font-size: 42px;
  color: #006bb7;
  max-width: 860px;
}
#animal-care #learnMoreSection img {
  border-radius: 50%;
  width: 100%;
  max-width: 220px;
}
#animal-care #learnMoreSection .four {
  margin-bottom: 30px;
}
#animal-care #learnMoreSection .four h3 {
  font-size: 27px;
  margin: 10px 0 10px 0;
}
@media (max-width: 1250px) {
  #animal-care #learnMoreSection .four {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #animal-care #learnMoreSection .four {
    width: 100%;
  }
}
#animal-care #section1 {
  text-align: center;
  overflow: auto;
}
#animal-care #section1 .margins {
  margin: 50px 0px;
}
#animal-care #section1 p {
  padding-top: 15px;
}
#animal-care #section1 .three .wrapper {
  background-color: #f7fafc;
  border-radius: 15px;
  margin: 10px;
  padding: 25px 20px;
  border: 1px solid #e1ebf5;
}
#animal-care #section1 .three p {
  padding-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #555555;
}
#animal-care #section1 .three .sm {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
#animal-care #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 */
}
#animal-care #section2 .group-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#animal-care #section2 .group-buttons .column {
  margin: 20px;
}
#animal-care #section2 h2 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px 5px 0px;
  font-size: 42px;
  max-width: 900px;
}
#animal-care #section2 h3 {
  font-size: 29px;
  line-height: 35px;
}
#animal-care #section2 h4 {
  color: #006bb7;
  line-height: 27px;
}
#animal-care #section2 .margins {
  margin: 50px 0px;
  overflow: hidden;
}
#animal-care #section2 .extra-space {
  margin: 50px 0 30px 0;
}
#animal-care #section3 {
  overflow: auto;
}
#animal-care #section3 .margins {
  margin: 50px 0px;
}
#animal-care #section3 h3 {
  font-size: 29px;
  line-height: 35px;
}
#animal-care #section3 .three p {
  padding-bottom: 35px;
  line-height: 20px;
  text-align: center;
}
#animal-care #section3 .wrapper {
  padding: 0px 30px;
}
#animal-care #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 */
}
@media (max-width: 950px) {
  #animal-care #section1 .three {
    width: 50%;
  }
}
@media (max-width: 800px) {
  #animal-care #section3 .three {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #animal-care #section2 .two {
    width: 100%;
  }
  #animal-care #section1 .two {
    width: 100%;
  }
  #animal-care #section1 .two .wrapper {
    padding: 0;
  }
  #animal-care #section1 .two .wrapper h3 {
    margin: 10px 0;
    font-size: 18px !important;
  }
  #animal-care #section2 .three {
    width: 50%;
  }
}
@media (max-width: 650px) {
  #animal-care #section1 .three {
    width: 100%;
  }
  #animal-care #section1 .three .wrapper {
    margin: 10px 0px;
  }
}
/*Commitments to Animal Care */

#commitments #intro {
  background-image: url(/images/responsibility/animal-care/commitments/commitments-hero.jpg);
}
#commitments #intro {
  background-position: top right;
}
#commitments #intro .margins {
  height: 350px;
}
#commitments #intro .margins h1 {
  max-width: 700px;
}
#commitments #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%;
}
#commitments #section1 {
  position: relative;
  text-align: center;
  overflow: hidden;
}
#commitments #section1 .read-more-section {
  display: none;
  margin-top: 20px;
  text-align: left;
}
#commitments #section1 .margins {
  margin: 75px 0 20px 0px;
}
#commitments #section1 h2 {
  color: #006bb7;
  padding: 0px;
}
#commitments #section1 h3 {
  font-size: 36px;
  line-height: 42px;
  margin: 5px 0 20px 0;
  color: #006bb7;
}
#commitments #section1 p {
  margin-bottom: 20px;
}
#commitments #section1 .more-parts .four {
  text-align: center;
  cursor: pointer;
}
#commitments #section1 .more-parts .four.active .btn-wrapper {
  background-color: #e6f0fd;
}
#commitments #section1 .more-parts .four img {
  padding-bottom: 8px;
}
#commitments #section1 .more-parts .four .btn-wrapper {
  margin: 0px 10px;
  padding: 20px 10px 25px 10px;
  background-color: #f6f9fc;
  border-radius: 8px;
  border: 1px solid #c3d8ec;
}
#commitments #section1 .more-parts .four .btn-wrapper:hover {
  background-color: #e6f0fd;
}
#commitments #section1 .more-parts .four a {
  text-decoration: none;
}
#commitments #section1 .more-parts .four p {
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 0px 15px 0px;
  font-size: 18px;
  line-height: 22px;
}
#commitments #section1 .more-parts .four p.blue {
  color: #006bb7;
}
#commitments #section1 .more-parts .four p.green {
  color: #78b52f;
}
#commitments #section1 .more-parts .four p.yellow {
  color: #ffc423;
}
#commitments #section1 .more-parts .four p.brown {
  color: #6c520b;
}
#commitments #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;
  text-align: center;
}
#commitments #section2 .margins {
  margin: 50px 0px;
  overflow: hidden;
  margin-bottom: 75px;
}
#commitments #section2 .hidden {
  display: none;
}
#commitments #section2 .parts p {
  margin-bottom: 20px;
}
#commitments #section2 .wrapper .wrapper {
  padding: 0px 20px 20px 20px;
}
#commitments #section2 h3 {
  font-size: 36px;
  line-height: 42px;
  margin: 20px auto 15px auto !important;
}
#commitments #section2 h4 {
  font-size: 24px;
  line-height: 28px;
  margin: 20px 25px 15px 25px;
}
#commitments #section2 strong {
  font-weight: 700;
}
#commitments #section2 .circle {
  cursor: auto;
  width: 45px;
  height: 42px;
  font-family: 700;
  font-size: 30px;
  line-height: 45px;
  color: white;
}
#commitments #section2 .btn-margin {
  padding: 0px 0 35px 0;
}
#commitments #section2 .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
}
#commitments #section2 .center-margin {
  margin-left: 15%;
}
#commitments #section2 #part3 .animalcare-btn {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 20px !important;
  text-decoration: none;
  font-style: normal;
  display: inline-block;
  margin-bottom: 10px !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 25px;
  border-style: inherit;
  padding: 8px 28px 7px 28px !important;
}
#commitments #section2 .five {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#commitments #section2 .five.active .img {
  border: 4px solid;
}
#commitments #section2 .five.hunger.active .img {
  border-color: #78b52f;
}
#commitments #section2 .five.discomfort.active .img {
  border-color: #006bb7;
}
#commitments #section2 .five.pain.active .img {
  border-color: #7da9d5;
}
#commitments #section2 .five.normal.active .img {
  border-color: #ffc423;
}
#commitments #section2 .five.fear.active .img {
  border-color: #6c520b;
}
#commitments #section2 .five a {
  text-decoration: none;
}
#commitments #section2 .five .img {
  background-size: cover !important;
  background-position: center !important;
  width: 150px;
  height: 150px;
  border-radius: 180px;
  margin-top: 18px;
  transition: all 0.2s ease-in-out;
}
#commitments #section2 .five .img:hover {
  transform: scale(1.1);
}
#commitments #section2 .five p {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 12px 5px 15px 5px;
  font-size: 18px;
  line-height: 26px;
}
#commitments #section2 .five p.blue {
  color: #006bb7;
}
#commitments #section2 .five p.light-blue {
  color: #7da9d5;
}
#commitments #section2 .five p.green {
  color: #78b52f;
}
#commitments #section2 .five p.yellow {
  color: #ffc423;
}
#commitments #section2 .five p.brown {
  color: #6c520b;
}
#commitments #section2 .freedom-info,
#commitments #section2 .parts-copy {
  background-color: #f6f9fc;
  border: 1px solid #c3d8ec;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 20px;
  text-align: left;
}
#commitments #section2 .freedom-info p,
#commitments #section2 .parts-copy p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #717171;
  padding: 10px 0px 10px 0px;
  margin: 0 auto;
}
#commitments #section2 .freedom-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#commitments #section2 .freedom-info .media {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#commitments #section2 .freedom-info .media .img {
  background-size: cover !important;
  background-position: center !important;
  width: 220px;
  height: 220px;
  border-radius: 180px;
  margin: 10px 0;
}
#commitments #section2 .freedom-info .copy {
  display: flex;
  flex-direction: column;
  padding: 18px;
  width: 70%;
}
#commitments #section2 .freedom-info .copy h4 {
  margin: 0px;
  text-align: left;
}
#commitments #section2 .freedom-info .copy p {
  margin: 0;
}
#commitments #section2 .parts-copy {
  overflow: auto;
}
#commitments #section2 .parts-copy .image {
  width: 37%;
  float: left;
}
#commitments #section2 .parts-copy .image img {
  width: 100%;
  max-width: 400px;
}
#commitments #section2 .parts-copy .text {
  width: 63%;
  float: left;
  padding-top: 15px;
}
#commitments #section2 .parts-copy .btn-block {
  display: inline-block;
  padding-right: 15px;
}
#commitments #section2 .slider {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#commitments #section2 .slick-prev,
#commitments #section2 .slick-next {
  opacity: 1 !important;
  top: 120px;
}
#commitments #section2 .slick-track {
  width: 85%;
  margin: 0 auto;
}
#commitments #section2 .more-parts {
  padding-top: 75px;
}
#commitments #section2 .more-parts .four {
  text-align: center;
  cursor: pointer;
}
#commitments #section2 .more-parts .four.active .btn-wrapper {
  background-color: #e6f0fd;
}
#commitments #section2 .more-parts .four .btn-wrapper {
  margin: 0px 10px;
  padding: 10px 5px 5px 5px;
  background-color: #f6f9fc;
  border-radius: 8px;
  border: 1px solid #c3d8ec;
}
#commitments #section2 .more-parts .four .btn-wrapper:hover {
  background-color: #e6f0fd;
}
#commitments #section2 .more-parts .four a {
  text-decoration: none;
}
#commitments #section2 .more-parts .four p {
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  font-size: 18px;
  line-height: 22px;
}
#commitments #section2 .more-parts .four p.blue {
  color: #006bb7;
}
#commitments #section2 .more-parts .four p.green {
  color: #78b52f;
}
#commitments #section2 .more-parts .four p.yellow {
  color: #ffc423;
}
#commitments #section2 .more-parts .four p.brown {
  color: #6c520b;
}
#commitments #section3 {
  text-align: left;
}
#commitments #section3 h3 {
  font-size: 36px;
  line-height: 42px;
  color: #006bb7;
}
#commitments #section3 .fullwidth {
  width: 100%;
}
#commitments #section3 .isteps {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 55% 47.5%;
  margin-bottom: 0px;
  border-radius: 50%;
  width: 75px;
  height: 72px;
  cursor: pointer;
  margin: 5px 15px 0 0;
}
#commitments #section3 .margins {
  margin: 50px 0px;
}
#commitments #section3 .wrapper .wrapper {
  padding: 0 20px 20px 0;
}
#commitments #section3 ul {
  text-align: left;
  list-style: disc;
}
#commitments #section3 ul li {
  margin-left: 30px;
}
#commitments #section3 img {
  padding-right: 10px;
}
#commitments #section3 p {
  padding-right: 10px;
  margin: 0 auto 2rem;
}
#commitments #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 */
}
#commitments #section4 .see-more-videos {
  display: none;
  margin-top: 50px;
}
#commitments #section4 p#see-more-videos {
  margin-top: 50px;
}
#commitments #section4 .margins {
  margin: 100px 0px;
  overflow: hidden;
}
#commitments #section4 .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#commitments #section4 .wrapper .wrapper {
  padding: 0px 10px;
}
#commitments #section4 h3 {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 20px 0;
  color: #6c520b;
}
#commitments #section4 .video {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 768px) {
  #commitments #section4 .row .two {
    width: 100%;
  }
}
#commitments #section5 {
  text-align: center;
  overflow: auto;
}
#commitments #section5 .margins {
  margin: 100px 0px;
  margin-top: 75px;
}
#commitments #section5 .wrapper {
  overflow: hidden;
}
#commitments #section5 h3 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 20px 0;
  color: #006bb7;
  width: 80%;
  min-width: 250px;
  padding-bottom: 35px;
  margin: 0 auto;
  max-width: 815px;
}
#commitments #section5 .divider {
  display: block;
  border-bottom: 1px solid #bed4ea;
  margin: 35px auto 35px auto;
  max-width: 200px;
  width: 30%;
  height: 1px;
}
#commitments #section5 .wrapper .wrapper {
  padding: 0px 10px;
}
#commitments #section5 .quote {
  font-style: italic;
  font-size: 16px;
  line-height: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#commitments #section5 .quote-source {
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  width: 80%;
  margin: 0 auto 0px auto;
  min-width: 200px;
  max-width: 350px;
}
#commitments #section6 {
  text-align: center;
  overflow: auto;
}
#commitments #section6 .margins {
  margin: 50px 0px;
}
#commitments #section6 .tab-icon {
  background: #ffcc00;
  padding: 10px 10px 10px 10px;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  text-align: center;
}
#commitments #section6 .tab-icon img {
  height: 40px;
  width: 40px;
}
#commitments #section6 h3 {
  font-size: 36px;
  line-height: 42px;
  color: #006bb7;
}
#commitments #section6 .wrapper .wrapper {
  padding: 0px 10px;
}
#commitments #section6 .archives h3 {
  margin-top: 60px;
}
#commitments #section6 .archives .wrapper {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
#commitments #section6 .archives .block {
  padding-right: 15px;
  padding-bottom: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#commitments #section6 .archives .block a {
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Fira Sans', sans-serif;
}
#commitments #section6 .archives .block a:hover {
  text-decoration: underline;
}
#commitments #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 */
}
@media (max-width: 1105px) {
  #commitments #section2 .five {
    width: 33.3%;
  }
  #commitments #section2 .freedom-info .media .img {
    width: 160px;
    height: 160px;
  }
  #commitments #section1 .more-parts .four a,
  #commitments #section2 .more-parts .four a {
    text-decoration: none;
    width: auto;
    margin: 0 2.5%;
    height: 30px;
    line-height: 31px;
    padding: 0 25px;
  }
  #commitments #section1 .more-parts .four p,
  #commitments #section2 .more-parts .four p {
    text-align: center;
    font-weight: 700;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    margin: 4px auto 8px auto !important;
    min-height: 55px;
  }
}
@media (max-width: 1020px) {
  #commitments #section1 .more-parts .four,
  #commitments #section2 .more-parts .four {
    width: 50%;
    padding-bottom: 20px;
  }
  #commitments #section6 h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 900px) {
  #commitments #section2 .parts-copy {
    text-align: center;
  }
  #commitments #section2 .parts-copy .image {
    width: 100%;
  }
  #commitments #section2 .parts-copy .text {
    width: 100%;
  }
  #commitments #section3 .two {
    width: 100%;
  }
  #commitments #section3 .wrapper .wrapper {
    padding: 0 0 20px 0;
  }
  #commitments #section4 .three {
    width: 100%;
    padding-bottom: 35px;
  }
  #commitments #section6 .two {
    width: 100%;
    padding-bottom: 25px;
  }
  #commitments #section6 .archives h3 {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  #commitments #section3 h3 {
    font-size: 26px !important;
    line-height: 36px !important;
    max-width: 90% !important;
    margin: 25px auto !important;
  }
  #commitments #section3 p {
    line-height: 24px;
    font-size: 14px;
    padding-right: 0px;
    margin-top: 0px;
  }
  #commitments #section2 .parts p {
    width: 90%;
    margin: auto;
    margin-bottom: 10px !important;
  }
  #commitments #section2 .parts h3 {
    width: 90% !important;
    margin: 20px auto 15px auto !important;
  }
  #commitments #section2 .wrapper {
    padding: 0px !important;
  }
  #commitments #section2 .slick-prev {
    left: 0;
  }
  #commitments #section2 .slick-next {
    right: 0;
  }
  #commitments #section2 p {
    width: 95%;
    margin: auto;
  }
  #commitments #section2 .five p {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px !important;
    padding-bottom: 5px !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #commitments #section2 .five.active .img {
    border: 3px solid;
  }
  #commitments #section2 .freedom-info {
    flex-direction: column;
    align-items: center;
  }
  #commitments #section2 .freedom-info .media .img {
    width: 160px;
    height: 160px;
  }
  #commitments #section2 .freedom-info .copy {
    align-items: center;
    width: 100%;
    padding: 0 0 15px 0;
  }
  #commitments #section2 .freedom-info .copy h4,
  #commitments #section2 .freedom-info .copy p {
    text-align: center;
  }
  #commitments #section2 .freedom-info .copy h4 {
    margin: 5px auto !important;
    line-height: 26px !important;
  }
  #commitments #section2 .freedom-info .copy p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #717171;
    margin: 10px auto 5px auto !important;
    padding: 0px !important;
  }
  #commitments #section5 .two {
    width: 100%;
    margin-bottom: 50px;
  }
  #commitments #section5 .wrapper {
    padding: 0 10px !important;
    margin: auto !important;
  }
  #commitments #section5 .wrapper h4 {
    margin: 25px auto 10px auto;
    font-size: 22px !important;
    line-height: 28px !important;
  }
  #commitments #section5 .quote {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  #commitments #section5 h3 {
    width: 90% !important;
    padding-bottom: 0 !important;
    margin: 10px auto 20px auto !important;
    color: #006bb7;
    max-width: 815px;
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
@media (max-width: 650px) {
  #commitments #section1 .more-parts .four {
    width: 100%;
  }
  #commitments #intro div {
    display: block !important;
    text-align: center;
  }
  #commitments #intro div img {
    padding-bottom: 10px;
  }
}
/* Animal Care - Meet the Breeds */

#breeds #intro {
  background-image: url(/media/1725/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(/images/responsibility/animal-care/faqs/hero-animal-care-faq.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/1820/pdc18-006a-csroperations-responsibility-food-operations-hero-1920x350.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 #section1 {
  text-align: center;
}
#practices #section1 h2 {
  text-align: center;
  padding-bottom: 35px;
}
#practices #section1 h3 {
  margin: 0 0 20px 0;
  color: #006bb7;
  font-size: 36px;
  line-height: 40px;
}
#practices #section1 .special {
  font-size: 24px;
  line-height: 28px;
  margin: 0px 0 20px 0;
  color: #ffc423;
  font-weight: bold;
}
#practices #section1 p {
  margin-bottom: 20px;
}
#practices #section1 .margins {
  margin: 50px 0px;
}
#practices #section1 ul {
  list-style: inherit;
  margin-left: 20px;
  text-align: left;
  max-width: 835px;
  margin: 0 auto;
}
#practices #section1 li {
  padding-left: 20px;
  margin-bottom: 10px;
}
#practices #section1 strong {
  font-weight: bold;
}
#practices #section1 em {
  font-style: italic;
}
#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: 50px 0px;
}
#practices #section2 .fullwidth {
  max-width: 1150px;
}
#practices #section2 .wrapper {
  text-align: center;
}
#practices #section3 {
  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 #section3 .margins {
  margin: 100px 0px;
}
#practices #section3 .wrapper {
  text-align: center;
}
#practices #section3 h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0 15px 0;
}
#practices #section3 p {
  margin-bottom: 20px;
}
#practices #section3 .caption {
  margin-bottom: 0px;
}
#practices #section4 {
  text-align: center;
}
#practices #section4 .margins {
  margin: 100px 0px;
}
#practices #section4 h2 {
  padding-bottom: 20px;
}
#practices #section4 ul {
  list-style: inherit;
  margin-left: 20px;
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
}
#practices #section4 li {
  padding-left: 20px;
  margin-bottom: 10px;
}
#practices #section4 p {
  margin-bottom: 20px;
}
#practices #section5 {
  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;
  text-align: center;
}
#practices #section5 h2 {
  margin-bottom: 35px;
}
#practices #section5 .margins {
  margin: 100px 0px;
}
#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;
  }
}
/* USDA Process Verified */

#usda .image-cropper {
  margin: 0 auto;
}
#usda #intro {
  background-image: url(/media/1910/white-chickens.jpg);
}
#usda #intro .margins {
  height: 350px;
}
#usda #intro .margins h1 {
  max-width: 975px;
}
#usda #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%;
}
#usda #section1 h2 {
  text-align: center;
  padding-bottom: 15px;
}
#usda #section1 h3 {
  margin: 0px 0 20px 0;
  color: #006bb7;
  font-size: 36px;
  line-height: 40px;
}
#usda #section1 .margins {
  margin: 50px 0px;
}
#usda #section1 ul {
  list-style: inherit;
  margin-left: 20px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#usda #section1 li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#usda #section1 strong {
  font-weight: bold;
}
#usda #section1 p {
  margin-bottom: 20px;
}
#usda #section1 .wrapper {
  padding: 0px 25px;
}
#usda #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 */
}
#usda .expandable {
  width: 100%;
  margin-bottom: 35px;
}
#usda .expandable .tab {
  background-color: #dfeaf4;
  background-image: url(/images/responsibility/usda/plus.png);
  background-position: center right;
  background-repeat: no-repeat;
  padding: 15px 20px;
  color: #555555;
  font-size: 26px;
  width: 100%;
  cursor: pointer;
}
#usda .expandable .tab h4 {
  text-align: left;
  margin: 0px;
}
#usda .expandable.summary .tab {
  background-image: none !important;
  cursor: inherit;
}
#usda .expandable.active .tab {
  background-color: #006bb7;
  color: #ffc423;
  background-image: url(/images/responsibility/usda/minus.png);
}
#usda .expandable table {
  display: none;
}
#usda .expandable.active table {
  display: block;
}
#usda .expandable th,
#usda .expandable td {
  border: 1px solid #dfeaf4;
  vertical-align: middle;
}
#usda .expandable th {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  color: #555555;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
}
#usda .expandable th:first-of-type {
  width: 16%;
}
#usda .expandable th:last-of-type {
  width: 16%;
}
#usda .expandable td {
  font-size: 14px;
  line-height: 19px;
  padding: 20px;
  text-align: center;
}
#usda .expandable td:first-of-type {
  text-align: left;
}
#usda .expandable td:last-of-type {
  vertical-align: top;
}
#usda .expandable.summary table {
  display: block;
}
#usda .expandable.summary td {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-size: 64px;
  font-size: 68px;
  color: #006cb7;
}
#usda .expandable.summary td:last-of-type {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 900px) {
  #usda .expandable thead,
  #usda .expandable tbody,
  #usda .expandable th,
  #usda .expandable td,
  #usda .expandable tr {
    display: block;
  }
  #usda .expandable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #usda .expandable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
    padding-bottom: 40px;
    text-align: center !important;
    vertical-align: top !important;
  }
  #usda .expandable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: auto;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #usda .expandable.summary td {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    color: #555555;
    font-size: 15px;
    line-height: 22px;
  }
  #usda .expandable td:nth-of-type(1):before {
    content: "Process Verified Points";
  }
  #usda .expandable td:nth-of-type(2):before {
    content: "Freedom From Hunger and Thirst";
  }
  #usda .expandable td:nth-of-type(3):before {
    content: "Freedom From Discomfort";
  }
  #usda .expandable td:nth-of-type(4):before {
    content: "Freedom From Pain, Injury and Disease";
  }
  #usda .expandable td:nth-of-type(5):before {
    content: "Freedom to Express Normal Behaviors";
  }
  #usda .expandable td:nth-of-type(6):before {
    content: "Freedom from Fear and Distress";
  }
  #usda .expandable td:nth-of-type(7):before {
    content: "Commitments to Animal Care Initiatives";
  }
  #usda .expandable .tab {
    background-image: url(/images/responsibility/usda/mplus.png);
    padding: 10px 15px;
  }
  #usda .expandable.active .tab {
    background-image: url(/images/responsibility/usda/mminus.png);
  }
  #usda #section1 ul {
    margin-left: 25px;
  }
}
@media (max-width: 650px) {
  #usda .expandable td {
    padding-left: 34%;
    min-height: 85px;
    font-size: 12px;
    line-height: 19px;
  }
  #usda .expandable td:before {
    width: 30%;
    white-space: normal;
  }
  #usda #section1 .wrapper {
    padding: 0px;
  }
}
@media (max-width: 450px) {
  #usda .expandable td {
    min-height: 110px;
  }
}
/*Continuous Improvement */

#improvements #intro {
  background-image: url(/media/1910/white-chickens.jpg);
}
#improvements #intro .margins {
  height: 350px;
}
#improvements #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%;
}
#improvements #intro h1 {
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 56px;
}
#improvements .caption,
#practices .caption {
  max-width: 375px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  margin: 0 auto;
  padding: 15px 0 35px 0;
  text-align: center;
}
#improvements #section1 .metrics {
  text-align: center;
  margin-bottom: 25px;
  padding-top: 25px;
}
#improvements #section1 .metrics .wrapper {
  padding: 0px 5px;
  border: none !important;
}
#improvements #section1 .metrics p {
  line-height: 22px !important;
}
#improvements #section1,
#improvements #section3,
#improvements #section5,
#improvements #section7 {
  text-align: center;
}
#improvements #section1 h2,
#improvements #section3 h2,
#improvements #section5 h2,
#improvements #section7 h2 {
  text-align: center;
}
#improvements #section1 h3,
#improvements #section3 h3,
#improvements #section5 h3,
#improvements #section7 h3 {
  color: #ffc423;
  font-size: 24px;
  line-height: 28px;
}
#improvements #section1 .margins,
#improvements #section3 .margins,
#improvements #section5 .margins,
#improvements #section7 .margins {
  margin: 100px 0px;
}
#improvements #section1 .btn-margin,
#improvements #section3 .btn-margin,
#improvements #section5 .btn-margin,
#improvements #section7 .btn-margin {
  margin: 0 auto;
  text-align: center;
}
#improvements #section1 .image-cropper,
#improvements #section3 .image-cropper,
#improvements #section5 .image-cropper,
#improvements #section7 .image-cropper {
  margin: 0 auto;
}
#improvements #section2,
#improvements #section6 {
  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 */
  text-align: center;
}
#improvements #section2 .margins,
#improvements #section6 .margins {
  margin: 100px 0px;
}
#improvements #section2 .wrapper,
#improvements #section6 .wrapper {
  text-align: center;
}
#improvements #section2 .image-cropper,
#improvements #section6 .image-cropper {
  margin: 0 auto;
}
#improvements #videosection .two .wrapper {
  padding: 0px 15px;
}
#improvements #videosection img {
  width: 100%;
  max-width: 500px;
  padding-bottom: 15px;
}
#improvements #videosection .video-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #6c520b;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 20px;
}
#improvements #videosection .video-toggle {
  display: none;
}
#improvements #videosection .video-wrapper {
  position: relative;
}
#improvements #videosection .play {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: url(/images/play.svg);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#improvements #videosection .video a {
  text-decoration: none;
}
@media (max-width: 750px) {
  #improvements #videosection .two {
    width: 100%;
  }
}
#improvements #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 */
  text-align: center;
}
#improvements #section4 h2 {
  max-width: 930px;
  margin: 0 auto;
}
#improvements #section4 .margins {
  margin: 100px 0px;
}
#improvements #section4 .wrapper {
  text-align: center;
}
#improvements #section4 .image-cropper {
  margin: 0 auto;
}
#improvements #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 */
}
@media (max-width: 950px) {
  #improvements .metrics .five {
    width: 25%;
  }
}
@media (max-width: 800px) {
  #improvements .metrics .five {
    width: 33.3%;
  }
}
@media (max-width: 600px) {
  #improvements .metrics .five {
    width: 50%;
  }
}
@media (max-width: 450px) {
  #improvements .metrics .four,
  #improvements .metrics .three {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 0px;
  }
  #improvements .metrics .five {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  #improvements #section1 .metrics {
    padding-top: 0px;
  }
}
@media (max-width: 540px) {
  #improvements .metrics .five {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  #improvements .metrics .four,
  #improvements .metrics .three {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 0px;
  }
  #improvements #section1 .metrics {
    padding-top: 0px;
  }
}
#improvements #section1 .metrics-info h3 {
  text-align: center;
  margin: 50px auto 20px;
  font-size: 36px;
  line-height: 40px;
  color: #006bb7;
}
#improvements #section1 .metrics-info ul {
  list-style: disc;
  margin: 20px auto;
  padding-left: 25px;
  max-width: 850px;
}
#improvements #section1 .metrics-info ul li {
  padding-left: 10px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.75;
}
#improvements #section1 .metrics-info ul li em {
  font-style: italic;
}
/* Highlights Report + Indicent Report */

#highlight-report strong,
#incident-report strong {
  font-weight: bold;
}
#highlight-report em,
#incident-report em {
  font-style: italic;
}
#highlight-report h2,
#incident-report h2 {
  padding: 0px;
}
#highlight-report .sectionIcon,
#incident-report .sectionIcon {
  text-align: center;
}
#highlight-report .sub-title p,
#incident-report .sub-title p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #717171;
  padding: 10px 0px 10px 0px;
  margin: 0 auto;
}
#highlight-report .r-tabs .r-tabs-nav .r-tabs-tab,
#incident-report .r-tabs .r-tabs-nav .r-tabs-tab {
  max-width: 20%;
  padding: 10px 5px;
}
#highlight-report .goals p,
#incident-report .goals p,
#highlight-report .progress p,
#incident-report .progress p,
#highlight-report .steps p,
#incident-report .steps p,
#highlight-report .goals li,
#incident-report .goals li,
#highlight-report .progress li,
#incident-report .progress li,
#highlight-report .steps li,
#incident-report .steps li {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
#highlight-report .goals p,
#incident-report .goals p,
#highlight-report li,
#incident-report li {
  color: #6c520b;
}
#highlight-report .progress p,
#incident-report .progress p,
#highlight-report li,
#incident-report li {
  color: #5ea43e;
}
#highlight-report .steps p,
#incident-report .steps p,
#highlight-report li,
#incident-report li {
  color: #006bb7;
}
#highlight-report .freeImage,
#incident-report .freeImage {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}
#highlight-report .freedomLine,
#incident-report .freedomLine {
  display: table-cell;
  vertical-align: middle;
}
#highlight-report .r-tabs-state-active,
#incident-report .r-tabs-state-active {
  border-bottom: 0px;
}
#highlight-report .expand-me,
#incident-report .expand-me {
  background-color: #f6f9fc;
  border: 1px solid #c3d8ec;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 20px;
}
#highlight-report .expand-me .row,
#incident-report .expand-me .row {
  overflow: hidden;
}
#highlight-report .expand-me img,
#incident-report .expand-me img {
  width: 100%;
  max-width: 440px;
}
#highlight-report .image,
#incident-report .image {
  width: 42%;
  float: left;
  text-align: left;
}
#highlight-report .image img,
#incident-report .image img {
  padding-right: 20px;
}
#highlight-report .image-right,
#incident-report .image-right {
  width: 42%;
  float: left;
  text-align: right;
}
#highlight-report .image-right img,
#incident-report .image-right img {
  padding-left: 20px;
}
#highlight-report .text-right,
#incident-report .text-right,
#highlight-report .text-left,
#incident-report .text-left {
  width: 58%;
  float: left;
  overflow: hidden;
}
#highlight-report .text-right,
#incident-report .text-right {
  text-align: left;
}
#highlight-report .text-right .sub-title p,
#incident-report .text-right .sub-title p {
  text-align: left;
}
#highlight-report .text-left,
#incident-report .text-left {
  text-align: right;
}
#highlight-report .text-left .sub-title p,
#incident-report .text-left .sub-title p {
  text-align: right;
}
#highlight-report .fr,
#incident-report .fr,
#highlight-report .tr,
#incident-report .tr,
#highlight-report .ci,
#incident-report .ci {
  display: none;
}
#highlight-report .hidden {
  display: none;
}
#highlight-report #intro {
  background-image: 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 {
  position: relative;
  text-align: center;
  overflow: hidden;
}
#highlight-report #section1 .margins {
  margin: 100px 0px;
}
#highlight-report #section1 h3 {
  font-size: 36px;
  line-height: 42px;
  margin: 5px 0 20px 0;
  color: #006bb7;
}
#highlight-report #section1 p {
  margin-bottom: 20px;
}
#highlight-report #section1 .four {
  text-align: center;
  cursor: pointer;
}
#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;
}
#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%;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 0px 15px 0px;
  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 {
  overflow: auto;
  text-align: center;
}
#highlight-report #section2 h2 {
  color: #6c520b;
  padding-bottom: 40px;
}
#highlight-report #section2 .margins {
  margin: 100px 0px;
}
#highlight-report #section2 .video {
  width: 100%;
  max-width: 749px;
}
#highlight-report #section3 {
  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;
  text-align: left;
}
#highlight-report #section3 h2 {
  color: #006bb7;
  padding-bottom: 40px;
  text-align: center;
}
#highlight-report #section3 .margins {
  margin: 100px 0px;
}
#highlight-report #section3 .wrapper .wrapper {
  padding: 0 20px 20px 0;
}
#highlight-report #section3 img {
  padding-right: 10px;
}
#highlight-report #section3 p {
  line-height: 24px;
}
#highlight-report #section4 {
  overflow: auto;
  text-align: center;
}
#highlight-report #section4 h2 {
  padding: 25px 0px 15px 0;
}
#highlight-report #section4 p {
  padding-bottom: 15px;
}
#highlight-report #section4 .margins {
  margin: 50px 0px;
}
#highlight-report #sectionArchives {
  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;
  text-align: center;
}
#highlight-report #sectionArchives h2 {
  padding: 50px 0 40px 0;
}
#highlight-report #sectionArchives .margins {
  margin: 50px 0px;
}
#highlight-report #sectionArchives .white {
  background-color: white;
}
#highlight-report #sectionArchives #grad-bg {
  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 */
  width: 100%;
  height: 40px;
  position: absolute;
}
#highlight-report #sectionArchives .r-tabs .r-tabs-nav {
  width: 310px;
  margin: 0 auto;
}
#highlight-report #sectionArchives .r-tabs .r-tabs-nav .r-tabs-tab {
  background-color: #c7daed;
  width: 150px;
  max-width: 150px;
  height: 40px;
  padding: 0px;
}
#highlight-report #sectionArchives .r-tabs-state-active {
  background-color: white;
}
#highlight-report #sectionArchives .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #006bb7;
  padding: 0px;
}
#highlight-report #sectionArchives #tabs li a {
  text-align: center;
  font-weight: 700;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
}
#highlight-report #sectionArchives .r-tabs .r-tabs-panel {
  padding: 20px 0px;
}
#highlight-report #sectionArchives .center-me {
  margin: 0 auto;
  max-width: 665px;
  padding: 40px 0px 30px 0;
  text-align: left;
}
#highlight-report #sectionArchives .first-arc,
#highlight-report #sectionArchives .second-arc,
#highlight-report #sectionArchives .block {
  display: table-cell;
  vertical-align: middle;
}
#highlight-report #sectionArchives .first-arc {
  padding-right: 80px;
}
#highlight-report #sectionArchives .block {
  padding-right: 15px;
}
#highlight-report #sectionArchives .block a {
  text-decoration: none;
  font-size: 22px;
  line-height: 26px;
}
#highlight-report #sectionArchives .block a:hover {
  text-decoration: underline;
}
#highlight-report #section5 {
  background-color: #e1ebf5;
  position: relative;
}
#highlight-report #section5 h2 {
  text-align: center;
  color: #78b52f;
}
#highlight-report #section5 .sub-title p {
  max-width: 940px;
}
#highlight-report #section5 .margins {
  margin: 100px 0px;
}
#highlight-report #section5 .fullwidth {
  overflow: auto;
}
#highlight-report #section5 .wrapper {
  overflow: hidden;
}
#highlight-report #section5 .from {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #7da9d5;
  text-align: left;
}
#highlight-report #section5 .from .freedom {
  color: #006bb7;
}
#highlight-report #section5 .text-left .from {
  text-align: right;
}
#highlight-report #section5 .freedom {
  color: #006bb7;
}
#highlight-report #section5 .text-right,
#highlight-report #section5 .text-left {
  margin-top: 8px;
}
#highlight-report #section5 .mimage-right {
  display: none;
}
#highlight-report #section6 {
  background-color: #e1ebf5;
  text-align: center;
  position: relative;
}
#highlight-report #section6 h2 {
  text-align: center;
  margin-top: 25px;
}
#highlight-report #section6 .margins {
  margin: 50px 0px;
}
#highlight-report #section6 .expand-me .sub-title p {
  max-width: 100%;
}
#highlight-report #section6 .fullwidth {
  overflow: auto;
}
#highlight-report #section6 .wrapper {
  overflow: hidden;
}
#highlight-report #section6 .btn-margin {
  padding: 0px 0 35px 0;
}
#highlight-report #section6 #fr {
  display: none;
  position: relative;
  top: -8px;
}
#highlight-report #section7 {
  text-align: center;
  position: relative;
  background-color: #e1ebf5;
}
#highlight-report #section7 h2 {
  text-align: center;
  color: #6c520b;
  margin-top: 25px;
}
#highlight-report #section7 .margins {
  margin: 50px 0px;
}
#highlight-report #section7 .fullwidth {
  overflow: auto;
}
#highlight-report #section7 .wrapper {
  overflow: hidden;
}
#highlight-report #section7 .btn-margin {
  padding: 0px 0 35px 0;
}
#highlight-report #section7 #tr {
  display: none;
  position: relative;
  top: -8px;
}
#highlight-report #section7 .block {
  display: table-cell;
  padding-right: 15px;
}
#highlight-report #section8 {
  text-align: center;
  position: relative;
  background-color: #e1ebf5;
}
#highlight-report #section8 h2 {
  text-align: center;
  margin-top: 25px;
  color: #ffc423;
}
#highlight-report #section8 .margins {
  margin: 50px 0px;
}
#highlight-report #section8 .expand-me .sub-title p {
  padding-top: 70px;
}
#highlight-report #section8 .fullwidth {
  overflow: auto;
}
#highlight-report #section8 .wrapper {
  overflow: hidden;
}
#highlight-report #section8 .btn-margin {
  padding: 0px 0 35px 0;
}
#highlight-report #section8 #ci {
  display: none;
  position: relative;
  top: -8px;
}
#highlight-report .dividerWhiteBar {
  width: 100%;
  height: 20px;
  background-color: white;
}
@media (max-width: 1160px) {
  #highlight-report #section7 .btn-sm {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1020px) {
  #highlight-report #section1 .four {
    width: 50%;
    padding-bottom: 20px;
  }
  #highlight-report #section6 .expand-me .sub-title p,
  #highlight-report #section7 .expand-me .sub-title p,
  #highlight-report #section9 .expand-me .sub-title p {
    padding-top: 20px;
  }
}
@media (max-width: 990px) {
  #highlight-report #section7 .block {
    display: block;
    padding: 0px;
  }
}
@media (max-width: 830px) {
  #highlight-report #section3 .two {
    width: 100%;
  }
  #highlight-report #section3 .wrapper .wrapper {
    padding: 10px 0px;
  }
  #highlight-report #sectionArchives #grad-bg {
    display: none;
  }
  #highlight-report #tabs {
    padding-top: 15px;
  }
  #highlight-report #sectionArchives .center-me {
    max-width: 350px;
    padding: 5px 0px 0px 0;
  }
  #highlight-report #sectionArchives .first-arc,
  #highlight-report #sectionArchives .second-arc {
    display: block;
    vertical-align: middle;
    padding: 0px 0px 20px 0px;
  }
}
@media (max-width: 768px) {
  #highlight-report #intro .wrapper {
    width: 330px;
    margin: 0 auto;
  }
  #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 #section5 .mimage-right {
    display: block;
    margin-bottom: 40px;
  }
  #highlight-report #section5 .from,
  #highlight-report #section5 .sub-title p,
  #highlight-report #section5 .text-left .from {
    text-align: center;
  }
  #highlight-report #section6 .expand-me .sub-title p,
  #highlight-report #section7 .expand-me .sub-title p,
  #highlight-report #section8 .expand-me .sub-title p {
    text-align: center;
    padding-top: 40px;
  }
}
@media (max-width: 650px) {
  #highlight-report #intro div {
    display: block !important;
    text-align: center;
  }
  #highlight-report #intro div img {
    padding-bottom: 10px;
  }
  #highlight-report #section1 .four {
    width: 100%;
  }
  #highlight-report #section3 img {
    width: 65px;
    padding-top: 10px;
  }
  #highlight-report .freeImage,
  #incident-report .freeImage {
    display: block;
    width: 100%;
    vertical-align: inherit;
    text-align: center;
  }
  #highlight-report .freedomLine,
  #incident-report .freedomLine {
    display: block;
    vertical-align: inherit;
  }
  #highlight-report #section2 .sub-title p,
  #incident-report #section2 .sub-title p,
  #highlight-report #section6 .sub-title p,
  #incident-report #section6 .sub-title p,
  #highlight-report #section7 .sub-title p,
  #incident-report #section7 .sub-title p,
  #highlight-report #section8 .sub-title p,
  #incident-report #section8 .sub-title p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }
  #highlight-report .goals p,
  #incident-report .goals p,
  #highlight-report .progress p,
  #incident-report .progress p,
  #highlight-report .steps p,
  #incident-report .steps p,
  #highlight-report .goals li,
  #incident-report .goals li,
  #highlight-report .progress li,
  #incident-report .progress li,
  #highlight-report .steps li,
  #incident-report .steps li {
    font-size: 14px;
    line-height: 19px;
  }
  #highlight-report .wrapper,
  #incident-report .wrapper {
    padding: 0px;
  }
  #highlight-report #sectionArchives .block img {
    width: 50px;
  }
  #highlight-report #sectionArchives .block a {
    font-size: 17px;
    line-height: 22px;
  }
}
/* Audit Report */

#audit-results #intro {
  background-image: url(/images/responsibility/animal-care/audit-hero.jpg);
}
#audit-results #intro .margins {
  height: 350px;
}
#audit-results #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%;
}
#audit-results #section1 {
  position: relative;
  text-align: center;
}
#audit-results #section1 .margins {
  margin: 100px 0px;
}
#audit-results #section1 ul {
  list-style: inherit;
  margin-left: 20px;
  width: 100%;
  max-width: 630px;
  text-align: left;
}
#audit-results #section1 li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#audit-results #section1 h2 {
  padding-bottom: 35px !important;
}
#audit-results #section1 p {
  margin-bottom: 20px;
}
#audit-results #section1 em {
  font-style: italic;
}
#audit-results #section2 {
  position: relative;
  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 */
}
#audit-results #section2 .margins {
  margin: 100px 0px;
}
#audit-results #section2 ul {
  list-style: inherit;
  margin-left: 20px;
  width: 100%;
  max-width: 930px;
  text-align: left;
}
#audit-results #section2 li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#audit-results #section2 p {
  margin-bottom: 20px;
}
#audit-results #section2 h2 {
  padding-bottom: 0 !important;
  margin: 25px auto 35px auto !important;
}
#audit-results #section2 em {
  font-style: italic;
}
#audit-results #section3 {
  position: relative;
  text-align: center;
}
#audit-results #section3 .margins {
  margin: 25px 0px 65px 0px;
}
#audit-results #section3 p {
  margin-top: 20px;
  margin-bottom: 35px;
}
#audit-results #section3 h2 {
  padding: 35px 0 10px 0 !important;
  margin-top: 50px !important;
}
#audit-results #section3 ul {
  list-style: inherit;
  margin-left: 20px;
  width: 100%;
  max-width: 930px;
  text-align: left;
}
#audit-results #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 */
}
div.anchor {
  display: block;
  position: absolute;
  top: -100px;
  visibility: hidden;
}
div.anchor2 {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* Incident Reports */

#incident-report #intro {
  background: url(/media/1610/hero-chickens2.jpg);
}
#incident-report #intro .margins {
  height: 350px;
}
#incident-report #intro .wrapper {
  position: relative;
  top: 130px;
  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%;
}
#incident-report #intro h1 {
  margin-bottom: 0px;
}
#incident-report #section1 {
  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 */
}
#incident-report #section1 .margins {
  margin: 100px 0px;
}
#incident-report #section1 .fullwidth {
  overflow: auto;
}
#incident-report #section1 .wrapper {
  overflow: hidden;
}
#incident-report #section1 .btn-margin {
  padding: 0px 0 35px 0;
}
#incident-report #section1 .report {
  display: none;
}
#incident-report #section1 .progress p,
#incident-report #section1 .progress li,
#incident-report #section1 #Response {
  color: #5ea43e;
}
#incident-report #section1 .goals p,
#incident-report #section1 .goals li,
#incident-report #section1 #Incident {
  color: #006bb7;
}
#incident-report #section1 #Response,
#incident-report #section1 #Incident {
  padding: 15px 0px;
}
#incident-report #section1 b {
  font-weight: bold;
}
/* Contact Us */

#contact #contact-intro .margins {
  height: 210px;
}
#contact #contact-intro .margins h1 {
  margin-bottom: 0px;
  color: #006bb7;
}
#contact #contact-intro .margins p {
  color: #006bb7;
}
#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%;
  }
}
#contact #section5 {
  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 */
  text-align: center;
}
#contact #section5 .margins {
  margin: 100px 0 130px 0px;
  overflow: visible;
}
#contact #section5 h2 {
  padding-bottom: 0px;
  color: #ffc423;
}
#contact #section5 #map {
  width: 100%;
  max-width: 850px;
}
#contact #section5 #mobile-map {
  width: 100%;
  max-width: 850px;
  display: none;
}
#contact #section5 .popup {
  display: none;
  position: absolute;
  top: 145px;
  width: 740px;
  left: 50%;
  margin-left: -350px;
}
#contact #section5 .location-title {
  background-color: #006bb7;
  background-image: url(/images/contact/pin.png);
  background-repeat: no-repeat;
  background-position: 20px 17px;
  text-align: center;
  padding: 15px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#contact #section5 .location-title p {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  width: 80%;
  margin: 0 auto;
}
#contact #section5 .location-content {
  background-image: url(/images/contact/semi-white.png);
  background-repeat: repeat;
  overflow: auto;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#contact #section5 .location-content a {
  color: #006bb7;
}
#contact #section5 .location-content strong {
  color: #006bb7;
  font-weight: bold;
}
#contact #section5 .location-content p {
  text-align: left;
  line-height: 28px;
}
#contact #section5 .location-content .two {
  width: 47%;
  margin-left: 3%;
}
#contact #section5 .close {
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer;
  padding: 10px;
}
@media (max-width: 768px) {
  #contact #section5 #mobile-map {
    display: block;
  }
  #contact #section5 #map {
    display: none;
  }
}
@media (max-width: 880px) {
  #contact #section5 .popup {
    position: relative;
    top: -150px;
    width: 100%;
    left: auto;
    margin-left: auto;
  }
  #contact #section5 .margins {
    margin: 100px 0 30px 0px;
  }
}
@media (max-width: 768px) {
  #contact .wrapper {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  #contact #section5 .location-content .two {
    width: 100%;
    margin-left: auto;
  }
  #map {
    display: none;
  }
  #mobile-map {
    display: block;
  }
}
#contact #section6 {
  overflow: auto;
}
#contact #section6 h2 {
  text-align: center;
}
#contact #section6 .margins {
  margin: 100px 0px;
}
.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: #717171;
}
#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 {
  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: #006bb7;
  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: #006bb7;
  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: #006bb7 !important;
}
@media (max-width: 550px) {
  #commitments #section2 .five {
    width: 50%;
  }
  #article-listing .tabby ul {
    width: 250px;
  }
  #article-listing .tabby ul li {
    font-size: 17px;
    width: 110px;
  }
}
@media (max-width: 440px) {
  #commitments #section2 .five {
    width: 50%;
  }
  #commitments #section2 .five .img {
    width: 110px;
    height: 110px;
  }
}
#article_wrapper {
  padding: 10px 0px;
}
.articles .page-numbers {
  margin: 0 10px;
}
.articles .page-numbers a {
  font-size: 21px;
  padding: 0 5px;
}
.articles .page-numbers a.disabled {
  color: #545454;
  text-decoration: none;
}
.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: #006bb7;
  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 .subtitle {
  font-style: italic;
  text-align: center;
}
#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;
  margin: 56px 0 0 0;
}
#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 ul strong {
  font-weight: 700;
}
#article .story li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#article .story li strong {
  font-weight: 700;
}
#article .story li li {
  padding-left: 20px;
  margin-bottom: 5px;
}
#article .story li li strong {
  font-weight: 700;
}
#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/1723/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/1723/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 #terms-of-use {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
#assets #terms-of-use .wrapper {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
}
#assets #terms-of-use .wrapper h2 {
  padding-top: 40px;
  text-align: center;
}
#assets #terms-of-use .wrapper img {
  max-width: 420px;
  width: 100%;
}
#assets #terms-of-use .wrapper p {
  font-size: 12px;
  line-height: 1.75;
}
#assets #terms-of-use.hide {
  display: none;
}
#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;
}
#bio #content .cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#bio #content .cta-row p {
  margin: 0 10px;
}
@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 !important;
}
#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;
  color: #006bb7;
}
#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: #006bb7;
  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) {
  .metrics-stat-copy2 {
    font-size: 16px;
    text-align: center !important;
    padding: 10px 0px !important;
    line-height: 150% !important;
    max-width: 90% !important;
  }
  .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: 15px 0px;
    margin: 0 !important;
    background: #006bb7;
    z-index: 9;
    position: relative;
  }
  #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;
  }
}
.breadcrumbWrapper {
  height: 100%;
  background: #e1ebf5;
  max-height: 200px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}
.breadcrumbWrapper .mediaResourcesBC {
  position: relative !important;
  display: flex;
  justify-content: center;
  top: 150px !important;
}
.breadcrumbWrapper .mediaResourcesBC div {
  display: flex;
  align-items: center;
}
.breadcrumbWrapper .mediaResourcesBC div p {
  color: #006bb7;
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.breadcrumbWrapper .mediaResourcesBC div p span {
  background: url("/images/covid-resources/blue_arrow_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 9px;
  margin-left: 10px;
}
.breadcrumbWrapper .mediaResourcesBC div a {
  color: #006bb7 !important;
  margin: 0 !important;
  padding: 0 20px !important;
}
.breadcrumbWrapper .mediaResourcesBC div a.active {
  text-decoration: underline !important;
}
@media (max-width: 800px) {
  .breadcrumbWrapper .mediaResourcesBC {
    top: 135px !important;
  }
}
@media (max-width: 425px) {
  .breadcrumbWrapper {
    max-height: 250px;
  }
  .breadcrumbWrapper .mediaResourcesBC div {
    flex-direction: column;
  }
  .breadcrumbWrapper .mediaResourcesBC div a {
    margin-bottom: 10px !important;
  }
}
.lity-inline .lity-container {
  width: 100%;
  max-width: 964px;
}
/* Covid-19 response page */

.covid-19-response > .margins {
  margin: 0 0 50px 0 !important;
}
.covid-19-response em {
  font-style: italic;
}
.covid-19-response strong {
  font-weight: bold;
}
.covid-19-response ul {
  list-style: disc;
}
.covid-19-response .breakLine {
  margin: 20px 0;
}
.covid-19-response h2 {
  text-align: center;
}
.covid-19-response .wrapper {
  padding: 0;
}
.covid-19-response .title {
  padding: 0 0 80px 0;
}
.covid-19-response .title .anchorLinks {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.covid-19-response .title .anchorLinks a {
  color: #013a70;
  text-decoration: none;
  margin: 0 15px;
  position: relative;
}
.covid-19-response .title .anchorLinks a .arrow {
  background: url("/images/navigation/arrow_darkBlue_down.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
  position: relative;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
}
.covid-19-response .title .anchorLinks a:hover {
  color: #006bb7;
}
.covid-19-response .title .anchorLinks a:hover .arrow {
  background: url("/images/navigation/arrow_blue_down.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.covid-19-response .title > h2 {
  padding-bottom: 20px;
}
.covid-19-response .title > p .BClink {
  text-decoration: none;
}
.covid-19-response .title > p .BClink:hover {
  text-decoration: underline;
}
.covid-19-response .title > p .arrow {
  background: url(/images/covid-resources/blue_arrow_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 9px;
  margin-left: 10px;
  display: inline-block;
}
.covid-19-response .hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 5px 50px 5px;
  border-radius: 5px;
}
.covid-19-response .hero .left {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-self: flex-end;
}
.covid-19-response .hero .left img {
  width: 100%;
  border-radius: 150px;
  border-radius: 290px;
  margin: 0 auto;
  max-width: 525px;
  height: 501px;
}
.covid-19-response .hero .right {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 50px 50px;
}
.covid-19-response .hero .right h4 {
  color: #006bb7;
  font-size: 30px;
  padding: 0 20px 20px 0;
  margin: 10px 0 20px 0 !important;
  position: relative;
}
.covid-19-response .hero .right h4::after {
  content: "";
  height: 2px;
  background: white;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
}
.covid-19-response .hero .right p {
  font-weight: 400;
  font-size: 21px;
  padding: 0 40px 0 0;
}
.covid-19-response .hero .right p.signature {
  color: #006bb7;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.covid-19-response .hero .right p.signature span {
  color: #013a70;
  font-weight: 400;
}
.covid-19-response .hero .right .btn {
  display: flex;
  margin: 30px 0;
  align-self: flex-start;
}
.covid-19-response .safety-measure-bg {
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  background: -o-linear-gradient(left, #f7fafc, #dee9f4);
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  width: 100%;
}
.covid-19-response .safetyMeasures {
  padding: 50px 0 50px 0;
}
.covid-19-response .safetyMeasures > h2 {
  font-size: 30px;
}
.covid-19-response .safetyMeasures .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.covid-19-response .safetyMeasures .wrapper .measure {
  width: 100%;
  max-width: 33.3333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.covid-19-response .safetyMeasures .wrapper .measure .content {
  width: 100%;
  max-width: 85%;
}
.covid-19-response .safetyMeasures .wrapper .measure .content h4,
.covid-19-response .safetyMeasures .wrapper .measure .content p {
  text-align: center !important;
}
.covid-19-response .safetyMeasures .wrapper .measure .content h4 {
  color: #006bb7;
  font-size: 21px;
}
.covid-19-response .safetyMeasures .wrapper .measure .image {
  width: 100%;
  max-width: 180px;
  height: 180px;
  border-radius: 155px;
}
.covid-19-response .RespByNumb {
  background: #f0f5fa;
  padding: 100px 0 50px 0;
}
.covid-19-response .RespByNumb .fullwidth > h2 {
  font-size: 30px;
}
.covid-19-response .RespByNumb .fullwidth .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.covid-19-response .RespByNumb .fullwidth .wrapper .response {
  width: 100%;
  max-width: 33.3333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.covid-19-response .RespByNumb .fullwidth .wrapper .response .content {
  width: 100%;
  max-width: 85%;
}
.covid-19-response .RespByNumb .fullwidth .wrapper .response .content h4,
.covid-19-response .RespByNumb .fullwidth .wrapper .response .content p {
  text-align: center !important;
}
.covid-19-response .RespByNumb .fullwidth .wrapper .response .content h4 {
  color: #006bb7;
  font-size: 30px;
}
.covid-19-response .RespByNumb .fullwidth .wrapper .response .image {
  width: 100%;
  max-width: 180px;
  height: 180px;
  border-radius: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.covid-19-response .accordionSection {
  margin: 40px 0;
}
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-header,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-header,
.covid-19-response .accordionSection .videos .ui-accordion-header,
.covid-19-response .accordionSection .additionalResources .ui-accordion-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: flex;
  color: #006bb7;
  align-items: baseline;
  border: 0;
  background-color: white;
  font-size: 30px;
  text-decoration: none;
  text-align: left;
}
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-header .ui-accordion-header-icon,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-header .ui-accordion-header-icon,
.covid-19-response .accordionSection .videos .ui-accordion-header .ui-accordion-header-icon,
.covid-19-response .accordionSection .additionalResources .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-header .icon,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-header .icon,
.covid-19-response .accordionSection .videos .ui-accordion-header .icon,
.covid-19-response .accordionSection .additionalResources .ui-accordion-header .icon {
  background: url(/images/covid-resources/blue_down_arrow.png);
  background-repeat: no-repeat;
  max-width: 9px;
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
}
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-header.ui-state-active,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-header.ui-state-active,
.covid-19-response .accordionSection .videos .ui-accordion-header.ui-state-active,
.covid-19-response .accordionSection .additionalResources .ui-accordion-header.ui-state-active {
  color: #013a70;
}
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-header.ui-state-active .icon,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-header.ui-state-active .icon,
.covid-19-response .accordionSection .videos .ui-accordion-header.ui-state-active .icon,
.covid-19-response .accordionSection .additionalResources .ui-accordion-header.ui-state-active .icon {
  background: url(/images/covid-resources/blue_arrow_up.png);
  background-repeat: no-repeat;
}
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-content,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-content,
.covid-19-response .accordionSection .videos .ui-accordion-content,
.covid-19-response .accordionSection .additionalResources .ui-accordion-content {
  border: 0;
}
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-content li,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-content li,
.covid-19-response .accordionSection .videos .ui-accordion-content li,
.covid-19-response .accordionSection .additionalResources .ui-accordion-content li,
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-content p,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-content p,
.covid-19-response .accordionSection .videos .ui-accordion-content p,
.covid-19-response .accordionSection .additionalResources .ui-accordion-content p {
  font-family: 'Fira Sans', sans-serif;
}
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-content li,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-content li,
.covid-19-response .accordionSection .videos .ui-accordion-content li,
.covid-19-response .accordionSection .additionalResources .ui-accordion-content li {
  line-height: 38px;
  margin-bottom: 10px;
}
.covid-19-response .accordionSection .supportingAssociates .ui-accordion-content a,
.covid-19-response .accordionSection .newsUpdates .ui-accordion-content a,
.covid-19-response .accordionSection .videos .ui-accordion-content a,
.covid-19-response .accordionSection .additionalResources .ui-accordion-content a {
  color: #006bb7;
}
.covid-19-response .accordionSection .videos .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.covid-19-response .accordionSection .videos .wrapper .video {
  width: 30%;
  margin: 10px;
}
.covid-19-response .accordionSection .videos .wrapper .video .description {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.covid-19-response .accordionSection .videos .wrapper .video iframe {
  width: 100%;
  height: 200px;
}
.covid-19-response .accordionSection .resourcesLink {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: flex;
  color: #006bb7;
  align-items: baseline;
  border: 0;
  background-color: white;
  font-size: 30px;
  text-decoration: none;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  position: relative;
}
.covid-19-response .accordionSection .resourcesLink .icon {
  background: url(/images/covid-resources/blue_arrow_right.png);
  background-repeat: no-repeat;
  max-width: 5px;
  width: 100%;
  height: 9px;
  position: relative;
  right: -20px;
  top: -5px;
}
.covid-19-response .accordionSection .resourcesLink:hover {
  color: #013a70;
}
@media (max-width: 1050px) {
  .covid-19-response .title {
    padding: 0 0 30px 0;
  }
  .covid-19-response .hero {
    flex-direction: column;
  }
  .covid-19-response .hero .left,
  .covid-19-response .hero .right {
    max-width: 100%;
  }
  .covid-19-response .hero .left {
    justify-content: center;
    height: auto;
    align-items: center;
    flex-direction: column;
  }
  .covid-19-response .hero .left img {
    max-width: 550px;
    width: 100%;
    height: auto;
  }
  .covid-19-response .hero .right {
    text-align: center;
    padding: 20px 0 50px 0;
  }
  .covid-19-response .hero .right .btn {
    align-self: center;
  }
  .covid-19-response .hero .right h4 {
    padding: 0 20px;
    text-align: center !important;
    font-size: 24px !important;
  }
  .covid-19-response .hero .right h4::after {
    position: relative;
    bottom: -10px;
  }
  .covid-19-response .hero .right p {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .covid-19-response .wrapper {
    padding: 0;
  }
  .covid-19-response .fullwidth .safetyMeasures {
    padding: 30px 0 0px 0;
  }
  .covid-19-response .fullwidth .safetyMeasures .wrapper .measure {
    max-width: 50%;
  }
  .covid-19-response .RespByNumb {
    padding: 30px 0 0px 0;
  }
  .covid-19-response .RespByNumb .fullwidth .wrapper .response {
    max-width: 50%;
  }
  .covid-19-response .accordionSection .supportingAssociates .ui-accordion-content,
  .covid-19-response .accordionSection .newsUpdates .ui-accordion-content,
  .covid-19-response .accordionSection .videos .ui-accordion-content,
  .covid-19-response .accordionSection .additionalResources .ui-accordion-content {
    padding: 0;
  }
  .covid-19-response .accordionSection .supportingAssociates .ui-accordion-content ul,
  .covid-19-response .accordionSection .newsUpdates .ui-accordion-content ul,
  .covid-19-response .accordionSection .videos .ui-accordion-content ul,
  .covid-19-response .accordionSection .additionalResources .ui-accordion-content ul {
    margin-left: 35px !important;
  }
  .covid-19-response .accordionSection .videos {
    justify-content: center;
  }
  .covid-19-response .accordionSection .videos .wrapper .video {
    width: 100%;
  }
  .covid-19-response .accordionSection .videos .wrapper .video iframe {
    height: 300px;
  }
  .covid-19-response .accordionSection .resourcesLink {
    font-size: 24px;
  }
}
@media (max-width: 468px) {
  .covid-19-response .fullwidth .safetyMeasures .wrapper .measure {
    max-width: 100%;
  }
  .covid-19-response .RespByNumb .fullwidth .wrapper .response {
    max-width: 100%;
  }
}
/* COVID-19 media resources */

.media-resources .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media-resources .hero .anchorLinks {
  display: flex;
}
.media-resources .hero .anchorLinks a {
  color: #013a70;
  text-decoration: none;
  margin: 0 15px;
  position: relative;
}
.media-resources .hero .anchorLinks a .arrow {
  background: url("/images/navigation/arrow_darkBlue_down.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
  position: relative;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
}
.media-resources .hero .anchorLinks a:hover {
  color: #006bb7;
}
.media-resources .hero .anchorLinks a:hover .arrow {
  background: url("/images/navigation/arrow_blue_down.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.media-resources .breakLine {
  margin: 60px 0;
}
.media-resources #media {
  top: -150px;
  position: relative;
}
.media-resources .media {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.media-resources .media .wrapper .row {
  display: flex;
}
.media-resources .media .wrapper .row .item {
  width: 100%;
  max-width: 25%;
  border: 1px solid #e1ebf5;
  margin: 5px 5px;
  padding: 10px;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.media-resources .media .wrapper .row .item img {
  width: 100%;
}
.media-resources .media .wrapper .row .item p {
  color: #006bb7;
  font-weight: bold;
  padding: 10px;
}
.media-resources .media .wrapper .row .item a {
  text-decoration: none;
}
.media-resources .media .wrapper .row .item:hover {
  border: 1px solid #006bb7;
}
.media-resources .media .wrapper .row .item.video {
  display: flex;
  justify-content: center;
}
.media-resources .media .wrapper .row .item.video::before {
  background: url("/images/play-button-smooth.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 60px;
  height: 60px;
  top: 54px;
}
.media-resources .media .wrapper .row.ctas {
  justify-content: center;
  margin-top: 25px;
}
.media-resources .media .wrapper .row.ctas a {
  margin: 0 10px;
}
.media-resources #pressReleases {
  position: relative;
  top: -150px;
}
.media-resources .pressReleases {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.media-resources .pressReleases .itemWrapper .item a {
  text-decoration: none;
  line-height: 1.5;
}
.media-resources .pressReleases .itemWrapper .item a:hover {
  text-decoration: underline;
}
.media-resources .pressReleases .itemWrapper .item a p {
  color: #006bb7;
  font-weight: 700;
}
.media-resources .pressReleases .itemWrapper .item p {
  color: #006bb7;
  font-weight: 700;
}
.media-resources .pressReleases .itemWrapper .item .date {
  color: #7da9d5;
}
.media-resources .pressReleases .itemWrapper .item .breakLine {
  margin: 20px 0;
}
.media-resources .pressReleases .itemWrapper .item:last-child .breakLine {
  display: none;
}
.media-resources #JimPerdue {
  position: relative;
  top: -150px;
}
.media-resources .JimPerdue {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media-resources .JimPerdue .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.media-resources .JimPerdue .wrapper .video {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
}
.media-resources .JimPerdue .wrapper .video p {
  max-width: 80%;
  width: 100%;
  color: #006bb7;
  font-weight: bold;
  line-height: 1.5;
}
.media-resources .JimPerdue .wrapper .video iframe {
  width: 100%;
  height: 290px;
}
.media-resources #FAQ {
  position: relative;
  top: -150px;
}
.media-resources .FAQs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.media-resources .FAQs > h2 {
  text-align: center;
}
.media-resources .FAQs .wrapper {
  margin: 50px 0;
}
.media-resources .FAQs .wrapper .faq .question {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: flex;
  color: #006bb7;
  align-items: baseline;
  border: 0;
  background-color: white;
}
.media-resources .FAQs .wrapper .faq .question > span {
  padding: 0 10px 0 5px;
}
.media-resources .FAQs .wrapper .faq .question .icon {
  background: url(/images/covid-resources/blue_down_arrow.png);
  background-repeat: no-repeat;
  max-width: 9px;
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
}
.media-resources .FAQs .wrapper .faq .question p {
  margin: 0;
  color: #006bb7;
  font-weight: bold;
  padding: 0 20px 0 0;
}
.media-resources .FAQs .wrapper .faq .question:hover {
  color: #013a70;
}
.media-resources .FAQs .wrapper .faq .question:hover p {
  color: #013a70;
}
.media-resources .FAQs .wrapper .faq .question:hover .icon {
  background: url(/images/covid-resources/dark_blue_arrow_down.png);
  background-repeat: no-repeat;
}
.media-resources .FAQs .wrapper .faq .question.ui-state-active .icon {
  background: url(/images/covid-resources/blue_arrow_up.png);
  background-repeat: no-repeat;
}
.media-resources .FAQs .wrapper .faq .answer {
  display: flex;
  align-items: baseline;
  border: 0;
}
.media-resources .FAQs .wrapper .faq .answer > span {
  padding: 0 10px 0 5px;
  color: #006bb7;
  font-weight: bold;
}
.media-resources .FAQs .wrapper .faq .answer .content ul {
  padding: 0 35px;
}
.media-resources .FAQs .wrapper .faq .answer .content li {
  list-style: disc;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  line-height: 38px;
}
.media-resources .FAQs .wrapper .breakLine {
  margin: 20px 0;
}
.media-resources .FAQs .wrapper .breakLine:last-child {
  display: none;
}
@media (max-width: 768px) {
  .media-resources .hero h2 {
    text-align: center;
  }
  .media-resources .hero .anchorLinks {
    flex-wrap: wrap;
    justify-content: center;
  }
  .media-resources .media .wrapper {
    padding: 0;
  }
  .media-resources .media .wrapper .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .media-resources .media .wrapper .row .item {
    max-width: 33.33333%;
  }
  .media-resources .JimPerdue h2 {
    text-align: center;
  }
  .media-resources .JimPerdue .wrapper {
    padding: 0;
  }
  .media-resources .JimPerdue .wrapper .video {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 425px) {
  .media-resources .media .wrapper .row .item {
    max-width: 100%;
  }
  .media-resources .media .wrapper .row.ctas {
    flex-direction: column;
    align-items: center;
  }
  .media-resources .media .wrapper .row.ctas a {
    margin: 10px 0;
  }
  .media-resources .FAQs .wrapper {
    padding: 0;
  }
  .media-resources .FAQs .wrapper .question {
    padding: 0;
  }
  .media-resources .FAQs .wrapper .question .ui-accordion-header-icon {
    display: none;
  }
  .media-resources .FAQs .wrapper .faq .ui-accordion-content {
    padding: 1em 1em;
  }
}
/* Diversity & Inclusion page */

.diversityInclusion {
  padding: 75px 0 0 0;
}
.diversityInclusion #intro {
  background-image: url("/images/diversity-inclusion/hero.jpg");
}
.diversityInclusion #intro .margins {
  height: 350px;
}
.diversityInclusion #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%;
}
.diversityInclusion #intro .wrapper h1 {
  font-size: 48px;
}
.diversityInclusion #intro + div {
  padding-top: 100px !important;
}
.diversityInclusion h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 30px;
  line-height: 48px;
  padding-bottom: 40px;
}
.diversityInclusion .pageTitle {
  text-align: center;
}
.diversityInclusion .fullwidth {
  max-width: 1300px;
}
.diversityInclusion .divider {
  position: relative;
  width: 100%;
  height: 25px;
  margin: 100px 0;
  clear: both;
}
.diversityInclusion .hero .wrapper .feature {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background: #e3e3e3;
  padding: 30px 0;
  border-radius: 5px;
}
.diversityInclusion .hero .wrapper .feature .image {
  width: 100%;
  max-width: 25%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  padding: 0 30px;
}
.diversityInclusion .hero .wrapper .feature .image img {
  width: 100%;
}
.diversityInclusion .hero .wrapper .feature .content {
  width: 100%;
  max-width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 50px 0;
}
.diversityInclusion .hero .wrapper .feature .content .read-more {
  display: none;
}
.diversityInclusion .hero .wrapper .feature .content h3 {
  color: #006bb7 !important;
  font-size: 30px;
  padding: 0 20px 20px 0;
  margin: 10px 0 20px 0 !important;
  position: relative;
  text-align: left;
  line-height: 1.5;
}
.diversityInclusion .hero .wrapper .feature .content h3::after {
  content: "";
  height: 2px;
  background: white;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
}
.diversityInclusion .hero .wrapper .feature .content p {
  font-weight: 400;
  font-size: 21px;
  padding: 0 40px 0 0;
}
.diversityInclusion .hero .wrapper .feature .content p span.name {
  color: #006bb7 !important;
  font-weight: bold;
}
.diversityInclusion .hero .wrapper .feature .content p span.title {
  color: #013a70;
}
.diversityInclusion .hero .wrapper .feature .content .btn {
  display: flex;
  margin: 20px 0;
  align-self: flex-start;
}
.diversityInclusion .welcome {
  background-color: #f5f9fb;
  margin: 50px 0;
}
.diversityInclusion .welcome .fullwidth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
}
.diversityInclusion .welcome .fullwidth h2 {
  text-align: center;
}
.diversityInclusion .welcome .fullwidth .video {
  margin-top: 50px;
  margin-bottom: 50px;
}
.diversityInclusion .welcome .fullwidth .video img {
  max-width: 100%;
}
.diversityInclusion .welcome .fullwidth .video .play-overlay::before {
  max-height: 190px;
}
.diversityInclusion .welcome .fullwidth .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  margin: 50px 0;
}
.diversityInclusion .welcome .fullwidth .row .content {
  flex: 0 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.diversityInclusion .welcome .fullwidth .row .content h3 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.diversityInclusion .welcome .fullwidth .row .content p {
  margin-bottom: 20px;
}
.diversityInclusion .welcome .fullwidth .row .image {
  flex: 0 40%;
}
.diversityInclusion .welcome .fullwidth .row .image img {
  max-width: 100%;
}
.diversityInclusion .welcome .fullwidth .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .diversityInclusion .welcome {
    margin: 50px 0 0 0;
  }
  .diversityInclusion .welcome .fullwidth .row {
    flex-direction: column !important;
    margin: 20px 0;
  }
}
.diversityInclusion .section1 {
  padding: 0 0 100px 0;
}
.diversityInclusion .section1 .fullwidth .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.diversityInclusion .section1 .fullwidth .wrapper .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.diversityInclusion .section1 .fullwidth .wrapper .item .content h4,
.diversityInclusion .section1 .fullwidth .wrapper .item .content p {
  text-align: left;
}
.diversityInclusion #section2 {
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  padding: 50px 0;
}
.diversityInclusion #section2 .slider .slick-prev,
.diversityInclusion #section2 .slider .slick-next {
  margin-top: -50px;
}
.diversityInclusion #section2 .slider .image {
  display: flex;
  justify-content: center;
}
.diversityInclusion #section2 .slider .block {
  padding-bottom: 20px;
}
.diversityInclusion #section2 .slider .block a {
  margin-top: 10px;
}
.diversityInclusion #section2 h2 {
  text-align: center;
}
.diversityInclusion .section2 {
  padding: 100px 0;
}
.diversityInclusion .section2 .fullwidth .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.diversityInclusion .section2 .fullwidth .wrapper .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
.diversityInclusion .section2 .fullwidth .wrapper .item .content h4,
.diversityInclusion .section2 .fullwidth .wrapper .item .content p {
  text-align: left;
}
.diversityInclusion .section2 .fullwidth .wrapper .item .image.video {
  cursor: pointer;
  position: relative;
}
.diversityInclusion .section2 .fullwidth .wrapper .item .image.video a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.diversityInclusion .section2 .fullwidth .wrapper .item .image.video a::after {
  background: url(/images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
}
.diversityInclusion .section3 .fullwidth .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.diversityInclusion .section3 .fullwidth .wrapper > h2 {
  text-align: center;
}
.diversityInclusion .section3 .fullwidth .wrapper > p {
  text-align: center;
  padding: 0 0 50px 0;
  font-weight: 400;
  line-height: 2.5 !important;
}
.diversityInclusion .section3 .fullwidth .wrapper .callouts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.diversityInclusion .section3 .fullwidth .wrapper .callouts .three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 70px 10px;
}
.diversityInclusion .section3 .fullwidth .wrapper .callouts .three img {
  max-width: 250px !important;
}
.diversityInclusion .section3 .fullwidth .wrapper .callouts .three p {
  text-align: center;
  padding: 10px 0 0 0;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.diversityInclusion .section3 .fullwidth .wrapper .callouts .three p:first-of-type {
  padding-top: 10px;
}
.diversityInclusion .section4 {
  display: flex;
  padding: 100px 0;
}
.diversityInclusion .section4 .fullwidth .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.diversityInclusion .section4 .fullwidth .wrapper > p {
  text-align: center;
  font-weight: 400;
  padding: 0 0 50px 0;
}
.diversityInclusion .section4 .fullwidth .wrapper .callouts .three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.diversityInclusion .section4 .fullwidth .wrapper .callouts .three p {
  color: #006bb7;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-top: 20px;
  font-size: 21px;
}
.diversityInclusion .section4 .fullwidth .wrapper .callouts .three a {
  text-decoration: none;
}
.diversityInclusion .section4 .fullwidth .wrapper .callouts .three a:hover {
  text-decoration: underline;
}
.diversityInclusion .section5 {
  padding: 80px 0 0 0;
}
.diversityInclusion .section5 .fullwidth .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.diversityInclusion .section5 .fullwidth .wrapper > h2 {
  padding: 0;
}
.diversityInclusion .section5 .fullwidth .wrapper .content {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
.diversityInclusion .section5 .fullwidth .wrapper .content a {
  text-align: center;
  max-width: 640px;
  padding: 0px 60px;
  text-decoration: none;
}
.diversityInclusion .section5 .fullwidth .wrapper .content a:hover {
  text-decoration: underline;
}
.diversityInclusion .section5 .fullwidth .wrapper .content a p {
  color: #006bb7;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1050px) {
  .diversityInclusion .hero .wrapper {
    padding: 0;
  }
  .diversityInclusion .hero .wrapper .feature {
    flex-direction: column;
  }
  .diversityInclusion .hero .wrapper .feature .image {
    max-width: 70%;
    margin: 0 auto;
  }
  .diversityInclusion .hero .wrapper .feature .image img {
    max-width: 250px;
    margin: 0 auto;
  }
  .diversityInclusion .hero .wrapper .feature .content {
    max-width: 100%;
    padding: 0 30px;
  }
  .diversityInclusion .hero .wrapper .feature .content h3,
  .diversityInclusion .hero .wrapper .feature .content p {
    text-align: center;
  }
  .diversityInclusion .hero .wrapper .feature .content p {
    padding: 0 20px;
  }
  .diversityInclusion .section1 .fullwidth .wrapper > h2 {
    text-align: center;
  }
  .diversityInclusion .section1 .fullwidth .wrapper .item {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .diversityInclusion .section1 .fullwidth .wrapper .item:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .diversityInclusion .section1 .fullwidth .wrapper .item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .diversityInclusion .section1 .fullwidth .wrapper .item .content h4,
  .diversityInclusion .section1 .fullwidth .wrapper .item .content p {
    text-align: center;
  }
  .diversityInclusion .section1 .fullwidth .wrapper .item .image {
    padding: 0 10px !important;
  }
  .diversityInclusion .section1 .fullwidth .wrapper .item .image img {
    width: 100%;
  }
  .diversityInclusion .section2 .fullwidth .wrapper > h2 {
    text-align: center;
  }
  .diversityInclusion .section2 .fullwidth .wrapper .item {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .diversityInclusion .section2 .fullwidth .wrapper .item:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .diversityInclusion .section2 .fullwidth .wrapper .item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .diversityInclusion .section2 .fullwidth .wrapper .item .content h4,
  .diversityInclusion .section2 .fullwidth .wrapper .item .content p {
    text-align: center;
  }
  .diversityInclusion .section2 .fullwidth .wrapper .item .content .btn {
    margin: 10px 0;
  }
  .diversityInclusion .section2 .fullwidth .wrapper .item .image {
    padding: 0 10px !important;
  }
  .diversityInclusion .section2 .fullwidth .wrapper .item .image img {
    width: 100%;
  }
  .diversityInclusion .section3 .fullwidth .wrapper .callouts {
    display: flex;
    flex-wrap: wrap;
  }
  .diversityInclusion .section3 .fullwidth .wrapper .callouts .three {
    float: none;
    width: 50%;
  }
  .diversityInclusion .section4 .fullwidth .wrapper > h2 {
    text-align: center;
  }
  .diversityInclusion .section4 .fullwidth .wrapper .callouts .three {
    width: 100%;
    padding: 10px 0;
  }
  .diversityInclusion .section5 {
    padding: 30px 0 0 0;
  }
  .diversityInclusion .section5 .fullwidth .wrapper > h2 {
    text-align: center;
  }
  .diversityInclusion .section5 .fullwidth .wrapper .content {
    flex-direction: column;
    justify-content: center;
  }
  .diversityInclusion .section5 .fullwidth .wrapper .content a {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .diversityInclusion #intro + div {
    padding-top: 0px !important;
  }
}
@media (max-width: 600px) {
  .diversityInclusion .section3 .fullwidth .wrapper .callouts .three {
    width: 100%;
  }
}
#chesapeake-watershed .fullwidth {
  max-width: 1024px;
}
#chesapeake-watershed .margins {
  overflow: visible;
}
#chesapeake-watershed #intro {
  background: url(/images/responsibility/cheseapeake-bay/chesapeake-bay-hero.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#chesapeake-watershed #intro .fullwidth {
  max-width: 1250px;
}
#chesapeake-watershed #intro .fullwidth .margins {
  height: 450px;
}
#chesapeake-watershed #intro .fullwidth .margins .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%;
}
#chesapeake-watershed #section1 {
  padding: 100px 0;
  text-align: center;
}
#chesapeake-watershed #section1 h2 {
  color: #5ea43e;
}
#chesapeake-watershed #section2 {
  padding: 100px 0;
  text-align: center;
}
#chesapeake-watershed #section2 .fullwidth .margins .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#chesapeake-watershed #section2 .fullwidth .margins .wrapper p {
  color: #006bb7;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  font-size: 24px;
  max-width: 740px;
  padding-top: 20px;
}
#chesapeake-watershed #section2 .fullwidth .margins .wrapper img {
  width: 100%;
  max-width: 700px;
}
#chesapeake-watershed #section3 {
  padding: 100px 0;
  text-align: center;
}
#chesapeake-watershed #section3 .fullwidth .margins .wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#chesapeake-watershed #section3 .fullwidth .margins .wrapper h2 {
  color: #5ea43e;
}
#chesapeake-watershed #section4 {
  padding: 100px 0;
  text-align: center;
}
#chesapeake-watershed #section4 .fullwidth .margins .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#chesapeake-watershed #section4 .fullwidth .margins .wrapper h2 {
  color: #013a70;
}
#chesapeake-watershed #section3 .fullwidth .margins .wrapper .items,
#chesapeake-watershed #section4 .fullwidth .margins .wrapper .items {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
#chesapeake-watershed #section3 .fullwidth .margins .wrapper .items .three,
#chesapeake-watershed #section4 .fullwidth .margins .wrapper .items .three {
  max-width: 33%;
  display: flex;
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  text-align: center;
  padding: 0 20px 80px 20px;
}
#chesapeake-watershed #section3 .fullwidth .margins .wrapper .items .three img,
#chesapeake-watershed #section4 .fullwidth .margins .wrapper .items .three img {
  width: auto;
  max-width: 100%;
}
#chesapeake-watershed #section3 .fullwidth .margins .wrapper .items .three p,
#chesapeake-watershed #section4 .fullwidth .margins .wrapper .items .three p {
  color: #025fa1;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  padding: 10px 0 20px 0;
}
#chesapeake-watershed #section3 .fullwidth .margins .wrapper .items .three p a,
#chesapeake-watershed #section4 .fullwidth .margins .wrapper .items .three p a {
  color: #006bb7;
}
#chesapeake-watershed #section3 .fullwidth .margins .wrapper .items .three p.dark-blue,
#chesapeake-watershed #section4 .fullwidth .margins .wrapper .items .three p.dark-blue {
  color: #013a70;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #chesapeake-watershed #section3 .fullwidth .margins .wrapper .items .three p,
  #chesapeake-watershed #section4 .fullwidth .margins .wrapper .items .three p {
    display: inline-table;
  }
}
#chesapeake-watershed #section5 {
  padding: 100px 0;
  text-align: center;
}
#chesapeake-watershed #section5 h2 {
  color: #013a70;
}
@media (max-width: 768px) {
  #chesapeake-watershed #intro {
    background: url(/images/responsibility/cheseapeake-bay/hero-mobile.jpg);
    background-repeat: no-repeat;
    background-position: top !important;
  }
}
@media (max-width: 560px) {
  #chesapeake-watershed #section1,
  #chesapeake-watershed #section2,
  #chesapeake-watershed #section3,
  #chesapeake-watershed #section4,
  #chesapeake-watershed #section5 {
    padding: 25px 0;
  }
  #chesapeake-watershed #section3 .fullwidth .margins .wrapper .items,
  #chesapeake-watershed #section4 .fullwidth .margins .wrapper .items {
    flex-direction: column;
  }
  #chesapeake-watershed #section3 .fullwidth .margins .wrapper .items .three,
  #chesapeake-watershed #section4 .fullwidth .margins .wrapper .items .three {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .news .wrapper {
    padding: 0px !important;
  }
}
@media (max-width: 450px) {
  .btn,
  .sm-btn {
    white-space: normal;
  }
}
@media print {
  #site-nav,
  #navbar,
  #utility,
  #logos,
  #footer,
  .company-snav,
  .dividerBlueBar,
  #intro,
  #section2-search {
    display: none;
    height: 0px;
  }
  #body {
    margin-top: 0px;
  }
}
#animal-care-intro {
  text-align: center;
  padding-bottom: 80px;
}
#animal-care-intro strong {
  font-weight: bold;
}
#animal-care-intro h3 {
  text-align: center;
  margin: 50px auto 20px;
  font-size: 36px;
  line-height: 40px;
  color: #006bb7;
}
#animal-care-intro .btn-read-more {
  margin: 20px auto;
  text-transform: capitalize;
}
#animal-care-intro .read-more-section {
  display: none;
  margin-top: 20px;
  text-align: left;
}
#animal-care-intro .read-more-section ul {
  list-style: disc;
  margin: -20px auto 25px;
  padding-left: 25px;
}
#animal-care-intro .read-more-section ul li {
  padding-left: 10px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.75;
}
#animal-care-intro .read-more-section ul li em {
  font-style: italic;
}
#animal-care-intro .read-more-section p {
  padding-bottom: 20px;
}
#animal-care-intro #btn-progress {
  margin: 20px 0 50px;
}
.wwa-video {
  background: url(https://i3.ytimg.com/vi/KGBmoL7vKJM/maxresdefault.jpg);
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wwa-video .overlay {
  height: 100%;
  width: 100%;
  background: rgba(222, 233, 244, 0.82);
  position: absolute;
}
.wwa-video a.btn.btn-blue.raised {
  z-index: 999;
}
.wwa-video iframe {
  display: none;
  height: 500px;
  width: 100%;
}
.archive-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.asscociatePolicies {
  padding-top: 50px;
}
.asscociatePolicies .accordionSection .associatePolicies > div,
.asscociatePolicies .accordionSection .associatePoliciesCalEng > div,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.asscociatePolicies .accordionSection .associatePolicies > div .pdf,
.asscociatePolicies .accordionSection .associatePoliciesCalEng > div .pdf,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan > div .pdf {
  flex: 1 23%;
  margin-bottom: 50px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 450px) {
  .asscociatePolicies .accordionSection .associatePolicies > div .pdf,
  .asscociatePolicies .accordionSection .associatePoliciesCalEng > div .pdf,
  .asscociatePolicies .accordionSection .associatePoliciesCalSpan > div .pdf {
    flex: 1 100%;
  }
}
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-header,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-header,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: flex;
  color: #006bb7;
  align-items: baseline;
  border: 0;
  background-color: white;
  font-size: 30px;
  text-decoration: none;
  text-align: left;
}
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-header .ui-accordion-header-icon,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-header .ui-accordion-header-icon,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-header .icon,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-header .icon,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-header .icon {
  background: url(/images/covid-resources/blue_down_arrow.png);
  background-repeat: no-repeat;
  max-width: 9px;
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
}
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-header.ui-state-active,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-header.ui-state-active,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-header.ui-state-active {
  color: #013a70;
}
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-header.ui-state-active .icon,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-header.ui-state-active .icon,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-header.ui-state-active .icon {
  background: url(/images/covid-resources/blue_arrow_up.png);
  background-repeat: no-repeat;
}
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-content,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-content,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-content {
  border: 0;
}
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-content li,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-content li,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-content li,
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-content p,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-content p,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-content p {
  font-family: 'Fira Sans', sans-serif;
}
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-content li,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-content li,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-content li {
  line-height: 38px;
  margin-bottom: 10px;
}
.asscociatePolicies .accordionSection .associatePolicies .ui-accordion-content a,
.asscociatePolicies .accordionSection .associatePoliciesCalEng .ui-accordion-content a,
.asscociatePolicies .accordionSection .associatePoliciesCalSpan .ui-accordion-content a {
  color: #006bb7;
}
body #breadcrumb:not(.news-article) {
  top: 650px;
  left: 0;
  right: 0;
  text-align: center;
}
body #breadcrumb.chairman-ceos-message {
  top: 190px;
}
body #breadcrumb.chesapeake-watershed {
  top: 630px;
}
@media (min-width: 769px) {
  body #breadcrumb.chesapeake-watershed {
    top: 750px;
  }
}
body #breadcrumb a {
  color: #006bb7;
  background-image: url(/images/blue-arrow-point.png);
}
body #breadcrumb.statements {
  top: 580px;
}
@media (min-width: 769px) {
  body #breadcrumb.statements {
    top: 620px;
  }
}
@media (min-width: 801px) {
  body #breadcrumb.statements {
    top: 650px;
  }
}
body #breadcrumb.leadership,
body #breadcrumb.resources {
  top: 580px;
}
@media (min-width: 769px) {
  body #breadcrumb.leadership,
  body #breadcrumb.resources {
    top: 620px;
  }
}
@media (min-width: 801px) {
  body #breadcrumb.leadership,
  body #breadcrumb.resources {
    top: 670px;
  }
}
body #breadcrumb.press-releases,
body #breadcrumb.assets {
  top: 580px;
}
@media (min-width: 769px) {
  body #breadcrumb.press-releases,
  body #breadcrumb.assets {
    top: 620px;
  }
}
@media (min-width: 801px) {
  body #breadcrumb.press-releases,
  body #breadcrumb.assets {
    top: 650px;
  }
}
body #breadcrumb.become-a-perdue-poultry-farmer {
  top: 625px;
}
@media (min-width: 769px) {
  body #breadcrumb.become-a-perdue-poultry-farmer {
    top: 740px;
  }
}
@media (min-width: 1049px) {
  body #breadcrumb.become-a-perdue-poultry-farmer {
    top: 710px;
  }
}
@media (min-width: 1165px) {
  body #breadcrumb.become-a-perdue-poultry-farmer {
    top: 650px;
  }
}
body #breadcrumb.search {
  display: none;
}
body #intro {
  max-height: 335px;
}
body #intro .margins > .wrapper {
  text-align: center;
  border-width: 0 !important;
  padding: 30px 15px !important;
  top: 0 !important;
}
@media (min-width: 769px) {
  body #intro .margins > .wrapper {
    padding: 50px 15px !important;
    background: #006bb7;
    top: 290px !important;
  }
}
body #intro .margins > .wrapper p {
  margin: auto !important;
  text-align: center !important;
  max-width: 100% !important;
  color: white;
}
body #intro .margins > .wrapper h1 {
  text-align: center !important;
}
body #intro .margins {
  overflow: visible !important;
}
body #intro + div {
  padding-top: 220px !important;
}
body #intro + div#company-video {
  top: auto;
  height: auto;
}
body #intro + div.media-alerts {
  background-color: white;
}
body #intro + div.media-alerts #media-for2,
body #intro + div.media-alerts #media-copy2 p {
  color: #006bb7;
}
body #intro .intro-with-image {
  display: inline-flex;
  justify-content: center;
}
body #intro .intro-with-image img {
  margin: 0 30px;
  max-width: 115px;
}
@media (min-width: 769px) {
  body #intro .intro-with-image h1 {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  body .company #associates #intro .wrapper {
    top: 300px !important;
  }
}
@media (min-width: 769px) {
  body #chesapeake-watershed #section1 {
    padding: 350px 0 100px !important;
  }
}
@media (min-width: 769px) {
  body #community #intro .margins > .wrapper {
    top: 256px !important;
  }
}
body #responsibility #section1 {
  padding-top: 150px !important;
}
body.font-zoom #nav-buttons .contact-us,
body.font-zoom #search-btn {
  display: none !important;
}
body.font-zoom #site-nav #navbar #utility-nav-top #see-more-sites {
  display: none;
}
body.font-zoom #site-nav #navbar #utility-nav-top .arrow.mobile {
  display: block;
  margin-top: 10px;
}
body.font-zoom #site-nav #utility a {
  display: none;
}
body.font-zoom #site-nav #utility a.mobile {
  display: block;
  color: #006bb7;
  height: 18px;
  padding: 5px 16px 0px 15px;
  background-image: url(/images/navigation/arrow-down-blue.png);
  background-position: top right;
  position: relative;
  top: 10px;
  left: 14px;
}
body.font-zoom #main-menu #main-menu-content {
  height: calc(100vh - 220px);
}
body.font-zoom #main-menu #main-menu-content {
  padding: 60px 0px 0px 0px;
  margin-top: 10px;
}
body.font-zoom #main-menu #main-menu-content ul#menu-items {
  flex-wrap: wrap;
  flex-direction: row;
  /* menu-items */

}
body.font-zoom #main-menu #main-menu-content ul#menu-items li.section {
  width: calc(100% - 60px);
  margin-top: 20px !important;
  padding: 0px 30px 20px 20px;
  border-bottom: 1px solid #e1ebf5;
  /* section */

}
body.font-zoom #main-menu #main-menu-content ul#menu-items li.section:nth-child(1) {
  margin-top: 0px !important;
}
body.font-zoom #main-menu #main-menu-content ul#menu-items li.section:nth-child(5) {
  width: calc(100% - 60px);
}
body.font-zoom #main-menu #main-menu-content ul#menu-items li.section .arrow-mobile {
  background-position: center top !important;
  background-image: url(/images/navigation/arrow-down-blue.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 0px;
  display: block;
  cursor: pointer;
  z-index: 10;
  border: none;
  background-color: transparent;
}
body.font-zoom #main-menu #main-menu-content ul#menu-items li.section.open ul.children {
  height: inherit;
  overflow: visible;
}
body.font-zoom #main-menu #main-menu-content ul#menu-items li.section.open .arrow-mobile {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body.font-zoom #main-menu #main-menu-content ul#menu-items li.section ul.children {
  height: 0px;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 10px;
}
body.font-zoom #main-menu #main-menu-content ul#menu-items li.section ul.children li {
  margin: 10px 0px 0px 0px;
}
body.font-zoom #site-nav #navigation #search-box {
  width: calc(100%);
  height: 38px;
  margin: 70px 0px -400px 0px;
}
body.font-zoom #site-nav #navigation #search-box form {
  width: calc(100% - 80px);
  margin: -41px 0px 0px 20px;
  /* form */

}
body.font-zoom #site-nav #navigation #search-box form input {
  font-size: 24px;
  line-height: 38px;
}
body.font-zoom #site-nav #navigation #search-box #search-submit {
  background-size: cover;
  background-position: center center;
  width: 34px;
  height: 34px;
  top: 0px;
  right: 2px;
}
body.font-zoom #site-nav.mobileopen #nav-buttons #pcloud-btn,
body.font-zoom #site-nav.mobileopen #nav-buttons #search-btn {
  display: none;
}
body.font-zoom #site-nav #perdue-cloud {
  display: none;
  top: -650px;
}
body.font-zoom #main-nav,
body.font-zoom #main-menu #menu-bottom-bar #utility-nav a.contact,
body.font-zoom #main-menu #menu-bottom-bar #utility-nav a.farm-partners {
  display: none;
}
body.font-zoom #site-nav #navigation #nav-buttons {
  bottom: -20px;
}
body.font-zoom #site-nav #navigation #nav-buttons button#menu-btn {
  display: inline-block;
}
body.font-zoom #site-nav #navigation #tagline {
  margin: 65px 0px 0px 20px;
}
body.font-zoom #site-nav #navigation #nav-buttons {
  margin-right: -20px;
}
body.font-zoom #site-nav #navigation #nav-buttons div {
  margin: 0px 0px 0px 0px;
}
body.font-zoom #menu-bottom-bar {
  height: 190px !important;
  /* menu bottom bar */

}
body.font-zoom #menu-bottom-bar #utility-nav {
  width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
body.font-zoom #menu-bottom-bar #utility-nav a {
  width: 80% !important;
  margin: 20px 0px 0px 10px !important;
}
body.font-zoom #menu-bottom-bar #utility-nav a:nth-child(1) {
  margin-right: 0px !important;
}
body.font-zoom #menu-bottom-bar #utility-nav a.pill {
  width: calc(100% - 40px) !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center;
  margin: 20px 0px 0px 0px !important;
}
body.font-zoom #menu-bottom-bar #utility-nav a:nth-child(3) {
  margin-top: 10px !important;
  order: 4;
}
body.font-zoom #menu-bottom-bar #utility-nav a:nth-child(4) {
  order: 3;
}
body.font-zoom #main-menu #main-menu-content {
  height: calc(100vh - 240px);
}
body.font-zoom #footer #copyright {
  height: 100%;
}
