.navbar .nav {
  display: none;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#008021), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #008021 0%, rgba(0, 0, 0, 0) 100%);
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.navbar-brand {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.navbar-brand--right a {
  padding: 5px 15px;
  background-color: green;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 6px;
}

@media only screen and (max-width: 400px) {
  .navbar-brand--right a {
    padding: 2px 5px;
  }
}

.navbar-brand--right a:first-child {
  margin-right: 10px;
}

.navbar-brand--right a:last-child {
  margin-left: 10px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-bottom: 0;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 101, 242, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 101, 242, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 101, 242, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 101, 242, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 101, 242, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 101, 242, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 101, 242, 0.5);
  border-color: rgba(0, 101, 242, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 101, 242, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 101, 242, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 101, 242, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 101, 242, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.navbar-side {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s ease background-color, 0s linear transform 0.2s;
  transition: 0.5s ease background-color, 0s linear transform 0.2s;
}

.navbar-side .navbar-side-content {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 33, 0.8)), to(white));
  background: linear-gradient(to right, rgba(0, 128, 33, 0.8) 0%, white 100%);
  padding: 15px;
  padding-bottom: 30px;
  height: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s ease transform;
  transition: 0.5s ease transform;
}

.navbar-side .navbar-side-content .nav-link {
  font-size: 1.7rem;
  line-height: 2.375rem;
}

@media (min-width: 768px) {
  .navbar-side .navbar-side-content .nav-link {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 992px) {
  .navbar-side .navbar-side-content .nav-link {
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
}

.navbar-side .navbar-side-content .dropdown-menu {
  right: 0;
}

@media (min-width: 576px) {
  .navbar-side .navbar-side-content {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-side .navbar-side-content {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-side .navbar-side-content {
    padding-top: 30px;
  }
}

.navbar-side .navbar-side-close {
  display: block;
  margin-left: -5px;
  display: inline-block;
  width: 100%;
}

.navbar-side.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: rgba(0, 101, 242, 0.1);
  -webkit-transition: 0.2s ease background-color, 0s linear transform 0s;
  transition: 0.2s ease background-color, 0s linear transform 0s;
  width: 100%;
  z-index: 998;
}

@media screen and (min-width: 768px) and (orientation: landscape) {
  .navbar-side.show {
    padding-left: 20px;
    font-size: 18px;
    heoght: 600px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .navbar-side.show {
    height: 600 px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .navbar-side.show {
    height: 600px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .navbar-side.show {
    height: 600px;
  }
}

.navbar-side.show .navbar-side-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 0.75rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #79aff9;
}

.nav-tabs {
  border-bottom: 2px solid #fff;
}

.nav-tabs .nav-item {
  color: #ebf3fe;
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  color: #79aff9;
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #0065f2;
  border-color: #f6f6f6 #f6f6f6 #fff;
}

.nav-tabs .nav-link.disabled {
  color: #79aff9;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0065f2;
  background-color: #fff;
  border-color: #fff #fff #0065f2 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -2px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0065f2;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.text-dark {
  color: #FFFFFF !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #FF6700 !important;
}

.navbar-close {
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 33, 0.8)), to(white));
  background: linear-gradient(to right, rgba(0, 128, 33, 0.8) 0%, white 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 17px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 2px solid #008201;
  height: 50px;
}

/*//////////// DOWN ARROW /////////////// */
.down-arrow {
  display: block;
}

@media screen and (max-width: 768px) {
  .down-arrow {
    display: none;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .down-arrow {
    display: none;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .down-arrow {
    display: none;
  }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .down-arrow {
    display: none;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .down-arrow {
    display: none;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .down-arrow {
    display: none;
  }
}

.arrow {
  position: absolute;
  bottom: 20px;
  right: 48%;
  margin-left: 0px;
  width: 40px;
  height: 40px;
  background-image: url("../../Images/DivArrow.svg");
  background-size: contain;
  cursor: pointer;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    -webkit-transform: translateY(0);
    padding-bottom: 5px;
  }
  30% {
    -webkit-transform: translateY(-50%);
  }
  40% {
    -webkit-transform: translateY(0%);
    padding-bottom: 6px;
  }
  50% {
    -webkit-transform: translateY(-30%);
  }
  70% {
    -webkit-transform: translateY(0%);
    padding-bottom: 7px;
  }
  80% {
    -webkit-transform: translateY(-15%);
  }
  90% {
    -webkit-transform: translateY(0%);
    padding-bottom: 8px;
  }
  95% {
    -webkit-transform: translateY(-10%);
  }
  97% {
    -webkit-transform: translateY(0%);
    padding-bottom: 9px;
  }
  99% {
    -webkit-transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1;
  }
}

/* Mozilla Firefox 15 below */

/* Opera 12.0 */

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-bottom: 5px;
  }
  30% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding-bottom: 6px;
  }
  50% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding-bottom: 7px;
  }
  80% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  90% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding-bottom: 8px;
  }
  95% {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
  97% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding-bottom: 9px;
  }
  99% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1;
  }
}

