@charset "utf-8";
/*
Theme Name: HuntStand
Theme URI: https://parachutedesign.ca
Author: Parachute Design Group Inc.
Author URI: https://parachutedesign.ca
Version: 1
*/
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-indent: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel {
    background-color: #eee3bc;
}
html {
    height: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a {
    color: #437700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    outline: 0;
}
a:hover {
    color: #f9901c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    clear: both;
    margin: 0 0 10px;
    letter-spacing: 0;
    color: #001107;
}
h1 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: -0.75px;
}
h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
    font-family: urw-din, sans-serif;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.45px;
    margin-bottom: 19px;
    font-family: urw-din, sans-serif;
    font-weight: 700;
}
h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
    font-weight: 900;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
h6 {
    font-size: 18px;
    line-height: 28px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #4c6c26;
}
p span {
    color: #4c6c26;
}
address {
    font-style: normal;
    margin-bottom: 24px;
}
abbr[title] {
    border-bottom: 1px dotted #2b2922;
    cursor: help;
}
b,
strong {
    font-weight: 700;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
ins,
mark {
    background: #fff9c0;
    text-decoration: none;
}
p {
    margin-bottom: 24px;
}
p:last-child {
    margin-bottom: 0;
}
code,
kbd,
pre,
samp,
tt,
var {
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote {
    border-radius: 0;
    border: 0;
    color: #3c3c46;
    font-size: 32px;
    line-height: 48px;
    font-style: normal;
    font-weight: 700;
    margin: 45px auto 42px;
    text-transform: none;
    letter-spacing: -0.8px;
    position: relative;
    text-align: center;
    max-width: 920px;
}
blockquote:after,
blockquote:before {
    content: "";
    display: block;
    background: url(images/arrow-small.svg) 0 0 no-repeat;
    width: 166px;
    height: 16px;
    position: absolute;
    left: -189px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: horizontalanim 1s infinite alternate;
    animation: horizontalanim 1s infinite alternate;
}
blockquote:after {
    right: -189px;
    left: auto;
    -webkit-animation: horizontalanimR 1s infinite alternate;
    animation: horizontalanimR 1s infinite alternate;
}
blockquote p:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: -1px;
    position: absolute;
    background: 0 0;
    width: 23px;
    border: 2px solid #fbb466;
    border-right: 0 none;
}
blockquote p {
    margin: 0;
    background: url(images/blockquote-bg.svg) no-repeat;
    background-position: center;
    border: 35px solid #fff;
    border-top: 24px solid #fff;
    border-bottom: 24px solid #fff;
    padding: 24px 35px 23px;
    background-size: contain;
    background-repeat: repeat;
}
blockquote p:after {
    content: "";
    display: block;
    height: 100%;
    right: 0;
    top: -1px;
    position: absolute;
    background: 0 0;
    width: 23px;
    border: 2px solid #fbb466;
    border-left: 0 none;
}
blockquote cite,
blockquote small {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 1px;
    color: #2b2922;
    margin: 17px 0 0;
}
blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}
blockquote b,
blockquote strong {
    font-weight: 400;
}
small {
    margin-bottom: 14px;
    display: block;
    font-size: 12px;
    line-height: normal;
}
big {
    font-size: 125%;
}
sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
dl {
    margin-bottom: 24px;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 24px;
}
ul {
    list-style: none;
    margin: 19px 0 24px 32px;
}
ul > li {
    margin-bottom: 5px;
    position: relative;
}
ul > li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(images/bullet.svg) no-repeat center;
    display: block;
    position: absolute;
    top: 4px;
    left: -32px;
}
li > ul {
    margin: 7px 0 12px 0;
}
ol {
    list-style: none;
    margin: 19px 0 24px 32px;
    counter-reset: section;
}
ol > li {
    position: relative;
    margin-bottom: 5px;
    counter-increment: li;
}
ol > li:before {
    counter-increment: section;
    content: counters(section, ".") "";
    left: -28px;
    top: 0;
    position: absolute;
    color: #437700;
    font-size: 16px;
    font-weight: 600;
}
li > ol {
    margin: 7px 0 12px 0;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0;
}
fieldset {
    border: 0 none;
    margin: 0 0 24px;
    padding: 0;
}
legend {
    white-space: normal;
}
button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    height: 156px;
}
del {
    color: #2b2922;
}
hr {
    display: block;
    border-radius: 0;
    background-color: #f9901c;
    border: 0;
    width: 66px;
    height: 2px;
    margin: 10px 0 23px;
}
hr.green {
    background-color: #5c9c0a;
}
::selection {
    background-color: #292d31;
    color: #fff;
}
::-moz-selection {
    background-color: #292d31;
    color: #fff;
}
input[type="search"] {
    border: 0;
}
input[type="search"]:focus {
    border: 0;
}
input,
select,
textarea {
    font-family: urw-din, sans-serif;
    display: block;
    outline: 0;
    border-radius: 4px;
    box-shadow: none;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: #f8f8f8;
    color: #292d31;
    border: 0 none;
    padding: 11px 16px 9px;
    width: 100%;
}
textarea {
    width: 100%;
    resize: none;
    height: 143px;
}
input:focus,
textarea:focus {
    box-shadow: none;
    outline: 0;
}
button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: urw-din, sans-serif;
    height: auto;
    border-radius: 0;
    background-color: rgba(92, 156, 10, 0.8);
    font-weight: 600;
    letter-spacing: 1.25px;
    box-shadow: none;
    display: inline-block;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 18px 16px;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
button[type="submit"]:active,
button[type="submit"]:focus,
button[type="submit"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #f9901c;
    color: #fff;
}
button[type*="submit"]:after,
button[type*="submit"]:before {
    display: none;
}
::-webkit-input-placeholder {
    color: rgb(41 45 49 / 50%);
}
::-moz-placeholder {
    color: rgb(41 45 49 / 50%);
    opacity: 1;
}
:-ms-input-placeholder {
    color: rgb(41 45 49 / 50%);
}
:-moz-placeholder {
    color: rgb(41 45 49 / 50%);
}
.search-field {
    width: 100%;
}
.search-submit {
    display: none;
}
.button,
button {
    font-family: urw-din, sans-serif;
    height: auto;
    border-radius: 0;
    background-color: rgba(92, 156, 10, 0.8);
    font-weight: 600;
    letter-spacing: 1.25px;
    box-shadow: none;
    display: inline-block;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px 12px 15px;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.button:active,
.button:focus,
.button:hover,
button:active,
button:focus,
button:hover {
    background-color: #f9901c;
    color: #fff;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 39px 46px 30px 0;
}
.wp-caption.alignleft {
    margin: 39px 46px 30px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 39px 0 30px 46px;
}
.wp-caption.alignright {
    margin: 39px 0 30px 46px;
}
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter {
    margin-top: 40px;
    margin-bottom: 35px;
    max-width:90%;
}
img.alignnone {
    margin: 40px 0 35px;
    display: block;
    clear: both;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0;
    margin: 49px 0 27px;
    width: 100%;
    font-weight: 600;
}
table,
td,
th {
    border: 0;
    vertical-align: middle;
}
caption,
td,
th {
    font-weight: 600;
    text-align: left;
}
th {
    border: 0;
    color: #437700;
    padding: 5px 20px 7px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    background-image: linear-gradient(to right, #ccc 35%, rgba(255, 255, 255, 0) 0);
    background-position: bottom left;
    background-size: 6px 2px;
    background-repeat: repeat-x;
}
th:first-child {
    padding-left: 0;
    text-align: left;
}
th:last-child {
    border-radius: 0 10px 0 0;
}
td {
    border-width: 0;
    padding: 11px 18px 12px;
    text-align: center;
    background-image: linear-gradient(to right, #ccc 35%, rgba(255, 255, 255, 0) 0);
    background-position: bottom left;
    background-size: 6px 2px;
    background-repeat: repeat-x;
}
table tbody tr td:first-child {
    padding-left: 0;
    text-align: left;
    width: 30.3%;
}
table td img.alignleft {
    margin: 0;
    float: none;
}
.clearfix {
    clear: both;
    display: block;
}
.clearAfter:after {
    content: "";
    display: block;
    clear: both;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.flex-vcenter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-content-center {
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
body {
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #3c3c46;
    letter-spacing: -0.4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.container {
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
}
.container-md {
    max-width: 1088px;
    margin: 0 auto;
}
.container-sm {
    max-width: 886px;
    margin: 0 auto;
}
span.optional-text {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: normal;
    opacity: 0.5;
    letter-spacing: -0.31px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
}
.optional-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.05px;
    color: #fff;
    text-transform: uppercase;
}
.h1 {
    display: block;
    color: #001107;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.75px;
    font-weight: 700;
    margin-bottom: 28px;
}
.h5 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -0.31px;
    margin: 0 0 9px;
}
.heading {
    justify-content: space-between;
}
.lrow {
    position: relative;
}
.licon {
    display: inline-block;
    margin: 0 12px 0 0;
    font-size: 16px;
    letter-spacing: 0;
    background: 0 0;
    border: 2px solid transparent;
    color: #fff;
    position: relative;
    transition: color 0.3s;
    width: 34px;
    height: 34px;
}
.licon span:after,
.licon span:before,
.licon:after,
.licon:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
}
.licon:before {
    top: -2px;
    left: -2px;
    border-top: 2px solid #437700;
    border-left: 2px solid #437700;
    transition: 0.5s all;
}
.licon:after {
    top: -2px;
    right: -2px;
    border-top: 2px solid #437700;
    border-right: 2px solid #437700;
    transition: 0.5s all;
}
.licon span {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.licon span:before {
    bottom: -2px;
    left: -2px;
    border-bottom: 2px solid #437700;
    border-left: 2px solid #437700;
    transition: 0.5s all;
}
.licon span:after {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #437700;
    border-right: 2px solid #437700;
    transition: 0.5s all;
}
.licon:hover::after,
.licon:hover::before {
    width: 20px;
    height: 20px;
}
.licon:hover span::after,
.licon:hover span::before {
    width: 20px;
    height: 20px;
}
#main {
    transform: none;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    flex: 1 0 auto;
}
#mainContent {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
}
.main_header {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0, 17, 7, 0.6);
    z-index: 850;
    transition: all 0.5s ease-in-out;
}
.header {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.main_header .container {
    max-width: 1378px;
}
.user_search {
    margin-right: 16px;
}
.search_icon {
    width: 24px;
    height: 24px;
    background-image: url(images/search-black.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}
.search_icon:hover {
    background-image: url(images/search-hover.png);
}
.user_login {
    margin-left: 13px;
}
.login_icon {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 36px;
}
ul.main_menu li a:hover,
ul.main_menu li.current-category-ancestor a,
ul.main_menu li.current-menu-item a,
ul.main_menu li.current_page_item a {
    color: #f9901c;
}
.pos-relative {
    position: relative;
}
.banner-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.banner-bg:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #001107;
    content: "";
    z-index: -1;
}
.banner-bg picture {
    width: 100%;
    height: 100%;
    display: block;
}
.banner-bg img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 0 0;
    -o-object-position: 0 0;
}
.default-banner-section {
    min-height: 720px;
    float: left;
    width: 100%;
    z-index: 1;
}
.default-banner-section-short {
    min-height: 300px;
    max-height: 300px;
}
.default-banner-section hr {
    background-color: #f9901c;
    height: 2px;
    width: 66px;
}
.default-banner-main ul.socialmedia-inline li span a {
    color: #fff !important;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
}
.default-banner-main ul.socialmedia-inline li span a:hover {
    color: #f9901c !important;
}
.default-banner-main {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
    font-weight: 400;
    max-width: 1088px;
    margin: 0 auto;
    width: 100%;
    min-height: 640px;
}
.default-banner-main-short {
    min-height: 300px;
    max-height: 300px;

}
.default-container {
    padding-top: 80px;
    min-height: 720px;
}
.default-banner-main .banner-txt {
    max-width: 450px;
    padding: 20px 0;
}
.banner-txt h1 {
    color: #fff;
}
.banner-txt h1 a {
    color: #fff;
}
.banner-txt h1 a:hover {
    color: #f9901c;
}
.banner-txt p {
    color: #fff;
    margin-bottom: 32px;
}
.banner-image {
    margin-top: auto;
    width: 38.5%;
    position: relative;
    right: 48px;
}
ul.socialmedia-inline {
    margin: 0;
}
ul.socialmedia-inline li {
    display: inline-block;
    margin: 0 0 0 11px;
    font-size: 24px;
    letter-spacing: 0.02rem;
    cursor: pointer;
    background: 0 0;
    border: 2px solid transparent;
    width: 34px;
    height: 34px;
    color: #fff;
    position: relative;
    transition: color 0.3s;
}
ul.socialmedia-inline li:first-child {
    margin-left: 0;
}
ul.socialmedia-inline li span:after,
ul.socialmedia-inline li span:before,
ul.socialmedia-inline li:after,
ul.socialmedia-inline li:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: 0 0;
}
ul.socialmedia-inline li:before {
    top: -2px;
    left: -2px;
    border-top: 2px solid #437700;
    border-left: 2px solid #437700;
    transition: 0.5s all;
    background-image: none;
}
ul.socialmedia-inline li:after {
    top: -2px;
    right: -2px;
    border-top: 2px solid #437700;
    border-right: 2px solid #437700;
    transition: 0.5s all;
}
ul.socialmedia-inline li span {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
}
ul.socialmedia-inline li span a {
    color: #3c3c46;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
ul.socialmedia-inline li:hover span a {
    color: #f9901c;
}
ul.socialmedia-inline li span:before {
    bottom: -2px;
    left: -2px;
    border-bottom: 2px solid #437700;
    border-left: 2px solid #437700;
    transition: 0.5s all;
}
ul.socialmedia-inline li span:after {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #437700;
    border-right: 2px solid #437700;
    transition: 0.5s all;
}
ul.socialmedia-inline li:hover::after,
ul.socialmedia-inline li:hover::before {
    width: 20px;
    height: 20px;
}
ul.socialmedia-inline li:hover span::after,
ul.socialmedia-inline li:hover span::before {
    width: 20px;
    height: 20px;
}
.background-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.background-bg picture {
    width: 100%;
    height: 100%;
    display: block;
}
.background-bg img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 0 0;
    -o-object-position: 0 0;
}
.video-caption {
    position: relative;
    margin: 47px 0 49px;
    display: inline-block;
}
.video-thumbnail img {
    width: auto;
}
.play_video_center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.play_btn {
    width: 72px;
    height: 72px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(249, 144, 28, 0.8);
    border-radius: 300px;
}
.play_btn:hover {
    background-color: #f9901c;
}
.play_btn img {
    width: 15px;
}
.conservation-module {
    float: left;
    width: 100%;
    padding: 72px 0;
}
.conservation-main {
    position: relative;
    text-align: center;
    margin-bottom: -18px;
}
.workwithus-icon img {
    max-width: 998px;
    width: 100%;
}
.conservation-module-inner {
    justify-content: space-between;
}
.conservation-module-grid {
    width: 47.45%;
    position: relative;
}
.conservation-module-grid .thumbnail {
    position: relative;
    margin-bottom: 26px;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}
