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

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

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

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

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

/* LESS VARIALBES */
.brown {
  color: #6c520b;
}
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: 190px;
}
/* max width of screen for elements that require it */

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

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

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

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

}
a.cta.light-blue {
  background-color: #7da9d5;
  border-bottom: 2px solid #497aab;
}
a.cta.green {
  background-color: #5ea43e;
  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;
  display: flex;
}
#alert-box p {
  color: white;
}
#alert-box .brand-pill {
  border-color: white;
  color: white;
  margin-bottom: 0px;
  padding: 8px 35px 5px 35px;
}
#alert-box .collapsible {
  color: white;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  text-align: center;
}
/* footer */

#footer {
  background: #5ea43e;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#footer a#logo {
  background: url(/imgs/logo2.png) center center no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  max-width: 155px;
  height: 70px;
  margin: 0px 0px 0px 0px;
  outline: none;
  border: 0px;
  text-decoration: none;
}
#footer #footer-nav {
  width: 100%;
  margin: 20px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer #footer-nav a {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 20px;
  color: white;
  display: block;
  text-decoration: none;
  margin: 15px 25px;
  font-weight: 700;
}
#footer #footer-nav a:hover {
  text-decoration: underline;
}
#footer #pill-buttons {
  width: 100%;
  margin: 50px 0px 50px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer #pill-buttons a.cta {
  -webkit-box-shadow: 0px 5px 10px 0px #024e85;
  -moz-box-shadow: 0px 5px 10px 0px #024e85;
  box-shadow: 0px 5px 10px 0px #024e85;
}
#footer #pill-buttons a.cta:first-child {
  margin-right: 20px;
}
#footer #secondary-links {
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer #secondary-links a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 10px;
  color: white;
  display: block;
  text-decoration: none;
  font-weight: 700;
  margin: 0px 15px;
}
#footer #secondary-links a:hover {
  text-decoration: underline;
}
#footer #copyright {
  background: #497f30;
  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: #5ea43e;
}
@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 #footer-nav {
    flex-wrap: wrap;
  }
  #footer #footer-nav a {
    font-size: 18px;
    line-height: 14px;
    margin-right: 30px;
  }
  #footer #pill-buttons {
    margin: 30px 0px 30px 0px;
  }
  /* 780 */
}
@media (max-width: 660px) {
  #footer #secondary-links {
    flex-wrap: no-wrap;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  #footer #secondary-links a {
    margin-bottom: 20px;
  }
  #footer #footer-nav {
    width: 100%;
    margin: 30px 0px 0px 0px;
    flex-wrap: no-wrap;
    flex-direction: column;
  }
  #footer #footer-nav a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 14px;
    margin: 0px 0px 20px 0px;
  }
  #footer #pill-buttons {
    max-width: 260px;
    margin: 20px 0px 40px 0px;
    flex-direction: column;
    align-items: center;
  }
  #footer #pill-buttons a {
    width: calc(100% - 40px);
    margin: 10px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  #footer #copyright {
    width: 100%;
    height: auto;
    margin: 30px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    font-size: 12px;
    line-height: 16px;
  }
  /* 460 */
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 15px;
}
h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 30px;
  line-height: 34px;
  padding-bottom: 20px;
}
h2 span {
  font-size: 16px;
}
h2 sup {
  font-size: 25px;
  position: relative;
  top: -6px;
}
h2.green {
  color: #5ea43e;
}
h2.yellow {
  color: #ffc423;
}
h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding: 0px;
  margin: 0 0 20px 0;
}
h3 span {
  font-size: 16px;
}
h3.lightBlue,
h3.lblue {
  color: #7da9d5;
}
h3.blue {
  color: #006bb7;
}
h3.green {
  color: #5ea43e;
}
h3.yellow {
  color: #ffc423;
}
h3.brown {
  color: #6c520b;
}
h3.gray {
  color: #717171;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  padding: 0px;
  margin: 36px 0 15px 0;
  text-align: center;
}
h4.lightBlue {
  color: #7da9d5;
}
h4.blue {
  color: #006bb7;
}
h4.green {
  color: #5ea43e;
}
h4.yellow {
  color: #ffc423;
}
h4.brown {
  color: #6c520b;
}
h4.gray {
  color: #717171;
}
h5 {
  font-size: 20px;
  line-height: 38px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  color: #497f30;
  margin: 5px 0px;
}
p {
  font-size: 18px;
  line-height: 38px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  color: #555555;
}
p:last-child {
  margin-bottom: 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 20px;
}
.wrapper .wrapper {
  padding: 0px 20px;
}
.wide-wrapper {
  padding: 0px 100px;
}
@media (max-width: 1000px) {
  .wide-wrapper {
    padding: 0px 50px;
  }
}
@media (max-width: 840px) {
  .wide-wrapper {
    padding: 0px;
  }
}
@media (max-width: 640px) {
  .wrapper,
  .wide-wrapper {
    padding: 0px 10px;
    /*this is in addtion to the 40px fullwidth margins */
  
  }
}
.blue-bar {
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ca8d5), to(#016cb7)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  -o-border-image: -o-linear-gradient(#7ca8d5, #016cb7) 1 100%;
  border-image: linear-gradient(to bottom, #7ca8d5, #016cb7) 1 100%;
}
.yellow-bar {
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe9ac), to(#ffc424)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -moz-border-image: -moz-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  -o-border-image: -o-linear-gradient(#ffe9ac, #ffc424) 1 100%;
  border-image: linear-gradient(to bottom, #ffe9ac, #ffc424) 1 100%;
}
.green-bar {
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bbb47), to(#477c2e)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -moz-border-image: -moz-linear-gradient(#6bbb47, #477c2e) 1 100%;
  -o-border-image: -o-linear-gradient(#6bbb47, #477c2e) 1 100%;
  border-image: linear-gradient(to bottom, #6bbb47, #477c2e) 1 100%;
}
.gray-bar {
  border-width: 0 0 0 10px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f9e9e), to(#717171)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#9f9e9e, #717171) 1 100%;
  -moz-border-image: -moz-linear-gradient(#9f9e9e, #717171) 1 100%;
  -o-border-image: -o-linear-gradient(#9f9e9e, #717171) 1 100%;
  border-image: linear-gradient(to bottom, #9f9e9e, #717171) 1 100%;
}
.two {
  width: 50%;
  float: left;
}
.three {
  width: 33.333%;
  float: left;
}
.four {
  width: 25%;
  float: left;
}
.five {
  width: 20%;
  float: left;
}
.six {
  width: 16.666%;
  float: left;
  position: relative;
}
.one-third {
  width: 33.333%;
  float: left;
}
.two-third {
  width: 66.666%;
  float: left;
}
.three-fourth {
  width: 75%;
  float: left;
}
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lightToBlue {
  background: #dee9f4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f7fafc, #dee9f4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7fafc, #dee9f4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7fafc, #dee9f4);
  /* Standard syntax */

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

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

}
.bg-rl {
  background: #f7fafc;
  background: -webkit-linear-gradient(left, #dbdbdb, #f7fafc);
  background: -o-linear-gradient(right, #dbdbdb, #f7fafc);
  background: -moz-linear-gradient(right, #dbdbdb, #f7fafc);
  background: linear-gradient(to right, #dbdbdb, #f7fafc);
}
.bg-lr {
  background: #f7fafc;
  background: -webkit-linear-gradient(right, #dbdbdb, #f7fafc);
  background: -o-linear-gradient(left, #dbdbdb, #f7fafc);
  background: -moz-linear-gradient(left, #dbdbdb, #f7fafc);
  background: linear-gradient(to left, #dbdbdb, #f7fafc);
}
.circle {
  border-radius: 50%;
  width: 155px;
  height: 155px;
  margin: 0 auto;
}
.circle.lightBlue {
  background-color: #7da9d5;
  box-shadow: 0 3px 0 0 #6c95be;
}
.circle.blue {
  background-color: #006bb7;
  box-shadow: 0 3px 0 0 #025fa1;
}
.circle.green {
  background-color: #5ea43e;
  box-shadow: 0 3px 0 0 #497f30;
}
.circle.yellow {
  background-color: #ffc423;
  box-shadow: 0 3px 0 0 #dca91e;
}
.circle.brown {
  background-color: #6c520b;
  box-shadow: 0 3px 0 0 #544009;
}
.circle.gray {
  background-color: #717171;
  box-shadow: 0 3px 0 0 #545454;
}
.circle-large {
  width: 220px;
  height: 220px;
}
.image-cropper {
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.image-cropper img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.image-cropper-border {
  width: 370px;
  height: 370px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  border: 15px solid white;
  margin: 0 auto;
}
.image-cropper-border img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.image-cropper-sm {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.image-cropper-sm img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.image-cropper-sm.center {
  margin: 0 auto;
}
.btn-margin {
  padding: 5px 0;
}
.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,
.btn-tiny {
  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;
  margin-top: 20px;
}
.btn-sm {
  font-size: 16px;
  line-height: 20px;
}
.btn-tiny {
  padding: 5px 20px 2px 20px;
  border-radius: 15px;
  font-size: 13px;
  line-height: 16px;
  margin-top: 0px;
}
@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;
}
.btn-green {
  background-color: #5ea43e;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: white;
  background-color: #5ea43e;
  opacity: 0.8;
}
.btn-green.raised {
  box-shadow: 0 3px 0 0 #497f30;
}
.btn-green.raised:active,
.btn-green.raised.active {
  color: white;
  background-color: #5ea43e;
  opacity: 0.8;
  box-shadow: none;
}
.btn-yellow {
  background-color: #ffc423;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: white;
  background-color: #ffc423;
  opacity: 0.8;
}
.btn-yellow.raised {
  box-shadow: 0 3px 0 0 #dca91e;
}
.btn-yellow.raised:active,
.btn-yellow.raised.active {
  color: white;
  background-color: #ffc423;
  opacity: 0.8;
  box-shadow: none;
}
.btn-brown {
  background-color: #6c520b;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
  color: white;
  background-color: #6c520b;
  opacity: 0.8;
}
.btn-brown.raised {
  box-shadow: 0 3px 0 0 #544009;
}
.btn-brown.raised:active,
.btn-brown.raised.active {
  color: white;
  background-color: #6c520b;
  opacity: 0.8;
  box-shadow: none;
}
.btn-light-blue {
  background-color: #7da9d5;
}
.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active,
.btn-light-blue.active,
.open .dropdown-toggle.btn-light-blue {
  color: white;
  background-color: #7da9d5;
  opacity: 0.8;
}
.btn-light-blue.raised {
  box-shadow: 0 3px 0 0 #6c95be;
}
.btn-light-blue.raised:active,
.btn-light-blue.raised.active {
  color: white;
  background-color: #7da9d5;
  opacity: 0.8;
  box-shadow: none;
}
.btn-gray {
  background-color: #717171;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: white;
  background-color: #717171;
  opacity: 0.8;
}
.btn-gray.raised {
  box-shadow: 0 3px 0 0 #545454;
}
.btn-gray.raised:active,
.btn-gray.raised.active {
  color: white;
  background-color: #717171;
  opacity: 0.8;
  box-shadow: none;
}
/* Generic Template */

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

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

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

#intro {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#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%;
}
#intro .margins {
  height: 350px;
  overflow: hidden;
}
#intro p {
  color: white;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  max-width: 785px;
}
.margins {
  overflow: auto;
}
/* GENERAL */

.image-cropper.center,
.image-center {
  margin: 0 auto;
  text-align: center;
}
strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 20px 30px;
}
.two h2 {
  text-align: left;
}
.two ul {
  text-align: left;
}
.text-center {
  text-align: center;
}
.brown {
  color: #6c520b;
}
@media (max-width: 992px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}
/* GENERAL TEXTPAGE */

.general-section-page #intro .margins {
  overflow: hidden;
}
.general-section-page #section1 p,
.general-section-page #section2 p {
  margin-bottom: 40px;
}
.general-section-page #section1.grid-section {
  text-align: center;
  clear: both;
}
.general-section-page #section1.grid-section .margins {
  padding: 0;
  margin: 75px 0;
}
.general-section-page #section1.grid-section h2 {
  color: #5ea43e;
  font-size: 24px;
  padding-bottom: 0;
  line-height: 1.5em;
}
.general-section-page #section1.grid-section p {
  margin: 5px 0;
}
.general-section-page #section1.grid-section .col-md-4 {
  width: 33.3%;
  float: left;
}
.general-section-page #section1.grid-section #section1 h2 {
  padding-bottom: 5px;
}
.general-section-page #section1.grid-section #section1 p {
  margin-bottom: 30px;
}
.general-section-page #section1.grid-section #section2 {
  text-align: center;
}
.general-section-page #section1.grid-section > .fullwidth > .margins {
  margin: 0;
}
.general-section-page #section2 .one-third .image-cropper,
.general-section-page #section4 .one-third .image-cropper {
  float: right;
}
.general-section-page #section2 .one-third .wrapper,
.general-section-page #section4 .one-third .wrapper {
  padding: 0px 20px;
}
.general-section-page #section3 .one-third .image-cropper,
.general-section-page #section5 .one-third .image-cropper {
  float: left;
}
.general-section-page #section3 .one-third .wrapper,
.general-section-page #section5 .one-third .wrapper {
  padding: 0px 20px;
}
.general-section-page .section {
  clear: both;
}
.general-section-page .section .margins {
  padding: 100px 0px;
}
.general-section-page .one-third.mobile {
  display: none;
}
@media (max-width: 992px) {
  .general-section-page #section1.grid-section .margins {
    margin: 0;
  }
  .general-section-page #section1.grid-section h2 {
    margin: 1em 0 0 0;
  }
  .general-section-page #section1.grid-section .col-md-4 {
    width: 100%;
  }
  .general-section-page #section1.grid-section > .fullwidth > .margins {
    margin: 75px 0;
  }
}
@media (max-width: 768px) {
  .general-section-page .one-third,
  .general-section-page .two-third {
    width: 100%;
  }
  .general-section-page .two {
    width: 100%;
    margin: 2em 0;
  }
  .general-section-page .one-third.desktop {
    display: none;
  }
  .general-section-page .one-third.mobile {
    display: block;
  }
  .general-section-page .img-first .one-third .image-cropper,
  .general-section-page #section2 .image-cropper {
    margin: 0 auto 3em auto;
  }
  .general-section-page .img-last .one-third .image-cropper {
    margin: 0 auto 3em auto;
  }
}
/* ICON CTAS */

