/*
 * Nice World Industries (niceworld.org) 1-28-16
 *
*/
/* Globals */
* {
  margin: 0;
  padding: 0px;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
}
html,
body {
  height: 100%;
}
h1 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif, sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif, sans-serif;
}
article a {
  text-decoration: underline;
}
article h1 {
  font-family: "AvenirBlack", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #7cc576;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 56px;
}
@media only screen and (max-width: 992px) {
  article h1 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  article h1 {
    margin-bottom: 10px;
    font-size: 5.8vw;
    line-height: 6.8vw;
  }
}
@media only screen and (max-width: 480px) {
  article h1 {
    margin-bottom: 10px;
    font-size: 5.8vw;
    line-height: 6.8vw;
  }
}
@media only screen and (max-width: 320px) {
  article h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 240px) {
  article h1 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 480px) {
  article h1.huge-headline {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  article h1.huge-headline {
    font-size: 20px;
  }
}
article h2 {
  font-size: 40px;
  line-height: 46px;
}
@media only screen and (max-width: 768px) {
  article h2 {
    font-size: 8vw;
    line-height: 10vw;
  }
}
@media only screen and (max-width: 480px) {
  article h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
article h3 {
  color: #0985a1;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  margin-top: 0;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  article h3 {
    font-size: 5.8vw;
    line-height: 6.8vw;
  }
}
@media only screen and (max-width: 480px) {
  article h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
article h4 {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  article h4 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  article h4 {
    font-size: 5.8vw;
    line-height: 6.8vw;
  }
}
@media only screen and (max-width: 320px) {
  article h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
p,
ul,
li {
  padding: 0;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  p,
  ul,
  li {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  p,
  ul,
  li {
    font-size: 18px;
    line-height: 28px;
  }
}
p,
li {
  margin-bottom: 12px;
}
article ul {
  margin-left: 3%;
}
@media only screen and (max-width: 768px) {
  article ul {
    margin-left: 6%;
  }
}
article ul li {
  list-style-type: disc;
}
article ul li ul {
  margin-top: 4px;
  margin-left: 4%;
}
article ul li ul li {
  list-style-type: circle;
}
article.general-feature ul {
  list-style: outside disc;
  margin-left: 0;
}
article.general-feature ul li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}
article ol {
  margin-left: 3%;
}
@media only screen and (max-width: 768px) {
  article ol {
    margin-left: 6%;
  }
}
article ol li {
  list-style-type: decimal;
}
article ol li ol {
  margin-top: 4px;
  margin-left: 4%;
}
article ol li ol li {
  list-style-type: circle;
}
b,
strong {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
a {
  padding: 0;
  margin: 0;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  -ms-transition: color .2s linear;
  transition: color .2s linear;
  color: #0985a1;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #0985a1;
}
#footer {
  padding-top: 30px;
  background-color: #0985a1;
}
@media only screen and (max-width: 768px) {
  #footer {
    text-align: center;
  }
}
#footer .logo {
  max-width: 200px;
  margin-bottom: 20px;
}
#footer svg {
  fill: #ffffff;
  width: 85px;
}
#footer svg.logo-stillfarming-footer {
  float: right;
  position: relative;
  top: 12px;
  right: 88px;
  width: 200px;
}
@media only screen and (max-width: 1200px) {
  #footer svg.logo-stillfarming-footer {
    right: 20px;
    width: 200px;
  }
}
@media only screen and (max-width: 992px) {
  #footer svg.logo-stillfarming-footer {
    right: 107px;
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #footer svg.logo-stillfarming-footer {
    float: none;
    right: auto;
    width: 200px;
  }
}
#footer li a {
  color: #fff;
  padding: 0 5px;
  text-decoration: none;
  transition: .1s;
}
#footer li a:hover {
  background: #053a46;
}
#footer .primary {
  padding-top: 20px;
}
#footer .primary li a {
  font: 100 30px/50px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#footer .second-list {
  padding-left: 40px;
}
#footer .secondary {
  padding: 8px 0 0 0;
  margin: 0;
}
#footer .secondary li {
  top: 5px;
  padding: 0;
  margin: 0;
}
#footer .secondary li a {
  font: 300 20px/33px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#footer .address-col {
  padding-left: 40px;
}
#footer .tweets-col {
  padding-left: 40px;
  margin-top: 40px;
}
#footer .tweet {
  position: relative;
}
#footer .tweet i {
  font-size: 18px;
  position: absolute;
  top: 9px;
  color: #fff;
}
#footer .tweet p {
  display: inline-block;
  margin: 10px 0 0 40px;
  color: #fff;
  font: 300 16px/22px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  width: 90%;
  transition: .1s;
}
#footer .tweet a {
  color: #FFF;
  text-decoration: underline;
}
#footer .tweet a:hover p {
  background: #053a46;
}
#footer .tweet:nth-of-type(2) {
  margin-top: 10px;
}
#footer .social-icons a {
  font-size: 24px;
  color: #fff;
  padding: 0 7px;
  transition: .1s;
}
#footer .social-icons a:hover {
  color: #053a46;
}
#footer .itunes-icon-foot img {
  width: 21px;
  top: -2px;
  position: relative;
  filter: grayscale(100%) brightness(100%);
}
#footer .itunes-icon-foot img:hover {
  filter: brightness(20%);
}
#footer address p {
  font: 300 16px/24px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  padding: 0;
  margin: 0;
  color: #fff;
}
#footer address p a {
  color: #fff;
  text-decoration: none;
  transition: .1s;
}
#footer address p a:hover {
  background: #053a46;
}
#footer .copyright {
  margin-top: 20px;
}
#footer .copyright p {
  color: #fff;
  font-size: 14px;
}
#footer .copyright a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer .bottom-address {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  #footer .address-col {
    width: 40%;
  }
  #footer .tweets-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #footer .second-list,
  #footer .address-col {
    width: 100%;
    padding-left: 15px;
  }
  #footer .address-col {
    margin: 0 auto;
  }
  #footer li {
    margin: 0;
    border-bottom: 1px solid rgba(232, 237, 207, 0.36);
  }
  #footer li a {
    font: 100 30px/42px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  }
  #footer .second-list {
    padding-top: 10px;
  }
  #footer .second-list li a {
    font: 100 26px/42px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  }
  #footer .tweets-col {
    padding-left: 0;
    text-align: left;
  }
}
#wrap > .container {
  /*   padding: 60px 15px 0; */
  /*   border: solid red 1px; */
}
.arrow-down::after {
  content: "\25BE";
  font-size: 15px;
  line-height: 23px;
  border: 1px solid #0985a1;
  background: #08728A;
  right: 2px;
  position: absolute;
  padding: 1px 8px;
  text-indent: 0;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: .5s;
}
.arrow-down.collapsed::after {
  content: "\25BE";
  font-size: 15px;
  line-height: 23px;
  border: 1px solid #e8edcf;
  right: 2px;
  background: none;
  position: absolute;
  padding: 1px 8px;
  text-indent: 0;
  transform: none;
  transition: .2s;
}
.disable-scroll {
  width: 100%;
  position: fixed;
  overflow-y: scroll;
}
#email-join h3,
.recent-news h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
@media only screen and (max-width: 768px) {
  #email-join,
  .recent-news {
    padding: 20px 20px;
  }
  #email-join h3,
  .recent-news h3 {
    font-size: 26px;
    line-height: 30px;
    font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  }
}
.full-width-image {
  background: #e8edcf;
  width: 100%;
  padding: 20px;
}
.full-width-image img {
  width: 100%;
}
.full-width-image figcaption {
  text-align: right;
  padding-top: 5px;
  font-size: 10px;
  line-height: 12px;
}
.full-width-image figcaption .tiny-outbound-icon-inline {
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
  top: -2px;
}
.full-width-image-copy {
  background: #e8edcf;
  padding: 0 20px 20px 20px;
  width: 100%;
  margin-top: -2%;
  margin-bottom: 2%;
}
.right-align-image,
.left-align-image {
  margin-left: 20px;
  padding: 20px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-top: 0;
  float: right;
}
.right-align-image:first-child,
.left-align-image:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  .right-align-image,
  .left-align-image {
    margin-left: 0;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .right-align-image,
  .left-align-image {
    text-align: center;
    float: none;
  }
}
.right-align-image img,
.left-align-image img {
  width: 400px;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1200px) {
  .right-align-image img,
  .left-align-image img {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .right-align-image img,
  .left-align-image img {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .right-align-image img,
  .left-align-image img {
    width: 100%;
  }
}
.right-align-image img.rl-img-sizer-large,
.left-align-image img.rl-img-sizer-large {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .right-align-image img.rl-img-sizer-large,
  .left-align-image img.rl-img-sizer-large {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .right-align-image img.rl-img-sizer-large,
  .left-align-image img.rl-img-sizer-large {
    width: 100%;
  }
}
.right-align-image img.rl-img-sizer-medium,
.left-align-image img.rl-img-sizer-medium {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .right-align-image img.rl-img-sizer-medium,
  .left-align-image img.rl-img-sizer-medium {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .right-align-image img.rl-img-sizer-medium,
  .left-align-image img.rl-img-sizer-medium {
    width: 100%;
  }
}
.right-align-image img.rl-img-sizer-small,
.left-align-image img.rl-img-sizer-small {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .right-align-image img.rl-img-sizer-small,
  .left-align-image img.rl-img-sizer-small {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .right-align-image img.rl-img-sizer-small,
  .left-align-image img.rl-img-sizer-small {
    width: 100%;
  }
}
.right-align-image figcaption,
.left-align-image figcaption {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 2%;
  max-width: 400px;
}
@media only screen and (max-width: 1200px) {
  .right-align-image figcaption,
  .left-align-image figcaption {
    text-align: center;
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .right-align-image figcaption,
  .left-align-image figcaption {
    text-align: center;
    margin: 0 auto;
  }
}
.right-align-image figcaption .tiny-outbound-icon-inline,
.left-align-image figcaption .tiny-outbound-icon-inline {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  top: -2px;
}
.right-align-image figcaption.rl-fig-sizer-large,
.left-align-image figcaption.rl-fig-sizer-large {
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .right-align-image figcaption.rl-fig-sizer-large,
  .left-align-image figcaption.rl-fig-sizer-large {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .right-align-image figcaption.rl-fig-sizer-large,
  .left-align-image figcaption.rl-fig-sizer-large {
    width: 100%;
  }
}
.right-align-image figcaption.rl-fig-sizer-medium,
.left-align-image figcaption.rl-fig-sizer-medium {
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .right-align-image figcaption.rl-fig-sizer-medium,
  .left-align-image figcaption.rl-fig-sizer-medium {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .right-align-image figcaption.rl-fig-sizer-medium,
  .left-align-image figcaption.rl-fig-sizer-medium {
    max-width: 100%;
  }
}
.right-align-image figcaption.rl-fig-sizer-small,
.left-align-image figcaption.rl-fig-sizer-small {
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .right-align-image figcaption.rl-fig-sizer-small,
  .left-align-image figcaption.rl-fig-sizer-small {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .right-align-image figcaption.rl-fig-sizer-small,
  .left-align-image figcaption.rl-fig-sizer-small {
    max-width: 100%;
  }
}
.left-align-image {
  margin-left: 0;
  margin-right: 20px;
  padding: 20px;
  padding-left: 0;
  padding-top: 0;
  float: left;
}
@media only screen and (max-width: 992px) {
  .left-align-image {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .left-align-image {
    text-align: center;
    float: none;
  }
}
.zoom-width-image {
  border: solid 1px #e8edcf;
  margin-bottom: 2%;
  width: 100%;
}
.zoom-width-image img {
  width: 100%;
}
.zoom-width-image figcaption {
  background: #e8edcf;
  text-align: right;
  padding-top: 5px;
  font-size: 10px;
  line-height: 12px;
}
.zoom-width-image figcaption .tiny-outbound-icon-inline {
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
  top: -2px;
}
.zoom-width-image figcaption .tiny-zoom-icon-inline {
  width: 10px;
  height: auto;
  padding: 0;
  margin: 0 4px;
  position: relative;
  top: -2px;
}
.ekko-lightbox.modal {
  padding-left: 15px;
}
.rl-img-sizer-large.general-feature-img {
  width: 480px!important;
}
@media only screen and (max-width: 1600px) {
  .rl-img-sizer-large.general-feature-img {
    width: 480px!important;
  }
}
@media only screen and (max-width: 1200px) {
  .rl-img-sizer-large.general-feature-img {
    width: 400px!important;
  }
}
@media only screen and (max-width: 768px) {
  .rl-img-sizer-large.general-feature-img {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .rl-img-sizer-large.general-feature-img {
    width: 100%;
  }
}
.rl-fig-sizer-large.general-feature-cap {
  width: 480px!important;
}
@media only screen and (max-width: 1600px) {
  .rl-fig-sizer-large.general-feature-cap {
    max-width: 480px!important;
  }
}
@media only screen and (max-width: 1200px) {
  .rl-fig-sizer-large.general-feature-cap {
    width: 400px!important;
  }
}
@media only screen and (max-width: 768px) {
  .rl-fig-sizer-large.general-feature-cap {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .rl-fig-sizer-large.general-feature-cap {
    width: 100%;
  }
}
.fb-gallery {
  text-align: center;
}
.wygwam-img-responsive {
  width: 100%;
}
.fb-gallery-image {
  margin: 16px 0px;
}
.fb-gallery-image img {
  max-width: 100%;
  margin: 0 auto;
}
.fb-gallery-image figcaption {
  margin-top: 1%;
  line-height: 14px;
}
@media only screen and (max-width: 768px) {
  .fb-gallery-image {
    margin: 0;
    margin-bottom: 2%;
  }
}
.embed-responsive-audio-player {
  padding-bottom: 13.25%;
}
.embed-responsive-libsyn-custom-player {
  padding-bottom: 13.25%;
}
@media only screen and (max-width: 1200px) {
  .embed-responsive-libsyn-custom-player {
    padding-bottom: 16.25%;
  }
}
@media only screen and (max-width: 768px) {
  .embed-responsive-libsyn-custom-player {
    padding-bottom: 22.25%;
  }
}
@media only screen and (max-width: 480px) {
  .embed-responsive-libsyn-custom-player {
    padding-bottom: 40.25%;
  }
}
@media only screen and (max-width: 320px) {
  .embed-responsive-libsyn-custom-player {
    padding-bottom: 60.25%;
  }
}
.embed-responsive-video-player {
  padding-bottom: 56.25%;
}
.embed-responsive-youtube {
  padding-bottom: 56.25%;
}
.embedded-media {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.embedded-media-copy {
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}
.ytImgContainer img {
  max-width: 100%;
  height: auto;
}
.ytImgContainer {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}
.ytImgContainer.big {
  max-width: 604px;
}
.ytImgContainer.small {
  max-width: 304px;
}
.ytImgContainer.feature {
  width: 100%;
  max-width: none;
}
.ytImgContainer.related {
  width: 100%;
  max-width: 120px;
  border-top: solid black 16px;
  border-bottom: solid black 16px;
}
.ytImgContainer:after {
  clear: both;
}
.ytImgContainer:before,
.ytImgContainer:after {
  content: "";
  display: table;
}
div.ytImgThumbBox {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
div.ytImgThumbPlay {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin: -24px 0 0 -24px !important;
}
div.ytImgThumbPlay.related {
  top: 54% !important;
  left: 45% !important;
}
img.ytImgThumbImg {
  width: 100% !important;
  height: 100% !important;
  margin: -9.5% 0px -12%;
}
img.ytImgThumbImg.feature {
  margin: auto;
}
img.ytImgThumbImg.related {
  margin: -9.5% 0px -12%;
}
.videos-permalink-player-container {
  background-color: #000;
}
.videos-permalink-player {
  max-width: 1400px;
  margin: 0 auto;
}
.videos-permalink-player.splash-hero {
  width: 1040px;
}
@media only screen and (max-width: 1600px) {
  .videos-permalink-player.splash-hero {
    width: 1040px;
  }
}
@media only screen and (max-width: 1200px) {
  .videos-permalink-player.splash-hero {
    width: 800px;
  }
}
@media only screen and (max-width: 992px) {
  .videos-permalink-player.splash-hero {
    width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .videos-permalink-player.splash-hero {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .videos-permalink-player.splash-hero {
    width: 100%;
  }
}
.videos-permalink-descrip-container {
  background-color: #f9fbf3;
}
.videos-permalink-descrip {
  margin: 2% auto;
  background-color: #FFF;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}
.videos-permalink-descrip h2 {
  margin-top: 0;
}
.videos-permalink-descrip .farmicon-icon-videos {
  position: relative;
  top: 2px;
}
.videos-permalink-descrip p.video-details {
  font-size: 14px;
  line-height: 20px;
}
.videos-list-descrip-container {
  margin-bottom: 38px;
  background-color: #FFF;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  min-height: 130px;
}
@media only screen and (max-width: 1600px) {
  .videos-list-descrip-container {
    min-height: 130px;
  }
}
@media only screen and (max-width: 1200px) {
  .videos-list-descrip-container {
    min-height: 130px;
  }
}
@media only screen and (max-width: 992px) {
  .videos-list-descrip-container {
    min-height: 100px;
    max-width: 604px;
    margin: 0 auto 4% auto;
  }
}
.videos-list-descrip-container p {
  font-size: 14px;
  line-height: 20px;
}
.videos-list-descrip-container p.title {
  font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
.videos-list-descrip-container p.date-and-cat {
  font-size: 10px;
  line-height: 16px;
}
.videos-list-descrip-container h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #0985a1;
}
.videos-list-descrip-container a {
  text-decoration: none!important;
  color: #0985a1;
}
.videos-rel-bottom {
  margin-bottom: 38px;
  background-color: #FFF;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}
.vid-rel-bottom {
  min-height: 60px;
  padding: 4px 8px;
  margin-bottom: 6px;
  background-color: #FFF;
}
.vid-rel-bottom p {
  color: #0985a1;
}
.vid-rel-bottom .rel-side-cat {
  font-size: 12px;
  color: #acacac;
}
.vid-rel-bottom:hover {
  background-color: #ffb522;
}
.vid-rel-bottom:hover p {
  color: #FFF;
}
.vid-rel-bottom:hover .rel-side-cat {
  color: #FFF;
}
.farmicon-icon-videos {
  position: relative;
  top: 8px;
}
.rel-page-cat > .farmicon-icon-videos {
  position: relative;
  top: 2px;
}
.rel-side-cat > .farmicon-icon-videos {
  position: relative;
  top: 2px;
}
.featured-download {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f1fdff;
}
.featured-download .col-sm-3 {
  padding: 0px !important;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .featured-download .col-sm-3 {
    text-align: center;
  }
}
.featured-download img {
  width: 100%;
  -webkit-box-shadow: 2px 2px 2px 1px #aaa;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 2px 1px #aaa;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 2px 1px #aaa;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
@media only screen and (max-width: 768px) {
  .featured-download img {
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 380px) {
  .featured-download img {
    width: 100%;
  }
}
.attach-file {
  border: solid #ebebeb 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.attach-file .row {
  border-bottom: solid 1px #ebebeb;
  padding: 20px;
  display: flex;
  align-items: center;
}
.attach-file .row:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 320px) {
  .attach-file .row {
    display: block;
  }
}
.attach-file .col-md-11 {
  padding-left: 20px;
}
@media only screen and (max-width: 320px) {
  .attach-file .col-md-11 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .attach-file .col-sm-1 {
    padding-left: 0;
  }
}
.attach-file .col-sm-3 {
  padding: 0px !important;
  margin: 0px;
}
@media only screen and (max-width: 768px) {
  .attach-file .col-sm-3 {
    text-align: center;
  }
}
.attach-file img {
  max-width: 40px;
}
@media only screen and (max-width: 768px) {
  .attach-file img {
    width: auto;
    margin: 0 auto;
  }
}
.attach-file h4 {
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (max-width: 992px) {
  .attach-file h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .attach-file h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.timeline {
  border-left: 4px solid #e8edcf;
  padding-left: 45px;
  margin-left: 25px;
  padding-bottom: 60px;
  margin-top: 40px;
}
@media only screen and (max-width: 380px) {
  .timeline {
    padding-left: 10px;
    margin-left: 0;
  }
}
.timeline p {
  margin-bottom: 20px;
}
.timeline .timeline-photo {
  display: inline-block;
}
.timeline .timeline-photo:first-of-type {
  padding-right: 10px;
}
.timeline .title h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #000;
  background: url('../img/timeline-clock.gif') 0 0 no-repeat;
  position: relative;
  height: 52px;
  left: -73px;
  padding-left: 73px;
  padding-top: 4px;
}
@media only screen and (max-width: 380px) {
  .timeline .title h3 {
    background: none;
  }
}
.timeline .event {
  background: url('../img/timeline-item.gif') 0 0 no-repeat;
  position: relative;
  left: -74px;
  margin-top: 45px;
  padding-left: 74px;
  width: 110%;
}
@media only screen and (max-width: 380px) {
  .timeline .event {
    background: none;
  }
}
.timeline .event p.date {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  line-height: 18px;
  line-height: 28px;
  color: #0985a1;
  margin: 0;
}
.timeline .event h4 {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #333333;
  margin: 0;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .timeline .event h4 {
    font-size: 5.8vw;
    line-height: 6.8vw;
  }
}
@media only screen and (max-width: 480px) {
  .timeline .event h4 {
    font-size: 30px;
    line-height: 36px;
  }
}
.person img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .person [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
}
.issue-take-action {
  background: #e8edcf;
  padding: 40px 20px;
  margin-bottom: 80px;
}
.issue-take-action h3 {
  font-size: 30px;
  line-height: 36px;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #000;
  padding: 0;
  margin: 0 0 15px 0;
}
.issue-take-action p {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #333;
  margin: 0 0 30px 0;
}
.green-box {
  background: #e8edcf;
  padding: 40px 20px;
  margin-bottom: 80px;
}
.cta.primary {
  background: #0985a1;
  font: 400 26px/26px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #fff;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/ inset 0 1px 1px #ffffff;
  /*top internal highlight*/
  text-decoration: none;
  padding: 25px 30px;
  cursor: pointer;
  display: inline-block;
}
.dropdown.mobile-inpage-nav {
  text-align: center;
}
.dropdown.mobile-inpage-nav button {
  width: 70%;
  text-align: left;
  margin: 30px 0 40px;
  background: #e8edcf;
  color: #888986;
  border: none;
  font-size: 16px;
  padding: 2% 3%;
}
.dropdown.mobile-inpage-nav button:hover,
.dropdown.mobile-inpage-nav button:active,
.dropdown.mobile-inpage-nav button.toggle,
.dropdown.mobile-inpage-nav button.focus,
.dropdown.mobile-inpage-nav button.btn.btn-primary.dropdown-toggle {
  background: #e8edcf;
  color: #888986;
}
.dropdown.mobile-inpage-nav button .caret {
  float: right;
  top: 10px;
  position: relative;
  border-top: 7px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.dropdown.mobile-inpage-nav .dropdown-menu {
  top: 58%;
  left: 15%;
  min-width: 70%;
  background: #fcfdf8;
}
.dropdown.mobile-inpage-nav .dropdown-menu li {
  list-style-type: none;
  margin: 0;
}
.dropdown.mobile-inpage-nav .dropdown-menu li a {
  text-decoration: none;
}
.dropdown.mobile-inpage-nav .dropdown-menu li .caret {
  float: right;
  top: 10px;
  position: relative;
  border-top: 7px dashed;
  border-top: 4px solid \9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.dropdown.mobile-inpage-nav .dropdown-menu .dropdown-menu {
  top: 57%;
  left: 15%;
  min-width: 70.5%;
  background: #f9fbf3;
}
.dropdown.mobile-inpage-nav .dropdown-menu .dropdown-menu li {
  margin: 0;
}
.dropdown.mobile-inpage-nav .dropdown-menu .dropdown-menu li a {
  text-decoration: none;
}
.dropdown.desktop-category-nav {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .dropdown.desktop-category-nav {
    text-align: center;
  }
}
.dropdown.desktop-category-nav button {
  width: 200px;
  text-align: left;
  margin: -38px 0 30px;
  background: #FFF;
  border: none;
  position: relative;
  left: 54px;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.dropdown.desktop-category-nav button:hover,
.dropdown.desktop-category-nav button:active,
.dropdown.desktop-category-nav button.toggle,
.dropdown.desktop-category-nav button.focus,
.dropdown.desktop-category-nav button.btn.btn-primary.dropdown-toggle {
  color: #0985a1;
}
.dropdown.desktop-category-nav button .caret {
  float: right;
  top: 10px;
  position: relative;
  border-top: 7px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
@media only screen and (max-width: 992px) {
  .dropdown.desktop-category-nav button {
    left: 58px;
  }
}
@media only screen and (max-width: 768px) {
  .dropdown.desktop-category-nav button {
    left: auto;
    font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 480px) {
  .dropdown.desktop-category-nav button {
    width: 80%;
    border: solid #ccc 1px;
    font-size: 18px;
    line-height: 28px;
    margin-top: -10px;
  }
}
.dropdown.desktop-category-nav .dropdown-menu {
  top: 58%;
  left: 0%;
  min-width: 40%;
  background: #fcfdf8;
}
@media only screen and (max-width: 768px) {
  .dropdown.desktop-category-nav .dropdown-menu {
    left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .dropdown.desktop-category-nav .dropdown-menu {
    min-width: 80%;
  }
}
.dropdown.desktop-category-nav .dropdown-menu li {
  margin: 0;
}
.dropdown.desktop-category-nav .dropdown-menu li a {
  text-decoration: none;
}
.dropdown.desktop-category-nav .dropdown-menu li .caret {
  float: right;
  top: 10px;
  position: relative;
  border-top: 7px dashed;
  border-top: 4px solid \9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.dropdown.desktop-category-nav .dropdown-menu .dropdown-menu {
  top: 57%;
  left: 15%;
  min-width: 70.5%;
  background: #f9fbf3;
}
.dropdown.desktop-category-nav .dropdown-menu .dropdown-menu li {
  margin: 0;
}
.dropdown.desktop-category-nav .dropdown-menu .dropdown-menu li a {
  text-decoration: none;
}
.dropdown.desktop-category-nav.videos {
  text-align: center;
  margin: 0 0 20px 0;
}
.dropdown.desktop-category-nav.videos button {
  width: 300px;
  margin: 0;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  left: 1px;
}
@media only screen and (max-width: 992px) {
  .dropdown.desktop-category-nav.videos button {
    left: 8px;
  }
}
.dropdown.desktop-category-nav.videos .dropdown-menu {
  top: 60px;
  left: 30%;
}
@media only screen and (max-width: 992px) {
  .dropdown.desktop-category-nav.videos .dropdown-menu {
    left: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .dropdown.desktop-category-nav.videos .dropdown-menu {
    left: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .dropdown.desktop-category-nav.videos .dropdown-menu {
    left: 2%;
  }
}
#edit-this-article {
  position: fixed;
  top: 80px;
  left: 0px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  box-shadow: 1px -1px 1px #777;
  z-index: 666;
  width: 50px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  background: #ffff00;
  color: #DF2020;
  margin-top: 10px;
}
/* Imports */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: inherit;
}
.embed-responsive {
  margin: 1px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter,
.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .row-eq-height {
    display: inherit;
  }
}
.rwd-break,
.resp-break,
.resp-br {
  display: block;
}
@media only screen and (max-width: 992px) {
  .rwd-break,
  .resp-break,
  .resp-br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .rwd-break,
  .resp-break,
  .resp-br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .rwd-break,
  .resp-break,
  .resp-br {
    display: none;
  }
}
.nobreak {
  white-space: nowrap;
}
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.vertical-align-resp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .vertical-align-resp {
    display: block;
  }
}
.vertical-align-resp-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .vertical-align-resp-medium {
    display: block;
  }
}
.centered,
.center-text,
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
@media only screen and (max-width: 1600px) {
  .centered-lg {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .centered-lg {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .centered-md {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .centered-sm {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .centered-xs {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media only screen and (max-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media only screen and (max-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@media only screen and (max-width: 1600px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  img.pull-right {
    float: none!important;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  img.pull-left {
    float: none!important;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
  }
}
img.width100 {
  width: 100%;
}
img.width80 {
  width: 80%;
}
img.width60 {
  width: 60%;
}
img.max-w-200 {
  max-width: 200px;
}
img.max-w-250 {
  max-width: 250px;
}
img.max-w-300 {
  max-width: 300px;
}
.img-resp,
.resp-img {
  width: 100%;
}
.height100 {
  height: 100%;
}
.h-100 {
  height: 100%!important;
}
.w-100 {
  width: 100%!important;
}
.gap-left {
  margin-left: 10px;
}
.gap-right {
  margin-right: 10px;
}
.nopadding {
  padding: 0px !important;
  margin: 0px;
}
.nopadding-left {
  padding-left: 0px !important;
}
.nopadding-right {
  padding-right: 0px !important;
}
[class^=col-].no-space-left {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  [class^=col-].no-space-left {
    padding: 0;
  }
}
[class^=col-].no-space-right {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  [class^=col-].no-space-right {
    padding: 0;
  }
}
[class^=col-].no-space-left > div {
  padding: 0 15px;
  /*padding-right:15px;*/
  /*if you want no space between col- */
}
@media only screen and (max-width: 768px) {
  [class^=col-].no-space-left > div {
    padding: 0;
  }
}
[class^=col-].no-space-right > div {
  padding: 0 15px;
  /*padding-left:15px;*/
  /*if you want no space between col- */
}
@media only screen and (max-width: 768px) {
  [class^=col-].no-space-right > div {
    padding: 0;
  }
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.container-fluid-no-padding,
.container-no-padding,
.col-no-padding,
.row-no-padding,
.no-padding,
.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin,
.no-marr {
  margin: 0!important;
}
.no-margin-bottom,
.no-marr-bottom {
  margin-bottom: 0!important;
}
.no-margin-top,
.no-marr-top {
  margin-top: 0!important;
}
.no-padd {
  padding: 0!important;
}
.no-padding-top,
.no-padd-top {
  padding-top: 0!important;
}
@media only screen and (max-width: 768px) {
  .no-padd-resp-sm {
    padding: 0!important;
  }
}
.useful-bg {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.display-flex,
.d-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.display-flex-rwd {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .display-flex-rwd {
    display: block;
  }
}
.display-flex-col {
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.space-me-sm {
  width: 10px;
  display: inline-block;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.d-inline-block {
  display: inline-block;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
/* groovy cool pre-loader */
.loader {
  display: none;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader.sage {
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #e8edcf;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* end groovy cool preloader */
.circle-sage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: #e8edcf;
  border-color: #e8edcf;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
@media only screen and (max-width: 1200px) {
  .circle-sage {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .circle-sage {
    width: 62px;
    height: 62px;
    border-radius: 31px;
  }
}
@media only screen and (max-width: 768px) {
  .circle-sage {
    width: auto;
    height: auto;
    border-radius: 0;
  }
}
/* RESPONSIVE TABLE CODE FROM
https://ianrmedia.unl.edu/responsive-table-generator-tool
*/
table {
  background-color: transparent;
  border-collapse: collapse;
  font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  margin-bottom: 40px;
}
table caption {
  font-size: 24px;
  line-height: 28px;
  font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-left: -0.03em;
  padding-bottom: .56rem;
  color: #333333;
  text-align: center;
}
.dcf-table tbody,
.dcf-table thead {
  font-size: 1.2em;
}
.dcf-table tfoot {
  font-size: 0.75em;
}
.dcf-table tbody {
  border-bottom: 1px solid #e3e3e2;
  border-top: 1px solid #e3e3e2;
}
.dcf-table td,
.dcf-table th {
  padding-right: 1.78em;
}
.dcf-table-bordered,
.dcf-table-bordered td,
.dcf-table-bordered th {
  border: 1px solid #e3e3e2;
}
.dcf-table-bordered td,
.dcf-table-bordered th,
.dcf-table-striped td,
.dcf-table-striped th {
  padding-left: 1em;
  padding-right: 1em;
}
.dcf-table-bordered tr:not(:last-child),
.dcf-table-striped tr:not(:last-child) {
  border-bottom: 1px solid #e3e3e2;
}
.dcf-table-striped tbody tr:nth-of-type(2n) {
  background-color: #f6f6f5;
}
.dcf-table thead td,
.dcf-table thead th {
  padding-bottom: .75em;
  vertical-align: bottom;
}
.dcf-table tbody td,
.dcf-table tbody th,
.dcf-table tfoot td,
.dcf-table tfoot th {
  padding-top: .75em;
  vertical-align: top;
}
.dcf-table tbody td,
.dcf-table tbody th {
  padding-bottom: 0.75em;
}
.dcf-table-bordered thead th {
  padding-top: 1.33em;
  font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
.dcf-wrapper-table-scroll {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1em;
  position: relative;
  right: 50%;
  width: 100vw;
}
@media only screen and (max-width: 42.09em) {
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  .dcf-table-responsive tr {
    display: block;
  }
  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    text-align: left !important;
  }
  .dcf-table-responsive.dcf-table-bordered,
  .dcf-table-responsive.dcf-table-bordered thead th {
    border-width: 0;
  }
  .dcf-table-responsive.dcf-table-bordered tbody td {
    border-top-width: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: 0.75em;
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0;
  }
  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0;
  }
  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
    border-bottom-width: 0;
  }
  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    padding-right: 1.78em;
  }
}
.white {
  color: #FFF;
}
.black {
  color: #000;
}
.gray-darker {
  color: #333333;
}
.gray-dark {
  color: #898989;
}
.gray {
  color: #acacac;
}
.gray-light {
  color: #ebebeb;
}
.gray-lighter {
  color: #f5f5f5;
}
.gray-warm {
  color: #e7e3e4;
}
.daisy {
  color: #ffb522;
}
.frog {
  color: #9dd60f;
}
.green {
  color: #7cc576;
}
.green-fsom {
  color: #669933;
}
.red {
  color: #ed3326;
}
.blue {
  color: #0985a1;
}
.blue-light {
  color: #f1fdff;
}
.sage {
  color: #e8edcf;
}
.sage-light {
  color: #f9fbf3;
}
.brown {
  color: #392114;
}
.tan {
  color: #9A6F1D;
}
.splash-drought-blue {
  color: #3B4055;
}
.bg-white {
  background-color: #FFF;
}
.bg-sage {
  background-color: #e8edcf;
}
.bg-sage-light {
  background-color: #f9fbf3;
}
.bg-blue {
  background-color: #0985a1;
}
.bg-blue-light {
  background-color: #f1fdff;
}
.bg-blue-dark {
  background-color: #054959;
}
.bg-gray-darker {
  background-color: #333333;
}
.bg-gray-light {
  background-color: #ebebeb;
}
.bg-gray-lighter {
  background-color: #f5f5f5;
}
.bg-daisy {
  background-color: #ffb522;
}
.bg-black {
  background-color: black;
}
.bg-brown {
  background-color: #392114;
}
.bg-tan {
  background-color: #9A6F1D;
}
.bg-green {
  background-color: #7cc576;
}
.bg-green-fsom {
  background-color: #669933;
}
.bg-sand {
  background-color: #F3E7C1;
}
.txt-white {
  color: #FFF !important;
}
.text-background-light {
  background-color: #f1fdff;
}
.gradient-bg {
  /* fallback */
  background-color: #000;
  background: url(../img/bg-gradient-bw.png);
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.bg-blue-trans {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNU7F3wFAAEWgI1CZaeuQAAAABJRU5ErkJggg==);
}
.dark-trans-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTlFMjNGOEIxQzc2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I5Mjk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I5MTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5npcNMAAALDklEQVR42uzWMQ0AAAgEsQd/+LeDCgaSVsJNV0kmAADwTEsAAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDISgAAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMhKAACAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAcGsFGABhMgWxvO7OBgAAAABJRU5ErkJggg==');
}
.dark-trans-bg-30 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTlFMjNGOEIxQzc2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I5Mjk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I5MTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5npcNMAAALDklEQVR42uzWMQ0AAAgEsQd/+LeDCgaSVsJNV0kmAADwTEsAAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDISgAAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMhKAACAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAcGsFGABhMgWxvO7OBgAAAABJRU5ErkJggg==');
}
.dark-trans-bg-50 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I4RDk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I4RTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4RjM3QjhCOTRBQjExRTZBRTA1QjQxQjE3QzFDMTBBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4RjM3QjhDOTRBQjExRTZBRTA1QjQxQjE3QzFDMTBBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+13pAywAACw1JREFUeNrs1jENAAAIBLEH5UhHBQNJK+GmqyQTAAB4piUAAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkJQAAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQlAADAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAuLUCDABA8QXk20wU1AAAAABJRU5ErkJggg==');
}
.dark-trans-bg-70 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I4OTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I4QTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg4RUM2OUZFOTQ4QzExRTZBRTA1QjQxQjE3QzFDMTBBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4RjM3Qjg4OTRBQjExRTZBRTA1QjQxQjE3QzFDMTBBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Q8k/LQAACw1JREFUeNrs1jENAAAIBLEH5UhHBQNJK+GmqyQTAAB4piUAAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkJQAAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQlAADAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAuLUCDABA8QXk20wU1AAAAABJRU5ErkJggg==');
}
.dropshadow {
  -webkit-box-shadow: 2px 2px 2px 1px #aaa;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 2px 1px #aaa;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 2px 1px #aaa;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.black-text-shadow {
  text-shadow: 1px 1px 0px #000;
}
.no-text-shadow {
  text-shadow: none;
}
.bg-line {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP0rQcAAR8AzpZX2ywAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-position: center center;
}
.white-bor-lr15 {
  border-right: 15px #fff solid;
  border-left: 15px #fff solid;
}
@font-face {
  font-family: "AvenirLight";
  src: url("/assets/fonts/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix");
  src: url("/assets/fonts/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix") format("eot"), url("/assets/fonts/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2") format("woff2"), url("/assets/fonts/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format("woff"), url("/assets/fonts/276fe25e-e430-4376-b33c-705dd77b3dba.ttf") format("truetype"), url("/assets/fonts/869dc33b-3685-4d74-a51c-82b435579093.svg#869dc33b-3685-4d74-a51c-82b435579093") format("svg");
}
@font-face {
  font-family: "AvenirLightItal";
  src: url("/assets/fonts/440b64c9-a97b-4a0c-a6af-a6bb6d49c252.eot?#iefix");
  src: url("/assets/fonts/440b64c9-a97b-4a0c-a6af-a6bb6d49c252.eot?#iefix") format("eot"), url("/assets/fonts/62e28d52-436d-40b8-a5f0-00479f3f44ed.woff2") format("woff2"), url("/assets/fonts/5b8c6fdc-0ba4-4b65-87e4-d5ae51245ea5.woff") format("woff"), url("/assets/fonts/c677d79d-442e-4c76-8db1-c29ac7788039.ttf") format("truetype"), url("/assets/fonts/216291a0-f927-4f75-9de7-6e36c7fd7ebf.svg#216291a0-f927-4f75-9de7-6e36c7fd7ebf") format("svg");
}
@font-face {
  font-family: "AvenirMedium";
  src: url("/assets/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
  src: url("/assets/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"), url("/assets/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("/assets/fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("/assets/fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype"), url("/assets/fonts/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80") format("svg");
}
@font-face {
  font-family: "AvenirDemi";
  src: url("/assets/fonts/47d79f32-82c5-4a74-9646-5150297aabc1.eot?#iefix");
  src: url("/assets/fonts/47d79f32-82c5-4a74-9646-5150297aabc1.eot?#iefix") format("eot"), url("/assets/fonts/249228f0-61ac-40cc-a5a5-5609c9816e3f.woff2") format("woff2"), url("/assets/fonts/efba18ed-80cc-49c4-997a-fbb140739d19.woff") format("woff"), url("/assets/fonts/750a20ec-9242-42a8-b3bd-c4dcec552196.ttf") format("truetype"), url("/assets/fonts/9505c912-495c-462c-899a-e61574ee9559.svg#9505c912-495c-462c-899a-e61574ee9559") format("svg");
}
@font-face {
  font-family: "AvenirDemiItal";
  src: url("/assets/fonts/03906540-90b1-441e-a4c3-bb8ea6d48d92.eot?#iefix");
  src: url("/assets/fonts/03906540-90b1-441e-a4c3-bb8ea6d48d92.eot?#iefix") format("eot"), url("/assets/fonts/f9210946-ff05-4e2a-b69b-1ee47c087b48.woff2") format("woff2"), url("/assets/fonts/88d0c4db-4ea2-4c9c-ad42-a8e0414a57ee.woff") format("woff"), url("/assets/fonts/030bb498-6ed5-4b99-b2d5-a0c03cc387ca.ttf") format("truetype"), url("/assets/fonts/8acf5b7b-7347-4790-bc0b-dbebc4f52e19.svg#8acf5b7b-7347-4790-bc0b-dbebc4f52e19") format("svg");
}
@font-face {
  font-family: "AvenirBold";
  src: url("/assets/fonts/6ff8ab07-ccb4-4a91-8f0f-2bd4367902e8.eot?#iefix");
  src: url("/assets/fonts/6ff8ab07-ccb4-4a91-8f0f-2bd4367902e8.eot?#iefix") format("eot"), url("/assets/fonts/91799b0e-0ef8-446e-b274-5509412e1242.woff2") format("woff2"), url("/assets/fonts/97fb5311-bdbd-46bc-bf69-3bcf8c744cda.woff") format("woff"), url("/assets/fonts/88093bd3-b377-4278-8abe-8460dd24d0e8.ttf") format("truetype"), url("/assets/fonts/0fde1539-69df-4e3d-83ef-ae23d10dd2a5.svg#0fde1539-69df-4e3d-83ef-ae23d10dd2a5") format("svg");
}
@font-face {
  font-family: "AvenirBlack";
  src: url("/assets/fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix");
  src: url("/assets/fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"), url("/assets/fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("/assets/fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"), url("/assets/fonts/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype"), url("/assets/fonts/93603a74-2be0-436c-83e1-68f9ef616eaf.svg#93603a74-2be0-436c-83e1-68f9ef616eaf") format("svg");
}
.p-size-extra-extra-extra-large {
  font-size: 50px;
  line-height: 56px;
}
.p-size-extra-extra-large {
  font-size: 42px;
  line-height: 48px;
}
.p-size-extra-extra-large-vw {
  font-size: 12vw;
  line-height: 14vw;
}
.p-size-extra-large {
  font-size: 32px;
  line-height: 38px;
}
.p-size-extra-large-vw {
  font-size: 8vw;
  line-height: 10vw;
}
.p-size-large {
  font-size: 22px;
  line-height: 32px;
}
.p-size-large-vw {
  font-size: 6vw;
  line-height: 8vw;
}
.p-size-medium {
  font-size: 18px;
  line-height: 28px;
}
.p-size-medium-vw {
  font-size: 4vw;
  line-height: 6vw;
}
.p-size-small {
  font-size: 14px;
  line-height: 22px;
}
.p-size-small-vw {
  font-size: 3vw;
  line-height: 4vw;
}
.p-size-extra-small {
  font-size: 10px;
  line-height: 12px;
}
.p-size-extra-small-vw {
  font-size: 2vw;
  line-height: 4vw;
}
.p-size-extra-extra-small {
  font-size: 8px;
  line-height: 10px;
}
.h-size-tile-extra-large {
  font-size: 24px;
  line-height: 28px;
}
.h-size-tile-large {
  font-size: 24px;
  line-height: 28px;
}
.h-size-tile-medium {
  font-size: 18px;
  line-height: 24px;
}
.h-size-tile-small {
  font-size: 16px;
  line-height: 20px;
}
.h-size-tile-small-vw {
  font-size: 6.4vw;
  line-height: 8vw;
}
.h-size-tile-extra-small {
  font-size: 14px;
  line-height: 18px;
}
.h-size-tile-extra-small-vw {
  font-size: 5.2vw;
  line-height: 6.8vw;
}
.h-size-tile-extra-extra-small {
  font-size: 11px;
  line-height: 14px;
}
.h-size-super-extra-large {
  font-size: 72px;
  line-height: 72px;
}
.h-size-super-extra-large-vw {
  font-size: 14vw;
  line-height: 16vw;
}
.h-size-extra-large {
  font-size: 60px;
  line-height: 66px;
}
.h-size-extra-large-vw {
  font-size: 12vw;
  line-height: 14vw;
}
.h-size-large {
  font-size: 50px;
  line-height: 56px;
}
.h-size-large-vw {
  font-size: 10vw;
  line-height: 12vw;
}
.h-size-medium {
  font-size: 40px;
  line-height: 46px;
}
.h-size-medium-vw {
  font-size: 8vw;
  line-height: 10vw;
}
.h-size-small {
  font-size: 30px;
  line-height: 36px;
}
.h-size-small-vw {
  font-size: 5.8vw;
  line-height: 6.8vw;
}
.h-size-extra-small {
  font-size: 26px;
  line-height: 30px;
}
.h-size-extra-small-vw {
  font-size: 4vw;
  line-height: 6vw;
}
.h-size-extra-extra-small {
  font-size: 16px;
  line-height: 18px;
}
.h-size-extra-extra-small-vw {
  font-size: 2vw;
  line-height: 4vw;
}
.h-size-tiny {
  font-size: 14px;
  line-height: 18px;
}
.h-size-extra-tiny {
  font-size: 10px;
  line-height: 12px;
}
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
}
::selection {
  background: #ffb522;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb522;
  /* Gecko Browsers */
}
@media only screen and (max-width: 480px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
}
@media only screen and (max-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media only screen and (max-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media only screen and (max-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
sub,
sup {
  font-size: 60%;
}
/* FORM CONFIGURATION */
input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 1% 3%;
  border: 1px solid #b9b9af;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* spark influence widgets */
#wsd-root dt {
  display: none;
}
#wsd-root dd {
  margin-bottom: 5px;
}
#wsd-root label {
  border: solid pink 1px;
  margin: 2% 0;
}
#wsd-root input[type='text'],
#wsd-root input[type='email'],
#wsd-root input[type='password'] {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}
#wsd-root input[type='text']::-webkit-input-placeholder,
#wsd-root input[type='email']::-webkit-input-placeholder,
#wsd-root input[type='password']::-webkit-input-placeholder {
  color: black;
}
#wsd-root input[type='text']::-moz-placeholder,
#wsd-root input[type='email']::-moz-placeholder,
#wsd-root input[type='password']::-moz-placeholder {
  color: black;
}
#wsd-root input[type='text']:-ms-input-placeholder,
#wsd-root input[type='email']:-ms-input-placeholder,
#wsd-root input[type='password']:-ms-input-placeholder {
  color: black;
}
#wsd-root input[type='text']:-moz-placeholder,
#wsd-root input[type='email']:-moz-placeholder,
#wsd-root input[type='password']:-moz-placeholder {
  color: black;
}
#wsd-root select,
#wsd-root textarea {
  color: black;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  width: 100%;
  max-width: 100%;
}
#wsd-root textarea {
  height: 300px;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}
#wsd-root .wsd-input-content dt {
  display: block;
  margin: 2% 0;
  font-size: 18px;
  line-height: 28px;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #333333;
}
#wsd-root input[type="submit"] {
  background-color: #f1fdff;
  border: 1px solid #0985a1;
  color: #000;
  font-size: 22px;
  line-height: 32px;
}
#wsd-root input[type="submit"]:hover {
  color: #FFF;
  background-color: #0985a1;
}
@media only screen and (max-width: 768px) {
  #wsd-root input[type="submit"] {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  #wsd-root input[type="submit"] {
    font-size: 14px;
    line-height: 22px;
  }
}
.blink {
  animation: 1s blinker linear infinite;
  -webkit-animation: 1s blinker linear infinite;
  -moz-animation: 1s blinker linear infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
.btn {
  border-radius: 0;
  background-image: none;
  border: 1px solid #acacac;
  padding: 1% 3%;
}
.btn:focus {
  outline: 0;
}
.btn:hover {
  background-color: #ffb522;
}
.btn.big {
  text-decoration: none;
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .btn.big {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .btn.big {
    font-size: 14px;
    line-height: 22px;
  }
}
.btn-daisy {
  background-color: #ffb522;
  border: 1px solid #ff9813;
  color: #000;
}
.btn-daisy:hover {
  background-color: #ff9813;
}
.btn-white {
  background-color: #FFF;
  border: 1px solid #cdd897;
  color: #000;
}
.btn-white:hover {
  background-color: #ff9813;
}
.btn-sage {
  background-color: #e8edcf;
  border: 1px solid #cdd897;
  color: #000;
}
.btn-sage:hover {
  color: #000;
  background-color: #cdd897;
}
.btn-green {
  background-color: #7cc576;
  border: 1px solid #659362;
  color: #FFF;
}
.btn-green:hover {
  color: #FFF;
  background-color: #659362;
}
.btn-sage-two {
  background-color: #cdd897;
  border: 1px solid #cdd897;
  color: #000;
}
.btn-sage-two:hover {
  color: #000;
  background-color: #FFF;
}
.btn-blue {
  background-color: #f1fdff;
  border: 1px solid #0985a1;
  color: #000;
}
.btn-blue:hover {
  color: #FFF;
  background-color: #0985a1;
}
.btn-blue-two {
  background-color: #0985a1;
  border: 1px solid #0985a1;
  color: #FFF;
}
.btn-blue-two:hover {
  color: #0985a1;
  background-color: #f1fdff;
}
.btn-dk-blue {
  background-color: #0985a1;
  border: 1px solid #0985a1;
  color: #FFF;
}
.btn-dk-blue:hover {
  color: #0985a1;
  background-color: #f1fdff;
}
.btn-take-action {
  background-color: #f1fdff;
  border: 1px solid #0985a1;
  color: #000;
  font-size: 22px;
  line-height: 32px;
}
.btn-take-action:hover {
  color: #FFF;
  background-color: #0985a1;
}
@media only screen and (max-width: 768px) {
  .btn-take-action {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .btn-take-action {
    font-size: 14px;
    line-height: 22px;
  }
}
.btn-square-advocacy {
  position: relative;
  top: 0;
  left: 0;
  transition: left ease 0.5s, top ease 0.5s, box-shadow ease 0.5s, background-color ease 0.5s;
  background-color: #FFF;
  border: 1px solid #000;
  box-shadow: 5px 5px 5px #acacac;
  height: 170px;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .btn-square-advocacy {
    height: 140px;
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-square-advocacy {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.btn-square-advocacy P {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .btn-square-advocacy P {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .btn-square-advocacy P {
    font-size: 18px;
    line-height: 28px;
  }
}
.btn-square-advocacy:hover {
  top: 2px;
  left: 2px;
  background-color: #0985a1;
  box-shadow: 0px 0px 0px #acacac;
}
.btn-square-advocacy:hover p {
  color: #FFF;
}
.btn-shape-advocacy {
  position: relative;
  top: 0;
  left: 0;
  height: 170px;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
}
.btn-shape-advocacy P {
  position: relative;
  top: 60px;
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .btn-shape-advocacy P {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .btn-shape-advocacy P {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-shape-advocacy {
    height: 160px;
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-shape-advocacy {
    height: 120px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-shape-advocacy {
    height: 170px;
  }
}
.btn-shape-advocacy.download-app:before {
  content: '';
  background: url('../img/sprite-bell-phone.png') 0px -99px no-repeat;
  height: 100px;
  width: 60px;
  position: absolute;
  left: 65px;
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .btn-shape-advocacy.download-app:before {
    position: absolute;
    top: 0px;
    left: 43%;
  }
}
.btn-shape-advocacy.download-app:hover:before {
  content: '';
  background-position: 0px 0px;
}
.btn-shape-advocacy.action-alerts:before {
  content: '';
  background: url('../img/sprite-app-phone.png') 0px -99px no-repeat;
  height: 100px;
  width: 60px;
  position: absolute;
  left: 65px;
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .btn-shape-advocacy.action-alerts:before {
    position: absolute;
    top: 0px;
    left: 43%;
  }
}
@media only screen and (max-width: 480px) {
  .btn-shape-advocacy.action-alerts:before {
    position: absolute;
    top: 0px;
    left: 40%;
  }
}
.btn-shape-advocacy.action-alerts:hover:before {
  content: '';
  background-position: 0px 0px;
  cursor: pointer;
}
.play-button {
  height: 40px;
  width: 65px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  position: relative;
}
.play-button-big {
  height: 60px;
  width: 95px;
}
.play-button-center {
  margin: 0 auto;
  display: inline-block;
}
.play-button:hover,
.play-button.hovered {
  background-color: rgba(124, 197, 118, 0.9);
  cursor: pointer;
}
.play-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 10.5px;
  left: 24px;
  margin: 0 auto;
  border-style: solid;
  border-width: 9.5px 0 9.5px 17px;
  border-color: transparent transparent transparent #ffffff;
}
.play-button-big:after {
  top: 14.5px;
  left: 37px;
  border-width: 15.5px 0 15.5px 28px;
}
.social-button-on-tile {
  display: inline-block;
  min-width: 200px;
  margin-bottom: 2%;
  padding: 0 10px;
  text-align: left;
}
.social-button-on-tile img {
  margin: 3%;
}
@media only screen and (max-width: 768px) {
  .social-button-on-tile {
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .social-button-on-tile {
    min-width: auto;
    width: 100%;
    overflow: hidden;
  }
}
.social-button-brand-gif {
  display: inline-block;
  min-width: 200px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .social-button-brand-gif {
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .social-button-brand-gif {
    min-width: auto;
    width: 100%;
    overflow: hidden;
  }
}
a.social-button-brand img {
  outline: none;
}
a.social-button-brand img:hover {
  outline: 1px solid white;
  outline-offset: -4px;
}
.btn-clean-text {
  height: 100%;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.m10 {
  margin: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mr15 {
  margin-right: 15px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mrl20 {
  margin-right: 20px;
  margin-left: 20px;
}
.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl0 {
  padding-left: 0;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.prl15 {
  padding-right: 15px;
  padding-left: 15px;
}
.prl20 {
  padding-right: 20px;
  padding-left: 20px;
}
.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.p40 {
  padding: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pl40 {
  padding-left: 40px;
}
.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .resp-mb10 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mb20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mb40 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mb60 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mb10-sm {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mb20-sm {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mb40-sm {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mb60-sm {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mt20-sm {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mt40-sm {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .resp-mt60-sm {
    margin-top: 60px;
  }
}
.resp-mtb10-sm {
  margin: 10px 0;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px) {
  .resp-mtb10-sm {
    margin: 5px 0;
  }
}
.resp-mtb40-sm {
  margin: 40px 0;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px) {
  .resp-mtb40-sm {
    margin-top: 20px;
  }
}
.resp-mtb80-sm {
  margin: 80px 0;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px) {
  .resp-mtb80-sm {
    margin-top: 40px;
  }
}
.resp-mtb10-md {
  margin: 10px 0;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px) {
  .resp-mtb10-md {
    margin: 5px 0;
  }
}
.resp-mtb40-md {
  margin: 40px 0;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px) {
  .resp-mtb40-md {
    margin-top: 20px;
  }
}
.resp-mtb80-md {
  margin: 80px 0;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px) {
  .resp-mtb80-md {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .resp-mb20-md {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .resp-mb40-md {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .resp-mb60-md {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .resp-mb80-md {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .resp-mt20-md {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .resp-mt40-md {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .resp-mt60-md {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .resp-mt80-md {
    margin-top: 80px;
  }
}
.top-neg-10 {
  top: -5px;
}
.top-neg-5 {
  top: -5px;
}
.top-5 {
  top: 5px;
}
.top-10 {
  top: 10px;
}
.top-15 {
  top: 15px;
}
.h-space-resp-xl {
  height: 120px;
}
@media only screen and (max-width: 1600px) {
  .h-space-resp-xl {
    height: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .h-space-resp-xl {
    height: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .h-space-resp-xl {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .h-space-resp-xl {
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .h-space-resp-xl {
    height: 20px;
  }
}
.h-space-resp-lg {
  height: 80px;
}
@media only screen and (max-width: 1600px) {
  .h-space-resp-lg {
    height: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .h-space-resp-lg {
    height: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .h-space-resp-lg {
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .h-space-resp-lg {
    height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .h-space-resp-lg {
    height: 20px;
  }
}
.h-space-resp-md {
  height: 40px;
}
@media only screen and (max-width: 1600px) {
  .h-space-resp-md {
    height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .h-space-resp-md {
    height: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .h-space-resp-md {
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .h-space-resp-md {
    height: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .h-space-resp-md {
    height: 10px;
  }
}
.h-space-resp-sm {
  height: 40px;
}
@media only screen and (max-width: 1600px) {
  .h-space-resp-sm {
    height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .h-space-resp-sm {
    height: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .h-space-resp-sm {
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .h-space-resp-sm {
    height: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .h-space-resp-sm {
    height: 10px;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
#nav ul,
#nav ol,
#footer ul,
#footer ol {
  list-style: none;
}
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .top-bar {
  transform: rotate(0);
}
.navbar-toggle .middle-bar {
  opacity: 1;
}
.navbar-toggle .bottom-bar {
  transform: rotate(0);
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle button {
  transition: all .02s;
}
.navbar-toggle.expanded .icon-bar {
  height: 2px;
  left: 3px;
  position: relative;
}
.navbar-toggle.expanded .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle.expanded .middle-bar {
  opacity: 0;
}
.navbar-toggle.expanded .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-header > button {
  background-color: transparent;
  border: 2px solid #e8edcf;
  border-radius: 0px;
  top: 4px;
}
.navbar-header > button .icon-bar {
  background: #e8edcf;
  border: none;
  height: 3px;
}
.navbar-header > button i {
  color: #e8edcf;
  font-size: 30px;
  line-height: 12px;
  height: 30px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .navbar-header .navbar {
    border-radius: 4px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-header .navbar-header {
    float: right;
    top: 8px;
    position: relative;
  }
}
.navbar-logo {
  display: block;
  float: left;
  position: relative;
  top: 18px;
  left: 10px;
  width: 40px;
  margin-right: 10px;
}
@media only screen and (max-width: 1069px) {
  .navbar-logo {
    display: inline-block;
    width: 70px;
    top: 11px;
  }
}
#nav {
  width: 100%;
  background: #0985a1;
}
#search-bar {
  display: none;
  position: absolute;
  outline: none;
  top: 61px;
  right: 0;
  width: 352px;
  height: 68px;
  background: rgba(232, 237, 207, 0.8);
  z-index: 999;
}
#search-bar .text {
  outline: none;
  height: 32px;
  width: 245px;
  position: relative;
  top: 14px;
  left: 15px;
  border: 0;
  background: #eee;
  padding-left: 10px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#search-bar .submit {
  outline: none;
  width: 80px;
  position: relative;
  top: 14px;
  left: 10px;
  height: 32px;
  border: none;
  background: #0985a1;
  color: #fff;
}
#search-bar .submit:active {
  background-color: #076B81;
}
#nav.affix-top,
#singlenav.affix-top {
  position: relative;
  z-index: 10;
  height: 60px;
  border: 0;
}
#nav.affix {
  position: static;
}
#nav-slide {
  top: 60px;
  background: rgba(9, 131, 163, 0.95);
  border: none;
}
@media only screen and (min-width: 1070px) {
  #nav-slide {
    display: none;
  }
}
#nav-slide ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav-slide ul.second {
  border-top: 1px solid rgba(232, 237, 207, 0.2);
}
#nav-slide ul.second li {
  margin-top: 0;
  margin-bottom: 0;
}
#nav-slide ul.second li a {
  padding-left: 10px;
}
#nav-slide li.panel {
  margin: 0;
  padding: 10px;
  border-top: 1px solid rgba(232, 237, 207, 0.2);
}
#nav-slide li.panel li.panel {
  margin: 10px 0;
  padding: 0;
  padding-top: 10px;
}
#nav-slide li.panel li.panel a {
  margin-left: 20px;
  padding-right: 38px;
}
#nav-slide li.panel li.panel ul {
  padding-top: 0;
}
#nav-slide li.panel li.panel li {
  padding-top: 10px;
}
#nav-slide li.panel li.panel li a {
  margin-left: -20px;
  padding-right: 0;
}
#nav-slide li {
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: none;
  margin-top: 10px;
  padding-top: 10px;
}
#nav-slide li:hover {
  background: rgba(9, 131, 163, 0);
}
#nav-slide li a {
  padding: 0;
}
#nav-slide li li {
  border: none;
  border-top: 1px solid rgba(232, 237, 207, 0.1);
  padding-left: 20px;
  color: #e8edcf;
}
#nav-slide li li a {
  font: 300 16px/20px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  display: block;
  padding: 4px 0px;
}
#nav-slide li li ul {
  padding-left: 30px;
  padding-top: 10px;
}
#nav-slide li li ul li {
  margin-bottom: 5px;
  padding-top: 5px;
}
#nav-slide li li ul li a {
  font: 300 14px/18px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  display: block;
  padding: 4px;
}
.navbar-nav li {
  border-radius: 5px;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.navbar-nav li a {
  text-decoration: none;
}
.navbar-nav li a:hover {
  color: #fff;
}
.navbar-nav li.register-now {
  background-color: #0985a1;
  border-radius: 5px;
  color: #FFF;
}
.navbar-nav li.register-now a {
  color: white;
}
.navbar-nav li.register-now.register-now a:hover {
  background-color: #0985a1;
}
.navbar-nav li.current {
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #FFF;
}
.navbar-nav li.current a {
  color: #0985a1;
}
.navbar-nav li.current.current a:hover {
  background-color: #0985a1;
  color: #FFF;
}
.navbar-nav li.navbar-logo a {
  margin: 0;
  padding: 0;
}
.navbar-nav li.navbar-logo a:hover {
  background: none;
}
.navbar-nav {
  margin: 0;
  text-align: center;
  padding: 0 10px;
  line-height: 16px;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navbar-nav > li a {
  color: #e8edcf;
}
.navbar-nav .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  padding: 0;
  display: block;
  transition: .4s;
  background: #076E85;
  border-radius: 0;
  text-shadow: none;
  border: 0;
  border-left: 1px solid #064d5d;
}
.navbar-nav .dropdown-menu.secondary-drop {
  min-width: 190px;
}
.navbar-nav .dropdown-menu.secondary-drop a {
  padding-left: 15px;
}
.navbar-nav li.dropdown {
  height: 59px;
}
.navbar-nav li.dropdown:hover {
  background: #064d5d;
  border-radius: 0;
}
.navbar-nav li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-nav li.dropdown:hover .dropdown-menu .dropdown-submenu ul {
  opacity: 0;
  visibility: hidden;
  background: #065e72;
}
.navbar-nav .dropdown-menu {
  min-width: 300px;
  max-width: 300px;
}
.navbar-nav .dropdown-menu li {
  z-index: 10;
  margin: 0;
  border-radius: 0;
}
.navbar-nav .dropdown-menu li:hover {
  background: #064d5d;
}
.navbar-nav .dropdown-menu li a {
  font-size: 16px!important;
  white-space: inherit;
  padding: 10px 10px 10px 10px;
  display: block;
}
.navbar-nav .dropdown-menu li a:hover {
  background: none;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-nav .nav-tabs .dropdown-menu,
.navbar-nav .nav-pills .dropdown-menu,
.navbar-nav .navbar .dropdown-menu {
  margin-top: 0;
}
.navbar-nav .dropdown-submenu {
  position: relative;
}
.navbar-nav .dropdown-submenu a::after {
  content: '\25b8';
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.navbar-nav .dropdown-submenu .dropdown-menu a::after {
  content: none;
}
.navbar-nav .dropdown-submenu .dropdown-menu {
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.navbar-nav li.dropdown-submenu:hover > .dropdown-menu {
  visibility: visible!important;
  opacity: 1!important;
}
.navbar-nav.primary {
  float: left;
}
.navbar-nav.primary li a {
  font: 300 22px/26px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  padding-right: 10px;
}
.navbar-nav.primary li a:active,
.navbar-nav.primary li a:focus {
  background: inherit;
  outline: none;
  color: #e8edcf;
}
.navbar-nav.secondary {
  float: right;
}
.navbar-nav.secondary li {
  height: 59px;
}
.navbar-nav.secondary li a {
  height: 59px;
  font: 300 12px/14px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  padding: 22px 4px;
}
.navbar-nav .search {
  display: inline-block;
  padding: 0 10px 0 15px;
  top: 14px;
  height: 21px;
  color: #e8edcf;
  font-size: 26px;
  position: relative;
  cursor: pointer;
  transition: .2s;
}
.navbar-nav .search span {
  display: none;
  transition: .2s;
}
.navbar-nav .search.active {
  color: #064d5d;
  top: 8px;
  transition: .2s;
}
.navbar-nav .search.active span {
  transition: .2s;
  display: block;
  font-size: 12px;
  position: absolute;
  color: #fff;
  top: 21px;
  letter-spacing: .06em;
  left: 13px;
}
.navbar-nav.third {
  float: right;
  /* Safari 9+ */
}
.navbar-nav.third span.bar {
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  opacity: .5;
}
@media only screen and (max-width: 480px) {
  .navbar-nav.third span.bar {
    border: solid red 1px;
    display: none;
  }
}
.navbar-nav.third _::-webkit-:not(:root:root),
.navbar-nav.third span.bar {
  display: none;
}
.navbar-nav.third .social {
  width: 20px;
  height: 24px;
  top: 14px;
  margin: 2px 1px;
  color: #e8edcf;
  font-size: 22px;
  display: inline-block;
  position: relative;
  transition: .2s;
}
.navbar-nav.third .social:hover {
  color: #fff;
  transition: .2s;
}
.scroll-top {
  position: fixed;
  bottom: 0;
  right: 6%;
  z-index: 100;
  background: #f2f3f2;
  font-size: 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.scroll-top a:link,
.scroll-top a:visited {
  color: #222;
}
.navbar.lesser {
  display: none;
}
@media only screen and (max-width: 1069px) {
  .navbar.full-width {
    display: none;
  }
  .navbar.lesser {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-nav .third-none {
    display: none;
  }
  span.bar:nth-of-type(2) {
    display: none;
  }
}
.icon-social-itunes {
  width: 20px!important;
  top: 12px!important;
}
.icon-social-itunes:hover {
  filter: grayscale(100%) brightness(100%);
}
.ion-social-facebook {
  left: 3px;
}
#main-aside p {
  font-size: 14px;
  line-height: 22px;
}
#main-aside p:last-child {
  margin-bottom: 0;
}
#main-aside strong {
  font-face: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#main-aside h2 {
  width: 100%;
  padding: 0px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  background: #e8edcf;
  color: #054959;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#main-aside h2:first-child {
  margin-top: 0;
}
#main-aside h3 {
  width: 100%;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  background: #e8edcf;
  color: #054959;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#main-aside h3:first-child {
  margin-top: 0;
}
#main-aside a {
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
#main-aside a:hover {
  text-decoration: underline;
}
#main-aside ul li {
  font-size: 14px;
  line-height: 22px;
  margin-left: 10px;
}
#main-aside .sidebar-row {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
#main-aside .sidebar-row-sage {
  background-color: #e8edcf;
}
#main-aside .sidebar-row-sage h2 {
  font-size: 26px;
  line-height: 30px;
  margin-top: 10px;
}
#main-aside .sidebar-row-sage h3 {
  margin-top: 10px;
  padding-left: 0;
}
#main-aside .sidebar-row-sage p {
  font-size: 14px;
  line-height: 22px;
}
#main-aside .programs-sidebar-logo {
  width: 100%;
}
#main-aside .sidebar-image {
  max-width: 190px;
  margin: 20px 0;
}
@media only screen and (max-width: 1200px) {
  #main-aside .sidebar-image {
    max-width: 156px;
  }
}
#main-aside .sidebar-image.top-0-bottom-0 {
  margin: 0 0;
}
#main-aside .sidebar-image.top-20-bottom-0 {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
#main-aside .sidebar-image.top-0-bottom-20 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
#main-aside .sidebar-image:first-child {
  margin-top: 0;
}
#sidebar-left h4 {
  color: #acacac;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
#sidebar-left h4:first-child {
  margin-top: 0;
  padding-top: 5px;
}
a.sideshare img {
  max-width: 50px;
}
.sidebar-cta-button {
  display: block;
  margin: 20px auto;
  width: 80%;
  padding: 5%;
}
li.active a {
  color: #333;
}
#sharetools-bottom {
  text-align: center;
  width: 100%;
  height: 160px;
  padding-top: 20px;
}
#sharetools-bottom h4 {
  color: #acacac;
}
#sharetools-bottom.inline-content {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #sharetools-bottom.inline-content {
    width: 80%;
  }
}
#sharetools-bottom .sideshare {
  display: inline;
  margin: 0 2%;
}
@media only screen and (max-width: 380px) {
  #sharetools-bottom {
    height: 100px;
    padding-top: 10px;
  }
  #sharetools-bottom img {
    width: 30px;
  }
}
#sidebar-bottom-general .sidebar-row,
#sidebar-bottom-follow .sidebar-row,
#sidebar-bottom-subscribe .sidebar-row,
#sidebar-bottom-related-entries .sidebar-row {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
#sidebar-bottom-general p,
#sidebar-bottom-follow p,
#sidebar-bottom-subscribe p,
#sidebar-bottom-related-entries p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
#sidebar-bottom-general h3,
#sidebar-bottom-follow h3,
#sidebar-bottom-subscribe h3,
#sidebar-bottom-related-entries h3 {
  width: 100%;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  background: #e8edcf;
  color: #054959;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#sidebar-bottom-general h3:first-child,
#sidebar-bottom-follow h3:first-child,
#sidebar-bottom-subscribe h3:first-child,
#sidebar-bottom-related-entries h3:first-child {
  margin-top: 0;
}
#sidebar-bottom-general h2,
#sidebar-bottom-follow h2,
#sidebar-bottom-subscribe h2,
#sidebar-bottom-related-entries h2 {
  color: #acacac;
  text-align: center;
  margin-bottom: 2%;
  font-size: 20px;
  line-height: 24px;
}
.sidebar-programs-social {
  text-align: center;
}
.sidebar-programs-social svg {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.sidebar-programs-social svg:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}
/* ################ PENCIL */
#pencil {
  min-height: 100px;
  border: solid 1px #000;
  background-color: #000;
}
#pencil p {
  color: #FFF;
  margin-top: 70px;
}
#pencil a {
  color: #9dd60f;
}
#pencil img {
  position: relative;
  top: -2px;
  left: -5px;
}
#pencil-white {
  background: #ffffff;
  background: radial-gradient(circle, #f7f9d2 27%, #0985a1 100%);
  height: 55px;
  overflow: hidden;
  text-align: center;
}
#pencil-white p {
  margin-top: 10px;
}
#pencil-white a {
  color: #ed3326;
  text-decoration: underline;
  padding: 0 4px;
  font-family: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#pencil-white .blink-ball {
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 768px) {
  #pencil-white p,
  #pencil-white a {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 480px) {
  #pencil-white p,
  #pencil-white a {
    font-size: 10px;
    line-height: 12px;
    margin-top: 14px;
  }
}
#pencil-green {
  background: #2E5227;
  height: 55px;
  overflow: hidden;
  text-align: center;
}
#pencil-green p {
  margin-top: 10px;
}
#pencil-green a {
  color: #FFF;
  text-decoration: underline;
  padding: 0 4px;
  font-family: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#pencil-green .blink-ball {
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 768px) {
  #pencil-green p,
  #pencil-green a {
    font-size: 14px;
    line-height: 22px;
    line-height: 14px;
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #pencil-green p,
  #pencil-green a {
    font-size: 14px;
    line-height: 22px;
    line-height: 14px;
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
#pencil-red {
  background: #B80F0A;
  background: radial-gradient(circle, #B80F0A 27%, #910400 100%);
  height: 55px;
  overflow: hidden;
  text-align: center;
}
#pencil-red p {
  position: relative;
  top: 14px;
  margin-bottom: 0;
  color: #FFF;
}
#pencil-red a {
  color: #FFF;
  text-decoration: underline;
  font-family: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  padding: 0px 10px;
  margin: 0!important;
  line-height: 20px;
  font-size: 20px;
}
#pencil-red .blink-ball {
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 768px) {
  #pencil-red p,
  #pencil-red a {
    font-size: 18px;
    line-height: 28px;
    margin-top: 1px;
  }
}
@media only screen and (max-width: 480px) {
  #pencil-red p,
  #pencil-red a {
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px;
  }
}
#pencil:nth-of-type(2) {
  min-height: 0;
}
#pencil:nth-of-type(2) p {
  margin-top: 10px;
}
#pencil-new {
  width: 100%;
  border: solid #dee8d0 1px;
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/181115-centennial-header-sm-bg.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  height: 55px;
  overflow: hidden;
  text-align: center;
}
#pencil-new p {
  margin-top: 10px;
}
#pencil-new a {
  color: #ed3326;
  text-decoration: underline;
  padding: 0 4px;
  font-family: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#pencil-new .blink-ball {
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 768px) {
  #pencil-new p,
  #pencil-new a {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 480px) {
  #pencil-new p,
  #pencil-new a {
    font-size: 10px;
    line-height: 12px;
    margin-top: 14px;
  }
}
/* ################ HOMEPAGE */
#home-hero {
  position: relative;
  padding-top: 50px;
  min-height: 520px;
  width: 100%;
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-country-road-2000w.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #home-hero {
    min-height: 400px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  #home-hero {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-country-road-2000w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  #home-hero {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-country-road-1600w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #home-hero {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-country-road-800w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
  #home-hero {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-country-road-1600w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
#home-hero h1 {
  text-shadow: 1px 1px 0px #000;
  font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 50px;
  line-height: 56px;
  color: #FFF;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  #home-hero h1 {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #home-hero h1 {
    font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
    font-size: 30px;
    line-height: 36px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  #home-hero h1 {
    font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}
#home-hero img.logo {
  width: 370px;
  padding: 60px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  #home-hero img.logo {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #home-hero img.logo {
    width: 80%;
  }
}
.hero-overlay-text {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTlFMjNGOEIxQzc2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I5Mjk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I5MTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5npcNMAAALDklEQVR42uzWMQ0AAAgEsQd/+LeDCgaSVsJNV0kmAADwTEsAAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDISgAAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMhKAACAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAcGsFGABhMgWxvO7OBgAAAABJRU5ErkJggg==');
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-height: 130px;
  padding: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .hero-overlay-text {
    min-height: 0;
  }
}
.hero-caption {
  width: 100%;
  text-align: right;
  padding-top: 4px;
}
.hero-caption p {
  font-size: 14px;
  line-height: 22px;
  padding-right: 5%;
  color: #acacac;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .hero-caption {
    text-align: center;
  }
  .hero-caption p {
    padding-right: 0;
  }
}
#intro {
  padding: 60px 0;
}
#intro h3 {
  font: 36px/42px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
@media only screen and (max-width: 768px) {
  #intro {
    padding: 20px 20px;
  }
  #intro h3 {
    font: 22px/34px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  }
}
@media only screen and (max-width: 480px) {
  #intro {
    padding: 20px 20px;
  }
  #intro h3 {
    font: 18px/24px "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  }
}
#home-org-strip {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 50px;
}
#home-org-strip .home-org-strip-item {
  width: 25%;
  display: block;
  float: left;
  text-decoration: none;
  position: relative;
}
#home-org-strip .home-org-strip-item img {
  width: 100%;
  z-index: 1;
  position: relative;
}
#home-org-strip .home-org-strip-item p {
  text-shadow: 1px 1px 0px #000;
  font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #e7e3e4;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 2.6vw;
  margin-bottom: 0;
}
#home-org-strip .home-org-text-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTlFMjNGOEIxQzc2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I5Mjk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I5MTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5npcNMAAALDklEQVR42uzWMQ0AAAgEsQd/+LeDCgaSVsJNV0kmAADwTEsAAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDISgAAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMhKAACAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAcGsFGABhMgWxvO7OBgAAAABJRU5ErkJggg==');
  position: absolute;
  z-index: 2;
  bottom: 0%;
  width: 100%;
  height: 100px;
}
#home-org-strip .overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: .1s;
  cursor: pointer;
}
#home-org-strip .home-org-strip-item:hover .overlay {
  opacity: .2;
  width: 100%;
  height: 100%;
  color: #FFF;
  position: absolute;
  z-index: 56;
  display: block;
  transition: .2s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #home-org-strip {
    display: inline-block;
    margin: 0px 15px 10px 15px;
  }
  #home-org-strip .home-org-strip-item {
    width: 50%;
  }
  #home-org-strip .home-org-strip-item p {
    display: block;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #home-org-strip .home-org-strip-item {
    width: 100%;
    margin: 0 auto;
  }
}
.home-promo-row h4 {
  font-size: 18px;
  line-height: 24px;
}
.home-promo-row h4 a {
  color: #000;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
/* ################ END HOMEPAGE */
.main {
  padding-left: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .main {
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main {
    padding: 0;
  }
}
.pullquote {
  padding: 3%;
  margin: 2% 0;
  font-size: 32px;
  line-height: 38px;
  text-indent: 10px;
}
@media only screen and (max-width: 768px) {
  .pullquote {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .pullquote {
    font-size: 18px;
    line-height: 28px;
  }
}
.pullquote.blue-pullquote {
  color: #0985a1;
}
.pullquote.gray-pullquote {
  color: #898989;
}
.pullquote.black-pullquote {
  color: #000;
}
.pullquote.green-pullquote {
  color: #7cc576;
}
.pullquote:before {
  content: "\201C";
  font-size: 80px;
  line-height: 8px;
  position: relative;
  top: 15px;
  left: -10px;
  font-family: sans-serif;
}
@media only screen and (max-width: 768px) {
  .pullquote:before {
    font-size: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .pullquote:before {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .pullquote:before {
    top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .pullquote:before {
    top: 8px;
  }
}
.pullquote:after {
  content: "\201D";
  font-size: 80px;
  line-height: 8px;
  position: relative;
  top: 30px;
  left: 10px;
  font-family: sans-serif;
}
@media only screen and (max-width: 768px) {
  .pullquote:after {
    font-size: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .pullquote:after {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .pullquote:after {
    top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .pullquote:after {
    top: 8px;
  }
}
.pullquote-bg.green-pullquote-bg {
  background-color: #e8edcf;
}
.pullquote-bg.blue-pullquote-bg {
  background-color: #0985a1;
}
.pullquote-bg.black-pullquote-bg {
  background-color: #333333;
}
.pullquote-bg .pullquote {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 3%;
  font-size: 50px;
  line-height: 56px;
  font-family: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
@media only screen and (max-width: 768px) {
  .pullquote-bg .pullquote {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .pullquote-bg .pullquote {
    font-size: 18px;
    line-height: 28px;
  }
}
.pullquote-bg .pullquote.blue-pullquote {
  color: #FFF;
}
.pullquote-bg .pullquote.black-pullquote {
  color: #FFF;
}
.pullquote-bg .pullquote.green-pullquote {
  color: #000;
}
.pullquote-bg .pullquote:before {
  content: "";
}
.pullquote-bg .pullquote:after {
  content: "";
}
.pullquote-attrib {
  font-size: 22px;
  line-height: 32px;
  padding: 3%;
  margin-top: -6%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 768px) {
  .pullquote-attrib {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .pullquote-attrib {
    font-size: 18px;
    line-height: 28px;
  }
}
.pullquote-attrib.attrib-full-width {
  text-align: center;
  color: #FFF;
}
.pullquote-attrib.attrib-full-width a {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .blocks-two-col {
    margin: 0;
    padding: 0;
  }
}
table.resp_table {
  margin-top: 2%;
  width: 100%;
  border: solid 1px #e8edcf;
}
table.resp_table tr th {
  background: #e8edcf;
  text-align: center;
  vertical-align: inherit;
}
table.resp_table tr th p {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  margin: 2%;
}
table.resp_table tr td p {
  margin: 5%;
  vertical-align: inherit;
}
@media only screen and (max-width: 768px) {
  table.resp_table tr td p,
  table.resp_table tr th p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 582px) {
  table.resp_table tr td:first-of-type {
    background: #e8edcf;
    padding: 2%;
    padding-bottom: .5%;
    margin-bottom: 2%;
  }
  table.resp_table tr th {
    background: #FFF;
    text-align: center;
    vertical-align: inherit;
  }
  table.resp_table tr td p {
    margin-top: 0;
    margin-bottom: 4%;
    text-align: center;
    vertical-align: inherit;
  }
}
p.bg-sage-light {
  background: #f9fbf3;
  padding: 2%;
}
p.bg-blue-light {
  background: #f1fdff;
  padding: 2%;
}
.article-main-body-content div.bg-sage-light {
  background: #f9fbf3;
  padding: 2%;
  margin-bottom: 2%;
}
.article-main-body-content div.bg-blue-light {
  background: #f1fdff;
  padding: 2%;
  margin-bottom: 2%;
}
.page-header-bg {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/page-header-bg-misty-morning-mountains-2000w.jpg') no-repeat center center;
  width: 100%;
  padding: 0;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 220px;
}
@media only screen and (max-width: 992px) {
  .page-header-bg {
    background: none;
    height: 60px;
  }
}
.videos-permalink-page-top-bg,
.splash-permalink-page-top-bg {
  background-image: none;
  background-color: #000;
  height: 59px;
}
.index-header-bg {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/page-header-bg-misty-morning-mountains-2500w.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 220px;
}
@media only screen and (max-width: 2000px) {
  .index-header-bg {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/page-header-bg-misty-morning-mountains-2500w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 1600px) {
  .index-header-bg {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/page-header-bg-misty-morning-mountains-2000w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  .index-header-bg {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/page-header-bg-misty-morning-mountains-1600w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
  .index-header-bg {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/page-header-bg-misty-morning-mountains-2500w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 992px) {
  .index-header-bg {
    background: none;
    height: 60px;
  }
  .index-header-bg.pencil_on {
    height: 0px;
  }
}
.promo-page-index-header {
  position: relative;
  height: 520px;
  margin: 0;
  padding: 0;
}
.promo-page-index-header.about {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-morning-cattle-1920x1200.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promo-page-index-header.about-cent {
  background: url('/assets/img/new-day-rising-1920x600.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promo-page-index-header.join {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-family-grocery-produce.jpg') no-repeat center 60px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 680px;
}
.promo-page-index-header.history {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-first-annual-meeting-1920x600.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promo-page-index-header.meet-our-leadership {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-duvall-farm-greene-county-1920x600.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promo-page-index-header.farm-bill-2018 {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-farm-bill-v2-1920x600.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promo-page-index-header h1 {
  font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 50px;
  line-height: 56px;
  text-shadow: 1px 1px 0px #000;
  color: #FFF;
  text-align: center;
  margin: 30px 0;
}
@media only screen and (max-width: 992px) {
  .promo-page-index-header {
    height: 420px;
  }
  .promo-page-index-header h1 {
    font-size: 5.8vw;
    line-height: 6.8vw;
  }
}
@media only screen and (max-width: 480px) {
  .promo-page-index-header h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .promo-page-index-header.join {
    background: url('/assets/img/hero-family-grocery-produce-sm.jpg') no-repeat center center;
    height: 460px;
  }
}
.promo-page-h-row {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTlFMjNGOEIxQzc2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I5Mjk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I5MTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5npcNMAAALDklEQVR42uzWMQ0AAAgEsQd/+LeDCgaSVsJNV0kmAADwTEsAAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDISgAAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMhKAACAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAcGsFGABhMgWxvO7OBgAAAABJRU5ErkJggg==');
  width: 100%;
  position: absolute;
  bottom: 0;
}
.page-f-img-bg {
  -webkit-background-size: 100%!important;
  -moz-background-size: 100%!important;
  -o-background-size: 100%!important;
  background-size: 100%!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  height: 480px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .page-f-img-bg {
    height: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .page-f-img-bg {
    height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .page-f-img-bg {
    height: 280px;
  }
}
.page-f-img-bg .page-f-bg-headline {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  margin-bottom: 0;
  min-height: 140px;
  padding-top: 20px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTlFMjNGOEIxQzc2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I5Mjk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I5MTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5npcNMAAALDklEQVR42uzWMQ0AAAgEsQd/+LeDCgaSVsJNV0kmAADwTEsAAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDISgAAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMhKAACAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAcGsFGABhMgWxvO7OBgAAAABJRU5ErkJggg==');
}
.page-f-img-bg .page-f-bg-headline h1 {
  color: white;
}
.page-f-img-bg.no-f-img {
  height: auto;
  position: relative;
}
.page-f-img-bg.no-f-img .page-f-bg-headline {
  background: none;
  position: relative;
}
.page-f-img-bg.no-f-img .page-f-bg-headline h1 {
  color: #7cc576;
}
.page-f-img-bg.no-f-img .page-mf-headline h3 {
  color: #0985a1;
}
.page-f-img-bg.no-f-img .page-mf-headline .crumb .farmicon {
  color: #acacac;
}
.page-f-img-bg.no-f-img .page-mf-headline .crumb p {
  color: #0985a1;
}
.page-f-img-bg.no-f-img .page-mf-headline .crumb p a {
  color: #0985a1;
}
.photo-credit-author {
  font-size: 10px;
  line-height: 12px;
  color: #acacac;
}
.tiny-outbound-icon {
  width: 10px!important;
  height: 10px!important;
  position: relative;
  top: -2px;
}
.expand-image-copy {
  font-size: 10px;
  line-height: 12px;
  color: #0985a1;
  display: inline-block;
  margin-left: 8px;
}
.photo-credit-mobile {
  font-size: 8px;
  line-height: 10px;
  color: #acacac;
  padding: 4px 2%;
}
/* page feature headline */
.page-f-headline {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .page-f-headline {
    width: 100%;
  }
}
.page-f-headline h2 {
  color: #7cc576;
  font-family: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  margin-top: 0;
  font-size: 40px;
  line-height: 46px;
}
@media only screen and (max-width: 768px) {
  .page-f-headline h2 {
    font-size: 10vw;
    line-height: 12vw;
  }
}
@media only screen and (max-width: 480px) {
  .page-f-headline h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.page-f-headline h3 {
  color: #0985a1;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .page-f-headline h3 {
    font-size: 8vw;
    line-height: 10vw;
  }
}
@media only screen and (max-width: 480px) {
  .page-f-headline h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.page-f-headline .crumb {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.page-f-headline .crumb .farmicon {
  display: inline-block;
  height: 52px;
  margin-right: 8px;
  font-size: 44px;
  position: relative;
  color: #acacac;
}
.page-f-headline .crumb .farmicon-icon-latest {
  margin-top: -2px;
}
.page-f-headline .crumb p {
  font-size: 18px;
  line-height: 28px;
  line-height: 22px;
  display: inline-block;
  color: #898989;
}
.page-f-headline .crumb p a {
  color: #acacac;
  text-decoration: none;
}
.page-f-headline .crumb .date {
  font-size: 14px;
  line-height: 22px;
  color: #acacac;
}
.page-f-headline h3 {
  margin-top: -10px;
}
/* page mobile feature headline */
@media only screen and (max-width: 768px) {
  .page-mf-headline {
    padding-left: 30px;
  }
}
.page-mf-headline h3 {
  color: #FFF;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-mf-headline h3 {
    font-size: 5.8vw;
    line-height: 6.8vw;
  }
}
@media only screen and (max-width: 480px) {
  .page-mf-headline h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-mf-headline .crumb {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-mf-headline .crumb .farmicon {
  display: inline-block;
  height: 34px;
  margin-right: 20px;
  position: relative;
  font-size: 30px;
  color: #FFF;
}
.page-mf-headline .crumb p {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #FFF;
  margin-bottom: 0;
}
.page-mf-headline .crumb p a {
  color: #FFF;
}
.page-mf-headline .crumb .date {
  margin-left: 2%;
}
/* full width page breaks... used on issues page */
.page-break-center {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fbf3;
  margin-bottom: 30px;
}
.page-break-center h2 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .page-break-center h2 {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .page-break-center h2 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-break-center.issues-break {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .page-break-center.issues-break h2 {
    font-size: 8vw;
    line-height: 10vw;
  }
}
img.issues-topic-icon {
  width: 30px;
  height: 30px;
}
/* full width page breaks for feature pages */
.hard-break {
  width: 100%;
  float: none;
  clear: both;
  margin-top: 50px;
  margin-bottom: 50px;
}
.hard-break-h-60-r-20 {
  width: 100%;
  float: none;
  clear: both;
  height: 60px;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px) {
  .hard-break-h-60-r-20 {
    height: 20px;
  }
}
/* for related content on latest permalink page */
.related-content-bg-strip h1 {
  margin-bottom: 40px;
}
.related-content-bg-strip .container .crumb {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.related-content-bg-strip .container .crumb a {
  color: #898989;
  text-decoration: none;
}
.related-content-bg-strip .container .crumb p {
  font-size: 18px;
  line-height: 28px;
  line-height: 22px;
  color: #898989;
}
.related-content-bg-strip .container .crumb .farmicon {
  color: #898989;
  display: inline-block;
  height: 52px;
  margin-right: 8px;
  font-size: 44px;
  position: relative;
  color: #acacac;
}
.related-content-bg-strip .container .crumb .date {
  color: #898989;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 992px) {
  .related-content-bg-strip h1 {
    margin-bottom: 0;
  }
  .related-content-bg-strip .page-mf-headline .crumb a {
    color: #FFF;
  }
  .related-content-bg-strip .page-mf-headline .crumb p {
    color: #FFF;
  }
  .related-content-bg-strip .page-mf-headline .crumb .farmicon {
    color: #FFF;
  }
  .related-content-bg-strip .page-mf-headline .crumb .date {
    color: #FFF;
  }
  .related-content-bg-strip.no-f-img .page-mf-headline .crumb a {
    color: #898989 !important;
  }
  .related-content-bg-strip.no-f-img .page-mf-headline .crumb p {
    color: #898989 !important;
  }
  .related-content-bg-strip.no-f-img .page-mf-headline .crumb .farmicon {
    color: #898989 !important;
  }
  .related-content-bg-strip.no-f-img .page-mf-headline .crumb .date {
    color: #898989 !important;
  }
}
.index-f-headline {
  margin-top: 40px;
  margin-bottom: 40px;
}
.index-f-headline h1 {
  font-family: "AvenirBlack", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 60px;
  line-height: 66px;
  color: #7cc576;
}
@media only screen and (max-width: 768px) {
  .index-f-headline h1 {
    font-size: 10vw;
    line-height: 12vw;
  }
}
.index-f-headline h1 .first-word {
  color: #333333;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
@media only screen and (max-width: 768px) {
  .index-f-headline h1.longfix {
    font-size: 9vw;
  }
}
.index-f-headline .farmicon {
  color: #333333;
}
.index-f-headline .farmicon-icon-news {
  display: inline-block;
  height: 34px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.index-f-headline .farmicon-icon-latest {
  display: inline-block;
  position: relative;
  top: 6px;
}
@media only screen and (max-width: 480px) {
  .index-f-headline .farmicon-icon-latest {
    top: 2px;
  }
}
.index-f-headline .farmicon-icon-viewpoints {
  display: inline-block;
  position: relative;
  top: 6px;
}
@media only screen and (max-width: 480px) {
  .index-f-headline .farmicon-icon-viewpoints {
    top: 2px;
  }
}
.page-f-img {
  padding: 0;
  background: none;
}
.page-f-img img {
  width: 100%;
}
.page-f-img figcaption {
  text-align: right;
  min-height: 20px;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.inline-img {
  width: 100%;
}
.inline-img.half {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .inline-img.half-sm {
    width: 50%;
  }
}
.sideshare {
  display: block;
  margin-bottom: 10%;
  opacity: .8;
}
.sideshare:hover {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .print-this-page {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .print-this-page {
    display: none;
  }
}
#related-content {
  min-height: 40px;
  background: #e8edcf;
}
#related-content h3 {
  color: #000;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
#related-content .in-this-section {
  padding-left: 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #related-content .in-this-section {
    padding-left: 0;
  }
}
#related-entries-bottom h4.section-title {
  color: #acacac;
  text-align: center;
  margin-bottom: 2%;
}
#related-entries-bottom h4 {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 380px) {
  #related-entries-bottom .page-tile-wide .tile-image {
    min-width: 0;
  }
  #related-entries-bottom .tile-image img {
    display: none;
    width: 0;
    height: 0;
  }
}
.latest-section-break {
  margin-top: 40px;
  background: #f1fdff;
  text-align: center;
}
#event-archive {
  background: #f1fdff;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}
#event-archive li {
  width: 33%;
  float: left;
  display: inline-block;
  height: 24px;
}
#event-table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
#event-table caption {
  margin-bottom: 10px;
  text-align: center;
}
#event-table caption h2 {
  display: inline-block;
}
#event-table thead {
  margin-top: 10px;
}
#event-table td {
  border: solid 1px #ccc;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  background: #e8edcf;
}
#event-table td.current {
  background: #f1fdff;
}
#event-table td.current a {
  background: #fff;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  border-bottom: solid #0985a1 1px;
}
#event-table th {
  font-weight: bold;
  vertical-align: bottom;
  line-height: 23px;
  text-align: center;
}
#event-table tr {
  height: 30px;
  text-align: center;
}
.full-width-page-strip {
  padding: 5% 0;
}
.full-width-page-strip.first {
  padding: 0;
}
.full-width-page-strip.big-text h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  color: #e8edcf;
  font-size: 50px;
  line-height: 56px;
}
@media only screen and (max-width: 768px) {
  .full-width-page-strip.big-text h1 {
    font-size: 5.8vw;
    line-height: 6.8vw;
  }
}
@media only screen and (max-width: 480px) {
  .full-width-page-strip.big-text h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.full-width-page-strip.big-text h1.blue {
  color: #0985a1;
}
.full-width-page-strip.big-text h1.black {
  color: #000;
}
.full-width-page-strip.big-text h1.gray-darker {
  color: #333333;
}
.full-width-page-strip.big-text h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  color: #f1fdff;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .full-width-page-strip.big-text h3 {
    font-size: 8vw;
    line-height: 10vw;
  }
}
@media only screen and (max-width: 480px) {
  .full-width-page-strip.big-text h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.full-width-page-strip.big-text h3.blue {
  color: #0985a1;
}
.full-width-page-strip.big-text h3.black {
  color: #000;
}
.full-width-page-strip.big-text h3.gray-darker {
  color: #333333;
}
.list-border-bottom {
  border-bottom: solid #e8edcf 1px;
  margin-bottom: 2%;
}
#zipcode-lookup {
  background-color: #f9fbf3;
}
.timeline-strip {
  background: url('../img/bg-sage-10x10.png') repeat-y center center;
}
@media only screen and (max-width: 1200px) {
  .timeline-strip {
    background: url('../img/bg-sage-10x10.png') repeat-y center center;
  }
}
@media only screen and (max-width: 768px) {
  .timeline-strip {
    background: none;
  }
}
.timeline-strip h4 {
  width: 100%;
  text-align: center;
  color: #0985a1;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .timeline-strip h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .timeline-strip h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .timeline-strip h4 {
    text-align: center;
    display: block;
    font-size: 5.8vw;
    line-height: 6.8vw;
  }
}
#fast-facts P {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  #fast-facts P {
    font-size: 18px;
    line-height: 28px;
  }
}
.get-advocacy-app {
  max-width: 150px;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1200px) {
  .get-advocacy-app {
    max-width: 150px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .get-advocacy-app {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .get-advocacy-app {
    max-width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .get-advocacy-app {
    max-width: 100%;
  }
}
.feature-copy-strip {
  background-color: #f5f5f5;
  margin-left: 15px;
  margin-right: 15px;
}
#search-results ul {
  list-style-type: none;
}
#search-results li {
  padding: 2%;
}
#search-results .search-img {
  max-height: 120px;
  margin: 0 2% 2% 0;
  margin-bottom: 0;
}
#search-results h3 {
  margin: 0 0 1% 0;
}
#search-results small {
  font-size: 14px;
  line-height: 22px;
}
#search-results .submit {
  outline: none;
  position: relative;
  padding: 1.1% 2%;
  border: none;
  background: #0985a1;
  color: #fff;
}
#search-results .search-field {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  #search-results .search-field {
    display: block;
    margin: 0 auto;
  }
  #search-results .submit {
    display: block;
    width: 60%;
    margin: 2% auto;
  }
  #search-results small {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#dropex ul {
  list-style-type: none;
  margin-left: 0;
}
#dropex li {
  list-style-type: none;
  padding: 2%;
  margin: 0;
}
#dropex .dropex-row:nth-child(odd) {
  background-color: #f9fbf3;
}
#dropex .dropex-row:nth-child(even) {
  background-color: #f1fdff;
}
#dropex .is-dir-no {
  padding-left: 4%;
}
#dropex .dropex-row img {
  margin-right: 1%;
}
#dropex small {
  font-size: 14px;
  line-height: 22px;
  margin-left: 4%;
  color: #acacac;
}
#dropex .back-button {
  outline: none;
  position: relative;
  padding: 1.1% 2%;
  border: none;
  background: #0985a1;
  color: #fff;
  margin-bottom: 1%;
  display: inline-block;
  text-decoration: none;
}
/* general feature */
article.general-feature .page-mf-headline p,
article.general-feature .page-mf-headline a {
  color: #acacac;
}
article.general-feature .page-mf-headline .farmicon {
  color: #acacac;
}
article.general-feature .page-mf-headline h3 {
  color: #0985a1;
}
.general-feature-sidebar-right {
  float: right;
  background-color: #f9fbf3;
}
.tweet-this {
  width: 100%;
  padding: 4%;
  background: url('../img/icon-twitter-bird-200px.png') no-repeat -20px -28px;
  background-color: #f1fdff;
  border: solid 1px #ebebeb;
  margin-bottom: 2%;
}
.tweet-this .tweet-this-button {
  background-color: #054959;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
.join-with-fb-advocacy {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
}
.join-with-fb-advocacy h2 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .join-with-fb-advocacy h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .join-with-fb-advocacy h2 {
    margin-bottom: 20px;
  }
}
.voa-accordio .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.voa-accordio.panel-group .panel + .panel {
  margin-top: -2px;
}
.voa-accordio .panel-collapse,
.voa-accordio .panel-body {
  border-top: none!important;
}
.voa-accordio .panel-title a {
  text-decoration: none;
}
.voa-accordio .panel-default {
  background-color: #FFF;
  border-color: #FFF;
}
.voa-accordio .panel-heading {
  background-color: #FFF;
  border-top: solid 1px #ccc;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.voa-accordio .panel:last-of-type {
  border-bottom: solid 1px #ccc;
}
.voa-accordio .accordion-toggle {
  padding-left: 10px;
}
.voa-accordio .panel-body {
  padding-left: 40px;
}
.voa-accordio .accordion-toggle:before {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: left;
  font-size: 12px;
  color: #0985a1;
}
.voa-accordio .accordion-toggle.collapsed:before {
  content: "\e114";
}
.tagzone {
  width: 100%;
}
.datag {
  display: inline-block;
  padding: 1% 2%;
  margin-bottom: 6px;
  margin-right: 1%;
  background-color: #f9fbf3;
  border: solid 1px #ebebeb;
}
.datag:hover {
  background-color: #ffb522;
  color: #FFF;
}
.datag .ico {
  padding-right: 6px;
}
.datag a {
  text-decoration: none;
}
.rel-side-wrap {
  display: block;
  margin-bottom: 10px;
}
a.rel-side-a {
  text-decoration: none!important;
}
a.rel-side-a:hover {
  text-decoration: none!important;
}
.rel-side {
  min-height: 60px;
  padding: 4px 8px;
  margin-bottom: 6px;
  background-color: #f9fbf3;
  border: solid 1px #ebebeb;
}
.rel-side p {
  color: #0985a1;
}
.rel-side .rel-side-cat {
  font-size: 12px;
  color: #acacac;
}
.rel-side:hover {
  background-color: #ffb522;
}
.rel-side:hover p {
  color: #FFF;
}
.rel-side:hover .rel-side-cat {
  color: #FFF;
}
.rel-tile {
  border-bottom: solid 1px #e8edcf;
}
.rel-tile img {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}
.rel-tile p {
  font-size: 14px;
  line-height: 18px;
}
.rel-tile .rel-page-cat,
.rel-tile .small-tags {
  font-size: 12px;
  color: #acacac;
  margin-bottom: 10px;
}
.barchart #marketSnapshot2 #header1 h4 {
  border: solid red 1px;
  display: none;
}
#podcast-farmside-subscribe {
  background-color: #e8edcf;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  #podcast-farmside-subscribe {
    display: block;
    height: auto;
    min-height: 90px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#podcast-farmside-subscribe p {
  font-size: 14px;
  line-height: 22px;
  font-family: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  align-self: flex-end;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  #podcast-farmside-subscribe p {
    margin-right: 0;
  }
}
.icon-podcast-sub.apple {
  max-width: 25px;
  margin-right: 30px;
}
.icon-podcast-sub.google {
  max-width: 25px;
  margin-right: 30px;
}
.icon-podcast-sub.soundcloud {
  max-width: 35px;
  margin-right: 30px;
}
.icon-podcast-sub.stitcher {
  max-width: 25px;
  margin-right: 30px;
}
.icon-podcast-sub.spotify {
  max-width: 25px;
  margin-right: 30px;
}
.icon-podcast-sub.youtube,
.icon-podcast-sub.rss {
  max-width: 25px;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .icon-podcast-sub.youtube,
  .icon-podcast-sub.rss {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .icon-podcast-sub {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px!important;
  }
}
#splash-hero-ag-innovation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 800px;
  padding-top: 20px;
  width: 100%;
  background: url('../img/hero-home-ag-innov-facing-future-extra-large-2500.jpg') no-repeat center -120px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  #splash-hero-ag-innovation {
    min-height: 800px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #splash-hero-ag-innovation {
    min-height: 600px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #splash-hero-ag-innovation {
    min-height: 450px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #splash-hero-ag-innovation {
    min-height: 380px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  #splash-hero-ag-innovation {
    background: url('../img/hero-home-ag-innov-facing-future-extra-large-2500.jpg') no-repeat center -30px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  #splash-hero-ag-innovation {
    background: url('../img/hero-home-ag-innov-facing-future-large-2000.jpg') no-repeat center 0px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 992px) {
  #splash-hero-ag-innovation {
    background: url('../img/hero-home-ag-innov-facing-future-medium-1500.jpg') no-repeat center -10px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #splash-hero-ag-innovation {
    background: url('../img/hero-home-ag-innov-facing-future-small-800.jpg') no-repeat center 0px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
  #splash-hero-ag-innovation {
    background: url('../img/hero-home-ag-innov-facing-future-extra-large-2500.jpg') no-repeat center 0px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
#splash-hero-box-holder {
  display: block;
  width: 100%;
  max-width: 1130px;
  margin-top: 50px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px), only screen and (max-width: 992px), only screen and (max-width: 1200px) {
  #splash-hero-box-holder {
    max-width: 960px;
    margin-top: 30px;
  }
}
#splash-hero-box-aginnovation {
  position: relative;
  padding: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNU7F3wFAAEWgI1CZaeuQAAAABJRU5ErkJggg==);
  width: 100%;
}
#splash-hero-box-aginnovation img {
  margin-bottom: 20px;
}
#splash-hero-box-aginnovation h1 {
  font-family: "AvenirBlack", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  font-size: 70px;
}
@media only screen and (max-width: 1600px) {
  #splash-hero-box-aginnovation h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px), only screen and (max-width: 992px), only screen and (max-width: 1200px) {
  #splash-hero-box-aginnovation h1 {
    font-size: 6vw;
  }
}
#splash-hero-box-aginnovation p {
  color: #FFF;
  font-size: 30px;
  line-height: 4vw;
}
@media only screen and (max-width: 1600px) {
  #splash-hero-box-aginnovation p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px), only screen and (max-width: 992px), only screen and (max-width: 1200px) {
  #splash-hero-box-aginnovation p {
    font-size: 3vw;
    line-height: 4vw;
  }
}
@media only screen and (max-width: 480px) {
  #splash-hero-box-aginnovation p {
    font-size: 20px;
  }
}
.hero-key-links .btn {
  background-color: #f1fdff;
  border: 1px solid #0985a1;
  color: #000;
  font-size: 22px;
  line-height: 32px;
}
.hero-key-links .btn:hover {
  color: #FFF;
  background-color: #ffb522;
}
@media only screen and (max-width: 768px) {
  .hero-key-links .btn {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 480px) {
  .hero-key-links .btn {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  .hero-key-links .btn {
    font-size: 3vw;
    line-height: 4vw;
  }
}
.splash-holder-ag-innovation {
  display: block;
  margin: 0 auto;
  margin-top: -25%;
}
@media only screen and (max-width: 1200px) {
  .splash-holder-ag-innovation {
    margin-top: -25%;
  }
}
@media only screen and (max-width: 992px) {
  .splash-holder-ag-innovation {
    margin-top: -25%;
  }
}
@media only screen and (max-width: 768px) {
  .splash-holder-ag-innovation {
    margin-top: -25%;
  }
}
@media only screen and (max-width: 768px) {
  .logo-ag-innov {
    margin-top: 20px;
    padding: 0 4%;
  }
}
#splash-ag-innov-heads {
  background-color: #392114;
}
#splash-ag-innov-inpage-nav {
  min-height: 60px;
  background-color: #7cc576;
  text-align: center;
}
#splash-ag-innov-inpage-nav a {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  line-height: 60px;
  padding: 0 40px;
  display: inline-block;
}
#splash-ag-innov-inpage-nav a:hover {
  text-decoration: underline;
}
#splash-ag-innov-sponsors {
  margin-top: 20px;
  margin-bottom: 20px;
}
#splash-ag-innov-sponsors .col-sm-3 {
  border-bottom: solid 1px #efefef;
  padding: 4px 0;
}
a.visit-sponsor {
  font-size: 10px;
  line-height: 12px;
  position: relative;
  top: -8px;
}
article#main-content.splash h3 {
  color: #000;
}
article#main-content.splash .left-align-image {
  padding-left: 0;
}
article#main-content.splash.ag-innovation h3 {
  color: #659362;
  font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 30px;
  line-height: 36px;
}
article#main-content.splash.ag-innovation h4 {
  color: #333333;
  font-size: 24px;
}
article#main-content.splash.ag-innovation h4.panel-title {
  font-size: 18px;
}
article#main-content.splash.fdoty h3 {
  color: #0985a1;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 40px;
  line-height: 46px;
}
article#main-content.splash.fdoty h4 {
  color: #333333;
  font-size: 24px;
}
a .mi-subscribe {
  padding: 6px;
  background-color: #f1fdff;
  height: 100px;
}
a .mi-subscribe img {
  float: left;
  margin: 20px 30px 10px 10px;
}
a .mi-subscribe h3 {
  margin-bottom: 4px;
}
a .mi-subscribe p {
  position: relative;
  top: -3px;
  font-size: 14px;
  line-height: 22px;
}
a .mi-subscribe:hover {
  background-color: #FFF;
  border: solid 1px #0985a1;
}
#splash-hero-fsf {
  display: block;
  width: 100%;
  height: 60%;
  min-height: 60%;
  padding: 0px;
  /* margin: -60px; */
}
@media only screen and (max-width: 768px) {
  #splash-hero-fsf {
    height: 50%;
    min-height: 50%;
  }
}
.splash-logo-fsf {
  display: block;
  margin: 0 auto;
  padding-top: 5%;
  max-width: 500px;
  overflow: visible;
}
.splash-logo-fsf img {
  width: 100%;
  margin-left: -360px;
}
@media only screen and (max-width: 992px) {
  .splash-logo-fsf {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .splash-logo-fsf {
    max-width: 300px;
  }
  .splash-logo-fsf img {
    margin-left: -130px;
  }
}
@media only screen and (max-width: 480px) {
  .splash-logo-fsf {
    max-width: 80%;
  }
  .splash-logo-fsf img {
    margin-left: 0px;
    padding: 10px;
    width: 100%;
  }
}
#splash-fsf-inpage-nav,
#splash-inpage-nav {
  min-height: 60px;
  background-color: #9A6F1D;
  text-align: center;
}
#splash-fsf-inpage-nav.fsom,
#splash-inpage-nav.fsom {
  background-color: #669933;
}
#splash-fsf-inpage-nav.fdoty,
#splash-inpage-nav.fdoty {
  background-color: #0985a1;
}
#splash-fsf-inpage-nav.drought,
#splash-inpage-nav.drought {
  background-color: #F3E7C1;
}
#splash-fsf-inpage-nav.drought a,
#splash-inpage-nav.drought a {
  color: #3B4055;
}
#splash-fsf-inpage-nav a,
#splash-inpage-nav a {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  line-height: 60px;
  padding: 0 40px;
  display: inline-block;
}
#splash-fsf-inpage-nav a:hover,
#splash-inpage-nav a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #splash-fsf-inpage-nav,
  #splash-inpage-nav {
    min-height: 40px;
  }
  #splash-fsf-inpage-nav a,
  #splash-inpage-nav a {
    line-height: 40px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  #splash-fsf-inpage-nav a,
  #splash-inpage-nav a {
    line-height: 40px;
    padding: 0 20px;
  }
}
.fsf-logo {
  max-width: 280px;
  width: 100%;
  padding: 40px;
}
@media only screen and (max-width: 1200px) {
  #splash-inpage-nav.fsom {
    min-height: auto;
  }
}
#splash-inpage-nav.fsom a {
  font-size: 16px;
  padding: 10px 20px;
}
@media only screen and (max-width: 1200px) {
  #splash-inpage-nav.fsom a {
    font-size: 14px!important;
    line-height: 20px;
    padding: 10px 20px;
  }
}
.splash-fsom {
  background: url('../img/background-brown-field.jpg') no-repeat center bottom;
  background-size: 100%;
}
.splash-fsom h1 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #669933;
}
.splash-fsom h2 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #669933;
}
.splash-fsom a {
  color: #669933;
}
.splash-fsom p {
  color: #666666;
}
.splash-fsom p.big {
  font-size: 22px;
  line-height: 32px;
  color: #666666;
}
.splash-fsom .row {
  margin-left: -15px;
  margin-right: -15px;
}
.splash-fsom .tagzone.mtb40 {
  margin-top: 0;
  margin-bottom: 0;
}
.background-fsom-one {
  background: url('../img/background-fsom-one.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.background-fsom-two {
  background: url('../img/background-fsom-two.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.background-fdoty-one {
  background: url('../img/fdoty-bg-1.jpg') no-repeat 140% 20%;
}
@media only screen and (max-width: 992px) {
  .background-fdoty-one {
    background-position-x: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .background-fdoty-one {
    background-position-x: 100px;
  }
}
.background-fdoty-two {
  background: url('../img/fdoty-bg-2.jpg') no-repeat -140px top;
}
@media only screen and (max-width: 992px) {
  .background-fdoty-two {
    background-position-x: -200px;
  }
}
@media only screen and (max-width: 768px) {
  .background-fdoty-two {
    background-position-x: -240px;
  }
}
.background-fdoty-three {
  height: 480px;
  background: url('../img/fdoty-bg-3.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .background-fdoty-three {
    background-position-x: -700px;
  }
}
@media only screen and (max-width: 768px) {
  .background-fdoty-three {
    background-position-x: -910px;
  }
}
#splash-hero-fsom,
#splash-hero-president,
#splash-hero-fdoty,
#splash-hero-stillfarming,
#splash-hero-drought {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 60%;
  min-height: 60%;
  padding: 0px;
  /* margin: -60px; */
}
@media only screen and (max-width: 992px) {
  #splash-hero-fsom,
  #splash-hero-president,
  #splash-hero-fdoty,
  #splash-hero-stillfarming,
  #splash-hero-drought {
    height: 410px;
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #splash-hero-fsom,
  #splash-hero-president,
  #splash-hero-fdoty,
  #splash-hero-stillfarming,
  #splash-hero-drought {
    height: 280px;
    min-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #splash-hero-fsom,
  #splash-hero-president,
  #splash-hero-fdoty,
  #splash-hero-stillfarming,
  #splash-hero-drought {
    height: 210px;
    min-height: auto;
  }
}
#splash-hero-fdoty {
  align-items: center;
}
#splash-hero-stillfarming {
  align-items: center;
}
@media only screen and (max-width: 992px) {
  #splash-hero-stillfarming {
    height: 510px;
  }
}
@media only screen and (max-width: 768px) {
  #splash-hero-stillfarming {
    height: 410px;
  }
}
@media only screen and (max-width: 480px) {
  #splash-hero-stillfarming {
    height: 310px;
  }
}
.splash-logo-fsom {
  display: block;
  width: 500px;
  height: 180px;
  margin: 0 auto;
  margin-left: 60%;
}
@media only screen and (max-width: 1200px) {
  .splash-logo-fsom {
    margin-left: 55%;
  }
}
@media only screen and (max-width: 992px) {
  .splash-logo-fsom {
    width: 280px;
    margin-left: 65%;
    position: absolute;
    top: 310px;
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .splash-logo-fsom {
    width: 230px;
    margin-left: 10%;
    top: 180px;
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .splash-logo-fsom {
    width: 140px;
    margin-left: 10%;
    top: 140px;
    height: 50px;
  }
}
.splash-logo-fdoty {
  display: block;
  margin: 0 auto;
  margin-left: 60%;
}
@media only screen and (max-width: 1200px) {
  .splash-logo-fdoty {
    margin-left: 55%;
  }
}
@media only screen and (max-width: 992px) {
  .splash-logo-fdoty {
    margin-left: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .splash-logo-fdoty {
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  .splash-logo-fdoty {
    margin: auto;
  }
}
.logo-fdoty {
  max-width: 450px;
  width: 100%;
  padding: 20px;
}
.splash-logo-stillfarming {
  display: block;
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
  margin-top: 20%;
}
@media only screen and (max-width: 768px) {
  .splash-logo-stillfarming {
    width: 550px;
  }
}
@media only screen and (max-width: 480px) {
  .splash-logo-stillfarming {
    width: 350px;
  }
}
.splash-logo-stillfarming a {
  opacity: .8;
}
.splash-logo-stillfarming a:hover {
  opacity: 1;
}
.logo-stillfarming {
  max-width: 800px;
  width: 100%;
  padding: 20px;
}
.pc-pup {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.pullquote.fsom {
  text-align: center;
  margin: 0;
}
.fsom-green-block,
.fsom-white-block {
  min-height: 100px;
  background-color: #669933;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.fsom-green-block P,
.fsom-white-block P {
  color: #FFF;
  margin: 0 0 0 20px;
  width: 60%;
}
@media only screen and (max-width: 1200px), only screen and (max-width: 992px) {
  .fsom-green-block P,
  .fsom-white-block P {
    width: 100%;
  }
}
.fsom-green-block.center,
.fsom-white-block.center {
  text-align: center;
}
.fsom-green-block.center p,
.fsom-white-block.center p {
  margin: 0;
  width: 100%;
}
.fsom-green-block.center img,
.fsom-white-block.center img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.fsom-white-block {
  display: block;
  box-shadow: none;
  background-color: #FFF;
}
.fsom-white-block p {
  color: #333333;
  margin: 0;
  width: 80%;
}
.fsom-white-block strong {
  color: #669933;
}
.fsom-step-block {
  display: flex;
  align-items: center;
}
.fsom-step-block P {
  color: #669933;
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 0 10px;
}
.fsom-light-green-block {
  display: block;
  text-align: center;
  background-color: #E9F0E2;
  padding: 4%;
  margin-bottom: 20px;
}
.fsom-light-green-block p {
  margin-bottom: 0;
}
.fsom-light-green-block img {
  margin: 10px 0 20px 0;
}
.btn-green-fsom {
  background-color: #669933;
  color: #ffffff!important;
  text-decoration: none;
  font-size: 18px!important;
  line-height: 28px!important;
}
.btn-green-fsom:hover {
  color: #000;
  background-color: #ffb522;
}
#splash-hero-covid-impact {
  display: block;
  width: 100%;
  height: 60%;
  min-height: 60%;
  padding: 0px;
  /* margin: -60px; */
}
@media only screen and (max-width: 768px) {
  #splash-hero-covid-impact {
    height: 50%;
    min-height: 50%;
  }
}
.splash-holder-covid-impact {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
  margin-top: 40px;
}
@media only screen and (max-width: 1600px) {
  .splash-holder-covid-impact {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .splash-holder-covid-impact {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .splash-holder-covid-impact {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .splash-holder-covid-impact {
    margin-top: 20px;
    padding: 0 40px;
  }
}
.splash-holder-covid-impact h1 {
  color: #000;
  font-size: 60px;
  line-height: 66px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2%;
}
.splash-holder-covid-impact h1 .nobreak {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
@media only screen and (max-width: 992px) {
  .splash-holder-covid-impact h1 {
    font-size: 5.8vw;
    line-height: 6.8vw;
    padding: 2% 4%;
  }
}
@media only screen and (max-width: 768px) {
  .splash-holder-covid-impact h1 {
    font-size: 8vw;
    line-height: 10vw;
  }
}
/*
.splash-holder-covid-impact {
    display: block;
    margin: 0 auto;
    padding-top: 5%;
    max-width: 600px;
    overflow: visible;
    margin-left: 20%;
    @media @medium {max-width: 500px; margin-left: 10%;}
    @media @small {max-width: 400px; margin-left: 10%;}
    @media @extra-small {max-width: 80%;}
    img {width: 100%;}
}
*/
#splash-inpage-nav.president {
  background-color: #0986A1;
  min-height: 40px;
}
.splash-president h1 {
  font-family: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #7cc576;
  text-align: center;
}
.splash-president h2 {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #0985a1;
  text-align: center;
  margin-bottom: 2%;
}
.splash-president h4.panel-title {
  font-size: 22px;
  line-height: 32px;
  font-family: "AvenirMedium", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
.splash-president a {
  color: #0985a1;
}
.splash-president p {
  color: #666666;
}
.splash-president p.big {
  font-size: 22px;
  line-height: 32px;
  color: #666666;
}
.splash-president .panel-heading {
  border-top: none;
}
.splash-president .panel-body {
  padding: 0;
}
.splash-president .panel-body p,
.splash-president .panel-body li,
.splash-president .panel-body ul {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px), only screen and (max-width: 992px) {
  .splash-president .panel-body p,
  .splash-president .panel-body li,
  .splash-president .panel-body ul {
    font-size: 18px;
    line-height: 28px;
  }
}
.splash-president .h-space-resp-sm {
  height: 2%;
}
#splash-hero-sustain {
  position: relative;
  background-color: black;
  height: 55vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
#splash-hero-sustain h1 {
  color: #fff;
  font-size: 50px;
  text-shadow: 2px 2px 2px #000000;
}
#splash-hero-sustain video {
  position: absolute;
  top: 70%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#splash-hero-sustain .container {
  position: relative;
  z-index: 2;
}
#splash-hero-sustain .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  #splash-hero-sustain {
    height: 25vh;
    min-height: 25rem;
    background: url('/assets/img/hero-sustainability-social-share.jpg') black no-repeat center center scroll;
  }
  #splash-hero-sustain h1 {
    color: #fff;
    font-size: 30px;
  }
  #splash-hero-sustain video {
    display: none;
  }
}
#splash-inpage-nav.sustain {
  background-color: #B9E3F8;
}
@media only screen and (max-width: 1200px) {
  #splash-inpage-nav.sustain {
    min-height: auto;
  }
}
#splash-inpage-nav.sustain a {
  color: #385723;
  font-size: 16px;
  padding: 10px 20px;
}
@media only screen and (max-width: 1200px) {
  #splash-inpage-nav.sustain a {
    font-size: 14px!important;
    line-height: 20px;
    padding: 10px 20px;
  }
}
.sustain-section-break {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustain-section-break h1 {
  color: #385723;
}
.climate-smart-farming {
  background: url('../img/210310-sustain-section-hands.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.renewable-energy {
  background: url('../img/210310-sustain-section-solar.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.research-innovation {
  background: url('../img/210310-sustain-section-microscope.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carbon-markets {
  background: url('../img/210310-sustain-section-break-field.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.on-the-ground {
  background: url('../img/210310-sustain-section-ground.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.partners-in-sustainability {
  background: url('../img/210310-sustain-section-partners.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sustain .pullquote.green-pullquote {
  color: #385723;
  margin: 0;
}
.extended-info {
  margin-top: 20px;
}
.extended-info .farmicon.farmicon-icon-viewpoints {
  font-size: 44px;
}
.extended-info .farmicon.farmicon-icon-market-intel {
  font-size: 36px;
}
@media only screen and (max-width: 992px) {
  .extended-info .farmicon {
    position: relative;
    right: 12px;
  }
}
.extended-info a h3 {
  text-decoration: none;
}
.extended-info h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #385723!important;
}
.extended-info p {
  font-size: 14px;
  line-height: 20px;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
@media only screen and (max-width: 768px) {
  .extended-info p {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}
.extended-info p a {
  color: #385723;
}
.people-quotes h3 {
  font-size: 28px;
  line-height: 34px;
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #385723!important;
}
.people-quotes p {
  color: #B1B1B1;
  font-size: 20px;
  line-height: 24px;
}
.people-quotes .watch-video {
  width: 230px;
}
.people-quotes.drought h3 {
  color: #3B4055!important;
}
#member-benefits h2 {
  color: #0985a1;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif, sans-serif;
  font-size: 30px;
  line-height: 36px;
}
#member-benefits h3 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif, sans-serif;
  font-size: 26px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.box-ltsage-corner5-shadow {
  width: 100%;
  background-color: #f9fbf3;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.box-ltsage-corner5-shadow p {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .box-ltsage-corner5-shadow p {
    font-size: 3vw;
    line-height: 4vw;
  }
}
#splash-hero-drought h1 {
  color: #fff;
  font-size: 50px;
  text-shadow: 2px 2px 2px #000000;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  #splash-hero-drought h1 {
    font-size: 30px;
  }
}
.drought-section-break {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drought-section-break h1 {
  color: white;
  text-shadow: 2px 2px 2px #000000;
}
.sustainability {
  background: url('../img/bg-sustainability-leaf.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.storage-and-recycling {
  background: url('../img/bg-storage-and-recycling.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.on-the-ground {
  background: url('../img/bg-on-the-ground.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.by-the-numbers {
  background: url('../img/bg-by-the-numbers.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.water-usage {
  background: url('../img/bg-water-usage.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.photo-credit-land {
  width: 95%;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #4A4A4A;
  margin: 1% 0;
}
/* class names that start with "page" or "action" or similar are parents
	 class names that start with "tile" are children */
.page-tile {
  /* square - image in background, headline floats on top */
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .page-tile {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.page-tile .tile-action {
  background: #ed3326;
  height: 60px;
  position: absolute;
  z-index: 10;
  width: 555px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .page-tile .tile-action {
    width: 555px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-tile .tile-action {
    width: 455px;
  }
}
@media only screen and (max-width: 992px) {
  .page-tile .tile-action {
    width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  .page-tile .tile-action {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-tile .tile-action {
    width: 100%;
  }
}
.page-tile .tile-action p,
.page-tile .tile-action .farmicon {
  color: white;
  display: inline-block;
  position: relative;
}
.page-tile .tile-action .farmicon {
  font-size: 52px;
  top: 3px;
}
.page-tile .tile-action p {
  font-size: 40px;
  line-height: 46px;
  font-family: "AvenirBold", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  letter-spacing: 2px;
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .page-tile .tile-action p {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .page-tile .tile-action p {
    font-size: 30px;
    line-height: 36px;
    top: 10px;
  }
  .page-tile .tile-action .farmicon {
    display: none;
  }
}
.page-tile .tile-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 85%;
  /* page-tile > tile-image can be reset to 16X9 with this class */
}
.page-tile .tile-image.ratio16x9 {
  padding-bottom: 56%;
}
.page-tile .tile-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.page-tile .tile-content {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTlFMjNGOEIxQzc2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I5Mjk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I5MTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5npcNMAAALDklEQVR42uzWMQ0AAAgEsQd/+LeDCgaSVsJNV0kmAADwTEsAAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDISgAAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMhKAACAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAcGsFGABhMgWxvO7OBgAAAABJRU5ErkJggg==');
  padding: 15px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  z-index: 5;
}
.page-tile .tile-content p {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #FFF;
  margin: 0;
  border: solid transparent 1px;
}
.page-tile .tile-content h1 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  font-size: 40px;
  line-height: 46px;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .page-tile .tile-content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 992px) {
  .page-tile .tile-content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .page-tile .tile-content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .page-tile .tile-content h1 {
    font-size: 4vw;
    line-height: 6vw;
  }
}
.page-tile .tile-content h2 {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  margin: 0;
  font-size: 40px;
  line-height: 46px;
}
@media only screen and (max-width: 1200px) {
  .page-tile .tile-content h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 992px) {
  .page-tile .tile-content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .page-tile .tile-content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .page-tile .tile-content h2 {
    font-size: 4vw;
    line-height: 6vw;
  }
}
.page-tile .tile-content h4 {
  color: #FFF;
  display: inline;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.page-tile .tile-content h4.huge-headline {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1200px) {
  .page-tile .tile-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .page-tile .tile-content h4.huge-headline {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .page-tile .tile-content h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .page-tile .tile-content h4.huge-headline {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-tile .tile-content h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .page-tile .tile-content h4.huge-headline {
    font-size: 5.2vw;
    line-height: 6.8vw;
  }
}
.page-tile .tile-content.tile-index-feature {
  /* some index pages have big 16X9 tile with lead copy */
  padding: 28px;
}
.page-tile .tile-content.no-thumb {
  background: none;
}
.page-tile .tile-content.no-thumb h4 {
  color: #000;
}
.page-tile .tile-content.no-thumb p {
  color: #000;
}
.page-tile.first-tile h4 {
  font-size: 34px;
  line-height: 38px;
  text-rendering: optimizeLegibility;
}
.page-tile.first-tile h4.huge-headline {
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .page-tile.first-tile h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .page-tile.first-tile h4.huge-headline {
    font-size: 5.2vw;
    line-height: 6.8vw;
  }
}
.tile-index-feature-caption {
  text-align: right;
  margin-top: -26px;
}
.page-tile-image-relative {
  display: block;
  position: relative!important;
}
.tile-advocacy-logo {
  margin-bottom: 20px!important;
}
@media only screen and (max-width: 768px) {
  .tile-advocacy-logo {
    margin-bottom: 0!important;
    max-width: 300px;
  }
}
.tile-nested p.big {
  font-size: 18px;
  line-height: 28px;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
.tile-nested p.medium {
  font-size: 14px;
  line-height: 22px;
}
.tile-nested.left {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .tile-nested.left {
    text-align: center;
  }
}
.tile-nested.right {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .tile-nested.right {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .tile-nested p.big {
    font-size: 14px;
    line-height: 22px;
  }
}
.page-tile-wide {
  /* rectangle - image on left and headline on right, no excerpt text, no background image */
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 320px) {
  .page-tile-wide {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.page-tile-wide .tile-bg {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.page-tile-wide .tile-image {
  margin-right: 4%;
  min-width: 120px;
}
@media only screen and (max-width: 320px) {
  .page-tile-wide .tile-image {
    margin-right: 0;
    min-width: auto;
  }
}
.page-tile-wide .tile-image img {
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 320px) {
  .page-tile-wide .tile-image img {
    display: none;
  }
}
.page-tile-wide .tile-content {
  width: auto;
}
.page-tile-wide .tile-content p {
  color: black;
}
.page-tile-wide .tile-content h4 {
  font-size: 24px;
  line-height: 28px;
  color: black;
}
@media only screen and (max-width: 768px) {
  .page-tile-wide .tile-content h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}
@media only screen and (max-width: 480px) {
  .page-tile-wide .tile-content h4 {
    font-size: 5.2vw;
    line-height: 6.8vw;
  }
  .page-tile-wide .tile-content h4.huge-headline {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .page-tile-wide .tile-content h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .page-tile-wide .tile-content h4.huge-headline {
    font-size: 11px;
    line-height: 14px;
  }
}
article .page-tile-wide .tile-content h4 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
article .page-tile .tile-content h4 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
.page-tile-wide-excerpt {
  /* rectangle - image on left, headline and excerpt on right, light grey background, scales high for longer copy */
  /* page-tile-wide-excerpt requires page-tile-wide */
}
.page-tile-wide-excerpt .tile-bg {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: #FFF;
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.page-tile-wide-excerpt .tile-bg.no-margins {
  margin-left: 0;
  margin-right: 0;
}
.page-tile-wide-excerpt .tile-image img {
  width: 220px;
  height: 220px;
}
@media only screen and (max-width: 768px) {
  .page-tile-wide-excerpt .tile-image img {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .page-tile-wide-excerpt .tile-image {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .page-tile-wide-excerpt .tile-image {
    display: none;
  }
}
.page-tile-wide-excerpt .tile-image.medium-tile-image {
  min-width: 220px;
}
@media only screen and (max-width: 768px) {
  .page-tile-wide-excerpt .tile-image.medium-tile-image {
    min-width: 120px;
  }
}
.page-tile-wide-excerpt .tile-image.medium-tile-image img {
  width: 220px;
  height: 220px;
}
@media only screen and (max-width: 768px) {
  .page-tile-wide-excerpt .tile-image.medium-tile-image img {
    width: 120px;
    height: 120px;
  }
}
.page-tile-wide-excerpt .tile-image.big-tile-image {
  min-width: 345px;
}
@media only screen and (max-width: 768px) {
  .page-tile-wide-excerpt .tile-image.big-tile-image {
    min-width: 120px;
  }
}
.page-tile-wide-excerpt .tile-image.big-tile-image img {
  width: 345px;
  height: 345px;
}
@media only screen and (max-width: 768px) {
  .page-tile-wide-excerpt .tile-image.big-tile-image img {
    width: 120px;
    height: 120px;
  }
}
.page-tile-wide-excerpt h4 a {
  text-decoration: none;
  color: #0985a1;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
.page-tile-wide-excerpt h4 a:hover {
  text-decoration: underline;
}
.page-tile-wide-excerpt-top-align {
  /* rectangle - image on left, headline and excerpt on right, top align headline
used on advocacy list view
*/
  margin-bottom: 10%;
}
.page-tile-wide-excerpt-top-align .tile-image {
  float: left;
  width: 29%;
}
.page-tile-wide-excerpt-top-align .tile-image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-tile-wide-excerpt-top-align .tile-image {
    display: none;
  }
}
.page-tile-wide-excerpt-top-align h4 a {
  text-decoration: none;
  color: #0985a1;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
.page-tile-wide-excerpt-top-align h4 a:hover {
  text-decoration: underline;
}
.page-tile-wide-excerpt-top-align .tile-content {
  float: right;
  width: 69%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .page-tile-wide-excerpt-top-align .tile-content {
    width: 100%;
    float: none;
  }
}
.page-tile-wide-excerpt-top-align .tile-content p {
  color: black;
}
.page-tile-wide-excerpt-top-align .tile-content h4 {
  font-size: 24px;
  line-height: 28px;
  color: black;
}
@media only screen and (max-width: 768px) {
  .page-tile-wide-excerpt-top-align .tile-content h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}
@media only screen and (max-width: 480px) {
  .page-tile-wide-excerpt-top-align .tile-content h4 {
    font-size: 5.2vw;
    line-height: 6.8vw;
  }
  .page-tile-wide-excerpt-top-align .tile-content h4.huge-headline {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .page-tile-wide-excerpt-top-align .tile-content h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .page-tile-wide-excerpt-top-align .tile-content h4.huge-headline {
    font-size: 11px;
    line-height: 14px;
  }
}
.sidebar-tile {
  /* square - image in background, headline floats on top */
  /* for sidebar on advocacy section and others moving forward */
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .sidebar-tile {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.sidebar-tile .tile-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 85%;
}
.sidebar-tile .tile-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.sidebar-tile .tile-content {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTlFMjNGOEIxQzc2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I5Mjk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I5MTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5npcNMAAALDklEQVR42uzWMQ0AAAgEsQd/+LeDCgaSVsJNV0kmAADwTEsAAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDISgAAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMhKAACAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAcGsFGABhMgWxvO7OBgAAAABJRU5ErkJggg==');
  padding: 15px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  z-index: 5;
}
.sidebar-tile .tile-content p {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #FFF;
  margin: 0;
  border: solid transparent 1px;
}
.sidebar-tile .tile-content h4 {
  color: #FFF;
  display: inline;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-tile .tile-content h4.huge-headline {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1200px) {
  .sidebar-tile .tile-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .sidebar-tile .tile-content h4.huge-headline {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .sidebar-tile .tile-content h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .sidebar-tile .tile-content h4.huge-headline {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar-tile .tile-content h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .sidebar-tile .tile-content h4.huge-headline {
    font-size: 5.2vw;
    line-height: 6.8vw;
  }
}
.sidebar-tile .tile-content.no-thumb {
  background: none;
}
.sidebar-tile .tile-content.no-thumb h4 {
  color: #000;
}
.sidebar-tile .tile-content.no-thumb p {
  color: #000;
}
.stacked-tile {
  /* square - headline at top - no images, stacked content (images) */
  /* for sidebar on advocacy section and others moving forward */
  margin-bottom: 26px;
  background-color: #e8edcf;
}
@media only screen and (max-width: 767px) {
  .stacked-tile {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.stacked-tile .tile-content {
  padding: 15px;
  width: 100%;
}
.stacked-tile .tile-content p {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #FFF;
  margin: 0;
  border: solid transparent 1px;
}
.stacked-tile .tile-content h4 {
  color: #0985a1;
  display: inline;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.stacked-tile .tile-content h4.huge-headline {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1200px) {
  .stacked-tile .tile-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .stacked-tile .tile-content h4.huge-headline {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .stacked-tile .tile-content h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .stacked-tile .tile-content h4.huge-headline {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .stacked-tile .tile-content h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .stacked-tile .tile-content h4.huge-headline {
    font-size: 5.2vw;
    line-height: 6.8vw;
  }
}
.stacked-tile .tile-content.no-thumb {
  background: none;
}
.stacked-tile .tile-content.no-thumb h4 {
  color: #000;
}
.stacked-tile .tile-content.no-thumb p {
  color: #000;
}
.issues-tile {
  /* square - image in background, headline floats on top
8/3/16 rebuilt so that mobile tiles will be text only
7/23/19 rebult so mobile tiles look like other tiles
*/
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .issues-tile {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .issues-tile .tile-bg {
    display: flex;
    flex-direction: row;
    align-items: center;
    with: 100%;
  }
}
.issues-tile .tile-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 85%;
}
@media only screen and (max-width: 767px) {
  .issues-tile .tile-image {
    overflow: visible;
    position: absolute;
    padding-bottom: 0;
    top: 0px;
  }
}
.issues-tile .tile-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .issues-tile .tile-image img {
    position: relative;
    overflow: visible;
    padding-bottom: 0;
    width: 120px;
    height: 120px;
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .issues-tile .tile-image img {
    display: none;
  }
}
.issues-tile .tile-content-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .issues-tile .tile-content-mobile {
    display: inline-block;
    padding-left: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .issues-tile .tile-content-mobile {
    padding-left: 0;
  }
}
.issues-tile .tile-content-mobile p {
  color: black;
}
.issues-tile .tile-content-mobile h4 {
  font-size: 24px;
  line-height: 28px;
}
.issues-tile .tile-content-mobile h4 a {
  text-decoration: none;
  color: #0985a1;
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
.issues-tile .tile-content-mobile h4 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .issues-tile .tile-content-mobile h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}
@media only screen and (max-width: 480px) {
  .issues-tile .tile-content-mobile h4 {
    font-size: 5.2vw;
    line-height: 6.8vw;
  }
  .issues-tile .tile-content-mobile h4.huge-headline {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .issues-tile .tile-content-mobile h4 {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .issues-tile .tile-content-mobile h4.huge-headline {
    font-size: 11px;
    line-height: 14px;
  }
}
.issues-tile .tile-content {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAKyCAYAAAApeT2AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQTlFMjNGOEIxQzc2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OEYzN0I5Mjk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OEYzN0I5MTk0QUIxMUU2QUUwNUI0MUIxN0MxQzEwQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5RTIzRjhCMUM3NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5npcNMAAALDklEQVR42uzWMQ0AAAgEsQd/+LeDCgaSVsJNV0kmAADwTEsAAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAICRBQAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAGFkAADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDIAgCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAjCwAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAMDISgAAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQAwsgAAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAACMLAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAgJEFAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAAAYWQAAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMgCAICRBQAAIwsAAEYWAAAjCwAARhYAAIwsAABGFgAAjCwAABhZAACMLAAAGFkAADCyAABgZAEAMLIAAGBkAQDAyAIAYGQBAMDIAgCAkQUAwMhKAACAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAARhYAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAGBkAQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBADCyAABgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAIwsAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAYGQBAMDIAgBgZAEAwMgCAICRBQDAyAIAgJEFAAAjCwCAkQUAACMLAABGFgAAjCwAAEYWAACMLAAAGFkAAIwsAAAYWQAAMLIAABhZAAAwsgAAcGsFGABhMgWxvO7OBgAAAABJRU5ErkJggg==');
  padding: 15px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .issues-tile .tile-content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .issues-tile .tile-content {
    position: relative;
    z-index: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .issues-tile .tile-content h4:before {
    content: "\2022\00a0";
  }
}
.issues-tile .tile-content h4 {
  font-size: 18px;
  line-height: 24px;
  color: white;
  text-shadow: 1px 1px 0px #000;
  margin-bottom: 0;
  margin-top: 0;
}
.issues-tile .tile-content h4.huge-headline {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1200px) {
  .issues-tile .tile-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .issues-tile .tile-content h4.huge-headline {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .issues-tile .tile-content h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .issues-tile .tile-content h4.huge-headline {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .issues-tile .tile-content h4 {
    font-size: 24px;
    line-height: 28px;
    color: #0985a1;
    text-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  .issues-tile .tile-content h4 {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media only screen and (max-width: 320px) {
  .issues-tile .tile-content h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.issues-tile .tile-content.no-thumb {
  background: none;
}
.issues-tile .tile-content.no-thumb h4 {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .issues-tile .tile-content.no-thumb {
    background: none;
  }
  .issues-tile .tile-content.no-thumb h4 {
    color: #0985a1;
  }
}
/* issues-tile-list-fix sets a negative margin for mobile view of issues tiles, which is a list */
.action-tile {
  /* rectangle vert - includes flag and take action buttons */
  /* appears on homepage */
  margin-bottom: 26px;
}
.action-tile .tile-bg {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  width: 100%;
  background-color: #e8edcf;
  padding: 0 15px 15px 15px;
}
.action-tile .flag-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  padding-left: 100px;
  min-height: 105px;
  margin-bottom: 2%;
}
.action-tile .flag-head h3 {
  font-size: 30px;
  line-height: 36px;
  margin-top: -20px;
}
@media only screen and (max-width: 1200px) {
  .action-tile .flag-head h3 {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .action-tile .flag-head h3 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .action-tile .flag-head {
    padding-left: 0;
  }
}
.action-tile .usa-flag {
  background: url('../img/flag-usa-red.png') no-repeat left top;
}
@media only screen and (max-width: 480px) {
  .action-tile .usa-flag {
    background: none;
  }
}
.action-tile .tile-content {
  flex-grow: 2;
  width: 100%;
}
.action-tile .tile-content p {
  color: black;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 480px) {
  .action-tile .tile-content img {
    width: 100%;
  }
}
.action-tile .tile-buttons {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.action-tile .tile-buttons .btn {
  padding: 15px 35px;
  margin-right: 5px;
}
.action-tile.action-tile-home .tile-bg {
  min-height: 473px;
}
@media only screen and (max-width: 1200px) {
  .action-tile.action-tile-home .tile-bg {
    min-height: 389px;
  }
}
.tile-subtext {
  font-size: 10px;
  line-height: 12px;
}
.date-and-cat {
  font-size: 12px;
}
.read-more {
  text-decoration: underline;
  font-size: 18px;
  line-height: 28px;
  background-color: #f9fbf3;
  padding: 2px 8px;
}
.read-more:hover {
  background-color: #e8edcf;
}
/* TILE ROLLOVERS
# added on 2-14-17
*/
a .page-tile:hover,
a .issues-tile:hover,
.page-tile-wide:hover {
  cursor: pointer;
}
a .page-tile:hover img,
a .issues-tile:hover img,
.page-tile-wide:hover img {
  opacity: .9;
}
a .page-tile:hover h4,
a .issues-tile:hover h4,
.page-tile-wide:hover h4 {
  text-decoration: underline;
}
.page-tile-wide.page-tile-wide-excerpt:hover img {
  opacity: 1!important;
}
.page-tile-wide.page-tile-wide-excerpt:hover h4 {
  text-decoration: none!important;
}
.promo-pal-vids {
  animation-duration: 6s;
  animation-name: fadein;
  position: relative;
  padding: 5px;
  width: 230px;
  height: 110px;
  text-align: center;
  float: right;
  background-color: #f1fdff;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  margin: 0 0 2% 2%;
}
@media only screen and (max-width: 768px) {
  .promo-pal-vids {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .promo-pal-vids {
    margin: 2% 0 2% 0;
  }
}
.promo-pal-vids .farmicon-icon-videos {
  display: block;
  font-size: 54px;
}
.tile-programs h3 a {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  background-color: #f9fbf3;
  width: 100%;
  display: block;
  padding: 10px 20px;
}
.tile-programs h3 a.bg-alt {
  background-color: #f1fdff;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
/* CENTENNIAL 2019 */
.cent-sidebar-promo {
  text-align: center;
  margin-bottom: 10px;
}
h5.cent-sidebar-h5 {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  margin-bottom: 4px;
}
h6.cent-sidebar-h6,
a.cent-sidebar-a {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  margin: 0;
}
a.cent-sidebar-a {
  font-size: 12px!important;
  line-height: 10px;
  margin-top: 2px;
}
.cent-hist h2 {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
.cent-hist .big-text h2 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
}
@media only screen and (max-width: 992px) {
  .cent-hist .big-text {
    text-align: center;
  }
}
.crowd-signs,
.ag-adjustment,
.soil-bank,
.reagan,
.china,
.today {
  padding: 12% 0;
}
.crowd-signs {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/bg-crowd-signs-1198.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ag-adjustment {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/181115-bg-fdr.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.soil-bank {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/181115-bg-microphone.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.reagan {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/181115-bg-reagan-wide.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.china {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/181115-bg-shipping.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.today {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/181115-bg-today.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.big-text {
  margin-top: 4%;
}
.cent-in-page {
  width: 100%;
}
figure.cent figcaption p {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  padding-top: 2px;
}
figure.cent-in-page-right {
  max-width: 240px;
  float: right;
  margin-top: 2%;
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  figure.cent-in-page-right {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  figure.cent-in-page-right {
    margin: 0 auto;
  }
}
figure.cent-in-page-right P {
  text-align: center;
  padding-top: 2px;
  font-size: 10px;
  line-height: 12px;
}
figure.cent-in-page-right img {
  width: 100%;
}
figure.cent-in-page-left {
  max-width: 240px;
  float: left;
  margin-top: 2%;
  margin-right: 2%;
}
@media only screen and (max-width: 768px) {
  figure.cent-in-page-left {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  figure.cent-in-page-left {
    margin: 0 auto;
  }
}
figure.cent-in-page-left P {
  text-align: center;
  padding-top: 2px;
  font-size: 10px;
  line-height: 12px;
}
figure.cent-in-page-left img {
  width: 100%;
}
p.cent-w-p-cred {
  position: relative;
  height: 20px;
  top: -20px;
  margin-bottom: -20px;
  padding-right: 2%;
  width: 100%;
  text-align: right;
  color: #acacac;
  font-size: 10px;
  line-height: 12px;
}
/*
#nav {
    background: #000000;
}

.navbar-nav .dropdown-menu {
  background: #000000;
  li.dropdown:hover {
    background: #000000;
  }
}
.navbar-nav li.dropdown:hover {background: #000000;}
.navbar-nav .dropdown-menu li:hover {background: #000000;}
.navbar-nav li.dropdown:hover .dropdown-menu .dropdown-submenu ul {background: #000000;}

#nav-slide { background: #000000;}
*/
.cent-hist-date {
  margin-top: 12px;
}
.cent-hist-date img {
  width: 140px;
}
.cent-hist-date img.november {
  width: 280px;
}
#welcome-topper {
  width: 100%;
  border: solid #dee8d0 1px;
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/181115-centennial-header-sm-bg.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  height: 55px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
#welcome-topper.big {
  height: 330px;
}
#welcome-topper.big .welcome-closed {
  top: -60px;
}
@media only screen and (max-width: 768px) {
  #welcome-topper.big {
    height: 270px;
  }
}
.close-topper {
  margin-right: 1%;
  margin-top: 1%;
  font-size: 14px;
  min-width: 100px;
  color: #dee8d0;
  background-color: #20a5f6;
  padding: 1%;
  position: absolute;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .close-topper {
    width: auto;
    font-size: 12px;
    color: #dee8d0;
    background-color: #20a5f6;
    padding: 1%;
    margin-top: 0;
  }
}
.close-topper {
  cursor: pointer;
}
.close-topper {
  display: none;
}
.close-topper.show {
  display: block;
}
.welcome-closed {
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/181115-centennial-header-xs-bg.png') no-repeat center -5px;
  position: relative;
  top: 0;
  height: 55px;
  z-index: 99;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.welcome-cont {
  width: 100%;
  z-index: 10;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (max-width: 768px) {
  .welcome-cont {
    margin-top: -50px;
  }
}
.welcome-cont.show {
  opacity: 100;
}
/* keyframes for animation;  simple 0 to 360 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* basic structure for the rays setup */
#raysHolder {
  position: relative;
  width: 310px;
  height: 280px;
  margin: 0 auto;
}
#raysLogo {
  width: 310px;
  height: 260px;
  text-indent: -3000px;
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/cent-logo-md.png') no-repeat center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#rays {
  /* with animation properties */
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/rotate-light-sm.png') no-repeat center center;
  position: absolute;
  top: -100px;
  left: -100px;
  width: 490px;
  height: 490px;
  /* microsoft ie */
  animation-name: spin;
  animation-duration: 40000ms;
  /* 40 seconds */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#sidebarr {
  padding: 0;
  margin: 0;
  will-change: min-height;
  z-index: 99;
}
@media only screen and (max-width: 992px) {
  #sidebarr {
    display: none;
  }
}
.sidebarr__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.sidebarr__inner .inner-nav {
  background-color: #f9fbf3;
  display: block;
  margin-bottom: 4px;
  padding-top: 4px;
  width: 200px;
  height: 32px;
}
.sidebarr__inner .inner-nav.active {
  background: #ffb522;
}
.sidebarr__inner .inner-nav img {
  width: 140px;
}
.sidebarr__inner .inner-nav:hover {
  cursor: pointer;
}
.sidebarr__inner .inner-nav:hover img {
  opacity: .8;
}
#up-and-under {
  position: relative;
  top: -353px;
  margin-bottom: -373px;
}
@media only screen and (max-width: 992px) {
  #up-and-under {
    top: 0;
    margin-bottom: 0;
  }
}
#intro.cent h1 {
  font-family: "AvenirDemi", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #0985a1;
  font-size: 72px;
  line-height: 72px;
}
@media only screen and (max-width: 1600px) {
  #intro.cent h1 {
    font-size: 72px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 992px), only screen and (max-width: 1200px) {
  #intro.cent h1 {
    font-size: 60px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  #intro.cent h1 {
    font-size: 12vw;
    line-height: 14vw;
  }
}
#intro.cent h2 {
  font-family: "AvenirLight", "Avenir Next", Avenir, "Droid Sans", "DroidSansRegular", Corbel, Tahoma, Geneva, sans-serif;
  color: #0985a1;
}
#intro.cent h2 sup {
  font-size: 14px;
  line-height: 18px;
  top: -12px;
}
#intro.cent h3 {
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 1600px) {
  #intro.cent h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 992px), only screen and (max-width: 1200px) {
  #intro.cent h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) {
  #intro.cent h3 {
    font-size: 4vw;
    line-height: 6vw;
  }
}
#home-hero-cent {
  position: relative;
  min-height: 520px;
  width: 100%;
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-cent-bg-2000w.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* basic structure for the rays setup */
}
@media only screen and (max-width: 768px) {
  #home-hero-cent {
    min-height: 450px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  #home-hero-cent {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-cent-bg-2000w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  #home-hero-cent {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-cent-bg-1200w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #home-hero-cent {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-cent-bg-800w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
  #home-hero-cent {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/hero-home-cent-bg-1200w.jpg') no-repeat center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
#home-hero-cent #raysHolder {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #home-hero-cent #raysHolder {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
#home-hero-cent #raysLogo {
  width: 560px;
  height: 560px;
  text-indent: -3000px;
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/cent-logo-lg.png') no-repeat center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #home-hero-cent #raysLogo {
    width: 320px;
    height: 320px;
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/cent-logo-md.png') no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
#home-hero-cent #rays {
  /* with animation properties */
  background: url('https://voaprod-c86c.kxcdn.com/assets/img/rotate-light-lg.png') no-repeat center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 600px;
  /* microsoft ie */
  animation-name: spin;
  animation-duration: 40000ms;
  /* 40 seconds */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media only screen and (max-width: 768px) {
  #home-hero-cent #rays {
    background: url('https://voaprod-c86c.kxcdn.com/assets/img/rotate-light-sm.png') no-repeat center center;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 320px;
  }
}
header.cent-vid {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 740px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  header.cent-vid {
    height: 50vh;
    min-height: 540px;
  }
}
@media only screen and (max-width: 768px) {
  header.cent-vid {
    height: 30vh;
    min-height: 340px;
    background: url(/assets/vid/bgvid-home-v1.jpg) #000 no-repeat;
    background-size: cover;
  }
}
header.cent-vid video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 768px) {
  header.cent-vid video {
    display: none;
  }
}
header.cent-vid .container {
  position: relative;
  z-index: 2;
}
header.cent-vid .overlay,
header.brand-vid .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAaUlEQVQoU12PCw2AMAwFbzaGDLCBDXSgAxvYABlgY+RgWxqaLOnn+vqWgBE4+WIFNuCudUk1EZorYCsDF5Aa4OYelAowqCTg0GeodLhZ62yiXL8JTNFTJ9vNv6cG9JvhN68nAYdRaYmeHot9F9X2eFD0AAAAAElFTkSuQmCC) repeat;
  z-index: 1;
}
@media (pointer: coarse) and (hover: none) {
  header.cent-vid {
    background: url('/assets/vid/bgvid-home-v1.jpg') black no-repeat center center scroll;
  }
  header.cent-vid video {
    display: none;
  }
}
/* basic structure for the rays setup */
#CentLogoHolder {
  position: relative;
  width: 753px;
  height: 642px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #CentLogoHolder {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  #CentLogoHolder {
    width: 320px;
    height: 320px;
  }
}
#CentLogo {
  width: 753px;
  height: 642px;
  text-indent: -3000px;
  background: url('../img/cent-logo-big-white.png') no-repeat center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  #CentLogo {
    width: 500px;
    height: 500px;
    background: url('../img/cent-logo-md-white.png') no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  #CentLogo {
    width: 320px;
    height: 320px;
    background: url('../img/cent-logo-sm-white.png') no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
#vidpause {
  margin-left: -18px;
  position: relative;
  right: -50%;
  top: -39px;
  z-index: 200;
  padding: 5px;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  #vidpause {
    display: none;
  }
}
video#bgvid {
  transition: 1s opacity;
}
.stopfade {
  opacity: .5;
}
.brand-vid {
  position: relative;
  background-color: black;
  height: 700px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 2000px) {
  .brand-vid {
    height: 700px;
  }
}
@media only screen and (max-width: 1600px) {
  .brand-vid {
    height: 600px;
  }
}
@media only screen and (max-width:1400px) {
  .brand-vid {
    height: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  .brand-vid {
    height: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .brand-vid {
    height: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .brand-vid {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .brand-vid {
    height: 300px;
    background: url(/assets/vid/2022-bg-vid-mobile-sm.jpg) #000 no-repeat 0px 0px;
    background-size: cover;
  }
}
@media only screen and (max-width: 480px) {
  .brand-vid {
    height: 280px;
    background: url(/assets/vid/2022-bg-vid-mobile-sm.jpg) #000 no-repeat 0px 0px;
    background-size: cover;
  }
}
@media only screen and (max-width: 380px) {
  .brand-vid {
    height: 190px;
    background: url(/assets/vid/2022-bg-vid-mobile-sm.jpg) #000 no-repeat 0px 0px;
    background-size: cover;
  }
}
.brand-vid .hero-vid-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .brand-vid .hero-vid-poster {
    display: none;
  }
}
.brand-vid .hero-vid-poster img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.brand-vid iframe,
.brand-vid video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .brand-vid iframe,
  .brand-vid video {
    display: none;
  }
}
#BrandLogoHolder {
  position: relative;
  margin: auto;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  #BrandLogoHolder {
    width: 500px;
    height: 210px;
  }
}
@media only screen and (max-width: 768px) {
  #BrandLogoHolder {
    width: 100%;
    height: 130px;
    top: 10px;
  }
  #BrandLogoHolder h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  #BrandLogoHolder {
    width: 80%;
    height: 130px;
  }
  #BrandLogoHolder h1 {
    font-size: 22px;
  }
}
#BrandLogoHolder img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #BrandLogoHolder img {
    width: 290px;
  }
}
@media only screen and (max-width: 480px) {
  #BrandLogoHolder img {
    width: 100%;
  }
}
/*# sourceMappingURL=http://voa-local.fb.org/assets/css/style.css.map */