.conservation-module-grid .thumbnail a {
    position: relative;
    display: block;
}
.conservation-module-grid .thumbnail picture:after,
.conservation-module-grid .thumbnail picture:before {
    content: "";
    background: 0 0;
    border: 1px solid #fff;
    border-bottom: 0 none;
    width: calc(100% - 10.5%);
    height: calc(100% - 74%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 31px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    z-index: 1;
}
.conservation-module-grid .thumbnail picture:after {
    border: 1px solid #fff;
    border-top: 0 none;
    top: inherit;
    bottom: 31px;
}
.conservation-module-grid .thumbnail picture:hover:before,
.conservation-module-grid .thumbnail:hover picture:after {
    border-color: #fff;
    height: 50%;
}
.conservation-module-grid .thumbnail img {
    width: 100%;
}
.conservation-module-grid h4 {
    text-transform: uppercase;
    letter-spacing: -0.38px;
    margin-bottom: 8px;
}
.conservation-module-grid h4 a {
    color: #001107;
}
.conservation-module-grid h4 a:hover {
    color: #f9901c;
}
.conservation-module-grid p {
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 23px;
}
.conservation-button {
    margin-top: auto;
}
.conservation-button .button {
    background-color: rgba(67, 119, 0, 0.8);
    padding: 15px 18px 15px 18px;
}
.conservation-button .button:hover {
    background-color: #f9901c;
}
.home-huntstandpro-main {
    float: left;
    width: 100%;
    padding: 123px 0 120px;
}
.huntstand-pro-inner h5 {
    color: #437700;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.31px;
    margin: 0 0 9px;
}
.huntstand-pro-inner hr {
    height: 2px;
    width: 66px;
    margin: 10px 0 24px;
}
.huntstand-pro-inner-lt {
    width: 462px;
    position: relative;
    z-index: 1;
}
.huntstand-pro-inner-lt p {
    font-size: 18px;
    line-height: 28px;
    color: #3c3c46;
    max-width: 350px;
}
.huntstand-pro-inner-lt ul {
    font-weight: 700;
    letter-spacing: -0.5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 34px;
}
.huntstand-pro-inner-lt ul li {
    margin-bottom: 5px;
    display: inline-block;
    width: 42.5%;
}
.huntstand-pro-inner-rt {
    width: calc(100% - 462px);
    position: relative;
}
.huntstand-pro-inner:before {
    content: "";
    background: #ebebec;
    transform-origin: top right;
    transform: skewY(36deg);
    z-index: -1;
    width: 120%;
    height: 120%;
    top: 119px;
    right: -378px;
    position: absolute;
    display: block;
}
.huntstand-pro-inner-rt .hsp-app-image {
    position: absolute;
    top: -201px;
    right: -520px;
    max-width: 1077px;
}
.huntstand-pro-inner {
    position: relative;
}
.deer-thumb {
    width: 66px;
    position: absolute;
    left: 282px;
    top: -78px;
    text-align: center;
}
.deer-marker {
    margin-bottom: -5px;
    -webkit-animation: animate-toggle 1s infinite alternate;
    animation: animate-toggle 1s infinite alternate;
}
.deer-marker img {
    width: 31px;
}
@-webkit-keyframes animate-toggle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.subscribe-section {
    float: left;
    width: 100%;
    border: solid 6px rgba(79, 141, 0, 0.4);
    padding: 20px 26px 21px;
}
.subscribe-section h6 {
    letter-spacing: -0.45px;
    margin-bottom: 0;
    margin-top: 1px;
    color: #fff;
}
.subscribe-lt {
    width: 50%;
}
.subscribelt {
    display: flex;
}
.subscribe-icon {
    width: 112px;
    margin-right: 31px;
    margin-top: -43px;
}
.subscribe-rt {
    width: calc(100% - 52.6%);
    margin-left: auto;
}
.subscribe-inner {
    justify-content: space-between;
    align-items: center;
}
.subscribe-form {
    position: relative;
}
.subscribe-form .with_frm_style .frm_form_fields fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
.subscribe-form .frm_style_formidable-style.with_frm_style .form-field {
    margin: 0;
}
.subscribe-form p {
    margin: 0;
}
.subscribe-form .with_frm_style input[type="email"] {
    padding: 14px 136px 15px 17px;
    background-color: transparent;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.25px;
    color: #fff;
    border: 2px solid #5c9c0a;
    width: 100%;
    height: auto;
    display: block;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    border-radius: 0;
}
.subscribe-form .with_frm_style input::-webkit-input-placeholder {
    color: rgb(255 255 255 / 50%);
    text-transform: uppercase;
}
.subscribe-form .with_frm_style input::-moz-placeholder {
    color: rgb(255 255 255 / 50%);
    text-transform: uppercase;
    opacity: 1;
}
.subscribe-form .with_frm_style input:-ms-input-placeholder {
    color: rgb(255 255 255 / 50%);
    text-transform: uppercase;
}
.subscribe-form .with_frm_style input:-moz-placeholder {
    color: rgb(255 255 255 / 50%);
    text-transform: uppercase;
}
.subscribe-form .with_frm_style .frm_submit {
    right: 0;
    top: 0;
    position: absolute;
}
.subscribe-form .with_frm_style .frm_submit input[type="submit"] {
    padding: 16px 19px 17px;
    border-radius: 0;
    color: #fff;
    background: rgba(92, 156, 10, 0.8);
    margin: 0;
    font-size: 14px;
    letter-spacing: 1.25px;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    border: 0 none;
    box-shadow: none;
}
.subscribe-form .with_frm_style .frm_submit input[type="submit"]:hover {
    background-color: #f9901c;
    color: #fff;
}
.white-subscribe-wrapper {
    margin: 37px auto 72px auto;
    float: left;
    width: 100%;
}
.subscribe-section.white .subscribe-form .with_frm_style input[type="email"] {
    color: #3c3c46;
}
.subscribe-section.white {
    padding: 26px 31px 27px 31px;
    border: 0 none;
    background: #fff;
    max-width: 1335px;
    margin: 0 auto;
    float: none;
    border-left: 20px solid #ebebec;
    border-right: 20px solid #ebebec;
}
.subscribe-section.white h6 {
    color: #3c3c46;
}
.subscribe-section.white .container {
    padding: 0;
}
.subscribe-section.white .subscribe-form .with_frm_style input::-webkit-input-placeholder {
    color: #3c3c46;
    text-transform: uppercase;
    opacity: 0.5;
}
.subscribe-section.white .subscribe-form .with_frm_style input::-moz-placeholder {
    color: #3c3c46;
    text-transform: uppercase;
    opacity: 0.5;
}
.subscribe-section.white .subscribe-form .with_frm_style input:-ms-input-placeholder {
    color: #3c3c46;
    text-transform: uppercase;
    opacity: 0.5;
}
.subscribe-section.white .subscribe-form .with_frm_style input:-moz-placeholder {
    color: #3c3c46;
    text-transform: uppercase;
    opacity: 0.5;
}
.stats-section {
    float: left;
    width: 100%;
    z-index: 1;
}
.stats-section .container-md {
    max-width: 1120px;
    position: relative;
}
.stats-section .background-bg:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(17, 12, 4, 0.75);
    content: "";
    opacity: 1;
}
.huntland-main {
    color: #fff;
    padding: 111px 0 108px;
    justify-content: space-between;
}
.huntland-main h4 {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding: 86px 0;
    color: #fff;
    letter-spacing: 1.8px;
}
.huntland-main h4:after,
.huntland-main h4:before {
    content: "";
    background: 0 0;
    border: 1px solid #5c9c0a;
    border-bottom: 0 none;
    width: 234px;
    height: 72px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.huntland-main h4:after {
    border: 1px solid #5c9c0a;
    border-top: 0 none;
    top: inherit;
    bottom: 0;
}
.huntland-col {
    width: 22.5%;
}
.huntland-col.middle,
.huntland-col:nth-child(2) {
    width: 43%;
    position: relative;
}
.stats-image {
    position: absolute;
    left: 0;
    bottom: -14px;
    right: 0;
    margin: auto;
    max-width: 410px;
    height: 261px;
    top: 0;
}
.huntland-main:after,
.huntland-main:before {
    width: 16px;
    height: 214px;
    background-image: url(images/arrow-down.svg);
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.huntland-main:after {
    top: inherit;
    bottom: -44px;
    -webkit-animation: movertop 1s infinite alternate;
    animation: movertop 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes movertop {
    0% {
        transform: rotate(180deg) translateY(0);
    }
    100% {
        transform: rotate(180deg) translateY(-10px);
    }
}
@keyframes movertop {
    0% {
        transform: rotate(180deg) translateY(0);
    }
    100% {
        transform: rotate(180deg) translateY(-10px);
    }
}
.huntland-grid {
    text-align: center;
    margin: 130px 0 0 0;
    position: relative;
}
.huntland-grid:first-child {
    margin: 0;
}
.huntland-grid span {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.huntland-grid .grid-icon img {
    max-height: 57px;
}
.huntland-grid .grid-title {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.6px;
    color: #f9901c;
    font-family: urw-din-semi-condensed, sans-serif;
    line-height: 54px;
    text-transform: uppercase;
}
.huntland-grid .grid-info {
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #001107;
    font-weight: 900;
    width: auto;
    line-height: 18px;
    padding: 0 4px 2px;
    position: relative;
    top: -1px;
}
.footer_top {
    margin-bottom: -1px;
}
.footer_top img {
    width: 100%;
}
.footer_bg {
    background-color: #001107;
    color: #fff;
}
.footer_logo {
    position: relative;
    z-index: 1;
    margin-bottom: 59px;
}
.footer_logo a {
    display: inline-block;
}
.footer_logo a img {
    width: 183px;
}
.footer {
    padding: 88px 0 53px;
}
.footer_links_main {
    margin-bottom: 50px;
}
ul.footer_links {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    justify-content: center;
}
ul.footer_links li {
    margin: 0 20px 10px;
    display: inline-block;
}
ul.footer_links li:before {
    content: "";
    background: url(images/divider.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -24px;
    top: 11px;
}
ul.footer_links li:first-child:before {
    display: none;
}
ul.footer_links li a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    font-weight: 900;
    text-transform: uppercase;
    font-family: urw-din-semi-condensed;
    letter-spacing: 1.25px;
}
ul.footer_links li a:hover,
ul.footer_links li.current-menu-item a,
ul.footer_links li.current-menu-parent a {
    color: #ea6726;
}
.download-btns {
    clear: both;
    margin-bottom: 63px;
}
.download-btns img {
    max-width: 155px;
}
.download-btns ul:after,
.download-btns ul:before {
    width: 283px;
    height: 17px;
    left: -300px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    background-image: url(images/footer-arrow.svg);
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    -webkit-animation: horizontalanim 1s infinite alternate;
    animation: horizontalanim 1s infinite alternate;
}
.download-btns ul:after {
    right: -298px;
    left: auto;
    -webkit-animation: horizontalanimR 1s infinite alternate;
    animation: horizontalanimR 1s infinite alternate;
}
@-webkit-keyframes horizontalanim {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes horizontalanim {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@-webkit-keyframes horizontalanimR {
    0% {
        transform: rotate(180deg) translateX(0);
    }
    100% {
        transform: rotate(180deg) translateX(-10px);
    }
}
@keyframes horizontalanimR {
    0% {
        transform: rotate(180deg) translateX(0);
    }
    100% {
        transform: rotate(180deg) translateX(-10px);
    }
}
.download-btns ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}
.download-btns ul li {
    display: inline-block;
    margin: 0 15px 0 14px;
}
.download-btns ul li:before {
    display: none;
}
.download-btns ul li a:hover {
    opacity: 0.8;
}
ul.social_icons {
    margin: 0;
}
ul.social_icons li {
    display: inline-block;
    margin: 0 15px;
    font-size: 24px;
    letter-spacing: 0.02rem;
    cursor: pointer;
    background: 0 0;
    border: 2px solid transparent;
    width: 50px;
    height: 50px;
    color: #fff;
    position: relative;
    transition: color 0.3s;
}
ul.social_icons li span:after,
ul.social_icons li span:before,
ul.social_icons li:after,
ul.social_icons li:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: 0 0;
}
ul.social_icons li:before {
    top: -2px;
    left: -2px;
    border-top: 2px solid #437700;
    border-left: 2px solid #437700;
    transition: 0.5s all;
}
ul.social_icons li:after {
    top: -2px;
    right: -2px;
    border-top: 2px solid #437700;
    border-right: 2px solid #437700;
    transition: 0.5s all;
}
ul.social_icons li span {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
ul.social_icons li span a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 44px;
    z-index: 1;
}
ul.social_icons li span a:hover {
    color: #f9901c;
}
ul.social_icons li span:before {
    bottom: -2px;
    left: -2px;
    border-bottom: 2px solid #437700;
    border-left: 2px solid #437700;
    transition: 0.5s all;
}
ul.social_icons li span:after {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #437700;
    border-right: 2px solid #437700;
    transition: 0.5s all;
}
ul.social_icons li:hover::after,
ul.social_icons li:hover::before {
    width: 25px;
    height: 25px;
}
ul.social_icons li:hover span::after,
ul.social_icons li:hover span::before {
    width: 25px;
    height: 25px;
}
.copyrights_bg {
    color: #fff;
}
.copyrights {
    padding: 35px 0 74px;
    font-size: 14px;
    line-height: normal;
    color: #fff;
}
.copyrights .copyright_text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    letter-spacing: normal;
}
.copyrights .copyright_text p a {
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #437700;
}
.copyrights p {
    margin-bottom: 0;
}
.copyrights p span {
    display: inline-block;
    margin: 0 14px;
}
ul.copyright_links {
    margin: 0 0 50px 0;
    justify-content: center;
}
ul.copyright_links li:before {
    width: 1px;
    height: 20px;
    top: 0;
    left: -13px;
    background: #3c3c46;
}
ul.copyright_links li:first-child:before {
    display: none;
}
ul.copyright_links li {
    margin: 0 12px 0 13px;
    display: inline-block;
}
ul.copyright_links li a {
    color: #fff;
    letter-spacing: normal;
}
ul.copyright_links li a:hover,
ul.copyright_links li.current_page_item a {
    color: #ea6726;
}
.copyright_text p a:after {
    display: none;
}
.social-share-icons {
    padding: 32px 0;
    justify-content: flex-end;
    text-align: right;
}
span.social-share {
    padding-right: 24px;
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: normal;
    font-weight: 600;
}
.at4-visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    overflow: hidden;
    display: none;
}
.at-resp-share-element .at-share-btn {
    display: inline-block;
    margin: 0 2px 5px;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 0;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    background-color: transparent;
}
.at-style-responsive .at-share-btn {
    padding: 5px;
}
.at-icon-wrapper {
    display: inline-block;
}
.social-share-icons .at-resp-share-element .at-share-btn:focus,
.social-share-icons .at-resp-share-element .at-share-btn:hover {
    transform: none;
}
.social-share-icons .at-share-btn-elements a.at-icon-wrapper {
    padding: 0 20px;
    margin: 0;
    background-color: transparent !important;
    position: relative;
}
.social-share-icons .at-share-btn-elements a.at-icon-wrapper:last-child {
    padding-right: 16px;
}
.social-share-icons .at-share-btn-elements a.at-icon-wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 36px;
    left: 0;
    top: 0;
    background-color: #4c6c26;
    position: absolute;
}
.social-share-icons .at-share-btn-elements a.at-icon-wrapper span.at4-visually-hidden {
    display: none;
}
.social-share-icons .at-share-btn-elements a.at-icon-wrapper span.at-icon-wrapper svg {
    display: none;
}
.social-share-icons .at-share-btn-elements a.at-icon-wrapper span.at-icon-wrapper {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
    float: none;
}
.social-share-icons .at-share-btn-elements a.at-svc-facebook span.at-icon-wrapper {
    background-image: url(images/facebook-share-icon.png);
    width: 13px;
    height: 24px;
}
.social-share-icons .at-share-btn-elements a.at-svc-twitter span.at-icon-wrapper {
    background-image: url(images/twitter-share-icon.png);
    width: 25px;
    height: 20px;
}
.social-share-icons .at-share-btn-elements a.at-svc-email span.at-icon-wrapper {
    background-image: url(images/email-share-icon.png);
    width: 25px;
    height: 19px;
}
.social-share-icons .at-share-btn-elements a.at-svc-facebook:hover span.at-icon-wrapper {
    background-image: url(images/facebook-share-icon-hover.png);
    width: 13px;
    height: 24px;
}
.social-share-icons .at-share-btn-elements a.at-svc-twitter:hover span.at-icon-wrapper {
    background-image: url(images/twitter-share-icon-hover.png);
    width: 25px;
    height: 20px;
}
.social-share-icons .at-share-btn-elements a.at-svc-email:hover span.at-icon-wrapper {
    background-image: url(images/email-share-icon-hover.png);
    width: 25px;
    height: 19px;
}
.lrow-sm {
    float: left;
    width: 100%;
}
.lrow-sm .lrow {
    margin-bottom: 23px;
    position: relative;
}
.lrow-sm .licon span i {
    color: #3c3c46;
    display: block;
    line-height: 32px;
}
.lrow-sm .licon span a {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    line-height: 28px;
}
.lrow-sm .licon span i:hover {
    color: #f9901c;
}
.lrow-sm .licon {
    position: absolute;
}
.ltext {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 900;
    position: relative;
    padding-left: 50px;
    top: 2px;
}
.ltext a {
    color: #3c3c46;
}
.ltext a:hover {
    color: #f9901c;
}
.lrow-sm .licon:before {
    border-top: 2px solid #9ab676;
    border-left: 2px solid #9ab676;
}
.lrow-sm .licon:after {
    border-top: 2px solid #9ab676;
    border-right: 2px solid #9ab676;
}
.lrow-sm .licon span:before {
    border-bottom: 2px solid #9ab676;
    border-left: 2px solid #9ab676;
}
.lrow-sm .licon span:after {
    border-bottom: 2px solid #9ab676;
    border-right: 2px solid #9ab676;
}
.ltext span {
    position: relative;
}
.ltext span:before {
    content: "";
    background: url(images/orange-cross.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: -4px 8px 0 4px;
}
.ltext span:first-child:before {
    display: none;
}
.get-started-section {
    float: left;
    width: 100%;
    background: #fff;
    padding: 124px 0 72px;
}
.get-started-main {
    background: #ebebec;
    padding: 75px 8% 0 8%;
}
.get-started-lt {
    width: 39.1%;
    margin-top: auto;
    position: relative;
    margin-right: 3.55%;
}
.get-started-thumb {
    position: absolute;
    bottom: 0;
}
.get-started-text {
    width: calc(100% - 43%);
    margin-top: -19px;
    padding: 25px 0 47px;
}
.get-started-cnt h4 {
    color: #437700;
    margin-bottom: 23px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.get-started-cnt p {
    letter-spacing: normal;
    margin-bottom: 31px;
}
.get-started-cnt hr {
    background-color: #f9901c;
    height: 2px;
    width: 66px;
    margin: 10px 0 24px;
}
.get-started-cnt {
    position: relative;
    top: -21px;
    max-width: 540px;
}
.get-started-cnt p a {
    font-weight: 700;
}
.get-started-cnt p a:hover {
    font-weight: 700;
}
p a {
    position: relative;
    z-index: 1;
    /*display: inline-block;*/
    color: #001107;
    font-weight: 700;
}
#mainContent li a {
    margin: 0 4px;
    position: relative;
    color: #001107;
    font-weight: 700;
}
#mainContent .content-banner-section li a:after,
#mainContent .default-banner-section li a:after,
#mainContent li span a:after {
    display: none;
}
#mainContent .content-banner-section li a,
#mainContent .default-banner-section li a,
#mainContent li span a {
    margin: 0;
}
p a:hover {
    color: #001107;
}
#mainContent li a:after {
    content: "";
    background: #f9901c;
    opacity: 0.5;
    height: 8px;
    position: absolute;
    display: inline-block;
    width: calc(100% + 8px);
    left: -4px;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