#icons-ctas .margins {
  padding: 100px 0;
  overflow: hidden;
}
#icons-ctas h3 {
  text-align: center;
  margin: 30px 0 20px 0;
  font-size: 30px;
  line-height: 34px;
}
#icons-ctas .icons .wrapper {
  position: relative;
}
#icons-ctas .icons ul {
  list-style-image: url(/media/1005/li.png);
  padding-left: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  float: left;
}
#icons-ctas .icons ul li {
  white-space: nowrap;
}
#icons-ctas .icons ul a {
  text-decoration: none;
}
#icons-ctas .icons ul a:hover {
  text-decoration: underline;
}
#icons-ctas .icons .blue ul {
  color: #006bb7;
}
#icons-ctas .icons .green ul,
#icons-ctas .icons .green ul a {
  color: #5ea43e;
}
@media (max-width: 1100px) {
  #icons-ctas .icons ul li {
    white-space: normal;
  }
}
/* NEWS AND WEATHER */

#news-weather {
  clear: both;
}
#news-weather .margins {
  padding: 100px 0;
}
#weather {
  display: block;
  overflow: auto;
}
#weather .row {
  overflow: auto;
}
#weather .label {
  display: table-cell;
  padding-right: 10px;
}
#weather .value {
  display: table-cell;
  text-align: right;
}
#weather #location,
#weather .label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 8px;
}
#weather .label {
  font-size: 15px;
  line-height: 18px;
}
#weather .value {
  font-size: 14px;
  line-height: 18px;
}
#weather .five .wrapper {
  padding: 0 0 5px 0 !important;
}
#weather .highlow {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 1185px) {
  #weather .five:nth-of-type(4),
  #weather .five:nth-of-type(5) {
    display: none;
  }
  #weather .five {
    width: 33.3%;
  }
}
@media (max-width: 950px) {
  #news-weather .two {
    width: 100%;
    margin-bottom: 30px;
  }
  #news-weather .two .two {
    width: 50%;
    margin-bottom: 0px;
  }
  #weather .five:nth-of-type(4),
  #weather .five:nth-of-type(5) {
    display: block;
  }
  #weather .five {
    width: 20%;
  }
}
@media (max-width: 570px) {
  #weather .five:nth-of-type(4),
  #weather .five:nth-of-type(5) {
    display: none;
  }
  #weather .five {
    width: 33.3%;
  }
}
#updateWeather {
  margin-top: 15px;
}
#radar img {
  width: 100%;
  max-width: 250px;
}
.story {
  white-space: pre-wrap;
}
@media (max-width: 450px) {
  #weather .five:nth-of-type(3) {
    display: none;
  }
  #weather .five {
    width: 50%;
  }
  #news-weather .two .two {
    width: 100%;
  }
  #updateWeather .btn-tiny {
    display: block;
    margin-top: 15px;
  }
}
/* CBOT */

