.font, .font-base, .font-primary, .font-secondary {
  font-family: 'proxima-nova', sans-serif; }

.font-base {
  font-weight: 300;
  font-style: normal; }

.font-primary {
  font-weight: 800;
  font-style: normal; }

.font-secondary {
  font-weight: 400;
  font-style: normal; }

.marketing-section {
  background: #000; }

@media screen and (min-width: 768px) {
  .marketing-section {
    background-image: url(/wp-content/uploads/sites/12/2019/01/coyote-killed-utilizing-coyote-light.jpg?id=5756) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
  .marketing-section #predator-bullets ul {
    padding: 6%; } }

.marketing-section .subhead {
  color: #00d600;
  border-bottom: none;
  text-align: center; }

@media screen and (min-width: 576px) {
  .marketing-section .subhead {
    width: 62%;
    margin: 0 auto; } }

.marketing-section .kicker {
  font-size: 14px;
  color: #fff;
  text-align: center; }

@media screen and (min-width: 768px) {
  .marketing-section .kicker {
    font-size: 24px; } }

@media screen and (min-width: 992px) {
  .marketing-section .kicker {
    width: 50%;
    margin: 0 auto; } }

.marketing-section #predator-bullets ul {
  padding: 10% 0 10% 0;
  list-style: none; }

.marketing-section #predator-bullets ul li {
  color: #fff;
  font-size: 18px; }

@media screen and (min-width: 992px) {
  .marketing-section #predator-bullets ul li {
    font-size: 24px; } }

#predator-bullets ul li:before {
  content: '\f00c';
  font-family: fontawesome;
  padding-right: 1%;
  color: #00d600; }