#mainContent li a:hover:after {
    height: calc(100% - 3px);
}
p a.center-block:after{
	display: none;
}
.get-started-cnt .button {
    padding: 11px 21px 13px;
    background-color: rgba(67, 119, 0, 0.8);
}
.get-started-cnt .button:hover {
    background-color: #f9901c;
}
.get-started-image img {
    max-width: 612px;
    width: 100%;
}
.goal-section {
    float: left;
    width: 100%;
    z-index: 1;
}
.goal-section .background-bg img {
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
}
.goal-section .container-md {
    max-width: 1240px;
    position: relative;
}
.goal-section .background-bg:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(17, 12, 4, 0.7);
    content: "";
}
.goal-main {
    color: #fff;
    padding: 95px 0 93px;
    justify-content: space-between;
    position: relative;
}
.goal-main h2 {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding: 93px 0 105px;
    color: #fff;
    letter-spacing: 2.4px;
}
.goal-main h2:after,
.goal-main h2:before {
    content: "";
    background: 0 0;
    border: 1px solid #f9901c;
    border-bottom: 0 none;
    width: 234px;
    height: 72px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
}
.goal-main h2:after {
    border: 1px solid #f9901c;
    border-top: 0 none;
    top: inherit;
    bottom: 0;
}
.goal-col {
    width: 20%;
}
.goal-col.middle,
.goal-col:nth-child(2) {
    width: 43%;
    position: relative;
}
.goal-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    max-width: 644px;
    height: 92px;
    top: 0;
}
.goal-main:after,
.goal-main:before {
    width: 16px;
    height: 214px;
    background-image: url(images/arrow-down.svg);
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.goal-main:after {
    top: inherit;
    bottom: -44px;
    -webkit-animation: movertop 1s infinite alternate;
    animation: movertop 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes movertop {
    0% {
        transform: rotate(180deg) translateY(0);
    }
    100% {
        transform: rotate(180deg) translateY(-10px);
    }
}
@keyframes movertop {
    0% {
        transform: rotate(180deg) translateY(0);
    }
    100% {
        transform: rotate(180deg) translateY(-10px);
    }
}
.goal-grid {
    text-align: center;
    margin: 83px 0 0 0;
    position: relative;
}
.goal-grid:first-child {
    margin: 0;
}
.goal-grid span {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 14px;
}
.goal-grid .goal-grid-icon img {
    max-height: 57px;
}
.goal-grid .goal-grid-title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1.8px;
    color: #f9901c;
    font-family: urw-din, sans-serif;
    line-height: 32px;
    text-transform: uppercase;
}
.goal-grid p {
    line-height: 20px;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #fff;
    padding: 0 20px;
}
.intro-section {
    float: left;
    width: 100%;
    padding: 72px 0;
}
.intro-wrap {
    justify-content: space-between;
}
.intro-text {
    width: 368px;
    margin-right: 107px;
    margin-top: 2px;
}
.intro-text hr {
    height: 2px;
    width: 66px;
    margin: 10px 0 24px;
}
.intro-text h2 {
    margin-bottom: 24px;
}
.intro-text .h5 {
    color: #437700;
    margin-bottom: 18px;
}
.intro-text .button {
    padding: 11px 12px 13px 13px;
    background-color: rgba(67, 119, 0, 0.8);
}
.intro-text .button:hover {
    background-color: #f9901c;
}
.intro-media {
    width: calc(100% - 475px);
}
.intro-media .video-caption {
    margin: 0;
}
.blockquote {
    float: left;
    width: 100%;
    padding: 0 0 115px 0;
}
.object-fit img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
}
picture.object-fit {
    display: block;
    width: 100%;
    height: 100%;
}
.property-boundaries-section {
    background-color: #fff;
    z-index: 0;
    clear: both;
}
.property-boundaries-section::after {
    content: "";
    background: #ebebec;
    transform-origin: top right;
    transform: skewY(34deg);
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: -116px;
    position: absolute;
    display: block;
}
.property-boundaries-main {
    padding: 109px 0 110px;
}
span.small-text {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    color: #f9901c;
    font-weight: 900;
    text-transform: uppercase;
}
p span {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
    color: #3c3c46;
}
.property-boundaries-text {
    z-index: 1;
}
.property-boundaries-text .icon {
    margin-bottom: 39px;
}
.property-boundaries-text .icon img {
    width: 57px;
    margin-right: 14px;
}
.property-boundaries-text h2 {
    text-transform: none;
}
.property-boundaries-text p:not(:last-child) {
    margin-bottom: 20px;
}
.property-boundaries-text ul {
    margin: 19px 0 31px 25px;
}
.property-boundaries-text ul li::before {
    width: 16px;
    height: 16px;
    left: -25px;
    background-image: url(images/bullet-grey.svg);
    top: 5px;
}
.property-boundaries-image {
    padding-left: 559px;
    right: -527px;
    top: -87px;
    position: absolute;
    z-index: 0;
}
.property-boundaries-image .image {
    width: 1059px;
}
.property-boundaries-image .image img {
    width: 100%;
}
.satellite-section {
    background-color: #fff;
    z-index: 0;
    overflow: hidden;
    clear: both;
}
.satellite-section::after {
    content: "";
    background: #ebebec;
    transform-origin: top right;
    transform: skewY(32.5deg);
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: -116px;
    position: absolute;
    display: block;
}
.satellite-main {
    padding: 148px 0 149px;
}
.satellite-text .icon {
    margin-bottom: 39px;
}
.satellite-text .icon img {
    width: 57px;
    margin-right: 14px;
}
.satellite-text h2 {
    text-transform: none;
}
.satellite-text p:not(:last-child) {
    margin-bottom: 32px;
}
.satellite-image {
    padding-left: 556px;
    right: -527px;
    top: -161px;
    position: absolute;
}
.satellite-image .image {
    width: 1059px;
}
.video-Icon span {
    width: 20px;
    top: 0;
    left: 0;
    position: absolute;
}
.video-Icon a {
    padding-left: 28px;
}
span.slick-arrow {
    width: 56px;
    height: 56px;
    top: 50%;
    right: -67px;
    position: absolute;
    display: block;
    cursor: pointer;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 56px;
    line-height: normal;
    color: #5c9c0a;
}
span.slick-arrow::after {
    content: "\f0a9";
}
span.slick-arrow.prev-arrow {
    left: -72px;
    right: auto;
    transform: rotate(180deg);
}
.reservation-slide-image {
    padding-top: 12px;
}
.reservation-slide-image::after {
    content: "";
    background-image: url(images/device-frame-orange.svg);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 330px;
    height: 600px;
    margin: 0 auto;
    z-index: 1;
}
hr.small {
    width: 66px;
    height: 2px;
    margin: 31px 0;
}
.trail-cam-main {
    padding: 99px 0 100px;
}
.trail-cam-section {
    background-color: #fff;
    z-index: 1;
    clear: both;
}
.trail-cam-text .icon {
    margin-bottom: 39px;
}
.trail-cam-text .icon img {
    width: 57px;
    margin-right: 14px;
}
.trail-cam-text h2 {
    text-transform: none;
}
.trail-cam-text hr {
    margin: 31px 0 32px;
}
.trail-cam-text p:not(:last-child) {
    margin-bottom: 20px;
}
.trail-cam-text ul {
    margin-bottom: 31px;
}
.make-mark-section {
    background-color: #ebebec;
}
.make-mark-wrap {
    padding: 80px 0 72px;
}
.make-mark-main {
    padding: 0 81px 0 106px;
    z-index: 1;
    flex-direction: row-reverse;
}
.make-mark-main::after {
    width: 100%;
    height: calc(100% - 43px);
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: -1;
}
.makeyourmark {
    margin-bottom: 35px;
}
.makeyourmark h4 {
    bottom: -25px;
    left: 0;
    width: 100%;
    color: #437700;
    position: absolute;
    text-transform: uppercase;
    margin-bottom: 13px;
    letter-spacing: 1.8px;
}
.make-mark-text hr {
    margin-bottom: 24px !important;
}
.make-mark-text p {
    margin-bottom: 31px;
}
.make-mark-text .desc {
    max-width: 497px;
}
.make-mark-text .button {
    margin-right: 24px;
    background-color: rgba(67, 119, 0, 0.8);
    padding: 12px 19px 12px 18px;
    min-width: 173px;
}
.make-mark-text .button:hover {
    background-color: #f9901c;
}
.banner-section.post .default-container {
    padding-top: 110px;
}
.banner-section.post .banner-bg picture {
    opacity: 0.2;
}
.banner-section.post .default-banner-main {
    justify-content: space-between;
    padding: 32px 0 72px;
    min-height: 100%;
}
.banner-section.post .banner-image {
    width: 41.95%;
    right: 36px;
    margin-top: inherit;
}
.banner-section.post .default-banner-main .banner-txt h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.63px;
}
.banner-section.post .default-banner-main .banner-txt {
    max-width: 500px;
    padding: 16px 0 20px 0;
}
.banner-section.post .default-banner-main .banner-txt p {
    padding-right: 30px;
    margin: 0;
}
.banner-section.post .default-banner-main .banner-txt p:not(:last-child) {
    margin-bottom: 32px;
}
.banner-section.post .default-banner-main .banner-txt hr.small {
    background-color: #5c9c0a;
    margin: 31px 0 32px;
}
.post-banner-top {
    border-bottom: 2px solid rgba(249, 144, 28, 0.26);
    padding-bottom: 29px;
}
.post-banner-image {
    width: 270px;
    margin-right: 56px;
}
.post-banner-ads {
    width: calc(100% - 326px);
    font-size: 0;
    display: flex;
    justify-content: end;
}
.post-banner-ads span {
    display: inline-block;
}
.ad-big {
    max-width: 970px;
    width: 100%;
}
.banner-post-category {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    margin-left: 6px;
}
.post-cat-icon {
    width: 60px;
    margin-right: 22px;
}
.post-cat-txt {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.25px;
}
.post-cat-txt a {
    color: #fff;
}
.post-cat-txt a:hover {
    color: #5c9c0a;
}
.post-cat-txt span::before {
    content: "";
    background: url(images/divider.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: -3px 8px 0 5px;
}
.post-cat-txt span:first-child:before {
    display: none;
}
.fixed-social-icons {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 11px 12px 11px 17px;
    max-width: 273px;
    margin-bottom: 44px;
}
.share-text {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.2px;
    color: #437700;
    text-transform: uppercase;
    width: 115px;
}
.fixed-social-icons .at4-visually-hidden {
    display: none;
}
.addthis_inline_share_toolbox {
    width: 129px;
    margin-left: auto;
}
.fixed-social-icons .at-share-btn-elements .at-share-btn {
    display: inline-block;
    cursor: pointer;
    background-color: transparent !important;
    background-repeat: no-repeat;
    color: #3c3c46;
    padding: 0;
    margin: 0 auto 0;
    border-radius: 0 !important;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0 none;
    vertical-align: middle;
    text-align: center;
    height: 34px;
    line-height: 34px;
    width: 33px;
}
.fixed-social-icons .at-share-btn-elements .at-share-btn:hover {
    transform: none;
    color: #f9901c;
}
.fixed-social-icons .at-share-btn-elements .at-icon-wrapper {
    position: relative;
    margin: 0 0 0 12px !important;
}
.fixed-social-icons .at-share-btn-elements .at-icon-wrapper:after {
    content: "";
    background: url(images/box.svg) 0 0 no-repeat;
    width: 33px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.fixed-social-icons .at-share-btn-elements .at-icon-wrapper:first-child {
    margin-left: 0 !important;
}
.fixed-social-icons .at-share-btn-elements .at-svc-twitter:before {
    content: "\f099";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.fixed-social-icons .at-share-btn-elements .at-svc-facebook:before {
    content: "\f39e";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.fixed-social-icons .at-share-btn-elements .at-svc-instagram:before {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.fixed-social-icons .at-share-btn-elements .at-share-btn span {
    display: none;
}
.txt-link {
    letter-spacing: 1.2px;
    font-weight: 900;
    color: #3c3c46;
    position: relative;
    text-transform: uppercase;
}
.txt-link:after {
    content: "\f0a9";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 19px;
    color: #437700;
    margin-left: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.txt-link:hover {
    color: #f9901c;
}
.txt-link:hover:after {
    color: #f9901c;
    margin-left: 10px;
}
.txt-link.arrow-left::before {
    margin-left: 0;
    content: "\f0a8";
    margin-right: 6px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 19px;
    color: #437700;
    position: relative;
    top: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.txt-link.arrow-left:hover:before {
    margin-right: 10px;
    color: #f9901c;
}
.txt-link.arrow-left:after {
    display: none;
}
.full-width {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.full-width p {
    max-width: 100% !important;
}
.content-main {
    clear: both;
    width: 100%;
    padding: 160px 0 100px;
}
.thumbline:after,
.thumbline:before {
    content: "";
    background: 0 0;
    border: 1px solid #fff;
    border-bottom: 0 none;
    width: calc(100% - 10.5%);
    height: calc(100% - 74%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 31px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.thumbline:after {
    border: 1px solid #fff;
    border-top: 0 none;
    top: inherit;
    bottom: 31px;
}
.thumbline:hover:after,
.thumbline:hover:before {
    border-color: #fff;
    height: 50%;
}
.overlay-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 1800;
}
.overlay_main_sec {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1801;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    background: #001107 url(images/login-topo@2x.png);
    background-size: cover;
    background-position: center center;
}
.overlay_main_sec.active {
    z-index: 999;
    overflow-y: auto;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.overlay-main {
    margin: 174px 25px 174px;
    position: relative;
    z-index: 13000;
    width: 100%;
    max-width: 504px;
    padding-bottom: 174px;
}
.overlay_center {
    width: 100%;
    height: 100%;
}
.overlay-main h6 {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.overlay-main .connect_close {
    position: absolute;
    top: -42px;
    right: -11px;
    display: block;
    font-size: 32px;
    color: #f9901c;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.overlay-main .connect_close:hover {
    opacity: 0.75;
}
.overlay-wrap {
    max-width: 453px;
    height: inherit;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 0 31px 23px 31px;
}
.def-form {
    margin-bottom: 26px;
    float: left;
    width: 100%;
}
.register_cont .log_signin button {
    padding: 12px 12px 12px;
}
#register_success_msg {
    text-align: center;
    display: block;
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0 30px;
    color: green;
    letter-spacing: 0.25px;
    font-weight: 600;
}
#register_error_msg {
    text-align: center;
    display: block;
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0 30px;
    color: red;
    letter-spacing: 0.25px;
    font-weight: 600;
}
#login_error_msg {
    text-align: center;
    display: block;
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 18px;
    padding: 0 30px;
    color: red;
    letter-spacing: normal;
}
.register_cont .overlay-main h6 {
    margin-bottom: 20px;
}
.logo-icon {
    top: -46px;
    position: relative;
    margin-bottom: -32px;
    text-align: center;
}
.pop-form label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.25px;
    color: #3c3c46;
    display: inline-block;
    margin-bottom: 1px;
}
.pop-form .desc {
    letter-spacing: normal;
    color: #437700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    float: right;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    top: 1px;
    position: relative;
}
.pop-form input {
    box-shadow: none !important;
    background: #fff;
    border: solid 2px #5c9c0a !important;
    letter-spacing: normal;
    font-size: 16px !important;
    color: #001107 !important;
    line-height: normal !important;
    padding: 12px 14px 15px !important;
    height: inherit !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-family: urw-din, sans-serif !important;
}
.form-field-row {
    margin-bottom: 17px;
    width: 100%;
    float: left;
}
.log_signin {
    text-align: center;
    margin-top: 10px;
    clear: both;
    width: 100%;
    float: left;
}
.log_signin button {
    background-color: rgba(67, 119, 0, 0.8);
    padding: 12px 27px 12px;
}
.log_signin button:hover {
    background-color: #f9901c;
}
span#password_error_msg {
    display: block;
    margin-bottom: 24px;
}
.or {
    width: 100%;
    justify-content: center;
    margin-bottom: 27px;
}
.or hr {
    margin: 0;
    height: 1px;
    background-color: #9f9f9f;
    width: 100%;
}
.or-lt,
.or-rt {
    width: 45%;
}
.or .or-center {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.25px;
    color: #3c3c46;
    text-transform: uppercase;
    opacity: 0.5;
    margin: 0 7px 0 8px;
}
.login-type {
    width: 280px;
    margin: 0 auto;
}
.login-type a {
    padding: 12px 26px 15px 25px;
    display: block;
    text-align: center;
}
.login-type a:hover {
    opacity: 0.8;
}
.google-login {
    border-radius: 10px;
    background-color: #efefef;
    margin-bottom: 24px;
}
.google-login img {
    width: 231px;
}
.apple-login {
    border-radius: 10px;
    background-color: #000;
    margin-bottom: 24px;
}
.apple-login img {
    width: 213px;
}
.frm_half {
    width: 46.7%;
}
.frm_first {
    margin-right: 24px;
}
.content-post-section blockquote p,
.content-section blockquote p {
    border-color: #ebebec;
}
.field-image {
    height: 224px;
}
.field-image img {
    height: 100%;
    width: 100%;
    font-family: "object-fit:cover; ";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.load-more-btn {
    padding: 15px 19px 15px 17px;
    background-color: rgba(67, 119, 0, 0.8);
}
.field-ads-section {
    float: left;
    width: 100%;
}
.subcontainer {
    clear: both;
}
.wp-pagenavi {
    text-align: center;
    margin: 0 auto 40px auto;
}
.wp-pagenavi .current,
.wp-pagenavi a {
    font-size: 16px;
    display: inline-block;
    margin: 0 5px 0;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
    width: 40px;
    height: 40px;
    font-weight: 700;
}
.wp-pagenavi a {
    color: #3c3c46;
    background-color: #fff;
    border-color: #fff !important;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
    background-color: #f9901c;
    color: #fff;
    border-color: #f9901c !important;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    font-size: 24px;
    line-height: 27px;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .screen-reader-text,
.wp-pagenavi h2.screen-reader-text,
h2.screen-reader-text ,
.screen-reader-text {
    display: none;
}
.no-post-heading {
    margin: 30px 0 80px;
}

.pricing-comparison-section .background-bg {top: auto; bottom: 0;}
.pricing-comparison-main{padding-top: 33px;padding-bottom:100px;justify-content: space-around;}
.pricing-comparison-section .background-bg::after{display: none;}
.hr-wide {
    width: 100%;
}
.comparison-button-wrapper {padding-top: 33px;justify-content: space-around;}
.comparison-button {width:45%;}
.comparison-table {
    background-color: #FFF;
    width: 40%;
    padding:40px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);

    /*
    width:30.864197530864196%;
    margin: 0 0 3.7% 3.7%;
    background: #fff;
    display: flex;
    flex-flow: column nowrap;*/
}
.button-clear {
    font-family: urw-din, sans-serif;
    height: auto;
    border-radius: 0;
    padding-top:10px;
    padding-bottom:10px;
    background-color: rgba(256, 256, 256, 0.8);
    border:solid 2px rgba(92, 156, 10, 0.8);
    color:rgba(92, 156, 10, 1.0);
}
.button-clear:hover {
    background-color: #f9901c;
    border:solid 2px  #f9901c;;
    color: #fff;
}
.comparison-small {
    margin-bottom: 14px;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
}
.comparison-table-pro-whitetail {margin-left:40px;}
.comparison-table-pro{margin-left:-40px;}
.h2-comparison {
    margin-bottom:8px;
}

@media only screen and (max-width: 1300px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    .container .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .side_mobile_menu {
        display: none;
    }
    .tablet {
        display: none;
    }
    .mobile {
        display: none;
    }
    .hide-desktop {
        display: none;
    }
    .header {
        padding: 20px 0 20px;
        justify-content: space-between;
    }
    .header:after {
        content: "";
        display: block;
        clear: both;
    }
    .logo {
        width: 130px;
    }
    .logo a {
        display: inline-block;
        width: 100%;
    }
    .logo img {
        width: 100%;
    }
    .header_right {
        width: calc(100% - 130px);
    }
    .header_inline {
        flex-direction: row-reverse;
    }
    .header_inline_btns {
        width: 232px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    nav.navigation {
        width: auto;
        display: flex;
        margin-top: 4px;
        margin-right: 12%;
    }
    ul.main_menu {
        margin: 0;
    }
    ul.main_menu li {
        margin-left: 48px;
        margin-bottom: 0;
        display: inline-block;
    }
    ul.main_menu li:before {
        content: "";
        background: url(images/divider.svg) 0 0 no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        position: absolute;
        left: -28px;
        top: 8px;
    }
    ul.main_menu li:first-child {
        margin-left: 0;
    }
    ul.main_menu li:first-child:before {
        display: none;
    }
    ul.main_menu li a {
        font-family: urw-din-semi-condensed;
        color: #fff;
        font-size: 16px;
        line-height: normal;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    ul.main_menu li a:hover {
        color: #f9901c;
    }
    .get-started {
        position: relative;
        top: 2px;
    }
    .get-started .button {
        padding: 7px 20px 9px 20px;
    }
    .mobile-menu-btn {
        display: none;
    }
    .mobile-btn-srch {
        display: none;
    }
    .mobile_user_login {
        display: none;
    }
    .satellite-text {
        max-width: 363px;
        position: relative;
        z-index: 1;
    }
    .property-boundaries-text {
        max-width: 348px;
    }
    .trail-cam-section .container {
        max-width: 1200px;
    }
    .trail-cam-image {
        width: 619px;
        margin-right: 159px;
    }
    .trail-cam-text {
        width: calc(100% - 778px);
        max-width: 419px;
    }
    .make-mark-image {
        width: 340px;
        margin-right: 40px;
        margin-top: auto;
    }
    .make-mark-text {
        width: calc(100% - 380px);
        padding-top: 124px;
        padding-bottom: 75px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1024px) {
    .main_header .container {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1299px) and (min-width: 1024px) {
    .satellite-section::after {
        transform: skewY(38deg);
    }
    .property-boundaries-section::after {
        transform: skewY(38deg);
    }
    .trail-cam-section .container {
        max-width: 100%;
    }
    .field-arrow {
        display: none;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .stand-reservation-section span.slick-arrow.prev-arrow {
        left: -52px !important;
    }
    .huntstand-pro-inner::after {
        display: none;
    }
    .huntstand-pro-inner::before {
        right: -386px;
        width: 144%;
        height: 136%;
    }
    .deer-thumb {
        left: 188px;
    }
    .trail-cam-image {
        width: 500px !important;
        margin-right: 100px !important;
        padding-left: 60px;
    }
    .trail-cam-text {
        width: calc(100% - 600px) !important;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .huntland-grid .grid-title {
        font-size: 32px;
        line-height: 44px;
    }
    .huntland-grid .grid-info {
        font-size: 16px;
    }
    .huntland-main h4 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    nav.navigation {
        margin-right: 2%;
    }
    ul.main_menu li {
        margin-left: 40px;
    }
    ul.main_menu li a {
        font-size: 14px;
    }
    ul.main_menu li::before {
        left: -25px;
        top: 10px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .goal-col {
        width: 24%;
    }
    .goal-image {
        max-width: 500px;
        height: 55px;
    }
    blockquote {
        max-width: 580px;
    }
}
@media only screen and (min-width: 768px) {
    .single-post blockquote p {
        background: url(images/blockquote-bg-dark@2x.png) no-repeat;
        border-color: #ebebec !important;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 781px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: none;
    }
    .hide-tablet {
        display: none;
    }
    .logo a img {
        width: auto;
        height: 48px;
    }
    blockquote:after,
    blockquote:before {
        display: none;
    }
    .default-banner-section,
    .default-container {
        min-height: 620px;
    }
    .default-banner-main {
        min-height: 540px;
    }
    .default-banner-main-short {
        min-height: 540px;
        max-height:540px;
    }
    .default-banner-main .banner-txt {
        max-width: 420px;
    }
    .banner-image {
        right: 0;
    }
    .subscribe-section {
        padding: 20px 26px 32px;
    }
    .subscribe-lt {
        width: 100%;
        margin-bottom: 25px;
    }
    .subscribe-rt {
        width: 100%;
    }
    .home-huntstandpro-main {
        padding: 0;
    }
    .huntstand-pro-inner {
        padding: 100px 0 81px;
    }
    .huntstand-pro-inner-lt {
        width: 100%;
        margin-bottom: 30px;
    }
    .huntstand-pro-inner-lt p {
        max-width: 100%;
    }
    .huntstand-pro-inner-rt {
        width: 100%;
    }
    .huntstand-pro-inner-rt .hsp-app-image {
        position: static;
    }
    .deer-thumb {
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        top: 30px;
    }
    .huntstand-pro-inner::after {
        content: "";
        background: #ebebec;
        transform-origin: top right;
        transform: skewY(32.5deg);
        z-index: -1;
        width: 110%;
        height: 100%;
        top: 0;
        right: -20px;
        position: absolute;
        display: block;
        left: inherit;
    }
    .huntstand-pro-inner::before {
        display: none;
    }
    .huntland-col.middle,
    .huntland-col:nth-child(2) {
        width: 52%;
    }
    .huntland-main h4 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    .goal-col {
        width: 22%;
    }
    .goal-grid p {
        padding: 0;
    }
    .goal-image {
        max-width: 390px;
        height: 40px;
    }
    .blockquote {
        padding: 20px 0 95px 0;
    }
    .download-btns ul li {
        margin: 0 13px 0 12px;
    }
    .download-btns ul::after,
    .download-btns ul::before {
        width: 185px;
        height: 35px;
        background-size: 185px 35px;
        left: -182px;
    }
    .download-btns ul::after {
        left: inherit;
        right: -182px;
    }
    .satellite-section::after {
        right: 0;
    }
    .satellite-main {
        padding: 100px 0 81px;
        display: block;
    }
    .satellite-image {
        padding: 0;
        position: static;
    }
    .satellite-image .image {
        width: 100%;
    }
    .property-boundaries-section::after {
        right: 0;
    }
    .property-boundaries-main {
        padding: 100px 0 81px;
    }
    .property-boundaries-image {
        padding: 0;
        position: static;
    }
    .property-boundaries-image .image {
        width: 100%;
    }
    .trail-cam-main {
        padding: 84px 0 100px;
        display: block;
    }
    .trail-cam-image {
        margin-bottom: 40px;
    }
    .footer {
        padding: 68px 0 43px;
    }
    ul.footer_links li a {
        font-size: 16px;
    }
    .get-started-section {
        padding: 72px 0 72px;
    }
    .get-started-main {
        padding: 50px 30px 0 30px !important;
    }
    .banner-section.post .default-banner-main {
        padding: 32px 0 40px;
    }
    .banner-section.post .default-banner-main .banner-txt {
        max-width: 420px;
        margin-top: 0 !important;
    }
    .banner-section.post .banner-image {
        right: 0;
    }
    .field-arrow {
        display: none;
    }
    .make-mark-wrap {
        padding: 40px 0 72px !important;
    }
    .make-mark-main {
        padding: 50px 30px 0 30px;
        background: #fff;
    }
    .make-mark-image {
        width: 39.1%;
        margin-top: auto;
        position: relative;
        margin-right: 3.55%;
    }
    .make-mark-text {
        width: calc(100% - 43%);
        margin-top: -19px;
        padding: 25px 0 47px;
    }
    .make-mark-text .button:last-child {
        margin-right: 0;
    }
    .make-mark-text .button {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 200px) {
    .category #main {
        overflow: inherit;
    }
    .side_mobile_menu:after {
        width: 12px;
        height: 10px;
        right: 19px;
        content: "";
        background: url(images/orange-caret.svg) 0 0 no-repeat;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto auto;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transform: rotate(180deg);
        color: #3c4f84;
        font-size: 30px;
    }
    .side_mobile_menu {
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1.25px;
        font-weight: 600;
        color: #3c3c46;
        opacity: 0.75;
        padding: 11px 40px 12px 16px;
        display: block;
        margin: 0;
        border: solid 2px #5c9c0a;
        background-color: transparent;
        position: relative;
        cursor: pointer;
        display: block;
    }
    .side_mobile_menu.active::after {
        transform: rotate(0);
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
    }
    .topbar-lt ul.sidebar_panel {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 8;
        left: 0;
        margin: 0;
        transition: none;
    }
    .topbar-lt {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
        position: relative;
    }
    ul.sidebar_panel li {
        display: block !important;
        margin: 0 !important;
    }
    ul.sidebar_panel .filter-icon {
        display: none;
    }
    ul.sidebar_panel li a {
        background-color: #376303 !important;
        padding: 15px 16px !important;
        display: block !important;
        color: #fff !important;
        font-weight: 400 !important;
    }
    ul.sidebar_panel li a:hover {
        color: #f9901c !important;
    }
    .topbar-cntb {
        margin-top: 19px;
    }
    .mobile-price-section-wrapper {
        margin-bottom: 60px;
        display: none;
    }
    .mobile-price-section-wrapper li:before {
        display: none;
    }
    .mobile-price-section-wrapper ul.sidebar_panel li a {
        text-align: left;
        text-transform: uppercase;
        background-color: #376303 !important;
        padding: 15px 16px !important;
        color: #fff !important;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 1.25px;
        font-weight: 600 !important;
        margin: 0 !important;
    }
    .mobile-price-section-wrapper ul.sidebar_panel li a:after {
        display: none !important;
    }
    .main_header {
        background: 0 0;
    }
    .main_header.fixed-header {
        background-color: rgba(0, 17, 7, 0.6);
    }

    .main_header.fixed-header .header {
        padding: 10px 0;
    }
    .header {
        padding: 20px 0;
        justify-content: space-between;
        position: relative;
    }
    .logo a img {
        width: auto;
        height: 40px;
    }
    .mobile-menu-btn {
        width: 48px;
        height: 48px;
        background-color: rgba(0, 17, 7, 0.5);
        position: relative;
        z-index: 900;
    }
    .menu_icon {
        width: 27px;
        height: 18px;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        position: absolute;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }
    .menu_icon span.line {
        width: 27px;
        height: 2px;
        top: -2px;
        display: block;
        position: absolute;
        background-color: #5c9c0a;
        transition: all 0.5s ease-in-out;
        left: -1px;
    }
    .menu_icon span.line2 {
        top: 8px;
        right: 0;
        left: -2px;
        margin: 0 auto;
    }
    .menu_icon span.line3 {
        top: 18px;
    }
    .menu_icon.active {
        width: 26px;
        height: 26px;
    }
    .menu_icon.active span.line {
        transform: rotate(45deg) translateY(-50%);
        top: 13px;
        width: 27px;
        background-color: #f9901c;
    }
    .menu_icon.active span.line1 {
        left: -1.8px;
    }
    .menu_icon.active span.line2 {
        visibility: hidden;
        opacity: 0;
    }
    .menu_icon.active span.line3 {
        transform: rotate(-45deg) translateY(-50%);
    }
    .header_right {
        display: none;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 75px 0 56px 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 840;
        position: fixed;
        background: #001107 url(images/menu-bg@2x.png) 0 0 no-repeat;
        background-size: cover;
        text-align: center;
    }
    .header_right.open {
        display: block;
    }
    .user_login {
        display: none;
    }
    .desc .user_login {
        display: block;
    }
    .header_inline_btns {
        display:flex;
        gap: 1rem;
        order: 2;
        margin: 0 auto 97px;
    }
    .logo.logo-open {
        z-index: 999;
    }
    ul.main_menu {
        margin: 0;
        padding: 44px 57px 8px;
        display: block;
    }
    ul.main_menu > li {
        display: block;
        margin: 0 0 62px 0;
    }
    ul.main_menu li:before {
        content: "";
        background: url(images/divider.svg) 0 0 no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 53px;
        right: 0;
        margin: auto;
        left: -1px;
    }
    ul.main_menu > li > a {
        font-size: 20px;
        letter-spacing: 1.25px;
        line-height: normal;
        display: block;
        position: relative;
        text-transform: uppercase;
        font-weight: 900;
        color: #fff;
        font-family: urw-din-semi-condensed, sans-serif;
    }
    .header_right .store-buttons {
        padding: 0 23px;
        width: 100%;
        order: 3;
        justify-content: space-between;
        display: flex;
        max-width: 375px;
        margin: 0 auto;
    }
    .header_right .store-buttons img {
        max-width: 155px;
    }
    .get-started .button {
        font-size: 18px;
        letter-spacing: 2px;
        padding: 13px 18px 15px;
        font-weight: 600;
    }
    .intro-text {
        width: 100%;
        order: 2;
        margin: 0;
    }
    .intro-media {
        width: 100%;
        order: 1;
        margin: 0 0 27px 0;
    }
    .post-banner-ads {
        width: 100%;
        position: relative;
        padding: 21px 19px;
    }
    .post-banner-ads::after,
    .post-banner-ads::before {
        box-sizing: border-box;
        content: "";
        display: block;
        width: 100%;
        height: 21px;
        left: 0;
        top: 0;
        position: absolute;
        background: 0 0;
        border: 2px solid #437700;
        border-bottom: none;
        z-index: -1;
    }
    .post-banner-ads::after {
        border: 2px solid #437700;
        border-top: none;
        bottom: 0;
        top: inherit;
    }
    .post-banner-image {
        width: 100%;
        margin: 0 0 23px 0;
    }
    .post-banner-ads span div {
        min-height: 250px;
    }
}
@media only screen and (max-width: 780px) and (min-width: 200px) {
    .subscribe-section,
    .subscribe-section.white {
        padding: 20px 25px 25px;
    }

    .white-subscribe-wrapper {
        margin: 74px auto 72px auto;
        float: left;
    }

    .subscribe-lt {
        width: 100%;
        margin: 0 0 23px 0;
    }

    .subscribelt {
        flex-direction: column;
        text-align: center;
    }

    .subscribe-icon {
        width: 100%;
        margin: -48px auto 15px auto;
        text-align: center;
    }

    .subscribe-icon img {
        width: 64px;
    }

    .subscribe-rt {
        width: 100%;
    }

    .subscribe-form .with_frm_style input[type="email"] {
        padding: 14px 50px 15px 17px;
    }

    .subscribe-form .with_frm_style .frm_submit input[type="submit"] {
        font-size: 0;
        padding: 26px 19px 26px;
        background-image: url(images/plane@2x.png);
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .subscribe-section.white .container {
        padding: 0 6px;
    }

    .blockquote {
        padding: 0 0 102px 0;
    }

    blockquote {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.5px;
    }

    blockquote p {
        background: url(images/blockquote-bg-mobile.png) repeat;
        border: 24px solid #fff;
        padding: 19px 20px 20px;
        border-bottom: 18px solid #fff;
    }

    .single-post blockquote p {
        border-color: #ebebec !important;
    }

    .container .container {
        padding: 0;
        clear: both;
    }

    .container {
        padding: 0 20px;
    }

    .desktop {
        display: none;
    }

    .tablet {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .header_right {
        width: 100%;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .frm_half {
        width: 100%;
    }

    .frm_first {
        margin-right: 0;
    }

    .banner-bg {
        position: static;
    }

    .default-banner-section {
        min-height: inherit;
    }

    .default-banner-section-short {
        min-height: 300px;
        max-height: 300px;
    }

    .default-banner-main,
    .default-container {
        min-height: inherit;
    }

    .default-banner-main .banner-txt {
        padding: 24px 0 24px;
        max-width: inherit;
    }

    .default-banner-main-short .banner-txt {
        padding: 125px 0 24px;
        max-width: inherit;
    }

    .banner-txt p {
        padding-right: 10px;
    }

    .intro-section {
        padding: 56px 0;
    }

    .conservation-module-grid {
        width: 100% !important;
        margin: 72px 0 0 0;
    }

    .conservation-module-grid:first-child {
        margin: 0;
    }

    .conservation-main {
        margin: 0 0 34px 0;
    }

    .conservation-module-grid .thumbnail a picture::after,
    .conservation-module-grid .thumbnail a picture::before,
    .conservation-module-grid .thumbnail picture:after,
    .conservation-module-grid .thumbnail picture:before {
        top: 17px !important;
    }

    .conservation-module-grid .thumbnail a picture::after,
    .conservation-module-grid .thumbnail picture:after {
        bottom: 17px !important;
        top: inherit !important;
    }

    .conservation-module-grid .thumbnail {
        margin-bottom: 24px;
    }

    .conservation-button .button {
        padding: 15px 28px 15px 28px;
    }

    .footer_top {
        margin-bottom: -2px;
    }

    .footer_logo {
        margin-bottom: 45px;
    }

    .footer_links_main {
        margin-bottom: 43px;
    }

    ul.footer_links {
        display: block;
    }

    ul.footer_links li {
        display: block;
        margin: 0;
    }

    ul.footer_links li::before {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        display: block;
    }

    ul.footer_links li a {
        margin: 14px 0 15px;
    }

    .download-btns {
        margin: 0 auto 63px auto;
        max-width: 330px;
    }

    .download-btns ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .download-btns ul li {
        margin: 0;
    }

    .copyrights {
        padding: 35px 0 73px;
    }

    .copyrights_bg .container {
        padding: 0;
    }

    ul.copyright_links {
        margin: 0 0 28px 0;
    }

    ul.copyright_links li {
        margin: 0 14px 21px 12px;
    }

    ul.copyright_links li:nth-child(4):before {
        display: none;
    }

    .download-btns ul::after,
    .download-btns ul::before {
        display: none;
    }

    .huntland-main {
        padding: 77px 0 91px;
        position: relative;
    }

    .huntland-main h4 {
        padding: 73px 0 67px;
        letter-spacing: 1.8px;
    }

    .stats-image {
        bottom: inherit;
        top: 88px;
    }

    .huntland-col {
        width: 100%;
        order: 2;
    }

    .huntland-col.middle,
    .huntland-col:nth-child(2) {
        order: 1;
        width: 100%;
    }

    .huntland-col.middle .huntland-grid,
    .huntland-col:nth-child(2) .huntland-grid {
        margin: 0;
    }

    .huntland-main h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1.8px;
        padding: 102px 0 102px;
    }

    .huntland-image {
        bottom: inherit;
        top: 171px;
    }

    .huntland-grid span {
        margin-bottom: 0;
    }

    .huntland-grid,
    .huntland-grid:first-child {
        margin: 35px 0 0 0;
    }

    .huntland-grid:first-child {
        margin: 38px 0 0 0;
    }

    .huntland-main:after,
    .huntland-main:before {
        background: url(images/arrow-down-mobile.svg) 0 0 no-repeat;
        height: 105px;
        top: -45px;
    }

    .huntland-main::after {
        display: none;
    }

    .goal-main {
        padding: 77px 0 76px;
        position: relative;
    }

    .goal-col {
        width: 100%;
        order: 2;
    }

    .goal-col.middle,
    .goal-col:nth-child(2) {
        order: 1;
        width: 100%;
    }

    .goal-col.middle .goal-grid,
    .goal-col:nth-child(2) .goal-grid {
        margin: 0;
    }

    .goal-main h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1.8px;
        padding: 104px 0 102px;
    }

    .goal-image {
        bottom: inherit;
        top: 171px;
    }

    .goal-grid span {
        margin-bottom: 13px;
    }

    .goal-grid,
    .goal-grid:first-child {
        margin: 39px 0 0 0;
    }

    .goal-main:after,
    .goal-main:before {
        background: url(images/arrow-down-mobile.svg) 0 0 no-repeat;
        height: 105px;
        top: -45px;
    }

    .goal-main:after {
        bottom: -45px;
        top: inherit;
    }

    .property-boundaries-main {
        display: flex;
        flex-wrap: wrap;
        padding: 64px 0;
    }

    .property-boundaries-text h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.38px;
        padding-right: 35px;
    }

    .property-boundaries-image {
        position: relative;
        order: 1;
        padding: 0;
        right: 0;
        top: -93px;
        margin-bottom: -75px;
    }

    .property-boundaries-image .image {
        max-width: 1059px;
        width: 134.4%;
    }

    .property-boundaries-section::after {
        display: none;
    }

    .property-boundaries-image .image:after {
        transform: skewY(32deg);
        top: -17px;
        right: -22px;
        content: "";
        background: #ebebec;
        transform-origin: top right;
        z-index: -1;
        width: 1000%;
        height: 100%;
        position: absolute;
    }

    .property-boundaries-text {
        order: 2;
    }

    .property-boundaries-text .icon img {
        width: 32px;
    }

    .property-boundaries-text .icon {
        margin-bottom: 24px;
    }

    .property-boundaries-text hr.small {
        margin: 24px 0;
    }

    .satellite-main {
        display: flex;
        flex-wrap: wrap;
        padding: 64px 0 63px;
    }

    .satellite-text {
        order: 2;
    }

    .satellite-image {
        position: relative;
        order: 1;
        padding: 0;
        right: 1px;
        top: -127px;
        margin-bottom: -104px;
    }

    .satellite-image .image {
        max-width: 1059px;
        width: 133%;
    }

    .satellite-text .icon img {
        width: 32px;
        margin-top: -6px;
        margin-right: 4px;
    }

    .satellite-text .icon {
        margin-bottom: 24px;
    }

    .satellite-text h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.38px;
    }

    .satellite-text hr.small {
        margin: 24px 0;
    }

    .satellite-section::after {
        display: none;
    }

    .satellite-image .image:after {
        transform: skewY(32deg);
        top: -17px;
        right: -22px;
        content: "";
        background: #ebebec;
        transform-origin: top right;
        z-index: -1;
        width: 1000%;
        height: 100%;
        position: absolute;
    }

    .trail-cam-main {
        padding: 65px 0 70px;
        display: block;
    }

    .trail-cam-image {
        margin-bottom: 20px;
        border-bottom: 2px solid #f9901c;
        padding-top: 7px;
    }

    .trail-cam-bg::after {
        background-color: #1a1a1e;
        opacity: 0.75;
    }

    .trail-cam-text .icon img {
        width: 31px;
        margin-right: 12px;
    }

    .trail-cam-image-slide {
        max-width: 218px;
        max-height: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .trail-cam-slider {
        margin-bottom: 22px;
    }

    .trail-cam-text h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.38px;
        max-width: 100%;
        margin-bottom: 19px;
        padding-right: 20px;
    }

    .trail-cam-text hr {
        margin: 20px 0 20px;
    }

    .trail-cam-text ul {
        margin-bottom: 16px;
    }

    .trail-cam-text .icon {
        margin-bottom: 27px;
    }

    .home-huntstandpro-main {
        display: flex;
        flex-wrap: wrap;
        padding: 64px 0;
    }

    .huntstand-pro-inner-lt h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.38px;
        padding-right: 35px;
        margin-bottom: 23px;
    }

    .huntstand-pro-inner-rt {
        position: relative;
        order: 1;
        padding: 0;
        right: 0;
        top: -93px;
        margin-bottom: -75px;
        width: 100%;
    }

    .huntstand-pro-inner-rt .hsp-inner-image {
        max-width: 1059px;
        width: 134.4%;
    }

    .huntstand-pro-inner::after,
    .huntstand-pro-inner::before {
        display: none;
    }

    .huntstand-pro-inner-rt .hsp-inner-image:after {
        transform: skewY(32deg);
        top: -20px;
        right: -22px;
        content: "";
        background: #ebebec;
        transform-origin: top right;
        z-index: -1;
        width: 1000%;
        height: 100%;
        position: absolute;
    }

    .huntstand-pro-inner-lt {
        order: 2;
        width: 100%;
    }

    .huntstand-pro-inner-lt .icon img {
        width: 28px;
        margin-right: 8px;
    }

    .huntstand-pro-inner-lt .icon {
        margin-bottom: 24px;
    }

    .huntstand-pro-inner-lt hr.small {
        margin: 24px 0;
    }

    .huntstand-pro-inner-rt .hsp-app-image {
        position: relative;
        top: 0;
        right: 0;
    }

    .deer-marker img {
        width: 14px;
    }

    .deer-thumb {
        width: 27px;
        left: 79px;
        top: 50px;
    }

    .make-mark-wrap {
        padding: 72px 0 72px;
    }

    .make-mark-main {
        display: block;
        padding: 40px 20px 0;
    }

    .make-mark-main::after {
        height: 100%;
    }

    .makeyourmark {
        margin-bottom: 41px;
    }

    .makeyourmark img {
        width: 100%;
    }

    .makeyourmark h4 {
        margin-bottom: 5px;
        letter-spacing: 1.8px;
    }

    .make-mark-text {
        margin-bottom: 40px;
    }

    .make-mark-text hr {
        margin: 44px 0 24px !important;
    }

    .make-mark-text p {
        margin-bottom: 23px;
    }

    .explore-btns .button:nth-child(odd) {
        margin-right: 11px;
    }

    .explore-btns .button:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }

    .make-mark-text .button {
        margin-bottom: 10px;
    }

    .explore-btns span {
        display: none;
    }

    .get-started-section {
        padding: 72px 0 72px;
    }

    .get-started-lt {
        width: 100%;
        margin: 0;
        order: 2;
    }

    .get-started-text {
        width: 100%;
        padding: 0;
        margin: 0 0 22px 0;
    }

    .get-started-main {
        padding: 25px 20px 0 20px !important;
    }

    .get-started-thumb {
        position: static;
    }

    .get-started-cnt {
        top: -17px;
        max-width: inherit;
    }

    .get-started-cnt h4 {
        margin-bottom: 24px;
        letter-spacing: 1.8px;
    }

    .get-started-cnt p {
        margin-bottom: 21px;
        line-height: 24px;
    }

    .get-started-cnt .button {
        padding: 11px 14px 13px;
    }

    .banner-section.post .default-banner-main {
        padding: 8px 0 48px;
    }

    .banner-section.post .default-container {
        padding-top: 116px;
    }

    .banner-section.post .default-banner-main .banner-txt {
        margin: 0 0 48px 0 !important;
        padding: 0;
    }

    .banner-section.post .default-banner-main .banner-txt hr.small {
        margin: 24px 0 24px;
    }

    .banner-section.post .banner-bg {
        position: absolute;
    }

    .post-banner-image img {
        width: 100%;
    }

    .post-banner-top {
        border: 0 none;
    }

    .banner-section.post .default-banner-main .banner-txt h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .banner-section.post .default-banner-main .banner-txt p {
        padding-right: 0;
    }

    .banner-section.post .banner-image {
        width: 100%;
        right: 0;
    }

    .banner-post-category {
        margin-bottom: 15px;
    }

    .subscribe-form .with_frm_style .frm_form_fields .frm_form_field input[type="email"] {
        padding: 14px 50px 15px 15px;
    }

    .comparison-table {
        background-color: #FFF;
        width: 90%;
        padding: 20px;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);

        /*
        width:30.864197530864196%;
        margin: 0 0 3.7% 3.7%;
        background: #fff;
        display: flex;
        flex-flow: column nowrap;*/
    }

    .comparison-table-pro-whitetail {
        margin-left: 0px;
    }

    .comparison-table-pro {
        margin-left: 0px;
        margin-top: 40px;
    }

    .pricing-comparison-section .background-bg {
        top: auto;
        bottom: 0;
    }

    .pricing-comparison-main {
        padding-top: 33px;
        padding-bottom: 100px;
        justify-content: center;
    }

    .pricing-comparison-section .background-bg::after {
        display: none;
    }

    .comparison-button-wrapper {
        padding-top: 33px;
        justify-content: center;
    }

    .comparison-button {
        width: 80%;
    }

    .button-clear {
        margin-top: 20px;
    }

    @media only screen and (max-width: 480px) {
        img.aligncenter,
        img.alignleft,
        img.alignnone,
        img.alignright {
            margin: 39px 0 34px 0 !important;
            width: 100%;
        }
    }
    @media only screen and (max-width: 440px) {
        .or-lt,
        .or-rt {
            width: 43.5%;
        }

        .pop-form label {
            font-size: 13px;
            letter-spacing: 0.5px;
        }

        .pop-form .desc {
            font-size: 13px;
        }

        .overlay-wrap {
            padding: 0 20px 23px 20px;
        }
    }

    /* responsive video styles  */
    .videoresp {
        text-align: center;
        display: block;
        margin: 0 auto 1rem;
        max-width: 100%
    }

    .videoresp iframe {
        max-width: 100%;
        max-height: 460px
    }

    @media (max-width: 700px) {
        .videoresp iframe {
            max-width: 100%;
            max-height: 230px
        }
    }
    .anchor-no-style {
        text-decoration: none;
    }

    /* WP search Form */
    .search-form {
        clear: both;
        position: relative;
    }

    div.search-form {
        padding-top: 15px;
    }

    @media only screen and (max-width: 1024px) {
        div.search-form {
            padding-top: 30px;
        }
    }

    .search-form .search-submit {
        bottom: 3px;
        padding: 0.5em 1em;
        position: absolute;
        right: 3px;
        top: 3px;
        width: 33%;
        max-width: 200px;
    }

    .search-form .search-submit .icon {
        height: 24px;
        top: -2px;
        width: 24px;
    }
}
.co-author-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}
.author-container .flex{
    flex-wrap: nowrap;
}

.author-container{
    margin: 0 auto;
}

.author-title{
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #5c9c0a;
    text-decoration: underline;
    padding: 40px 0;
    margin-bottom: -100px;
}

@media screen and (max-width: 1024px) {
    .author-container .flex{
        gap: 30px;
    }
    .author-container .executive-image{
        margin: 0 auto;
    }
    .author-title{
        margin-bottom: -80px;
    }
}

@media screen and (max-width: 768px) {
    .executive-author img{
        border-radius: unset !important;
    }

    .author-title{
        font-size: 2em;
        margin-bottom: -40px;
    }
}

@media screen and (max-width: 500px) {
    .executive-desc{
        max-width: 270px;
    }
    .co-author-container {
        gap: 20px;
    }
}