#cbot {
  text-align: center;
  clear: both;
}
#cbot .margins {
  padding: 100px 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%;
}
#home #home-intro {
  width: 100%;
  background: #f7fafc;
  background: -webkit-linear-gradient(right, #dbdbdb, #f7fafc);
  background: -o-linear-gradient(left, #dbdbdb, #f7fafc);
  background: -moz-linear-gradient(left, #dbdbdb, #f7fafc);
  background: linear-gradient(to left, #dbdbdb, #f7fafc);
}
#home #home-intro .img {
  display: table-cell;
  vertical-align: top;
  width: 1280px;
}
#home #home-intro .img img {
  width: 100%;
  max-width: 1280px;
}
#home #home-intro .copy {
  display: table-cell;
  vertical-align: middle;
}
#home #home-intro .copy h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #5ea43e;
  font-size: 40px;
  line-height: 45px;
}
#home #home-intro .copy p {
  margin-bottom: 10px;
}
#home .slick-arrow {
  display: none !important;
}
#sub-nav {
  width: 100%;
  position: relative;
  top: -12px;
}
#sub-nav .six,
#sub-nav .five {
  text-align: center;
  background: #78b52f;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #78b52f, #5ea43e);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #78b52f, #5ea43e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #78b52f, #5ea43e);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #78b52f, #5ea43e);
  /* Standard syntax */

}
#sub-nav .six .wrapper,
#sub-nav .five .wrapper {
  padding: 0px;
}
#sub-nav .six a,
#sub-nav .five a {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 24px;
  line-height: 25px;
  text-decoration: none;
  padding: 25px 10px 22px 10px;
  cursor: pointer;
  display: block;
}
#sub-nav .six a:hover,
#sub-nav .five a:hover {
  text-decoration: underline;
}
#sub-nav .five:hover,
#sub-nav .active {
  background: #006bb7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #006bb7, #024e84);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #006bb7, #024e84);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #006bb7, #024e84);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #006bb7, #024e84);
  /* Standard syntax */

}
@media (max-width: 1385px) {
  #sub-nav .six,
  .five .wrapper {
    padding: 15px 10px 12px 10px;
  }
  #sub-nav .six a,
  .five .wrapper a {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 1230px) {
  #sub-nav .six,
  .five {
    width: 33.3%;
  }
  #sub-nav .six .wrapper,
  .five .wrapper {
    border: 1px solid white;
  }
}
@media (max-width: 630px) {
  #sub-nav .six,
  .five {
    width: 50%;
  }
}
@media (max-width: 450px) {
  #sub-nav .six,
  .five {
    width: 50%;
  }
  #sub-nav .six .wrapper a,
  .five .wrapper a {
    font-size: 15px;
    line-height: 17px;
    padding: 10px 10px 8px 10px;
  }
}
@media (max-width: 450px) {
  #sub-nav .six,
  .five {
    width: 50%;
  }
  #sub-nav .six .wrapper a,
  .five .wrapper a {
    padding: 10px 10px 8px 10px;
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 380px) {
  #sub-nav .six .wrapper a,
  .five .wrapper a {
    font-size: 12px;
    line-height: 15px;
  }
}
#home #section1 {
  clear: both;
}
#home #section1 .margins {
  padding: 50px 0px;
}
#home #section1 h1 {
  color: #5ea43e;
  font-size: 42px;
  text-align: center;
}
#home #section2,
#news #section2 {
  clear: both;
  background: #f7fafc;
  background: -webkit-linear-gradient(right, #dbdbdb, #f7fafc);
  background: -o-linear-gradient(left, #dbdbdb, #f7fafc);
  background: -moz-linear-gradient(left, #dbdbdb, #f7fafc);
  background: linear-gradient(to left, #dbdbdb, #f7fafc);
}
#home #section2 .margins,
#news #section2 .margins {
  padding: 50px 0px;
}
#home #section2 h1,
#news #section2 h1 {
  color: #5ea43e;
  text-align: center;
  font-size: 42px;
}
#home #section2 #hp-futures table.dtn-quote,
#news #section2 #hp-futures table.dtn-quote {
  background-color: transparent !important;
  width: 100%;
  border: none;
  max-width: 600px;
  margin: 0 auto;
}
#home #section2 #hp-futures table.dtn-quote .delivery-date,
#news #section2 #hp-futures table.dtn-quote .delivery-date {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #6c520b;
}
#home #section2 #hp-futures table.dtn-quote tbody.caption th,
#news #section2 #hp-futures table.dtn-quote tbody.caption th,
#home #section2 #hp-futures table.dtn-quote tbody th,
#news #section2 #hp-futures table.dtn-quote tbody th {
  padding: 0em;
}
#home #section2 #hp-futures table.dtn-quote tbody.dupheader th,
#news #section2 #hp-futures table.dtn-quote tbody.dupheader th {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #6c520b;
}
#home #section2 #hp-futures table.dtn-quote tr,
#news #section2 #hp-futures table.dtn-quote tr {
  padding: 5px 0px;
}
#home #section2 #hp-futures table.dtn-quote td,
#news #section2 #hp-futures table.dtn-quote td {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #6c520b;
  padding: 0 0em 0.2em 0.3em;
}
#home #section2 #hp-futures table.dtn-quote td.change-pos,
#news #section2 #hp-futures table.dtn-quote td.change-pos {
  color: #5ea43e;
}
#home #section2 #hp-futures table.dtn-quote td.change-neg,
#news #section2 #hp-futures table.dtn-quote td.change-neg {
  color: #a10409;
}
#home #section2 #hp-futures .caption span,
#news #section2 #hp-futures .caption span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #006bb7;
  margin-top: 15px;
  display: block;
}
#home #section2 #hp-futures .dtnDisclaimer,
#news #section2 #hp-futures .dtnDisclaimer {
  display: none;
}
#home #section2 .disclaimer,
#news #section2 .disclaimer {
  text-align: right;
  position: relative;
}
#home #section2 .disclaimer p,
#news #section2 .disclaimer p {
  font-family: 'Fira Sans', sans-serif;
  color: #717171;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