.hero-band {
  background: url("../../Images/BuckInForest.jpg") center center no-repeat;
  background-size: cover;
  height: 95.0vh;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .hero-band::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .hero-band {
    height: 120.0vh;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero-band {
    height: 120vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero-band {
    height: 120vh;
  }
}

.hero-band__content {
  position: absolute;
  right: 10%;
  top: 35%;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-band__content {
    width: 40%;
    height: 100%;
    margin: 0 auto;
    left: 60%;
    top: 30%;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .hero-band__content {
    right: 4%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .hero-band__content {
    top: 25%;
    left: 10%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .hero-band__content {
    top: 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero-band__content {
    top: 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero-band__content {
    top: 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-band__content h1 {
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero-band__content {
    top: 15%;
    right: 17%;
  }
  .hero-band__content h1 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .hero-band__content h4 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero-band__content {
    top: 5%;
    left: 90%;
  }
  .hero-band__content h1 {
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .hero-band__content h4 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero-band__content {
    top: 25%;
    right: 20%;
  }
  .hero-band__content h1 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .hero-band__content h4 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero-band__content {
    top: 30%;
    right: 12%;
  }
  .hero-band__content h1 {
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .hero-band__content h4 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .hero-band__content {
    top: 20%;
    right: 5%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .hero-band__content {
    top: 25%;
    right: 10%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .hero-band__content {
    top: 3%;
    left: 45%;
    width: 50%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero-band__content {
    top: 25%;
    right: 10%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero-band__content {
    top: 5%;
    left: 45%;
    width: 50%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero-band__content {
    top: 5%;
    left: 25%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .hero-band__content {
    top: 12%;
    left: 45%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .hero-band__content {
    top: 20%;
    right: 10%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .hero-band__content {
    top: 10%;
    left: 25%;
  }
}

.hero-band__content_left {
  position: absolute;
  left: 10%;
  top: 25%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hero-band__content_left {
    display: none;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .hero-band__content_left {
    right: 4%;
  }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .hero-band__content_left {
    top: 10%;
    right: 70%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero-band__content_left {
    top: 10%;
    right: 70%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .hero-band__content_left {
    top: 17%;
    right: 60%;
  }
}

.hero-band__content_left h1 {
  font-size: 5rem;
}

.two-column {
  margin: 0px 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .two-column {
    margin-top: 50px;
  }
}

.two-column__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .two-column__container {
    width: 100%;
    padding-right: 15%;
  }
}

@media screen and (max-width: 768px) {
  .two-column__container {
    display: block;
  }
}

.two-column__content {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .two-column__content {
    width: 100%;
    padding-right: 15%;
  }
}

.two-column__img {
  text-align: center;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.two-column__img--left {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (max-width: 768px) {
  .two-column__img {
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
  }
}

.two-column_bg {
  top: 75px;
  height: 500px;
  color: #fff;
}

.two-column_bg .two-column__img {
  position: relative;
  -webkit-transform: none;
          transform: none;
  bottom: 37.5px;
}

@media screen and (max-width: 768px) {
  .two-column_bg .two-column__img {
    bottom: 55px;
  }
}

.two-column_bg .two-column__content {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .two-column_bg {
    height: auto;
    top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .two-column {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .two-column::after {
    content: "";
    position: absolute;
    width: 80%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: 50%;
    margin-top: 75px;
    opacity: 0.4;
  }
  .two-column:last-of-type::after {
    content: none;
    display: none;
  }
}

.two-column-right {
  margin: 0px 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .two-column-right {
    margin-top: 25px;
  }
}

.two-column-right__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .two-column-right__container {
    width: 80%;
    padding-left: 15%;
  }
}

@media screen and (max-width: 768px) {
  .two-column-right__container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.two-column-right__content {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .two-column-right__content {
    width: 100%;
    padding-left: 15%;
  }
}

.two-column-right__img {
  text-align: center;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.two-column-right__img--left {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (max-width: 768px) {
  .two-column-right__img {
    -webkit-transform: none;
            transform: none;
    margin-top: 30px;
  }
}

.two-column-right_bg {
  top: 75px;
  height: 500px;
  color: #fff;
}

.two-column-right_bg .two-column-right__img {
  position: relative;
  -webkit-transform: none;
          transform: none;
  bottom: 37.5px;
}

@media screen and (max-width: 768px) {
  .two-column-right_bg .two-column-right__img {
    bottom: 55px;
  }
}

.two-column-right_bg .two-column-right__content {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .two-column-right_bg {
    height: auto;
    top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .two-column-right::after {
    content: "";
    position: absolute;
    width: 80%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: 50%;
    margin-top: 75px;
    opacity: 0.4;
  }
  .two-column-right:last-of-type::after {
    content: none;
    display: none;
  }
}

body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

body .row, html .row {
  margin: 0;
}

.video-text {
  font-size: 14px;
  color: green;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1125px) and (orientation: landscape) {
  .video-text {
    font-size: 10px;
  }
}

.video-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.video-item__thumbnail {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .video-item__thumbnail {
    height: auto;
    width: 100%;
  }
}

.video-item__thumbnail img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-item-wrapper {
  margin-top: 40px;
  margin-bottom: 1000px;
}

.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  max-width: 100%;
  padding-top: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #ffffff;
}

.py-4 {
  padding-bottom: .5rem !important;
}

.pb-3 {
  padding-bottom: .9rem !important;
  font-size: 12px;
}

.align-items-center {
  text-align: center !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
}

.text-muted {
  color: #FFFFFF !important;
}

a {
  color: #008201;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #FF6700;
  text-decoration: none;
}

a:hover span {
  border-bottom: 1px solid;
}

a.transparent-link {
  opacity: 0.3;
}

a.transparent-link:hover {
  opacity: 1;
}

a.transparent-invert-link {
  opacity: 1;
}

a.transparent-invert-link:hover {
  opacity: 0.3;
}

a.action-link {
  font-weight: 500;
}

a.action-link::after {
  content: '';
  display: inline-block;
  width: 5.5px;
  height: 5.5px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  margin: -1px 0 0 6px;
  vertical-align: middle;
  top: -1px;
}

.content_mapping {
  background: url("../../Images/forest.jpg") center center no-repeat;
  background-size: cover;
  height: 100.0vh;
  position: relative;
  margin-bottom: 50px;
  /****iPhones****/
  /****iPhone 6, 7, 8 ****/
  /****iPhone 6, 7, 8+****/
  /****Galaxy****/
  /***S3***/
  /***S4, S5, Note 3***/
  /***S6***/
  /****iPhone 6, 7, 8 ****/
  /****iPhone X****/
}

@media screen {
  .content_mapping::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping {
    height: 180.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping {
    height: 150.0vh;
  }
}

@media screen and (min-device-width: 320px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping {
    height: 180.0vh;
  }
}

@media screen and (min-device-width: 320px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping {
    height: 180.0vh;
  }
}

@media screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  .content_mapping {
    height: 250.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .content_mapping {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping {
    height: 130.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .content_mapping {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping {
    height: 150.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .content_mapping {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .content_mapping {
    height: 130.0vh;
  }
}

.content_mapping__content {
  position: absolute;
  right: 10%;
  top: 30%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content_mapping__content {
    width: 100%;
    height: 100%;
    top: 25%;
    margin: 0 auto;
    right: 0;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .content_mapping__content {
    right: 4%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping__content {
    top: 15%;
    left: 2%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping__content {
    top: 25%;
    left: 2%;
    width: 55%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping__content {
    top: 15%;
    right: 5% !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping__content {
    top: 7%;
    right: 5%;
    width: 60%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping__content {
    top: 25%;
    right: 15%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping__content {
    top: 10%;
    right: 5%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping__content {
    top: 10%;
    right: 5%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping__content {
    top: 7%;
    right: 5%;
    width: 70%;
  }
}

.content_mapping__content h1 {
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.content_mapping__content h4 {
  color: #FF6700;
  font-size: 24px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.content_mapping__content h5 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.content_mapping__content li {
  text-align: left;
  padding-bottom: 10px;
}

.content_mapping__content_left {
  position: absolute;
  left: 10%;
  top: 25%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content_mapping__content_left {
    display: none;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .content_mapping__content_left {
    right: 4%;
  }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping__content_left {
    top: 17%;
    right: 70%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_mapping__content_left {
    top: 17%;
    right: 70%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_mapping__content_left {
    top: 15%;
    right: 70%;
  }
}

.content_mapping__content_left h1 {
  font-size: 5rem;
}

.content_calls {
  background: url("../../Images/herd.jpg") center center no-repeat;
  background-size: cover;
  height: 100.0vh;
  position: relative;
  margin-bottom: 50px;
  /****iPhones****/
  /****iPhone 6, 7, 8 ****/
  /****iPhone 6, 7, 8+****/
  /****Galaxy****/
  /***S3***/
  /***S4, S5, Note 3***/
  /***S6***/
  /****iPhone X****/
}

@media screen {
  .content_calls::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_calls {
    height: 180.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls {
    height: 150.0vh;
  }
}

@media screen and (min-device-width: 320px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_calls {
    height: 180.0vh;
  }
}

@media screen and (min-device-width: 320px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls {
    height: 180.0vh;
  }
}

@media screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  .content_calls {
    height: 250.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls {
    height: 120hv;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .content_calls {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_calls {
    height: 110.0vh !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .content_calls {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .content_calls {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_calls {
    height: 150.0vh;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .content_calls {
    height: 130.0vh;
  }
}

.content_calls__content_right {
  position: absolute;
  right: 10%;
  top: 25%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content_calls__content_right {
    display: none;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .content_calls__content_right {
    right: 4%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_calls__content_right {
    top: 20%;
    left: 70%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls__content_right {
    top: 20%;
    left: 70%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls__content_right {
    top: 20%;
    left: 70%;
  }
}

.content_calls__content_right h1 {
  font-size: 5rem;
}

.content_calls__content {
  position: absolute;
  left: 10%;
  top: 35%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content_calls__content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 25%;
    left: 0;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .content_calls__content {
    right: 4%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_calls__content {
    top: 10%;
    right: 15%;
    width: 50%;
  }
  .content_calls__content h3 {
    font-size: 20px;
    color: #FFFFFF;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_calls__content {
    top: 5%;
    left: 15%;
    width: 50%;
  }
  .content_calls__content h3 {
    font-size: 20px;
    color: #FFFFFF;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls__content {
    top: 10%;
    right: 15%;
    width: 50%;
  }
  .content_calls__content h3 {
    font-size: 20px;
    color: #FFFFFF;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls__content {
    top: 10%;
    right: 15%;
    width: 50%;
  }
  .content_calls__content h3 {
    font-size: 20px;
    color: #FFFFFF;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_calls__content {
    top: 15%;
    left: 20%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_calls__content {
    top: 5%;
    left: 15%;
    width: 60%;
  }
}

.content_calls__content h1 {
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.content_calls__content h4 {
  color: #FF6700;
  font-size: 24px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.content_calls__content h5 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.content_calls__content li {
  text-align: left;
  padding-bottom: 10px;
}

.overview_table {
  margin: 0 auto;
  width: 85%;
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .overview_table {
    width: 85%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .overview_table {
    width: 85%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .overview_table {
    width: 55%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .overview_table {
    width: 55%;
  }
}

.content_overview {
  background: url("../../Images/deerfeeding.jpg") center center no-repeat;
  background-size: cover;
  height: 100.0vh;
  position: relative;
  margin-bottom: 50px;
  /****iPhones****/
  /****iPhone 6, 7, 8+****/
  /****Galaxy****/
  /***S3***/
  /***S4, S5, Note 3***/
  /***S6***/
  /****iPhone 6, 7, 8 ****/
  /****iPhone X****/
  /****iPhone 6, 7, 8****/
}

@media screen {
  .content_overview::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_overview {
    height: 150.0vh;
  }
}

@media screen and (min-device-width: 320px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_overview {
    height: 180.0vh;
  }
}

@media screen and (min-device-width: 320px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_overview {
    height: 180.0vh;
  }
}

@media screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  .content_overview {
    height: 180.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_overview {
    height: 180.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_overview {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .content_overview {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .content_overview {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .content_overview {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_overview {
    height: 130.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_overview {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .content_overview {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_overview {
    height: 150.0vh;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .content_overview {
    height: 130.0vh;
  }
}

.content_overview__content_right {
  position: absolute;
  right: 10%;
  top: 25%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content_overview__content_right {
    display: none;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .content_overview__content_right {
    right: 4%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_overview__content_right {
    top: 20%;
    left: 70%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_overview__content_right {
    top: 15%;
    left: 70%;
  }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_overview__content_right {
    top: 15%;
    left: 75%;
  }
}

.content_overview__content_right h1 {
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.content_overview__content {
  position: absolute;
  left: 10%;
  top: 35%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content_overview__content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 25%;
    left: 0;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .content_overview__content {
    right: 4%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_overview__content {
    top: 27%;
    left: 4%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_overview__content {
    top: 10%;
    right: 15%;
    width: 50%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_overview__content {
    top: 15%;
    right: 15%;
    width: 50%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_overview__content {
    top: 7%;
    right: 5%;
    width: 50%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_overview__content {
    top: 10%;
    right: 15%;
    width: 50%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_overview__content {
    top: 7%;
    right: 5%;
    width: 60%;
  }
}

.content_overview__content h1 {
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.content_overview__content h4 {
  color: #FF6700;
  font-size: 24px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.content_overview__content h5 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.content_overview__content li {
  text-align: left;
  padding-bottom: 10px;
}

.content_weapons {
  background: url("../../Images/weapon.jpg") center center no-repeat;
  background-size: cover;
  height: 100.0vh;
  position: relative;
  margin-bottom: 50px;
  /****iPhones****/
  /****iPhone 6, 7, 8 ****/
  /****iPhone 6, 7, 8+****/
  /****Galaxy****/
  /***S3***/
  /***S4, S5, Note 3***/
  /***S6***/
  /****iPhone X****/
}

@media screen {
  .content_weapons::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_weapons {
    height: 180.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_weapons {
    height: 150.0vh;
  }
}

@media screen and (min-device-width: 320px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_weapons {
    height: 180.0vh;
  }
}

@media screen and (min-device-width: 320px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_weapons {
    height: 180.0vh;
  }
}

@media screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  .content_weapons {
    height: 250.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_weapons {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .content_weapons {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_weapons {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .content_weapons {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_weapons {
    height: 120.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .content_weapons {
    height: 100.0vh !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_weapons {
    height: 150.0vh;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .content_weapons {
    height: 130.0vh;
  }
}

.content_weapons__content {
  position: absolute;
  right: 10%;
  top: 30%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content_weapons__content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 25%;
    right: 0;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .content_weapons__content {
    right: 4%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_weapons__content {
    top: 27%;
    left: 4%;
    width: 57%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_weapons__content {
    top: 10%;
    right: 10%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_weapons__content {
    top: 5%;
    left: 10%;
    width: 62%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_weapons__content {
    top: 10%;
    right: 5%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_weapons__content {
    top: 10%;
    right: 5%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_weapons__content {
    top: 5%;
    left: 10%;
    width: 75%;
  }
}

.content_weapons__content h1 {
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.content_weapons__content h4 {
  color: #FF6700;
  font-size: 24px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.content_weapons__content h5 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.content_weapons__content li {
  text-align: left;
  padding-bottom: 10px;
}

.content_weapons__content_left {
  position: absolute;
  left: 10%;
  top: 15%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content_weapons__content_left {
    display: none;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .content_weapons__content_left {
    right: 4%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_weapons__content_left {
    top: 17%;
    right: 70%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .content_weapons__content_left {
    top: 17%;
    right: 70%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .content_weapons__content_left {
    top: 15%;
    right: 70%;
  }
}

.content_weapons__content_left h1 {
  font-size: 5rem;
}

.link {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

@media screen and (max-width: 768px) {
  .link {
    padding-left: 20px;
    font-size: 18px;
  }
}

.link:hover {
  color: #FF6700;
  text-decoration: none;
}

.link:hover span {
  border-bottom: 1px solid;
}

.link.transparent-link {
  opacity: 0.3;
}

.link.transparent-link:hover {
  opacity: 1;
}

.link.transparent-invert-link {
  opacity: 1;
}

.link.transparent-invert-link:hover {
  opacity: 0.3;
}

.link.action-link {
  font-weight: 500;
}

.link.action-link::after {
  content: '';
  display: inline-block;
  width: 5.5px;
  height: 5.5px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  margin: -1px 0 0 6px;
  vertical-align: middle;
  top: -1px;
}

.centerDiv {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 100%;
}

.feature-band {
  background: url("../../Images/BuckInForest.jpg") center center no-repeat;
  background-size: cover;
  height: 95.0vh;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .feature-band::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.feature-band__content {
  position: absolute;
  right: 10%;
  top: 35%;
  color: #FF6700;
  text-align: left;
  width: 430px;
}

@media screen and (max-width: 768px) {
  .feature-band__content {
    left: 0;
    height: 35%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .feature-band__content {
    right: 4%;
  }
}

.feature-band__content h1 {
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.feature-band__content h3 {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

.feature-band__content_left {
  position: absolute;
  left: 10%;
  top: 40%;
  color: #FF6700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature-band__content_left {
    display: none;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .feature-band__content_left {
    right: 4%;
  }
}

.feature-band__content_left h1 {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  .image-resize {
    width: 200px;
    height: 400px;
  }
}

@media screen and (min-width: 768px) {
  .image-resize {
    height: 500px;
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .icon-resize {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 992px) {
  .icon-resize {
    height: 60px;
    width: 60px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .icon-resize {
    height: 40px;
    width: 40px;
  }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .icon-resize {
    height: 50px;
    width: 50px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .icon-resize {
    height: 40px;
    width: 40px;
  }
}

.sectionTitle {
  color: #000000;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sectionTitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .sectionTitle {
    font-size: 20px;
  }
}

.sectionText {
  color: #000000;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .sectionText {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .sectionText {
    font-size: 18px;
  }
}

.link {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

@media screen and (max-width: 768px) {
  .link {
    padding-left: 20px;
    font-size: 18px;
  }
}

.link:hover {
  color: #FF6700;
  text-decoration: none;
}

.link:hover span {
  border-bottom: 1px solid;
}

.link.transparent-link {
  opacity: 0.3;
}

.link.transparent-link:hover {
  opacity: 1;
}

.link.transparent-invert-link {
  opacity: 1;
}

.link.transparent-invert-link:hover {
  opacity: 0.3;
}

.link.action-link {
  font-weight: 500;
}

.link.action-link::after {
  content: '';
  display: inline-block;
  width: 5.5px;
  height: 5.5px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  margin: -1px 0 0 6px;
  vertical-align: middle;
  top: -1px;
}

.centerDiv {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 100%;
}

.feature-band-top {
  background: url("../../Images/DoeInField.jpg") center center no-repeat;
  background-size: cover;
  height: 95.0vh;
  position: relative;
  margin-bottom: 50px;
}

@media screen {
  .feature-band-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .feature-band-top {
    height: 140.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .feature-band-top {
    height: 140.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .feature-band-top {
    height: 150.0vh;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .feature-band-top {
    height: 150.0vh;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .feature-band-top {
    height: 130.0vh;
  }
}

.feature-band-top__content {
  position: absolute;
  right: 10%;
  top: 35%;
  color: #FF6700;
  text-align: left;
  width: 430px;
}

@media screen and (max-width: 768px) {
  .feature-band-top__content {
    left: 2%;
    height: 35%;
    top: 25%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .feature-band-top__content {
    right: 4%;
    top: 10%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .feature-band-top__content {
    top: 5% !important;
    left: -12% !important;
  }
  .feature-band-top__content h1 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .feature-band-top__content h4 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .feature-band-top__content {
    top: 5% !important;
    left: 15% !important;
  }
  .feature-band-top__content h1 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .feature-band-top__content h4 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .feature-band-top__content {
    top: 5%;
    left: 90%;
  }
  .feature-band-top__content h1 {
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .feature-band-top__content h4 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .feature-band-top__content {
    top: 12% !important;
    left: -5% !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .feature-band-top__content {
    top: 10%;
    right: 17%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .feature-band-top__content {
    top: 10%;
    left: -5%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .feature-band-top__content {
    top: 10%;
    left: 30%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .feature-band-top__content {
    top: 10%;
    left: 28%;
  }
  .feature-band-top__content h1 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .feature-band-top__content h3 a {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .feature-band-top__content {
    top: 25%;
    left: 54%;
  }
}

.feature-band-top__content h1 {
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif;
}

.feature-band-top__content h3 {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

.feature-band-top__content_left {
  position: absolute;
  left: 10%;
  top: 35%;
  color: #FF6700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature-band-top__content_left {
    top: 60%;
    right: 10%;
  }
  .feature-band-top__content_left h1 {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .feature-band-top__content_left {
    right: 20%;
    top: 70%;
  }
}

@media screen and (min-width: 768px) {
  .feature-band-top__content_left h1 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .feature-band-top__content_left {
    top: 50%;
    right: 10%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .feature-band-top__content_left {
    top: 50%;
    right: 17%;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .feature-band-top__content_left {
    top: 55%;
    right: 17%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .feature-band-top__content_left {
    top: 50%;
    right: 10%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .feature-band-top__content_left {
    top: 55%;
    right: 10%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .feature-band-top__content_left {
    top: 50% !important;
    left: 10% !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .feature-band-top__content_left {
    top: 50% !important;
    left: 10% !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .feature-band-top__content_left {
    top: 50%;
    left: 20%;
  }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .feature-band-top__content_left {
    right: 20% !important;
    top: 50%;
  }
}

@media screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .feature-band-top__content_left {
    left: -25%;
    top: 20%;
  }
}

@media screen and (max-width: 768px) {
  .main_image {
    width: 200px;
    height: 400px;
  }
}

@media screen and (min-width: 768px) {
  .main_image {
    height: 665px;
    width: 331px;
  }
}

@media screen and (max-width: 1700px) {
  .main_image {
    height: 500px;
    width: 250px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .main_image {
    height: 500px;
    width: 250px;
  }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .main_image {
    height: 500px;
    width: 250px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .main_image {
    height: 500px;
    width: 250px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .main_image {
    height: 665px;
    width: 331px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .main_image {
    height: 300px;
    width: 150px;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .main_image {
    height: 300px;
    width: 150px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .main_image {
    height: 300px;
    width: 150px;
  }
}
/*# sourceMappingURL=main.css.map */