#home #section2 .disclaimer a,
#news #section2 .disclaimer a {
  color: #717171;
}
@media (max-width: 1700px) {
  #home #home-intro .img {
    width: 900px;
  }
  #home #home-intro .slick-dots {
    left: 950px;
  }
}
@media (max-width: 1400px) {
  #home #home-intro .img {
    width: 700px;
  }
  #home #home-intro .slick-dots {
    left: 750px;
  }
  #home #home-intro .copy h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 1200px) {
  #home #home-intro .copy h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1070px) {
  #sub-nav {
    top: auto;
  }
  #home #home-intro .img {
    width: 100%;
    display: block;
  }
  #home #home-intro .copy {
    width: 100%;
    display: block;
    text-align: center;
    padding: 40px 0 25px 0px;
    margin-top: -12px;
  }
  #home #home-intro .copy p {
    max-width: none;
  }
  #home #home-intro .slick-dots {
    left: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #home #section1 .margins {
    margin: 50px 0px;
  }
}
@media (max-width: 1040px) {
  .fullscreen-bg-video {
    top: 0px;
  }
}
@media (max-width: 960px) {
  #home #section1 h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #home #section2 .two {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  #home #section2 .two .two {
    width: 50%;
  }
  #home #section2 .two h2 {
    text-align: center;
  }
  #home #section2 .two .wrapper {
    padding: 0px;
  }
}
@media (max-width: 500px) {
  #home #section2 #hp-futures table.dtn-quote tbody.dupheader th,
  #news #section2 #hp-futures table.dtn-quote tbody.dupheader th,
  #home #section2 #hp-futures table.dtn-quote td,
  #news #section2 #hp-futures table.dtn-quote td {
    font-size: 11px;
    line-height: 14px;
  }
  #home #section2 #hp-futures table.dtn-quote .delivery-date,
  #news #section2 #hp-futures table.dtn-quote .delivery-date {
    font-size: 14px;
    line-height: 16px;
  }
}
/* Business */

#business #intro {
  background-image: url(/media/1137/wheat-hero.jpg);
}
#business #intro .margins {
  height: 350px;
  overflow: hidden;
}
#business #intro .wrapper {
  position: relative;
  top: 80px;
}
#business #section1 {
  clear: both;
}
#business #section1 .margins {
  margin: 50px 0px;
}
#business #section2 {
  background: #f7fafc;
  background: -webkit-linear-gradient(right, #dbdbdb, #f7fafc);
  background: -o-linear-gradient(left, #dbdbdb, #f7fafc);
  background: -moz-linear-gradient(left, #dbdbdb, #f7fafc);
  background: linear-gradient(to left, #dbdbdb, #f7fafc);
  overflow: auto;
}
#business #section2 .margins {
  margin: 100px 0px;
}
#business #section2 h3 {
  margin: 20px 0;
}
#business #section3 .margins {
  margin: 100px 0px;
}
#business #section3 .two .wrapper {
  padding: 25px;
}
#business #section3 h3 {
  text-align: center;
}
#business #section4 {
  background: #f7fafc;
  background: -webkit-linear-gradient(right, #dbdbdb, #f7fafc);
  background: -o-linear-gradient(left, #dbdbdb, #f7fafc);
  background: -moz-linear-gradient(left, #dbdbdb, #f7fafc);
  background: linear-gradient(to left, #dbdbdb, #f7fafc);
  overflow: auto;
}
#business #section4 .margins {
  margin: 100px 0px;
}
@media (max-width: 900px) {
  #business #section3 .two {
    width: 100%;
  }
  #business #section3 .two .wrapper {
    padding: 15px 0px;
  }
}
/*Futures*/

#futures .two .wrapper {
  background-color: white;
  margin: 10px;
  padding: 7px 20px;
  border: 1px solid #d0d0d0;
  border-radius: 7px;
}
#futures table.dtn-quote {
  background-color: transparent !important;
  width: 100%;
}
#futures table.dtn-quote .delivery-date {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #006bb7;
}
#futures table.dtn-quote .dupheader {
  border-bottom: 1px solid #d0d0d0;
}
#futures table.dtn-quote tbody.dupheader th {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #006bb7;
  padding-bottom: 10px;
}
#futures table.dtn-quote tr {
  padding: 5px 0px;
}
#futures table.dtn-quote td {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #6c520b;
}
#futures table.dtn-quote td.change-pos {
  color: #5ea43e;
}
#futures table.dtn-quote td.change-neg {
  color: #a10409;
}
#futures .caption span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #6c520b;
  margin-bottom: 20px;
  display: block;
}
#futures .dtnDisclaimer {
  display: none;
}
#futures .disclaimer {
  text-align: right;
  position: relative;
  height: 145px;
  float: right;
}
#futures .disclaimer p {
  font-family: 'Fira Sans', sans-serif;
  color: #717171;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
#futures .disclaimer a {
  color: #717171;
}
#futures .disclaimer .wrapper {
  border: none;
  background-color: transparent;
}
#futures .disclaimer .wrapper div {
  position: absolute;
  bottom: 40px;
  right: 20px;
}
@media (max-width: 1100px) {
  #futures .two {
    width: 100%;
  }
  #futures .disclaimer .wrapper div {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
@media (max-width: 530px) {
  #futures .two {
    margin: 0px;
  }
  #futures .two .wrapper {
    padding: 5px;
  }
  #futures .two table.dtn-quote .delivery-date {
    font-size: 14px;
    line-height: 18px;
  }
  #cbot .fullwidth {
    width: calc(100%);
  }
}
@media (max-width: 440px) {
  #futures table.dtn-quote tbody.dupheader th,
  #futures .two table.dtn-quote .delivery-date,
  #futures table.dtn-quote td {
    font-size: 10px;
    line-height: 11px;
  }
  #futures .caption span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 340px) {
  #futures .two .wrapper {
    padding: 0px;
    margin: 10px 0px;
  }
}
/* Locations LP */

#locations #intro {
  background-image: url(/media/1067/location_hero.jpg);
}
#locations #locationByState p {
  color: #5ea43e;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
#locations #locationByState a {
  color: #5ea43e;
}
#locations #intro .margins {
  height: 350px;
  overflow: hidden;
}
#locations #intro .margins h1 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 48px;
  line-height: 56px;
}
#locations #intro .wrapper {
  position: relative;
  top: 125px;
}
#locations #content .margins {
  margin: 50px 0px;
}
#locations #content h2 {
  color: #5ea43e;
  text-align: center;
}
#locations #content .filters {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
#locations #content .loc {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #5ea43e;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 20px;
  border: 1px solid #5ea43e;
  border-radius: 25px;
  margin: 5px;
  display: inline-block;
}
#locations #content .loc.link {
  cursor: pointer;
}
#locations #content .loc:hover,
#locations #content .loc.active {
  color: white;
  background-color: #006bb7;
  border: 1px solid #006bb7;
}
#locations #content .masonry {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media (max-width: 1000px) {
  #locations #content .masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 700px) {
  #locations #content .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 500px) {
  #locations #content .masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#locations #content .masonry .state {
  display: inline-block;
  width: 100%;
}
#locations #content .masonry .state p {
  margin-bottom: 12px;
  line-height: 24px;
  text-align: left !important;
}
#locations #content .masonry .state p a {
  font-weight: 500;
}
#locations #content .masonry .state .stateTitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
  font-size: 22px;
  line-height: 26px;
}
#locations #content .masonry .state .row-padding {
  padding: 0 5px 30px 0;
}
/* Wait Times Info */

.location-detail .block {
  display: table-cell;
  vertical-align: top;
}
.location-detail .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.location-detail .row {
  overflow: auto;
}
.location-detail .content-block {
  border: 1px solid #e1ebf5;
  border-radius: 3px;
  padding: 30px;
}
.location-detail .gutter {
  margin-right: 20px;
  margin-bottom: 20px;
}
.location-detail .circle-large {
  width: 225px;
  height: 225px;
}
.location-detail .side-panel {
  width: 25%;
  margin-right: 5%;
  position: relative;
  float: left;
}
.location-detail .side-panel .location-type.mobile {
  display: none;
}
.location-detail .full-panel {
  width: 100%;
}
.location-detail .full-panel #additionalInfo,
.location-detail .full-panel #locationInfo {
  width: 45%;
  margin-right: 5%;
  float: left;
  position: relative;
}
.location-detail .main-panel {
  width: 70%;
  position: relative;
  float: left;
}
.location-detail .main-panel .traffic-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
}
.location-detail .main-panel .traffic-image p {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding-top: 10px;
}
.location-detail .main-panel .traffic-image img {
  width: 100%;
}
.location-detail #green-bar {
  width: 100%;
  min-height: 40px;
  overflow: auto;
  background-color: #5ea43e;
}
.location-detail #green-bar #location {
  position: relative;
  float: left;
  width: 50%;
}
.location-detail #green-bar #date {
  position: relative;
  float: right;
}
.location-detail #green-bar .block {
  vertical-align: middle;
}
.location-detail #green-bar #location p,
.location-detail #green-bar #date p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: white;
  padding: 15px 0px;
}
.location-detail #green-bar #location p img,
.location-detail #green-bar #date p img {
  position: relative;
  top: 3px;
}
.location-detail #alert {
  width: 100%;
  background-color: #a90000;
  padding: 20px 0px;
}
.location-detail #alert p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: white;
}
.location-detail #alert a {
  color: white;
}
.location-detail #alert img {
  padding-right: 15px;
}
.location-detail .wait-times {
  text-align: center;
}
.location-detail .wait-times .content-block {
  padding: 30px 10px;
}
.location-detail .time {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 96px;
  color: white;
  position: relative;
  top: 50px;
}
.location-detail .t-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: white;
  position: relative;
  top: 50px;
}
.location-detail .arrow {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0px 5px 0px;
}
.location-detail .bound {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #006bb7;
  text-align: center;
  padding-bottom: 10px;
}
.location-detail .bound span {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.location-detail .lastUpdated {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6c520b;
  text-align: center;
  padding-bottom: 20px;
}
.location-detail .eta {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  text-align: center;
}
.location-detail .info-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #006bb7;
  width: 100px;
}
.location-detail .info-img {
  position: relative;
  top: 2px;
  padding-right: 5px;
}
.location-detail #info {
  margin-top: 20px;
}
.location-detail #info .info-label {
  width: 80px;
}
.location-detail #info p {
  line-height: 28px;
}
.location-detail #info #info-copy {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #555555;
}
.location-detail #info #info-copy a {
  color: #5ea43e;
  font-weight: 700;
}
.location-detail #info .block {
  vertical-align: middle;
}
.location-detail .right {
  width: 400px;
}
.location-detail #hours {
  margin-top: 20px;
}
.location-detail #hours .updated.mobile {
  display: none;
}
.location-detail #hours .block {
  vertical-align: middle;
}
.location-detail #hours table {
  margin-right: 50px;
}
.location-detail #hours .day {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #5ea43e;
  width: 115px;
}
.location-detail #hours .hours {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #555555;
  font-weight: bold;
}
.location-detail #hours .hours.red {
  color: #a90000;
}
@media (max-width: 1200px) {
  .location-detail .side-panel,
  .location-detail .main-panel {
    width: 100%;
    margin: 0 auto;
  }
  .location-detail .side-panel .location-type.mobile {
    display: block;
  }
  .location-detail #additionalInfo,
  .location-detail #locationInfo {
    width: 45%;
    margin-right: 5%;
    float: left;
    position: relative;
  }
  .location-detail #locationInfo .location-type.desktop {
    display: none;
  }
  .location-detail #hours .two {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 850px) {
  .location-detail .circle-large {
    width: 160px;
    height: 160px;
  }
  .location-detail .time {
    font-size: 70px;
    line-height: 70px;
    top: 40px;
  }
  .location-detail .t-label {
    top: 40px;
  }
  .location-detail .bound span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .location-detail p {
    text-align: left;
  }
}
@media (max-width: 650px) {
  .location-detail .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .location-detail .flex .main-panel {
    display: flex;
    flex-direction: column-reverse;
  }
  .location-detail .flex .main-panel #hours .updated.mobile {
    display: block;
    margin-bottom: 10px;
  }
  .location-detail .flex .main-panel .updated.desktop {
    display: none;
  }
  .location-detail #additionalInfo,
  .location-detail #locationInfo,
  .location-detail .three,
  .location-detail .two,
  .location-detail .full-panel #additionalInfo,
  .location-detail .full-panel #locationInfo {
    width: 100%;
    margin: 0 auto;
  }
  .location-detail .gutter {
    margin: 0 0 20px 0;
  }
  .location-detail #hours .block,
  .location-detail #info .block {
    display: block;
  }
  .location-detail #hours .block .block {
    display: table-cell;
  }
  .location-detail .info-label {
    width: auto;
  }
}
.block {
  display: table-cell;
  vertical-align: top;
}
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-block {
  background-color: white;
  border: 1px solid #e1ebf5;
  border-radius: 3px;
  padding: 30px;
}
/* Contacts LP */

#contacts #intro {
  background-image: url(/media/1065/contact_hero.jpg);
}
#contacts #intro .margins {
  height: 350px;
  overflow: hidden;
}
#contacts #intro .margins h1 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 48px;
  line-height: 56px;
}
#contacts #intro .wrapper {
  position: relative;
  top: 125px;
}
#contacts #content .margins {
  margin: 50px 0px;
}
#contacts #content h2 {
  color: #5ea43e;
  text-align: center;
}
#contacts #content .filters {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
#contacts #content .loc {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #5ea43e;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 20px;
  border: 1px solid #5ea43e;
  border-radius: 25px;
  margin: 5px;
  display: inline-block;
}
#contacts #content .loc.link {
  cursor: pointer;
}
#contacts #content .loc:hover,
#contacts #content .loc.active {
  color: white;
  background-color: #006bb7;
  border: 1px solid #006bb7;
}
#contacts #content .filters {
  padding-top: 20px;
}
#contacts #content .listing {
  display: none;
}
#contacts #content .row {
  clear: both;
}
#contacts #content .three .wrapper {
  background-color: white;
  margin: 10px;
  padding: 20px;
  border: 1px solid #d0d0d0;
  border-radius: 7px;
}
#contacts #content .three p {
  line-height: 22px;
  padding-bottom: 10px;
}
#contacts #content .three .name {
  font-weight: bold;
  color: #006bb7;
}
#contacts #content .three .loc-tag {
  font-weight: bold;
  color: #5ea43e;
}
@media (max-width: 1024px) {
  #contacts #content .three {
    width: 50%;
  }
}
@media (max-width: 700px) {
  #contacts #content .three {
    width: 100%;
  }
}
@media (max-width: 550px) {
  #contacts #content .three .wrapper {
    padding: 5px;
    margin: 10px 0px;
  }
  #contacts #content .three .wrapper p {
    font-size: 14px;
    line-height: 18px;
  }
}
/* Generic Template */

#template #intro .margins {
  height: 350px;
  overflow: hidden;
}
#template #intro .margins h1 {
  margin-bottom: 0px;
  text-align: left;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 768px) {
  #template #intro .margins h1 {
    text-align: center;
  }
}
#template #intro .wrapper {
  position: relative;
  top: 145px;
}
#template #content h2 {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 38px;
  color: #ffc423;
}
#template #content h5 {
  text-align: center;
  margin: 20px 0 15px 0;
}
#template #content p {
  text-align: justify;
  margin-bottom: 30px;
}
#template #content ul {
  list-style: inherit;
  margin-left: 20px;
}
#template #content li {
  padding-left: 20px;
  margin-bottom: 20px;
}
#template #content li li {
  padding-left: 20px;
}
#template #content b,
#template #content strong {
  font-weight: 700;
}
#template #content .disclaimer {
  font-family: 'Fira Sans', sans-serif;
  color: #717171;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
#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: 850px) {
  #template #content .three,
  .general-section-page .three {
    width: 100%;
  }
}
/* Site Search */

#search #intro {
  background-image: url(/media/1094/ag_services_1278x575.jpg);
}
#search #intro .margins {
  height: 350px;
  overflow: hidden;
}
#search #intro .margins h1 {
  margin-bottom: 0px;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
}
#search #intro .margins .wrapper {
  top: 145px;
}
#search #intro .wrapper {
  position: relative;
  top: 50px;
}
#search #content {
  margin: 50px 0px;
}
#search #content h4 {
  margin: 0px 0 20px 0;
  text-align: left;
}
#search #content h5 a {
  color: #497f30;
  text-decoration: none;
  text-align: left;
}
#search #content p {
  margin-bottom: 25px;
}
#newsie .news-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #5ea43e;
  font-size: 18px;
  line-height: 22px;
}
#newsie .news-title a {
  color: #5ea43e;
  text-decoration: none;
}
#newsie .news-title a :hover {
  text-decoration: underline;
}
#newsie .news-date {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  color: #5ea43e;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 20px;
}
#map {
  height: 650px;
}
@media (max-width: 750px) {
  #map {
    height: 450px;
  }
}
@media (max-width: 550px) {
  #map {
    height: 350px;
  }
}
.products {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  /*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/

}
.products tbody td:first-of-type {
  font-weight: bold;
}
.products thead td.value {
  vertical-align: bottom;
  background-color: #5ea43e;
  color: white;
  height: 2em;
  padding: 0px 5px;
  line-height: 22px;
}
.products tr {
  cursor: pointer;
}
.products .explanation {
  padding: 15px 0 20px 0;
  color: #5ea43e;
  font-size: 14px;
}
.products .more_info {
  display: none;
}
.products .more_info img.product_logo {
  width: 100%;
  max-width: 350px;
  display: inline;
}
.products .more_info a {
  display: block;
  margin-bottom: 0.5em;
}
.products .more_info .pdf_logo {
  padding-right: 5px;
}
@media (max-width: 750px) {
  .products table,
  .products thead,
  .products tbody,
  .products th,
  .products td,
  .products tr {
    display: block;
  }
  .products thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .products tr {
    border: 1px solid #cccccc;
  }
  .products td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
  }
  .products td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .products td:nth-of-type(1):before {
    content: "";
  }
  .products td:nth-of-type(2):before {
    content: "RUP";
  }
  .products td:nth-of-type(3):before {
    content: "RUP DIG";
  }
  .products td:nth-of-type(4):before {
    content: "dRUP*";
  }
  .products td:nth-of-type(5):before {
    content: "dRUP Lysine*";
  }
  .products td:nth-of-type(6):before {
    content: "dRUP Methionine*";
  }
  .products#amino-acid td:nth-of-type(1):before {
    content: "";
  }
  .products#amino-acid td:nth-of-type(2):before {
    content: "Crude Protein*";
  }
  .products#amino-acid td:nth-of-type(3):before {
    content: "RUP";
  }
  .products#amino-acid td:nth-of-type(4):before {
    content: "RUP DIG";
  }
  .products#amino-acid td:nth-of-type(5):before {
    content: "dRUP*";
  }
  .products#amino-acid td:nth-of-type(6):before {
    content: "dRUP Lysine*";
  }
  .products#amino-acid td:nth-of-type(7):before {
    content: "dRUP Methionine*";
  }
  .products#fatty-acid td:nth-of-type(1):before {
    content: "";
  }
  .products#fatty-acid td:nth-of-type(2):before {
    content: "Total Fatty Acids*";
  }
  .products#fatty-acid td:nth-of-type(3):before {
    content: "C16:0*";
  }
  .products#fatty-acid td:nth-of-type(4):before {
    content: "C18:0*";
  }
  .products#fatty-acid td:nth-of-type(5):before {
    content: "C18:1 cis*";
  }
  .products#fatty-acid td:nth-of-type(6):before {
    content: "";
  }
  .products#fatty-acid td:nth-of-type(7):before {
    content: "";
  }
}
/* News */

#news #intro {
  background-image: url(/media/1068/news_hero.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(#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%;
}
#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 #section1 .filters {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
  max-width: 730px;
}
#news #section1 .loc {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #5ea43e;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 20px;
  border: 1px solid #5ea43e;
  border-radius: 25px;
  margin: 5px;
  display: inline-block;
}
#news #section1 .loc.link {
  cursor: pointer;
}
#news #section1 .loc:hover,
#news #section1 .loc.active {
  color: white;
  background-color: #006bb7;
  border: 1px solid #006bb7;
}
#news #section1 .listing {
  display: none;
}
#news #section1 .title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #5ea43e;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin: 0px 10px;
}
#news #section1 .title a {
  color: #5ea43e;
  text-decoration: none;
}
#news #section1 .title a:hover {
  text-decoration: underline;
}
#news #section1 .three {
  padding-bottom: 25px;
}
#news #section1 .date {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  color: #5ea43e;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0px 10px;
}
@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%;
}
#article #content .margins {
  padding: 50px 0px;
}
#article h1 {
  font-size: 40px;
  line-height: 44px;
  color: #5ea43e;
  text-align: center;
}
#article .date {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5ea43e;
  text-align: center;
  padding-bottom: 25px;
}
/*Site-wide Responsive*/

@media (max-width: 768px) {
  .margins {
    padding: 40px 0px !important;
    margin: 0px !important;
  }
  .circle {
    margin: 0 auto !important;
    float: none !important;
  }
  .image-cropper {
    float: none !important;
  }
  #section2 {
    text-align: center;
  }
  .general-section-page #section1.grid-section {
    margin: 50px 0px;
  }
  .general-section-page #section1.grid-section .margins {
    padding: 0px !important;
  }
  h1,
  h2,
  h3,
  h4,
  p {
    text-align: center;
  }
  .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;
    background-position: top center;
  }
  #intro .fullwidth {
    width: 100%;
    padding-top: 200px;
  }
  #intro .margins {
    height: auto !important;
    padding: 30px 0px;
    margin: 0 !important;
    background: #3e8ac6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #3e8ac6, #006bb7);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #3e8ac6, #006bb7);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #3e8ac6, #006bb7);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #3e8ac6, #006bb7);
    /* Standard syntax */
  }
  #intro .wrapper {
    border: none !important;
    top: 0px !important;
  }
  #intro .wrapper h1 {
    text-align: center;
  }
  #intro .wrapper h2 {
    text-align: center;
  }
  #intro .wrapper p {
    text-align: center;
    margin: 5px 0px !important;
    color: #bed4ea;
    padding-top: 15px !important;
  }
}
/*New User Requests Form */

.contact-info {
  overflow: auto;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact-info .one-third p {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
}
.contact-info .divider {
  width: 100%;
  height: 1px;
  margin: 40px 0 30px 0;
  background-color: #e1ebf5;
}
.contact-info #FirstName,
.contact-info #City,
.contact-info #Phone {
  width: 99%;
}
.contact-info #State {
  width: 98%;
}
.contact-info strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #006bb7;
}
.contact-info .three .wrapper {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #7da9d5;
  margin: 20px 10px 10px 10px;
}
/* facility cams page */

.facility-cams #intro {
  background-color: #006bb7;
}
.facility-cams #intro .fullwidth {
  padding-top: 0;
}
.facility-cams #intro .fullwidth .margins {
  height: 250px;
}
.facility-cams .content {
  padding: 50px 0 50px 0;
}
.facility-cams .content .fullwidth .feed {
  margin-bottom: 50px;
}
.facility-cams .content .fullwidth .feed .state {
  font-size: 36px !important;
  padding-bottom: 10px;
}
.facility-cams .content .fullwidth .feed .city {
  font-size: 28px;
  color: #5ea43e;
  font-weight: bold;
}
.facility-cams .content .fullwidth .feed .images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}
.facility-cams .content .fullwidth .feed .images .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}
.facility-cams .content .fullwidth .feed .images .image img {
  max-width: 450px;
}
@media (max-width: 500px) {
  .facility-cams .content .fullwidth .feed .images .image img {
    width: 100%;
  }
}
.facility-cams .content .fullwidth .feed .images p {
  text-align: left;
}
.facility-cams .content .fullwidth .feed .images p.updated {
  display: none;
}
@media (max-width: 500px) {
  .facility-cams .content .fullwidth .feed .images {
    flex-direction: column;
  }
}
.facility-cams .content .fullwidth .feed:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .contact-info .two,
  .contact-info .one-third,
  .contact-info .two-third {
    width: 100%;
  }
  .contact-info .one-third .two {
    width: 50%;
  }
  .contact-info #FirstName,
  .contact-info #City,
  .contact-info #Phone {
    width: 100%;
  }
  .contact-info #State {
    width: 99%;
  }
}
/* Hours Exporter */

#hoursExporter h1 {
  color: #006bb7;
  margin-top: 35px;
  margin-bottom: 0px;
}
#hoursExporter h3 {
  color: #497f30;
  text-align: left;
  margin: 0px 0 15px 0;
}
#hoursExporter h4 {
  text-align: left;
  margin: 0px 0 25px 0;
}
#hoursExporter h5 {
  color: #497f30;
  text-align: left;
  margin: 0px 0 25px 0;
}
#hoursExporter #locationOptions p,
#hoursExporter #locationsForExport p {
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
#hoursExporter p a {
  cursor: pointer;
}
#hoursExporter p span {
  font-size: 11px;
}
#hoursExporter .hideDownload {
  display: none;
}
#hoursExporter input[type=checkbox] {
  width: 15px;
  height: 15px;
  display: inline;
}
#hoursExporter label {
  display: inline;
  position: relative;
  top: -9px;
  padding-right: 10px;
}
#hoursExporter .line {
  width: 100%;
  height: 1px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bed4ea;
}
@media (max-width: 800px) {
  #hoursExporter .two {
    width: 100%;
  }
}
#addedIcon {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  background-color: white;
}
#addedIcon p {
  color: #ffc423;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
#print-only {
  display: none;
}
@media print {
  .margins {
    padding: 10px 0 !important;
    margin: 0 !important;
  }
  #site-nav,
  .news-weather,
  #main-nav,
  #utility,
  #footer,
  #tagline,
  #nav-buttons,
  #perdue-cloud,
  #navbar,
  .disclaimer,
  .circle {
    display: none !important;
  }
  #site-nav {
    height: 0px !important;
  }
  #body {
    margin-top: 0px !important;
  }
  #intro {
    background-image: none !important;
    margin: 0px !important;
    padding: 0px !important;
    top: auto !important;
    position: relative;
    top: -100px;
  }
  #intro .margins,
  #intro .margins .margins {
    height: auto !important;
  }
  #intro .wrapper {
    top: auto !important;
  }
  * {
    color: black !important;
    background-image: none !important;
  }
  #print-only {
    text-align: center;
    display: block;
    position: relative;
    top: 10px;
  }
}
